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
| <ul class="top-nav"> | |
| <li> | |
| <a href="#a">Solutions</a> | |
| </li> | |
| <li> | |
| <a href="#b">Catalog</a> | |
| </li> | |
| <li> | |
| <a href="#c">Pricing</a> | |
| </li> |
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
| <ul class="top-nav"> | |
| <li> | |
| <a href="#a">Solutions</a> | |
| </li> | |
| <li> | |
| <a href="#b">Catalog</a> | |
| </li> | |
| <li> | |
| <a href="#c">Pricing</a> | |
| </li> |
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
| <ul class="top-nav"> | |
| <li> | |
| <a href="#a">Solutions</a> | |
| </li> | |
| <li> | |
| <a href="#b">Catalog</a> | |
| </li> | |
| <li> | |
| <a href="#c">Pricing</a> | |
| </li> |
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
| <ul class="top-nav"> | |
| <li> | |
| <a href="#a">Solutions</a> | |
| </li> | |
| <li> | |
| <a href="#b">Catalog</a> | |
| </li> | |
| <li> | |
| <a href="#c">Pricing</a> | |
| </li> |
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
| //general | |
| var gulp = require('gulp'); | |
| var del = require('del'); | |
| var copy = require('gulp-copy'); | |
| //sass | |
| var sass = require('gulp-sass'); | |
| var autoprefixer = require('gulp-autoprefixer'); | |
| var minifyCss = require('gulp-minify-css'); |
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
| <?xml version="1.0" encoding="UTF-8" standalone="no" ?> | |
| <UI> | |
| <Version Value="1.0"/> | |
| <!-- this is the part that actually matters (also, remove this line) --> | |
| <Aliases> | |
| <Alias String=";black" Value="<rgb=#000000>"/> | |
| <Alias String=";blue" Value="<rgb=#1050FF>"/> | |
| <Alias String=";gold" Value="<rgb=#FFD700>"/> |
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
| { | |
| "description": "The settings in this file are persisted server-side. This file is generated automatically. Editing it is not recommended. Modify SettingsToPersist.json to specify which settings are persisted.", | |
| "files": [ | |
| { | |
| "name": "Game.cfg", | |
| "sections": [ | |
| { | |
| "name": "Chat", | |
| "settings": [ | |
| { |
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
| # EditorConfig helps developers define and maintain consistent | |
| # coding styles between different editors and IDEs | |
| # editorconfig.org | |
| root = true | |
| [*] | |
| # Change these settings to your own preference | |
| indent_style = space |
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
| javascript:var c=0;Array.prototype.forEach.call(document.querySelectorAll('.tweet[data-user-id="371635567"]'),function(t){t.parentNode.remove(),c+=1}),window.alert('Removed '+c+' Bum tweets.'); | |
| /** | |
| * USAGE: Create a new bookmark in your browser. | |
| * Copy/Paste the entire line above into the URL/location field. | |
| * Name the bookmarklet something like "Remove Bum Tweets". | |
| * Click the bookmarklet you created when you're on Twitter.com and feeling overwhelmed with tweets from @Worthless_Bums. | |
| */ |
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
| // Written by Chris Johnson | |
| // 2013-07-21 | |
| // Assumes jQuery is available as `$` | |
| /* | |
| * USAGE | |
| * spritify($(element), { //should already have spritesheet set as background | |
| * spriteSheetWidth: 300, //width of spritesheet | |
| * spriteSheetHeight: 150, //height of spritesheet | |
| * offsetX: 0, //offset applied to each frame |
OlderNewer