Overlord: Lucifer
---------------------------------------------------------
; expected
main method missing
reached end of file while parsing



fyeahcomputersciencemajorpenguin:
-note:
This is not a religious mention or a plug of my religion (I am an Atheist)
int god = sqrt-1?
:D
double god = writingInRealMath :D
while(i==1)
{
System.out.println(“I love you <3”);
}
that depends if i = 1 when this loop is called :P So on the flip side, it could mean that only when i == 1 I will love you forever, otherwise I don’t love you. However it could mean once that requirement is met, I will always love you.
Nostalgia
I still have nightmares about the last two jfc
^^^^^^^ THAT HOLY SHIT, especially the ‘It’s now safe to turn off your computer,” one of the only reasons I never shut down using ‘shut down’ and just pressed the power button. THAT MESSAGE. The System Busy wasn’t so bad
(Source: 90s90s90s, via makeshift-rolley)
Secrets of the Chrome Developer Tools (by Øredev Conference)
The Developer Tools built into Google Chrome provide powerful ways to understand, debug, and profile web applications. Most developers are familiar with its basic inspection and debugging tools, but some of its most valuable features, like the timeline and memory analysis tools, are lesser known. This talk will provide an overview of the Chrome dev tools and an in-depth demonstration of some of the lesser-known features.
This feature is very helpful to track down memory-leaks, for example with Backbone.js Zombie-Views. I also like the feature to deobfuscate the code inline. This both features makes the Chrome Developer Tools more powerful than Firebug.
(via ablimpfallsfromacamera)