[QUOTE=Skunky;50126052]Why would you do this??? Absolutely disgusting.[/QUOTE]
I'm more appalled by the shittly done work that has been put into this.
I don't have it on me but there's a clip of the Professor running through a sprinkler in a yard, and his skin is semi-transparent.
[QUOTE=allon;50125914]HUGE ASS FUCKING GIF[/QUOTE]
Isn't this bannable? From the OP:
[quote]Posting enormous gifs will get you banned. Post webm instead[/quote]
[QUOTE=megafat;50124916]We don't have the Dark Forces, X-Wing/Tie Fighter, Knights of the Old Republic, [B]Republic Commando[/B] games, but at least we have lightsabers you can fly with.[/QUOTE]
Motherfucking Delta Squad is still canon.
[video=youtube;Oz3wpkCt2Ms]https://www.youtube.com/watch?v=Oz3wpkCt2Ms[/video]
[QUOTE=Helix Snake;50125898]Yeah but that's all you need. The code is basically your good old fashioned gradeschool long multiplication, but done in binary.
Much, much better solution than a for loop, which will take a ridiculous amount of time if the multiplier is large.
Except also it doesn't work because it uses << instead of >>= and sizeof(int) needs to be multiplied by 8 for it to work properly (sizeof returns size in bytes, not bits). Or just do this
[code]public int product(int a, int b){
int result = 0;
while(b){
if(b & 1){
result += a;
}
a >>= 1;
b >>= 1;
}
return result;
}[/code]
Just don't use it with negative numbers. Or you'll have... problems.
(I may have had some people in a coding chat room take a look at this.)[/QUOTE]
Ahem a needs to be <<=
Also it works for negatives, but only a can be negative.
content:
[img]https://dl.dropboxusercontent.com/u/3975474/lmao/d8b.gif[/img]
Old Gold:
[img]http://45.media.tumblr.com/97d2329bd81f4c0f95d11f6d046b47a9/tumblr_o3f7sxoa6C1tyez2io1_1280.gif[/img]
[IMG]http://i.imgur.com/u5rTs6w.jpg[/IMG]
[QUOTE=kloaz;50126262]Motherfucking Delta Squad is still canon.
[video=youtube;Oz3wpkCt2Ms]https://www.youtube.com/watch?v=Oz3wpkCt2Ms[/video][/QUOTE]
From what I hear this series is great, worth watching if you've got the spare time.
[QUOTE=ElderLolz;50126268]STAND NAME: 「THE WORLD」[/QUOTE]
I remember a while ago some people edited this gif to explain a bunch of JoJo stands. I'll probably never find it again, but it was pretty well done.
LMAO Pics v let's find a way to multiply without multiplying
Quick while it's almost relevant
[IMG]https://i.imgur.com/vz4ODwH.gif[/IMG]
[QUOTE=Laserbeams;50125168]Through recursion, it's if b isn't zero, do "a += a; b --"
But a for loop is easier[/QUOTE]
[code]
function Multiply(a, b){
if(a == 0 || b == 0) return 0;
return a / (1/b);
}
[/code]
Take a break from the nerd stuff with some nerd stuff
[url=http://dilbert.com/strip/2016-04-13][img]http://u.cubeupload.com/Paramud/tvUwDE.gif[/img][/url]
[t]http://i.imgur.com/nO9ieCn.jpg[/t]
[QUOTE=ThatSwordGuy;50126465][IMG]https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-0/p480x480/13006668_10209816041504491_4899548340845290991_n.jpg?oh=4bc6f8acc5ae437958e9b26d822726ad&oe=57BD39EF[/IMG][/QUOTE]
Yghlakthplhtxz, we meet again.
[IMG]http://36.media.tumblr.com/9002ffd56496870c5685b3642d8b166d/tumblr_o5jsokDORm1u82p84o1_1280.jpg[/IMG]
The Dark Souls of Viagra
Old gold
[IMG]https://i.warosu.org/data/tg/img/0349/53/1411148966266.jpg[/IMG]
[QUOTE=AaronM202;50127222][img]http://40.media.tumblr.com/cc8a1bb578edb41e4ed91b18c1137667/tumblr_o5c0e3QXw21tj1uipo1_1280.jpg[/img][/QUOTE]
This is an official character in the Marvel Universe.
His name, pre-Kaijuism, is fucking [I][B]Todd Ziller[/B][/I]
[QUOTE=AaronM202;50127222][img]http://40.media.tumblr.com/cc8a1bb578edb41e4ed91b18c1137667/tumblr_o5c0e3QXw21tj1uipo1_1280.jpg[/img][/QUOTE]
New Avengers is a great book. American Kaiju's backstory is more patriotic than Captain America's.
[t]http://1.bp.blogspot.com/-JYMumjfT5QA/VwYhXnP8yrI/AAAAAAAByI0/UjY1jTDEbu0826q4C8XqEm2-JcxRhMUKA/s1600/30_02.jpg[/t]
[thumb]http://i.imgur.com/jScevlB.png[/thumb]
[QUOTE=Ganerumo;50127072][vid]https://video.twimg.com/ext_tw_video/720095076744081409/pu/vid/640x360/w-UOffPFDFT4zjFD.mp4[/vid][/QUOTE]
It's on the goddamn tip of my tounge and unless I ask this is going to keep me awake all night, what's the name of this song?