This file contains hidden or 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
| /* http://meyerweb.com/eric/tools/css/reset/ | |
| v2.0 | 20110126 | |
| License: none (public domain) | |
| */ | |
| html, body, div, span, applet, object, iframe, | |
| h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
| a, abbr, acronym, address, big, cite, code, | |
| del, dfn, em, img, ins, kbd, q, s, samp, | |
| small, strike, strong, sub, sup, tt, var, |
This file contains hidden or 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
| syntax on | |
| set sts=2 | |
| set sw=2 | |
| set ts=2 | |
| set et | |
| set autoindent | |
| set nocindent | |
| set smarttab | |
| set nowrap | |
| set number |
This file contains hidden or 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
| <div id="container"></div> |
This file contains hidden or 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
| #!/bin/sh | |
| cd /tmp | |
| wget 'http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh' |
This file contains hidden or 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
| <!-- | |
| Radiotray Bookmark | |
| Path: /usr/share/radiotray/bookmarks.xml | |
| Author: bonau@github | |
| References: | |
| * http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=226746#forumpost226746 | |
| --> | |
| <bookmarks> | |
| <group name="root"> | |
| <group name="Taiwan (hichannel.hinet.net)"> |
This file contains hidden or 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
| <!-- | |
| [Assign filename in data URI] | |
| Compatibility: Google Chrome 14 | |
| Origin from: http://html5-demos.appspot.com/static/a.download.html | |
| --> | |
| <!DOCTYPE html> | |
| <!-- | |
| Copyright 2011 Google Inc. |
This file contains hidden or 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
| #!/bin/bash | |
| wget "https://launchpad.net/~cnav/+archive/ppa/+files/ppstream_1.0.0-3lucid2_amd64.deb" | |
| sudo dpkg -i ppstream_1.0.0-3lucid2_amd64.deb | |
| sudo apt-get -f install | |
| sudo ln -s /opt/pps/lib/libemscore.so.0.1.1676 /usr/lib/libemscore.so.0 | |
| echo "usage: /opt/pps/bin/PPStream" |
This file contains hidden or 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
| #!/bin/bash | |
| # | |
| # let-me-open-them.sh | |
| # author: He-Hsiung Wang <munouzin@gmail.com> | |
| # description: shorthand of setting default program for all available mimes in xdg way | |
| # usage: | |
| # bash let-me-open-them.sh APPLICATION.desktop | |
| # arguments: | |
| # APPLICATION: one of applications located in /usr/share/applications/ | |
| # |
This file contains hidden or 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
| -- Standard awesome library | |
| require("awful") | |
| require("awful.autofocus") | |
| require("awful.rules") | |
| -- Theme handling library | |
| require("beautiful") | |
| -- Notification library | |
| require("naughty") | |
| -- Load Debian menu entries |
This file contains hidden or 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
| source "https://rubygems.org" | |
| gem "mechanize" | |
| gem "redis" |
OlderNewer