Comment on: Why Covid-19 has resulted in New Jersey desperately needing COBOL programmers
0 21 May 2020 05:48 u/toobaditworks in v/programmingComment on: Why Python is not the programming language of the future
I hate not being in control of where I
putׂׂ ׂׂׂׂׂׂׂׂtext.
Exploring and writing a game for TempleOS
1 0 comments 28 Sep 2019 09:02 u/toobaditworks (..) in v/programmingComment on: Web Devs; Payment Processor Recommendations
Monero, Dash or another privacy coin. Litecoin when it becomes a privacy coin but until then stick with the ones already out there.
Comment on: The programmer who created Python isn't interested in mentoring white guys
That's good for a starter language but eventually you'll want to get others to write the code for you to be a real programmer. I'm joking of course. :D
Comment on: The programmer who created Python isn't interested in mentoring white guys
The next will be decentralized blockchain object oriented GPU assembly language. You don't even have to code. You just set up a node and then other people write the code for you.
Comment on: Learn to code using Boostnote
roxua12 is a marketing scumbag posting articles that contain BoostNote.
More info here: https://voat.co/v/ReportSpammers/2255400
Comment on: Weekly Trending Repositories on GitHub
This is an ad. Everything roxua12 posts is about BoostNote. So be sure not to ever use BoostNote.
Comment on: Bat file to delete temp files.
Another example is you can use SET command to set the directory then use this to delete the files in the folder you choose. Remove the rmdir line if you DON'T wish to delete the entire directory afterwords. And be careful with this.
set "myDir=C:\test\"
takeown /f %myDir% /r
forfiles /P %myDir% /C "cmd /c if @isdir==TRUE rmdir /S /Q @file"
del /q /f %myDir%.
rmdir /s /q %myDir%
cmd /k
Bat file to delete temp files.
1 0 comments 06 Oct 2017 00:05 u/toobaditworks (self.programming) in v/programmingComment on: Why new C++ versions are created
vec3 is a float not a double.
Comment on: [Poll] Do you write hexadecimal numbers in upper- or lowercase?
You only listed 7 digits. Hex would be 8. Explain yourself. And put on some pants first.
Comment on: Data Science: Deep Learning in Python
At least your username is relevant.
I get that a lot.
Comment on: Data Science: Deep Learning in Python
He's not. He's a spammer for that website.
Comment on: Can someone help me install mozilla add-on sdk on a win7 machine?
I already have Linux installed why would I install it again? And how would this put the add-on SDK on my windows machine?
Comment on: Can someone help me install mozilla add-on sdk on a win7 machine?
Thanks. I'll give that a try.
IDENTIFICATION DIVISION.
PROGRAM-ID. HELL_NO.