I hereby claim:
- I am supermario on github.
- I am realmario (https://keybase.io/realmario) on keybase.
- I have a public key whose fingerprint is 637E B6D2 434F 1B97 0910 7B41 0A6D D1E1 398F F347
To claim this, I am signing this object:
| // MarioRogic, mrog212 | |
| // Wed15-Bugle | |
| // 29/07/09 | |
| // Lab02: analyse dna sequences | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| int getLineCount(FILE * pFile); |
| char *pStrings[1]; | |
| pStrings[0] = (char*)malloc(100); | |
| pStrings[0][0] = "a"; |
| https://www.kernel.org/pub/linux/kernel/projects/backports/2013/03/04/compat-drivers-2013-03-04-u.tar.bz2 |
| // Sublime Package: AlignTab | |
| // Feature spec alignment | |
| { | |
| "keys": ["command+shift+a"], "command": "align_tab", | |
| "args" : {"user_input" : "^\\s+[\\w]*/rrl"} | |
| } |
| # Running this to get compiled opalrb js | |
| opal -c test.rb > build/test.rb.js |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Hello React</title> | |
| <script src="http://fb.me/react-0.12.1.js"></script> | |
| <script src="http://fb.me/JSXTransformer-0.12.1.js"></script> | |
| </head> | |
| <body> | |
| <div id="example"></div> | |
| <script type="text/jsx"> |
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |
| #!/bin/sh | |
| # Install with: | |
| # curl http://git.io/vEN3k > .git/hooks/pre-commit | |
| # Fail if any command is non-zero | |
| set -e | |
| # Redirect output to stderr. | |
| exec 1>&2 |