Details
-
AboutPython Programmer
-
SkillsPython, CPP, MySQL, linux, node.js
-
LocationPune
-
Github
Joined devRant on 3/2/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
-
Boss emailed me that I need to work again on Saturday and Sunday.
I replied with a resignation letter.25 -
When your boss asks you if you know how to fix it and how long it is going to take.
Task Manager (not responding) -
My favorite word to read in client-written requirement documentation: "Etc"
...Do I look like I have a crystal f-ing ball? -
Damn devrant, the double tap to ++ feature has me addicted.
Now I'm double tapping answers on Quora
1. Realize it doesn't work
2. Go to next answer
3. Repeat 😐8 -
Starting of my final year of engineering.....
Every other guy is busy thinking about the final year project....
Suddenly I herd some random female friend turning the world upside down...
"We will develope Linux using ubuntu language"...
I no more believe in humanity....33 -
Ok, people who invented CSS... which seems more intuitive and easier to read?
div {
margin-right: auto;
margin-left: auto;
}
Or
div {
center-this-damn-div: true;
}12 -
- The golden rule of CoffeeScript is: "It's just JavaScript".
- Nice!
- And provides a basic class structure that allows you to name your class, set the superclass, assign prototypal properties, and define the constructor, in a single assignable expression.
- No nO NO NO!