Skip to content

Instantly share code, notes, and snippets.

View aszx87410's full-sized avatar

Huli aszx87410

View GitHub Profile
@aszx87410
aszx87410 / br.sh
Created April 1, 2016 04:13 — forked from dmkash/br.sh
Shell Script for tmux setup
#!/bin/sh
SESSION_NAME="big_red"
cd ~/Sites/within3/big_red
tmux has-session -t ${SESSION_NAME}
if [ $? != 0 ]
then
##10進位
20 = 2*10<sup>1</sup> + 0*10<sup>0</sup>
25 = 2*10<sup>1</sup> + 5*10<sup>0</sup>
234 = 2*10<sup>2</sup> +3*10<sup>1</sup> + 4*10<sup>0</sup>
##2進位
1
10
11
@aszx87410
aszx87410 / PUBGAME
Created August 7, 2015 02:00
Hello!
<h2 id="10進位">10進位</h2>
<p>20 = 2*10<sup>1</sup> + 0*10<sup>0</sup> <br>
25 = 2*10<sup>1</sup> + 5*10<sup>0</sup> <br>
234 = 2*10<sup>2</sup> +3*10<sup>1</sup> + 4*10<sup>0</sup></p>
<h2 id="2進位">2進位</h2>
<p>1 <br>
10 <br>