start new:
tmux
start new with session name:
tmux new -s myname
| <!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"> |
I hereby claim:
To claim this, I am signing this object:
| # Running this to get compiled opalrb js | |
| opal -c test.rb > build/test.rb.js |
| // Sublime Package: AlignTab | |
| // Feature spec alignment | |
| { | |
| "keys": ["command+shift+a"], "command": "align_tab", | |
| "args" : {"user_input" : "^\\s+[\\w]*/rrl"} | |
| } |
| https://www.kernel.org/pub/linux/kernel/projects/backports/2013/03/04/compat-drivers-2013-03-04-u.tar.bz2 |
| char *pStrings[1]; | |
| pStrings[0] = (char*)malloc(100); | |
| pStrings[0][0] = "a"; |
| // MarioRogic, mrog212 | |
| // Wed15-Bugle | |
| // 29/07/09 | |
| // Lab02: analyse dna sequences | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| int getLineCount(FILE * pFile); |