- Figure out wormholes
- Call @arfon
- Research (docs)
- Build prototype #15
- Test run #43 @world-domination/time-travel
- ...?
- Profit!
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
/** | |
* Saenaru Javascript Hangul Input Method by wkpark at gmail.com | |
* 2013/03/25 | |
* License: GPLv2 | |
*/ | |
var Saenaru = function() {}; | |
Saenaru.prototype = { | |
_q: [], |
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
1. 필요 패키지 설치 | |
$ sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable | |
$ sudo apt-get update | |
$ sudo apt-get install golang | |
$ sudo apt-get install nodejs nodejs-legacy npm | |
$ sudo npm install -g bower | |
2. Go 환경변수 설정 | |
$ mkdir $HOME/go | |
$ { echo && echo 'export GOPATH=$HOME/go' && echo 'export PATH=$PATH:$GOPATH/bin'; } | tee -a $HOME/.profile |
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
######## | |
# standard ubuntu bash prompt style + shortened parent dir path + full current directory + home directory ommision (without dependency) | |
PS1='\u@\h:`printf "$(pwd | sed -e "s!$HOME!~!" | sed -e "s/\/\(.\)[^\/]\+/\/\1/g" | sed -e "s/\/\([^/]\)$/\//g")""$([ "${PWD}" != "${HOME}" ] && printf "${PWD##*/}" || printf "")"`\$ ' | |
######## | |
# references: | |
# Path initial prompt: http://superuser.com/a/180272 | |
# String concat in bash: http://stackoverflow.com/q/4181703 | |
# PWD without full path: http://stackoverflow.com/q/1371261 | |
# Ternary operator in bash: http://stackoverflow.com/a/3953712 |
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
/* | |
* main.c | |
* | |
* Created on: 2015. 8. 6. | |
* Author: igx | |
*/ | |
#include <stdio.h> | |
#include "matrix.h" |
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
!!! HTTP CONNECTION TEST PAGE !!! |
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
1. test | |
1.1. test | |
1.2. test | |
2. test | |
2.1. test | |
2.2. test |
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
test ({"test": "hello"}); |
NewerOlder