- Summernote - Amazing WYSIWYG editor with badass plugin architecture
- Medium Editor - Clone of Medium's incredible WYSIWYG editor
- Slack Themes - Themes for Slack. Duh.
- Multi-Level Push Menu - Sexy sidebar library that displays nested shelves
- Awesomeplete - Sexy autocomplete with zero dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ -> | |
| is_chrome = navigator.userAgent.indexOf('Chrome') > -1 | |
| is_explorer = navigator.userAgent.indexOf('MSIE') > -1 | |
| is_firefox = navigator.userAgent.indexOf('Firefox') > -1 | |
| is_safari = navigator.userAgent.indexOf("Safari") > -1 | |
| is_opera = navigator.userAgent.indexOf("Presto") > -1 | |
| is_mac = (navigator.userAgent.indexOf('Mac OS') != -1) | |
| is_windows = !is_mac | |
| if is_chrome && is_safari |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #set -x | |
| # Shows you the largest objects in your repo's pack file. | |
| # Written for osx. | |
| # | |
| # @see https://stubbisms.wordpress.com/2009/07/10/git-script-to-show-largest-pack-objects-and-trim-your-waist-line/ | |
| # @author Antony Stubbs | |
| # set the internal field spereator to line break, so that we can iterate easily over the verify-pack output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # One-liner to write data to a file | |
| File.open(yourfile, 'w') { |file| file.write("your text") } | |
| # And reading is even simpler | |
| File.read(yourfile) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Hash | |
| def symbolize_keys | |
| symbolized_hash = Hash.new | |
| self.each { |k, v| symbolized_hash[k.to_sym] = v } | |
| symbolized_hash | |
| end | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Put this inside a <script></script> tag at the very tippy top of your page to make sure it works properly. | |
| var noop = function() {} | |
| if(window.console == undefined) { | |
| window.console = { | |
| log: noop, | |
| error: noop, | |
| warn: noop, | |
| table: noop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| // "font_face": "Anonymous Pro", | |
| // "font_face": "Anonymous Pro Bold", | |
| // "font_face": "Anonymous Pro Minus", | |
| // "font_face": "Anonymous Pro Minus Bold", | |
| // "font_face": "Andale Mono", | |
| // "font_face": "AverageMono", | |
| // "font_face": "AverageMono Bold", | |
| // "font_face": "Consola Mono", | |
| // "font_face": "Consola Mono Bold", |
- Gessaffelstein - Control Movement
- Spektre - Cyclik [Rhythm Converted]
- Spektre - Turbine [Toolroom]
- Spektre & Christian Cambas - Rebel Without a Cause [Incorrect]
- Markantonio - The Gap (Roberto Capuano Remix) [Analytic Trail]
- Axel Karakasis - Back Down (Original Mix) [Rhythm Converted]
- Chris Hope & Andre Walter - Tattoo (Tom Laws Remix) [Packed]
- Bodyscrub - Regular (Spektre's Irregular Beast) [Driving Forces]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://soundcloud.com/adambeyer/dcr234-drumcode-radio-live-harvey-mckay-live-from-tube-club-belgrade | |
| 01. D Unity - Feeling - Rhythm Distrikt | |
| 02. Gary Beck - Hey Big Girl - Saved | |
| 03. Harvey McKay - Servant Of Two Masters | |
| 04. Cocodrills feat _ Ghostface killah - Cherchez LaGhost [Carlio Lio Remix] - Transmit | |
| 05. Harvey McKay - The Cure - Drumcode | |
| 06. Dj Boris & Jewel Kid - Submissive - Alleanza | |
| 07. Dosem - Chase The Link - Suara | |
| 08. Gary Beck - Power - BEK Audio |