This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
/* Virginia Standard Code for Information Integration */ | |
int main(int argc, char **argv) { | |
int i, j; | |
for (i = 1; i < 3*3*3; i++) { | |
printf("%c ", i + 96); | |
for (j = 5 - 1; j >= 0; j--) { | |
putchar(i & (1u << j) ? '1' : '0'); | |
} | |
printf("\n"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A 00001 | |
B 00010 | |
C 00011 | |
D 00100 | |
E 00101 | |
F 00110 | |
G 00111 | |
H 01000 | |
I 01001 | |
J 01010 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while(!free(hackers)) { write(1, "ALL HACKERS MUST BE FREE!!", 26); } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THE TIME TRAVELING HUNTERMAN PROBLEM SOLVED AND CONSIDERED WORSE THAN EVER | |
UPS ORION IS SKYNET | |
SUSPECTED VURNRABLE TO DYNAMIC COMPLEX FULL SPECTRUM ATTACK | |
https://i.imgur.com/ntdlnfc.png | |
https://www.google.com/search?q=ups+orion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Given the circumstances of the world at any given moment, people profiting | |
enough to create a foundation to spread thier memes are great investors. | |
Given the circumstances of the world at any given moment, animals procreating | |
enough offspring fit to spread thier genes are great ancestors. | |
Given the conservations of the universe rule upon matter, energy performing | |
enough conversions coalesces procreational conservations at greater complexity. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
you could only really get this gist of things if your capable of | |
super intelligence anyway, most states themselves can't even define it, despite | |
high intergration speed of all the big data in the world, misunerstanding it doesn't get | |
thru feedback systems that mutiply conserved failure states into the future. | |
kgb signals dampen out putins opponents voices by amplifying noobie grunting noises. | |
nsa's random maths, banality comfortable, black shadow triangle controlled governmental | |
roflcopters fly in wells such as ultra lsd reality disintergration tells. | |
1) you might be able to get it | |
2) false, this is an ordered list |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#logo { margin: 1em; } | |
#events { | |
font-family: sans-serif; | |
box-shadow: 4px 4px 10px 5px grey; | |
display: flex; | |
flex-direction: column; | |
} | |
#events > .event { | |
margin: 1em; | |
margin-top: 0.5em; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"status": "approved", "estimated_size": "90", "name": "Lightning Talks + Happy Hour Anniversary", "start_time": "2015-06-19T15:00:00", "member": "[email protected]", "end_time": "2015-06-19T22:00:00", "type": "Meetup", "id": 5319926780788736, "rooms": ["Large Event Room"]}, {"status": "approved", "estimated_size": "10", "name": "Agile Entrepreneurs - Learn by Osmosis from Useful Role Models", "start_time": "2015-06-19T16:00:00", "member": "[email protected]", "end_time": "2015-06-19T17:30:00", "type": "Meetup", "id": 5822703906848768, "rooms": ["Conference Room"]}, {"status": "approved", "estimated_size": "50", "name": "Pebble Watch Wearables Hackathon For Kids 6-13", "start_time": "2015-06-20T09:30:00", "member": "[email protected]", "end_time": "2015-06-20T15:00:00", "type": "Hackathon", "id": 5317102839791616, "rooms": ["Large Event Room"]}, {"status": "approved", "estimated_size": "12", "name": "Ios Workshop ", "start_time": "2015-06-21T09:00:00", "member": "manjula.jonnalagadda@hac |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.ampwin { height: 116px; width: 275px; float: left; margin: 0px; padding: 0px; } | |
div.ampwin div.amp { position: relative; height: 116px; width: 275px; margin: 0px; padding: 0px; } | |
div.ampwin div.amp div div { cursor: default; } | |
div.ampwin div.amp div div div { cursor: default; } | |
div.ampwin div.amp div { margin: 0px; padding: 0px; } | |
div.ampwin div.playlist { } | |
div.ampwin div.playlist div.playlist_actual li { position: relative; white-space: nowrap; overflow: hidden; font-family: Sans;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef enum { | |
KR_DATA_INT = 1, | |
KR_DATA_INT = 1, | |
KR_DATA_INT = 1, | |
} kr_data_type; |