Skip to content

Instantly share code, notes, and snippets.

View michellephung's full-sized avatar
🌍
wondering

Michelle Phung michellephung

🌍
wondering
View GitHub Profile
@michellephung
michellephung / index.html
Last active May 10, 2016 02:35 — forked from anonymous/index.html
radix sort
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@michellephung
michellephung / sublime-command-line.md
Created February 2, 2016 22:07 — forked from adrianorsouza/sublime-command-line.md
launch sublime text from the command line

Launch Sublime Text from the command line on OSX

Sublime Text includes a command line tool, subl, to work with files on the command line. This can be used to open files and projects in Sublime Text, as well working as an EDITOR for unix tools, such as git and subversion.

Requirements

  • Sublime text 2 or 3 installed in your system within Applications folder

Setup