THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| // Add a button to Collapse or Expand files in a Github PR | |
| // | |
| // See it in action: http://cl.ly/image/1r3q3d0d3b0p | |
| // | |
| // Install Tampermonkey and add this as a script | |
| // ==UserScript== | |
| // @name Github PRs: Collapse/expand file | |
| // @namespace https://gist.github.com/micho/855b272d2f408f04729e | |
| // @version 0.1 |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
stopBefore(document, 'getElementById')
stopBefore('document.getElementById') // the same as the previous
stopBefore(Element.prototype, 'removeChild')| /** | |
| * Converts an RGB color value to HSL. Conversion formula | |
| * adapted from http://en.wikipedia.org/wiki/HSL_color_space. | |
| * Assumes r, g, and b are contained in the set [0, 255] and | |
| * returns h, s, and l in the set [0, 1]. | |
| * | |
| * @param Number r The red color value | |
| * @param Number g The green color value | |
| * @param Number b The blue color value | |
| * @return Array The HSL representation |
| #! /usr/bin/env python | |
| """{escher} -- one-file key-value storage. | |
| What? | |
| This is a toy application to manage persistent key-value string data. | |
| The file {escher} is *both* the application and its data. | |
| When you run any of the commands below, the file will be executed and, | |
| after data change, it will rewrite itself with updated data. | |
| You can copy the file with whatever name to create multiple datasets. |
| /** | |
| The idea here is that all changes to your new object can be observed | |
| */ | |
| Ember.View.extend({ | |
| model: Ember.StalkableObject.create(), | |
| saveModel: Ember.observer(function () { | |
| /** do some fancy stuff to save changes to your model */ | |
| }, 'model.@properties') | |
| }); |
| ### | |
| # JSONDB - a compressed JSON format | |
| # By Devon Govett | |
| # Originally proposed by Peter Michaux - http://michaux.ca/articles/json-db-a-compressed-json-format | |
| # | |
| # jsondb.pack converts an array of objects with the same keys (i.e. from a database) | |
| # and flattens them into a single array, which is much smaller than the pure json | |
| # representation where the keys are repeated for each item in the array. | |
| # Combine with JSON.stringify to send compressed JSON data over the network. | |
| # |
| /* | |
| * | |
| * Copyright (c) 2011 Justin Dearing ([email protected]) | |
| * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) | |
| * and GPL (http://www.opensource.org/licenses/gpl-license.php) version 2 licenses. | |
| * This software is not distributed under version 3 or later of the GPL. | |
| * | |
| * Version 1.0.0-RC1 | |
| * | |
| */ |
| /* | |
| * object.watch polyfill | |
| * | |
| * 2012-04-03 | |
| * | |
| * By Eli Grey, http://eligrey.com | |
| * Public Domain. | |
| * NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. | |
| */ |
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |