Dota 2 Config
Launch Options
-novid
export * from '@meltwater/phi' | |
export { | |
noCase, | |
dotCase, | |
swapCase, | |
pathCase, | |
upperCase, | |
lowerCase, | |
camelCase, | |
snakeCase, |
#!/bin/bash | |
set -e | |
set -u | |
if [ ! "${TRAVIS:-}" = 'true' ]; then | |
echo 'This is not running on Travis CI. Exiting!' | |
exit 1 | |
fi |
# | |
# Local Environment | |
# | |
home_dir = Dir.home | |
chef_dir = File.join(home_dir, '.chef') | |
secret_dir = File.join(chef_dir, 'private') | |
organization = ENV['chef_org'] || 'the_organization_name' | |
knife_override = File.join(chef_dir, 'knife_override.rb') | |
username = (ENV['USER'] || ENV['USERNAME']).downcase |
-novid
autoexec.cfg
-novid -w 1920 -h 1080 -tickrate 128
autoexec.cfg
and config.cfg
// Created by timrourke. | |
// https://github.com/timrourke | |
// | |
// This silly little shortcode simplifies using Evan Sosenko's excellent | |
// script for async loading of github gists. | |
// https://github.com/razor-x/gist-async | |
// | |
// Plop this in your functions file or functionality plugin. | |
// Usage: [gist id="12345567" file="example.js"] | |
function async_gist_func($atts) { |
# Overrides the gist markup added by Jekyll's gist Liquid tag | |
# to support loading GitHub Gists asynchronously using gist-async from | |
# https://github.com/razor-x/gist-async | |
# Must load the jekyll-gist plugin: | |
# https://github.com/jekyll/jekyll-gist | |
require 'jekyll-gist' | |
module Jekyll | |
module Gist |
# Parts of this file were adapted from | |
# GitHub’s collection of .gitignore file templates | |
# which are Copyright (c) 2014 GitHub, Inc. | |
# and released under the MIT License. | |
# For more details, visit the project page: | |
# https://github.com/github/gitignore | |
# ChefCookbook | |
.vagrant |
Most of my albums are pubic on my Imgur profile: razorx.imgur.com.
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("arxiv.org") { | |
body { | |
font-family: 'Open Sans', sans-serif; | |
background-color: #f3f3f3 | |
} | |
h1, h2, .list-title { | |
font-family: 'Roboto', sans-serif; |