Skip to content

Instantly share code, notes, and snippets.

View digitaldesigndj's full-sized avatar
🦕
JavaScript

Taylor Young digitaldesigndj

🦕
JavaScript
View GitHub Profile
@digitaldesigndj
digitaldesigndj / vype.md
Created May 6, 2014 21:54
Vype Ad Cycles

Fixed Header Advertisment code

wp-content/themes/vype/javascripts/scripts.js

var top_divs = $("#adspace div").not(".clearfix").hide(),
    top_i = 0;
// var top_num_ads = $('#adspace > div').attr("num_ads");
var top_num_ads = $('#adspace > div').not(".clearfix").length;
var top_cycle_delay = 12000;
@digitaldesigndj
digitaldesigndj / ranks.md
Last active August 29, 2015 13:58
Boundstar Ranks

Rank Progression

  1. Recruit -> Made a StarryDex Account

  2. Player -> Fourm Account, 1 Post, 1 Rep, 1 Vote.

  3. Explorer -> World Save Request Access 7 votes, 5 rep. (Members nominate for 3 votes, 5 rep)

Claim a sector.

@digitaldesigndj
digitaldesigndj / gist:8725933
Created January 31, 2014 03:02
BoundStar CommandStar Config
upstream app_commandstar {
server 127.0.0.1:8080;
}
upstream app_boundstar {
server 127.0.0.1:3000;
}
server {
server_name furious.boundstar.com;