Ears 1,467 Posted Tuesday at 12:05 What did Oliver Twist say at the Indian restaurant? Please, can I have samosa? 3 Quote Share this post Link to post Share on other sites
audio_PHIL_e 641 Posted Tuesday at 12:37 2b OR NOT(2b) that is ff 1 Quote Share this post Link to post Share on other sites
darthvadersdad 2,398 Super Wammer Posted Tuesday at 13:10 1 1 1 Quote Share this post Link to post Share on other sites
audio_PHIL_e 641 Posted Tuesday at 16:12 3 hours ago, audio_PHIL_e said: 2b OR NOT(2b) that is ff For them that don't get it, here's a little bit of code you can copy & paste into your text editor: #include <stdio.h> int main (int argc, char* argv[]) { unsigned char byte; unsigned char notbyte; unsigned char result; for (byte = 0; ; byte++) { notbyte = ~byte; result = byte | notbyte; printf("%2x %2x %2x\n",byte,notbyte,result); if (notbyte == 0) {break;} } } Then you can save it as tobe.c and gcc tobe.c -o tobe after which you can run tobe to see the results 1 Quote Share this post Link to post Share on other sites
darthvadersdad 2,398 Super Wammer Posted Tuesday at 16:25 ???????? Quote Share this post Link to post Share on other sites
Ears 1,467 Posted Tuesday at 16:35 12 minutes ago, darthvadersdad said: ???????? It's witchcraft, putting a spell on counting in 10s.... 1 Quote Share this post Link to post Share on other sites
darthvadersdad 2,398 Super Wammer Posted Tuesday at 16:43 7 minutes ago, Ears said: It's witchcraft, putting a spell on counting in 10s.... Thats ok I can count to 10😝 1 Quote Share this post Link to post Share on other sites
audio_PHIL_e 641 Posted Tuesday at 16:50 There are 10 kinds of people in this world: them that understand binary and them that don't 1 Quote Share this post Link to post Share on other sites
Tony_J 5,296 Moderator Posted Tuesday at 17:19 There are 3 types of people, those that can count and those that can't... 1 1 Quote Share this post Link to post Share on other sites
Ears 1,467 Posted Wednesday at 08:24 And the award for most contrived joke of the day goes to......... Did you know that Spiderman has a winter jacket made entirely of Mediterranean flat bread? It’s a Pita Parka. 1 Quote Share this post Link to post Share on other sites
Beobloke 868 Posted Wednesday at 08:46 There are 3 types of people, those that can count and those that can't...I always understood that there are two types of people in the world:1. Those that can extrapolate a conclusion from incomplete data. 2 Quote Share this post Link to post Share on other sites
Ears 1,467 Posted Wednesday at 09:02 There are two types of people in the world. Those that finish what they start. 1 Quote Share this post Link to post Share on other sites
Tony_J 5,296 Moderator Posted Wednesday at 09:26 23 minutes ago, Ears said: There are two types of people in the world. Those that finish what they start. There are two types of people in this world. Those that are apathetic... 2 Quote Share this post Link to post Share on other sites
radiant red 5,045 Super Wammer Posted Wednesday at 11:37 5 Quote Share this post Link to post Share on other sites
Ears 1,467 Posted Wednesday at 16:10 There arrrrrr two types of people in the world. Those who like pirates, and those who do not..... 1 Quote Share this post Link to post Share on other sites