6 x $20 Badminton
#BD0701
Sat 7 April 11:00am-2:30pm
https://www.gc2018.com/sport/badminton
4 x $50 Cycling
#CT0701
Sat 7 April 1:30pm-4:30pm
https://www.gc2018.com/sport/track-cycling
# jinksi.zsh-theme | |
# Based on: https://github.com/andyfleming/oh-my-zsh/blob/master/themes/af-magic.zsh-theme | |
if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi | |
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})" | |
# primary prompt | |
PROMPT='$FG[237]------------------------------------------------------------%{$reset_color%} | |
$FG[032]%3~ \ | |
$(git_prompt_info) \ |
<?xml version="1.0" encoding="UTF-8" ?> | |
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. --> | |
<!-- It contains information about your site's posts, pages, comments, categories, and other content. --> | |
<!-- You may use this file to transfer that content from one site to another. --> | |
<!-- This file is not intended to serve as a complete backup of your site. --> | |
<!-- To import this information into a WordPress site follow these steps: --> | |
<!-- 1. Log in to that site as an administrator. --> | |
<!-- 2. Go to Tools: Import in the WordPress admin panel. --> | |
<!-- 3. Install the "WordPress" importer from the list. --> |
{ | |
"flex-with-benefits": { | |
"themes": [ | |
{ | |
"location": "Jinksi/flex-with-benefits", | |
"activate": true | |
} | |
], | |
"mu_plugins": [], | |
"plugins": [ |
#!/bin/bash | |
# v0.9.0 | |
# Run from Wordpress installation directory | |
# DEFINE COLORS | |
RED='\033[0;31m' # error | |
GRN='\033[0;32m' # success | |
BLU='\033[0;34m' # task | |
BRN='\033[0;33m' # headline | |
NC='\033[0m' # no color |
#!/usr/bin/env python | |
import subprocess, fileinput, sys, os | |
PURPLE = "\033[95m" | |
WHITE = "\033[00m" | |
GREEN = "\033[92m" | |
cwd = os.getcwd() |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
0 0 */5 * * /usr/local/bin/vultr -k VULTR_API snapshot create -s SUBID >> /var/log/vultr.log |
echo 'display_errors = false' | sudo tee --append /etc/php5.4-sp/php.ini && echo 'display_errors = false' | sudo tee --append /etc/php5.5-sp/php.ini && echo 'display_errors = false' | sudo tee --append /etc/php5.6-sp/php.ini && echo 'display_errors = false' | sudo tee --append /etc/php7.0-sp/php.ini && echo 'display_errors = false' | sudo tee --append /etc/php7.1-sp/php.ini && cat /etc/php5.4-sp/php.ini && cat /etc/php5.5-sp/php.ini && cat /etc/php5.6-sp/php.ini && cat /etc/php7.0-sp/php.ini && cat /etc/php7.1-sp/php.ini && sudo service php5.4-fpm-sp restart && sudo service php5.5-fpm-sp restart && sudo service php5.6-fpm-sp restart && sudo service php7.0-fpm-sp restart && sudo service php7.1-fpm-sp restart |
6 x $20 Badminton
#BD0701
Sat 7 April 11:00am-2:30pm
https://www.gc2018.com/sport/badminton
4 x $50 Cycling
#CT0701
Sat 7 April 1:30pm-4:30pm
https://www.gc2018.com/sport/track-cycling
const fetch = require('node-fetch') | |
const fs = require('fs') | |
const config = { | |
endpoint: 'https://FIREBASE_PROJECT.firebaseio.com/', | |
pathsToFetch: [ | |
// database nodes | |
'pages', | |
'posts' | |
], |