I hereby claim:
- I am tsuyoshicho on github.
- I am tsuyoshicho (https://keybase.io/tsuyoshicho) on keybase.
- I have a public key ASAjX0bSc6DgIJY7tAO5K9O23HEczyoNs4KgB3yduJGWMgo
To claim this, I am signing this object:
-startup | |
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813 | |
--launcher.XXMaxPermSize | |
256m | |
--launcher.defaultAction | |
openFile | |
-vmargs | |
-Xms40m |
>git remote set-head origin master |
# light | |
setenv LSCOLORS gHfHfebebHfefebHbHgHgH | |
# dark | |
setenv LSCOLORS gAfAfebebAfefebAbAgAgA |
/* | |
* 16bit Checksum | |
* Endianness? | |
*/ | |
uint16_t | |
checksum(uint16_t *buf, size_t bufsz) | |
{ | |
uint_least32_t sum = 0; | |
while (bufsz > 1) { | |
sum += *buf; |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
PATH=%PATH%;c\tools\Vagrant\embedded\mingw\bin;c\tools\Vagrant\bin |
#ビルド | |
docker build -t "sshd/centos" . | |
#コンテナを起動 | |
docker run -i -t centos /bin/bash | |
#コンテナに名前を付けて起動 | |
docker run -i -t --name cent01 centos /bin/bash | |
#コンテナをバックグランドで起動 |
chocolatey list -lo |
FROM debian:wheezy | |
MAINTAINER My Name <[email protected]> | |
# mirror | |
RUN echo "deb http://cdn.debian.net/debian/ wheezy main contrib non-free" > /etc/apt/sources.list.d/mirror.jp.list | |
RUN echo "deb http://cdn.debian.net/debian/ wheezy-updates main contrib" >> /etc/apt/sources.list.d/mirror.jp.list | |
RUN /bin/rm /etc/apt/sources.list | |
RUN export DEBIAN_FRONTEND=noninteractive LANG | |
RUN apt-get update |
I hereby claim:
To claim this, I am signing this object: