Skip to content

Instantly share code, notes, and snippets.

View vincentwoo's full-sized avatar

Vincent Woo vincentwoo

View GitHub Profile
@vincentwoo
vincentwoo / README.md
Last active August 29, 2015 13:56 — forked from nicerobot/README.md

Objective-C on Linux

Just run:

curl -ks https://gist.github.com/vincentwoo/8892428/raw/install.sh | bash -
{
"topLevelItems": ["1", "2", "3", "4"],
"items": {
"1": {
"parent": null,
"title": "Books",
"children": ["11", "12", "13"]
},

Client Services Code Exercise

Using HTML, CSS, and JavaScript, you will create a tool that allows a user to drill down through a tree of categories and select a final category. The taxonomy data is represented as a tree of categories. A category can have any number of children. A category with no children is considered a selectable category (categories with children should not be selectable).

The taxonomy data is located at https://gist.github.com/5527862

@vincentwoo
vincentwoo / JSFoot HTML (Rails).tmLanguage
Last active December 15, 2015 17:59 — forked from anonymous/JSFoot HTML (Rails).tmLanguage
Save as SUBLIME_DIRECTORY/Packages/User/JSFoot HTML (Rails).tmLanguage
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fileTypes</key>
<array>
<string>html.erb</string>
</array>
<key>name</key>
<string>JSFoot HTML (Rails)</string>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fileTypes</key>
<array>
<string>html.erb</string>
</array>
<key>name</key>
<string>JSFoot HTML (Rails)</string>