Skip to content

Instantly share code, notes, and snippets.

set autoindent
set smartindent
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set list
set listchars=tab:\|\
set mouse=a
set hlsearch
@easoncxz
easoncxz / SomeClass.java
Last active August 29, 2015 14:04
Hello World in a few different languages
public class SomeClass {
public static void main(String[] args) {
System.out.println("hello world");
}
}
@easoncxz
easoncxz / gist:6325291
Created August 24, 2013 00:40
Not working as expected: Asterisk for matching filenames when using `unzip`.
[ ~/Downloads ]$ unzip download*.zip
Archive: download_20130821_232312.zip
caution: filename not matched: download_20130822_094452.zip