$ cat /etc/debian_version
$ apt-cache search tesseract-ocr
$ sudo apt-get update
$ sudo apt-get install -y esseract-ocr
$ sudo apt-get install -y gcc
$ sudo apt-get install -y python-dev
$ sudo apt-get install -y python-imaging
[1:12:00] % apt-cache search erlang
erlang - Concurrent, real-time, distributed functional language
[1:13:18] % sudo apt-get install erlang
Setting up erlang-odbc (1:14.a-dfsg-3squeeze1) ...
Setting up erlang (1:14.a-dfsg-3squeeze1) ...
[1:13:42] %
[1:14:19] % erl
Erlang R14A (erts-5.8) [source] [smp:3:3] [rq:3] [async-threads:0] [kernel-poll:false]
This file contains 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
# | |
# usage: | |
# sh setup_server.sh | |
# | |
## START | |
# cat /etc/debian_version | |
#=> 6.0.7 | |
# apt-cache search tesseract-ocr |
This file contains 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
https://github.com/withoutcane/kanColleWidget/commit/a6be7ae0166e6e60dc0d108bf369f048c5af2d9e |
This file contains 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
<html> | |
<head> | |
<meta charset="utf-8"> | |
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script> | |
<script> | |
var samples = { | |
1 : 1000, | |
2 : 5000, | |
3 : 10000, | |
4 : 20000, |
Nyukyo
http://125.6.188.25/kcsapi/api_req_nyukyo/start
http://125.6.188.25/kcsapi/api_get_member/ship2
http://125.6.188.25/kcsapi/api_get_member/material
http://125.6.188.25/kcsapi/api_get_member/ndock
Createship
go get labix.org/v2/mgo
This file contains 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
go get labix.org/v2/mgo [master~/go/.packages/src/logServer] | |
#=> go: missing Bazaar command. See http://golang.org/s/gogetcmd | |
sudo apt-get install bzr | |
#=> ... | |
go get labix.org/v2/mgo | |
#=> ... |