Details
-
SkillsJava
-
LocationTurkey
-
Github
Joined devRant on 12/13/2016
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
-
Getting hit by a car while cycling and forced to stay in bed for a couple weeks so all you do is code surprisingly good programs and websites for being on morphine7
-
Taking a class on C and machine-level code for school and I have my final tomorrow. After the entire semester, people are still posting questions to piazza asking how strings work and other students are giving wrong answers. Not to mention all of the correct answers are posted in our lecture notes and countless places online. Seriously people, why are you a CompSci major if you can't even figure out how you declare a string after 10 weeks of coding?3
-
document.getelementbyid("myid");
Runtime error !
must be "ById"
:/
also same problem with elem.innerHtml
(Correct: elem.innerHTML )2 -
I just hate it when an update for an app is available and there's no changelog. Seriously, tell us what this update is about!5
-
ProTip :: Avoid code conflicts by commenting out Git header references. Never worry about "resolutions" again
-
I just watched the GitHub training videos at http://youtube.com/playlist/... and I am at the same basic comprehension level as I was when I started. Cannot keep track of all the switches, options, and commands and when it's best to use them! GAH!5
-
Just had a JS guy try some Visual Basic, learning about types.. finally he got the error:
Stackoverflow: (...)
His response:
"Oh! Like the website! That's so cool! Hey Brod, look what I did! 😀"
It was the cutest reaction I've ever seen to a error.2 -
Almost halfway there to reach the milestone of 1024 ++es! My day couldn't start in a better way haha :D2
-
Annoyance in C: using the same keyword for two unrelated things, process-long memory allocation and internal linkage. Looking at you, static.
The latter should really have been called "intern", just like there is "extern". Far more people would use it if it was named correctly.
History says "static" was chosen for compatibility, allowing older compilers to take new source files.2 -
When I run tests, I like to enable the debug logging. All the SQL queries and template tracing just flies by. Freaks the others out.
-
I'm helping a friend with programming in c#
He's a beginner and wants to learn. He learns as easy as I do.
I saw his project yesterday and everything was written in one method. I thought I was dying. Then remembered my first project... he will be fine3 -
Stayed up till 3am yesterday playing pokemon moon, and still have pushed 2 commits before 9am. WhoNeedsSleepAnyways1