Skip to content

Instantly share code, notes, and snippets.

View michellephung's full-sized avatar
🌍
wondering

Michelle Phung michellephung

🌍
wondering
View GitHub Profile
<style id="jsbin-css">
:root {
--star-size: 20px;
--star-color: #fff;
--star-background: #e3773e;
}
.Stars {
--percent: calc(var(--rating) / 5 * 100%);
To install CouchDB into your system, copy the rel/couchdb
to your desired installation location. For example:
cp -r rel/couchdb /usr/local/lib
[Optionally, you can add /usr/local/lib/couchdb/bin/ to your PATH,
then run couchdb from anywhere, with the command:
couchdb
]
@michellephung
michellephung / replication.less
Last active August 16, 2016 03:35
replication.less
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
@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 / silence-noisy-selenium-server-output
Last active April 11, 2016 20:52
silence-noisy-selenium-server-output-in-travis-ci/
nohup java -jar test/nightwatch/deps/selenium-server-standalone-2.53.0.jar >/dev/null 2>&1 &
@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

dante;s color changes
/*@import "../../../../../assets/less/variables.less”;
@toggleColor: @red;
.toggle-states {
width: 182px;
height: 41px;