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 / pre_print_r.sublime-snippet
Last active December 16, 2015 19:38
Pre Print_R - SublimeText Snippet
<snippet>
<content>
<![CDATA[
echo '<pre>';
print_r( $1 );
echo '</pre>';
]]>
</content>
<tabTrigger>print_r</tabTrigger>
<tabTrigger>pre</tabTrigger>
@digitaldesigndj
digitaldesigndj / readme.md
Last active January 4, 2016 20:59
Starbound Upstart Configuration - Furious Koala

Starbound Furious Koala Upstart Script

I use this with Ubuntu and StarBound installed via steamcmd.

Save the content below into the file /etc/init/starbound.conf

so nano /etc/init/starbound.conf, then paste in the content, then crtl+o to save and crtl+x to exit nano.

Warning! - You might have to correct the path /root/starbound/linux64/starbound_server to point correctly at your stabound install.

@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;
@digitaldesigndj
digitaldesigndj / Taylor's Work History.md
Last active November 30, 2019 16:28
Taylor's Work History/Portfolio

Work History/Portfolio

About Me

Hello, I'm Taylor. A Web Developer who currently resides in Phoenix, AZ.

Experience

Open Source

@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.

  • Home Banner
  • Pagination
  • Event Listing
  • Headers
  • Fix up Sidebars / Widget Areas
  • Slides Taxonomy - Slideshow
  • Slideshow Page Template
@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 / gist:68cf97647fcf2e96321d
Created May 13, 2014 09:18
Moon emojii reflects the current phase of the moon!!?
May 13 - 3/4 Waxing
http://stardate.org/nightsky/moon
:moon:
#/bin/bash
apt-get update && apt-get -q -y install curl build-essential openssl libssl-dev git-core python python-software-properties
sudo add-apt-repository ppa:nginx/stable -y
apt-get update && apt-get -q -y install curl build-essential openssl libssl-dev git python lib32gcc1 nginx
mkdir steamcmd
cd steamcmd
wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz
tar -xvzf steamcmd_linux.tar.gz
./steamcmd
# login username
@digitaldesigndj
digitaldesigndj / NewCallouts.md
Last active August 29, 2015 14:02
Standish New Callouts