during an online interview, i was asked to implement a simple hello world in gRPC, i shared screen , accessed documentation , used example code as i coded along since didn't...
is it costly making 10k http web requests per second?
programmers question. string hashed in different languages would produce same hash ? using same alogirithm ofcoz
i got multiple csv files that adds up to like 50gb and one main csv that's around 2gb that I'm merging to. final csv adds up to 160gb .. how's this possible?
modifying several objects one at a time using a STATIC method from another class does increase memory usage RAM?
def open_filename(self): options = QFileDialog.Options() options |= QFileDialog.DontUseNativeDialog fileName, _ = QFileDialog.getOpenFileName(self,...
how do you call methods from a dll? place dll in same folder and import or what? i have the programming experience but new to C# and needed to fix something asap. thanks for...
i have hosted an application on cloud . i dont want to overwrite whole application evertime i make a change on local server. i know of setting git client and git server for ha...
for calculator case. (using it as an example). instead of writing the four functions for add,subtract,multiply, divide. i would like to write a universal function that takes t...
after decompiling dll with dotpeek and exporting to visual code, any guarantee it would compile successfully without modifying anything in code?
pandas: i have a time series problem , data is in 1 minute intervals, but second collumn applies rule whether row is day or night.. so ill have like, ddddddddnnnnnnnnddddddddd...
how does a RL agent connects to play a game? game exposes their API?
i want to write this to csv file dic = [{'a':3,'b':4,'c':5},{'a':7, 'b' : 9, 'c' : 0, 'd' : 1} ,{'a':10, 'b': 40}] maintain dict keys as headers and dics missing some keys to...
let me explain.. when i purchased hosting from X . static site was running fine. i dint know they dont provide shell access and setting up laravel became overwhelming. now my...
isnt manjaro proper?
i want to time program part execution on different cores distributed across different connected machines, e.g 4 servers each with 2 cores to demonstrate 8 processors. i know...
i have had three gf consecutively and they all left me . reason? you dont give me you time/attention etc..... i think i should date a software dev. or what are the careers of ...
Database model? Machine learning model? Etc
You prefer american or British accent?
i need an interactive 1 minute ohlc chart with a large dataset from 2000 - 2021. what should i use?