Skip to content

Instantly share code, notes, and snippets.

View weakish's full-sized avatar

weakish weakish

View GitHub Profile
@weakish
weakish / README.md
Created July 27, 2010 19:45
gister -- a #shell script to access http://gist.github.com #gist
@weakish
weakish / rotate_screen
Created August 2, 2010 07:44
rotate screen under X window system
Use the xrandr command:
xrandr -o normal|inverted|left|right
If you want permanent changes, use this option in the "Monitor" section of
/etc/X11/xorg.conf:
Option "Rotate" "right"
@weakish
weakish / android-app-list.markdown
Created July 5, 2011 15:04
my android app list

My Android Apps list

Where to find applications

  • [F-Droid][]
  • a [list][] on wikipedia
  • googlecode, github, etc
@weakish
weakish / README.markdown
Last active December 18, 2023 05:58
#Solarized themes (dark and light) for #roxterm.
@weakish
weakish / busyroot.sh
Created April 19, 2011 11:06
#sh script to set up a #chroot #busybox #ssh environment
#!/bin/sh
# by Jakukyo Friel <weakish@gmail.com> under GPL v2.
### Set up a chroot busybox SSH environment
## requires
# wget -- to download pubkey and busybox
# sharutils -- to generate random password
## Config
@weakish
weakish / 宋体-方正超大字符集_PMingLiU-ExtB_檢字表.txt
Created August 20, 2010 23:46
收錄5萬多漢字的部首檢字表
「宋体-方正超大字符集」
&
「PMingLiU-ExtB」
檢字表
1
一部
@weakish
weakish / flvcd.py
Created May 19, 2011 02:27
Download videos via flvcd.com
#!/usr/bin/env python3.2
# by Jakukyo Friel <weakish@gmail.com> under GPL v2
# Download videos via flvcd.com
# Usage: flvcd url
# TODO:
# - Some sites divide video into clips, we need to support it.
# - flvcd.com may use '...' in the link address displayed. This script fails under this condition.
@weakish
weakish / code.md
Last active April 17, 2023 13:15
The Six Most Common Species Of #Code #java #fun