Skip to content

Instantly share code, notes, and snippets.

@larryxiao
larryxiao / setup.sh
Created November 14, 2014 02:23
set up develop environment on new machines
# decide platform, install basic tools, install customization profile
https://github.com/larryxiao/dotfiles/archive/master.zip
@larryxiao
larryxiao / _readme.md
Last active August 29, 2015 14:16 — forked from shime/_readme.md

Having trouble installing the latest stable version of tmux?

I know, official package for your OS/distro is outdated and you just want the newest version of tmux.

Well, this script should save you some time with that.

Prerequisities

  • gcc
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=1.8
@larryxiao
larryxiao / _readme.md
Last active August 29, 2015 14:17 — forked from shime/_readme.md

Having trouble installing the latest stable version of tmux?

I know, official package for your OS/distro is outdated and you just want the newest version of tmux.

Well, this script should save you some time with that.

Prerequisities

  • gcc
@larryxiao
larryxiao / taichi.py
Created July 16, 2021 22:49
Taichi Zoo!
1
2
3
4
5
6
print('hello world!')
print('hello world!')
print('hello world!')
print('hello world!')
@larryxiao
larryxiao / taichi.py
Created July 16, 2021 22:49
Taichi Zoo!
1
2
3
4
5
6
7
8
9
10
@larryxiao
larryxiao / taichi.py
Created July 16, 2021 22:58
Taichi Zoo!
1
2
3
4
print('hello world!')
print('hello world!')
print('hello world!')
print('hello world!')
@larryxiao
larryxiao / taichi.py
Created July 16, 2021 22:58
Taichi Zoo!
1
2
3
4
5
6
print('hello world!')
print('hello world!')
print('hello world!')
print('hello world!')
@larryxiao
larryxiao / taichi.py
Created July 16, 2021 22:59
Taichi Zoo!
1
2
3
4
5
6
print('hello world!')
print('hello world!')
print('hello world!')
print('hello world!')
@larryxiao
larryxiao / taichi.py
Created July 17, 2021 01:23
Taichi Zoo!
print('hello world!')