Skip to content

Instantly share code, notes, and snippets.

View fengs's full-sized avatar

Sophia Feng fengs

View GitHub Profile
@fengs
fengs / vr_listing.xml
Last active September 14, 2017 19:43 — forked from zhouxingxing1992/vr_listing.xml
vr_listing
<?xml version="1.0"?>
<listing xmlns="http://www.airbnb.com/schemas/airbnb-listing/v1" schemaVersion="1.0">
<lastUpdated>2017-08-29T16:36:15Z</lastUpdated>
<published>true</published>
<basicDetails>
<bathrooms>1</bathrooms>
<bedrooms>1</bedrooms>
<propertyType>house</propertyType>
<listingType>entire_home</listingType>
<amenities>
@fengs
fengs / tumblr-photo-ripper.rb
Last active August 29, 2015 14:26 — forked from jamiew/tumblr-photo-ripper.rb
Download all the images from a Tumblr blog
# Usage:
# [sudo] gem install mechanize
# ruby tumblr-photo-ripper.rb
require 'rubygems'
require 'mechanize'
# Your Tumblr subdomain, e.g. "jamiew" for "jamiew.tumblr.com"
site = "doctorwho"
@fengs
fengs / 0_reuse_code.js
Created April 16, 2014 03:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console