Details
-
AboutJournalist learning to code
-
Skillspython, sql , does Excel count?
Joined devRant on 2/9/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Who needs coffee when you have debugging to wake you up.
Honestly, it's refreshing to actually wake your bairn up by using it rather than hotwireing it.16 -
When you are trying to reverse engineering context free grammar rules from given sentences......
Not possible. Worst assignment yet.2 -
Finally moved over to Sublime Text.
Now I just need to figure out how to make it my default text editor.8 -
Who else shouts at their code when you are trial and erroring it? And by shout I mean hard core yell at, insult and maybe even spit at the screen.3
-
I spent almost 10 hours coming up with this RegEx. Trial and erroring my way to hell. First I had get rid of the HTML tags (which was easy-ish) then I spent most of my time trying to figure out how to remove the god damn dash but keep hyphenated words ....... Then I found \B and look behinds...
I am making it a point to get good at this shit... Because right now I am petrified of it... Fuck you Regular expression you have taken away all my emotions...14 -
I pitched this crazy sentiment analysis story and it got approved.
Which is great... only now, I have to start learning regular expressions to tokenize my data. Regular Expressions are the worst. 😒5