Problem: facing an issue with the below Truffle test case while trying to Implement the ERC20 token in my contract. contract("Token Test", async(accounts) =>
I did a project last year, (recreate a little terminal like tcsh) and I used the fork() because the execve() kills the actual process, so I used the fork() to e
Here's my project: Use Stunnel in front of OpenVPN to proxy traffic on my Mac to an external servers IP. Here's my issue: Brew installs the packages just fine b
When I call sudo sleep 1000, a while loop outside me gets stuck. How can I solve it? The calling method is as follows: #include <iostream> #include <st
I'm trying to convert a String variable into an integer, only the String looks like this (for example): String string = " 12"; And so the String has a space
I am trying to push my local git into my remote but the project is too big: MINGW64 ~/source/repos/DBO (master) $ git config http.postBuffer 9370000000 MINGW64
I have parent and component in Vue application. Childe componentt needs to emit custom event to the parent and send him some parameter. Child looks like <b-b
I want every user to have a unique number when he enters this number is attached to his google provider email in firebase data. Like user, A has number:324492 a
I have a third party Api whih has two overloaded methods. One accepts Java nio Path and another String value path. I have to read path of a file from Hdfs (hdfs
Hi I try to create chat window between 2 laptops. I created 2 .py files for client and server. if I run both script in same laptop, it is working fine. if I run