Skip to content

Instantly share code, notes, and snippets.

View jasonsee's full-sized avatar

jasonsee jasonsee

View GitHub Profile
@jasonsee
jasonsee / property order.css
Last active July 27, 2016 19:41
CSS Property Order
.selector {
/* Preprocessor variables */
@box-size(20px);
@graident(@main_blue, 2px);
/* Display & Box Model */
display: inline-block;
overflow: hidden;
box-sizing: border-box;
width: 100px;
@jasonsee
jasonsee / gist:a91c1fa3bb6dc4af7146
Created May 12, 2015 19:12
Tips for submitting QA bug tickets

Summary

  • Short description of the issue – a few words up to one sentence

Description

  • A detailed explanation of the issue, not steps to reproduce or the expected outcome – what happened

Steps to Reproduce

  • Step by Step instructions on how to reproduce the issue, not a narrative - begin with how to get the app in the state it was in just before the issue occurred

Expected Outcome

var gulp = require('gulp'),
express = require('express'),
sass = require('gulp-sass'),
spawn = require('child_process').spawn,
livereload = require('gulp-livereload');
var EXPRESS_PORT = 4000;
var EXPRESS_ROOT = '_site/'
<!doctype html>
<html>
<head>
<!-- Run in full-screen mode. -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Make the status bar black with white text. -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!doctype html>
<html>
<head>
<!-- Run in full-screen mode. -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Make the status bar black with white text. -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
### Keybase proof
I hereby claim:
* I am jasonsee on github.
* I am jasonsee (https://keybase.io/jasonsee) on keybase.
* I have a public key whose fingerprint is 0B15 8AC5 0B2E 5F47 8439 03EC EF07 5870 C089 BE98
To claim this, I am signing this object:
@jasonsee
jasonsee / gist:ad877b4695c1795af013
Created May 22, 2014 13:57
Colors for .gitconfig
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[color]
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
@jasonsee
jasonsee / vagrant
Last active August 29, 2015 13:56
Fixing Vagrant Up errors
Run this:
sudo /Library/StartupItems/VirtualBox/VirtualBox restart
If you see this:
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["hostonlyif", "create"]
@jasonsee
jasonsee / gist:8442200
Created January 15, 2014 19:01
Vagrant Up issues Mac OS X
Error:
[target] Clearing any previously set network interfaces...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["hostonlyif", "create"]
Stderr: 0%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to create the host-only adapter
@jasonsee
jasonsee / gist:7929630
Last active December 31, 2015 03:48
Possible UI libraries
MAYBE
-----
Gumby - http://gumbyframework.com/docs/ui-kit/#!/forms
w2ui - http://w2ui.com/web/demo/form
jQueryUI - http://jqueryui.com/spinner/
NO
---