I hereby claim:
- I am watersb on github.
- I am watersb (https://keybase.io/watersb) on keybase.
- I have a public key whose fingerprint is A63C E025 B3DC 61DA 5702 8B7B A302 184E A330 9AD0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#include <stdio.h> | |
#include <stdlib.h> | |
#include <stdint.h> | |
#if defined(__POWERPC__) | |
#define __dcbf(base, index) \ | |
__asm__ ("dcbf %0, %1" : /*no result*/ : "b%" (index), "r" (base) : "memory") | |
#else | |
#ifdef _MSC_VER | |
#include <intrin.h> /* for rdtscp and clflush */ |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
I hereby claim:
To claim this, I am signing this object:
from collections import defaultdict | |
demographic_data = ''' | |
James 1954 1977 | |
Linda 1922 1928 | |
Robert 1912 1924 | |
Mary 1965 1993 | |
John 1915 1915 | |
Patty 1946 2014 |
from collections import defaultdict | |
demographic_data = ''' | |
James 1954 1977 | |
Linda 1922 1928 | |
Robert 1912 1924 | |
Mary 1965 1993 | |
John 1915 1915 | |
Patty 1946 2014 |
from collections import defaultdict | |
CENTURY = 1900 | |
demographic_data = ''' | |
James 1954 1977 | |
Linda 1922 1928 | |
Robert 1912 1924 |
from collections import defaultdict | |
CENTURY = 1900 | |
demographic_data = ''' | |
James 1954 1977 | |
Linda 1922 1928 | |
Robert 1912 1924 |