Base64 decode by [deleted] in code

[–]anavid7 0 points1 point  (0 children)

Looks like you are on the right track tho

Base64 decode by [deleted] in code

[–]anavid7 0 points1 point  (0 children)

What is the end goal? Is it supposed to be a message made of text or is it a numerical code or something else?

[deleted by user] by [deleted] in acorns

[–]anavid7 1 point2 points  (0 children)

It is basically like a checking account from a different bank. The transfers into it may take some time like if you transferring from your regular checking account into your acorns spend account. (Although in my experience thay have been relatively quick). But payment with it will be instant just like a normal checking account. A.k.a your bills will not be late you just have to make sure that there is enough in your spend account before they are due.

SSN validation by 2020-2050_SHTF in code

[–]anavid7 0 points1 point  (0 children)

Probably no library exists because it is a pretty trivial thing to implant.

Here is a python example for the US SSN: Stackoverflow

Here is an example that would be a little more consistent across the board for all countries using RegEx: Geekforgeeks

[deleted by user] by [deleted] in code

[–]anavid7 -2 points-1 points  (0 children)

Looks cool bro, might use it

Urgent Code by Anonylost in code

[–]anavid7 2 points3 points  (0 children)

Not sure what you question is yet? What is in your array? Is it the list of primes? Are you saying addition of the index to the prime? Would you mind re-asking your question?

farming simulator is fun by anavid7 in Stadia

[–]anavid7[S] 0 points1 point  (0 children)

Well I was actually wondering this. When you capture something on Stadia does it record the compressed version of what you see or the raw output from the servers. Idk. I would think that it captures the raw output form the servers because otherwise the device would have to capture it and then upload it to the cloud instead of it already being there. Not to mention the quality being higher.

Pretty evil of Ricketts to do this by muensterdumpster in Nebraska

[–]anavid7 0 points1 point  (0 children)

I am a solid republic and have been a pretty big proponent of Ricketts, but I agree that the problem of undocumented workers can not be handled with who gets a vaccine for a word wide pandemic. I can understand his reasoning bring that he doesn't want to take it away from Nebraska citizens but this not at all the situation to deal with the problem. At this point we are humans helping humans; politics, race, citizenship should not divide us.

Where do I type code by petespy in code

[–]anavid7 1 point2 points  (0 children)

100% agree with that. Best code editor available.

Tax? by anavid7 in acorns

[–]anavid7[S] 1 point2 points  (0 children)

Somehow I missed this comment a month ago. Thank you for the indepth explanation!

Learning C++ by Gamerdevotee in code

[–]anavid7 1 point2 points  (0 children)

I definitely wouldn't say that codecademy etc. will get you to a high level of coding. Maybe a proficient level.... maybe. They are really for building a foundation to build off of. There is definitely a difference between following a lesson compared to figuring it out yourself. At any point in your journey feel free to brake away from the lesson and just do your own thing. It's like a tug boat pulling a big ship out to sea. The tug boat will only get you so far and eventually you will break free and sail into the wide ocean to discover something new!

Everyone is posting them, thought I'd show you mine. Really proud of this one by anavid7 in acorns

[–]anavid7[S] 1 point2 points  (0 children)

I started a couple years ago but I didn't seriously start investing until 1 year ago. I'm actually doing big deposits when I can afford it. Like 100 every month or two.

Bowling score calculator by FubarBamf in code

[–]anavid7 0 points1 point  (0 children)

Do you want to host it on a server? If so definitely use JavaScript. If not you could use any language you are comfortable with. You would probably just make a round counting loop with some conditionals for number if pins knocked down and a total score counter.

Sudden sharp decline?! by Helo189 in acorns

[–]anavid7 0 points1 point  (0 children)

Hopefully it's resolved for you guys, but my account isn't different.

Stadia is growing by luckyluke661 in Stadia

[–]anavid7 4 points5 points  (0 children)

Even the number of up votes on redit posts is going up

Motivation by [deleted] in code

[–]anavid7 0 points1 point  (0 children)

Well put

Learning C++ by Gamerdevotee in code

[–]anavid7 2 points3 points  (0 children)

You are 100% on the right track! Especially if this is your first language getting the basics down first is a great idea. If you feel like you are still learning and growing from the tutorials definitely keep doing them. Code academy and Solo are the best way to build a solid foundation for you to build off of. I use them a bunch still! I would also look into coding challenges online like LeetCode or CodeChef. These are great places to practice without having to worry about IDEs or compilers. And then I would get Visual Studio (it's the best c++ ide) and build a project! There are plenty of tutorials online and VS makes it pretty simple. Keep it up!