I'm developing an app that I will be used mainly on phones, so I need to connect to it through the localhost. Computer and phone are in the same WiFi. I have th
For months, I have used the IdWebSocketSimpleClient unit with Delphi 10.3 provided here to setup a Websocket connection to the discord gateway API. Now, that I
I've a big dataframe with multiple columns, some of those columns are called col1:col35. I'd like to know if a specif value is contained in ANY of those columns
I have a .txt file with 3 columns (longitude, latitude, distance) and 40 million rows. These are the first lines of the file. -179.98 89.98 712.935 -179.94 89
I am trying to create an unordered_map to map pairs with integers: #include <unordered_map> using namespace std; using Vote = pair<string, string>
When I tried to install cfssl with this command: go get -u github.com/cloudflare/cfssl/cmd/cfssl I received following output: # github.com/cloudflare/cfssl/
I've been playing with both XLConnect and openxlsx trying to solve a tricky problem. I have multiple xlsx files, created by users. The formatting and layout is
I have a daily 5 txt file in a Arrived folder, I'd like to design a SSIS package: each the txt file data load to stage then file goes to archive folder, if fil