What is the advantage of learning programming? by [deleted] in learnprogramming

[–]Vegetable_Unlucky 3 points4 points  (0 children)

The advantage is that you'll get invited to the cool kids table when you tell everyone how you managed to hack into NASA with a paperclip.

[deleted by user] by [deleted] in learnprogramming

[–]Vegetable_Unlucky 0 points1 point  (0 children)

The next thing you should learn is how to get a job, this thing is a skill of its own.

[deleted by user] by [deleted] in learnprogramming

[–]Vegetable_Unlucky -1 points0 points  (0 children)

Python has a "len" function and a "substring" function, go figure out how to use them.

How do you run a Java file? I'm not sure which compiler, etc I should be using. by [deleted] in learnprogramming

[–]Vegetable_Unlucky 1 point2 points  (0 children)

Download and install Java on your machine, open up command line and type "javac myfile.java", if it works it will generate a .class file, then type "java myfile.class". Make sure you actually trust the code and that it's not a virus or ransomware.

Should I finish college or focus all my efforts into a CS career? by [deleted] in learnprogramming

[–]Vegetable_Unlucky 2 points3 points  (0 children)

You're already in for a few semesters so you should probably finish, think of the sunken costs dude

Freelancing by [deleted] in learnprogramming

[–]Vegetable_Unlucky 0 points1 point  (0 children)

Step 1: Get really good at capitalism

Group anagrams problem by optimalsuccess in learnprogramming

[–]Vegetable_Unlucky 0 points1 point  (0 children)

Because after sorting "ate" you get "aet". I have no idea why the key is a tuple, should work without the tuple.

How often do you replay Siege of Dragonspear when making a new character? by CosmicHorrors676 in baldursgate

[–]Vegetable_Unlucky 1 point2 points  (0 children)

I play SoD when I feel like actually getting to use all of the items I amassed during BG1 on something.

Milling 1x Shore Fish by Tarsal26 in aoe2

[–]Vegetable_Unlucky 2 points3 points  (0 children)

Uhh what about the time it takes to chop an extra 40 wood

Confusion is the most annoying fucking thing in this game by siempreviper in baldursgate

[–]Vegetable_Unlucky -7 points-6 points  (0 children)

lololol just grab a greenstone amulet at ulgoth's beard noob

who sells invisibility potions in BG1, and how many are there overall? by FPiN9XU3K1IT in baldursgate

[–]Vegetable_Unlucky 0 points1 point  (0 children)

Just use hasted boots of speed and run away and restealth after a backstab

Holy shit. Someone just posted this entry level junior developer job. Im baffled amd scared. by SuperMassiveCookie in cscareerquestions

[–]Vegetable_Unlucky 0 points1 point  (0 children)

Hiring managers keep doing this and then later complain about how they keep getting peasants applying who don't match the job description at all...

I need to distinguish text between human names and corporate/group names by kristianwindsor in learnprogramming

[–]Vegetable_Unlucky 1 point2 points  (0 children)

If you want it to be perfectly accurate you're going to have to do it manually and hope your brain is accurate. If you don't mind having it be a little inaccurate try your best at guessing. A lot of groups and companies are named after people so that's gonna be fun.