Let's say I have this struct typedef struct { int AM; char* name, surname; }Item; and I want to define a constant NULLitem with AM = -1 and NULL name/
I am currently making a NFT project and when my website authenticates you as an owner I want them to be prompted to put in their personal info. How do I create
I'm trying to write an Ecto query where I am querying for many records and for each record wish to preload only the most recent record from a related table; how
I'm trying to follow HangFire's documentation on how to setup IIS to always run and automatically startup hangfire on reboots, after configuring the IIS i've ru
Trying to set up an interface for my Octoprint server that can give me a small snippet of my print details while it's running on a separate web server, but I'm
As the title suggests - is it possible to send tokens from an ERC20 smart contract address, or is this unit not accessible? Practical explanation: A noob misund
I want my API to return an array of uint64 to my on-chain contract. I tried 2 response formats for my API: The array of uint64 itself (BN string here, but I nee
I'm aware of two python functions that can be used to determine if some name refers to a module: pkgutil.find_loader(fullname) and pkgutil.resolve_name(name). T