I am a newbie in the blockchain technology and I have question. I just deployed an Ethereum smart contract to the Rinkeby testnet network and minted a few NFTs.
I'm new to NestJS and i'm trying to figure out the best way to run one off initialization tasks and import tasks. In Rails you would use Rake to run the tasks,
So this is my code so far: let name = input.question("Please Provide a Name: "); if (name === "Casper" || name === "casper"){ console.log("Access Granted");
I need to store images into an MSSQL database as part of a form processing which is handled by PHP. Before that, my client did this task with following C# code
I have a property in a ViewModel of my WPF project private Patient _Patient; [BindableProperty] public virtual Patient Patient {
I have this code. This is the file content nasa.txt news1.txt file11.txt mixed.txt planets.txt file21.txt info31.txt This is the code FILE *fp = fopen(coll
I have two files (file1.txt & file2.txt ). The files are only examples. How can I merge the two files, in order to create the file - merge_files.txt as exam
I am running simple Meteor app on basic (512GB) DigitalOcean droplet. Once in a while Meteor simply crashes with this error message: Out of memory: Kill proc
I have js arr obj as below. My need is to sum value to useState base on category in the arr obj. const [fit, setFit] = useState(0) const [fat, setFat] = useStat