Skip to content

Instantly share code, notes, and snippets.

View lunaru's full-sized avatar

Lu Wang lunaru

View GitHub Profile
@lunaru
lunaru / bootstrap.sh
Last active January 1, 2016 09:39
Mac OS X dev box bootstrap (VirtualBox and Vagrant)
#!/bin/bash
# Requires a system with ruby and git
# This usually means that install XCode on a vanilla Mac OS X will do
# After installing XCode, make sure to install developer tools
# hack to cache sudo password
sudo uptime;
# we need chef
@lunaru
lunaru / css3-arrow-dropshadow.html
Created April 25, 2012 23:18
CSS Box with Arrow and Dropshadow
<!DOCTYPE html>
<html>
<head>
<style>
/* Core CSS */
#box
{
background: white;