Details
Joined devRant on 4/7/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
-
import datetime as dt
while(True):
time_left = 24
work_hours = 8
trained_today = False
while(work_hours>0):
do_work()
listen_to_music()
browse_interesting_feeds()
work_hours -= 1
time_left -= 1
while(time_left>0):
if trained_today == False:
train()
trained_today = True
eat()
if dt.datetime.now().hour > 23:
time_left -= time_left -
I wish i could code for 8 hours straight instead of getting interrupted every 20mins. That would be the life7
-
Ctrl+/ for commenting a line in xml.
Successful.
Ctrl+/ again to remove comment ....nests earlier comment.
smh...... -
Tech companies be like:
"We're looking for some young graduates with at least 12 years of experience"1 -
People commenting in google play like "this app is bad, crashing all the time". Well, there is a report button over there, maybe you can help me to solve problems instead of whining?2
-
Fixing bugs in programming is like scoring a touchdown when you really didn't even know you had the ball, or where the end zone is.1
-
Me: why are you using so many break tags?
Intern: Its the only way I can position this div below that form.
Me: *facepalm*11 -
Whe you build a backend service that handled 50k concurrent users. But you are forced to integrate this third party service which can handle 500 concurrent users.4