Details
-
AboutHi ^^
-
Skillsprogramming :P
Joined devRant on 2/21/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
-
My client asked me to add **three levels tab bar** to the web page. It takes 40% space of the screen when open on a mobile.
"How much does it cost?" -- she asked
"Just don't tell anyone that I do this job for you." -- I replied1 -
Solving a problem with a different, simpler solution than the one the professor intended and having to go back and recode it the way he wanted6
-
"Software is like sex: it's better when it's free." - Linus Torvalds
"If free software is like Libre Office, I would rather pay for Microsoft Office. "17 -
Programmer boyfriend says he misses me, wants to talk to me and wants us to video call.
He codes on camera instead of talking with me. 😂10 -
Never trust a hot chick that tell you "Wow you are a programmer? Tell me about it"
ATTENTION: DON'T TELL HER ABOUT IT8 -
I don't fucking understand this. Why the hell does every website has a autoplay video in their website?
I don't want to see your fucking video when I open your article, I am fucking trying to read something.11 -
That moment when you make your code such that even dummies can understand it, implement smart ass algos, do all those comment line things for definitions. Then you show your project to your teacher who has this to say :
"Why are you showing me copied code?"
I am like10 -
For fuck's sake,if you are teaching "Machine Learning For Developers",you don't have to waste a whole hour explaining what the fuck a variable is or what is an if statement.Developers know what that is....aaargh.Off to sleep.13
-
5 things you need to...
3 ways you can...
Top 10 Reasons to...
These 7 SHOCKING things will...
SHUT THE HELL UP.8 -
So that's how my girlfriend wished me a happy birthday.. she's a chemist
<?php
$happy="Happy";
$bday="Birthday";
$to="To";
$you="You";
$dear="Dear";
$boyfriend="Joseph";
for($i=0;$i<4;$i++){
if($i!=2)
echo $happy." ".$bday." ".$to." ".$you."<br>";
else
echo $happy." ".$bday." ".$dear." ".$boyfriend."<br>";
}
?>18