This file contains 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
body.yui-skin-sam, | |
.yui-skin-sam table, | |
.yui-skin-sam form, | |
.yui-skin-sam input, | |
.yui-skin-sam td, | |
.yui-skin-sam th, | |
.yui-skin-sam p, | |
.yui-skin-sam textarea, | |
.yui-skin-sam select { | |
font-family: Helvetica Neue, Helvetica, Arial, sans-serif; |
This file contains 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
/* | |
* ProgressCircle.js | |
* http://qiao.github.io/ProgressCircle.js/ | |
* | |
* © 2011-2013 Xueqiao Xu <[email protected]> | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights to | |
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
This file contains 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
#!/bin/bash | |
# | |
# Create timelapse movies from images in the output/screen and output/isight folders | |
# | |
SOURCES=( screen isight ) | |
# IMGSRC=isight | |
for src in "${SOURCES[@]}" | |
do |
This file contains 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
addam@retinar:~/dev/datarank/hydra(master)% nf start | |
[OKAY] Loaded ENV .env File as KEY=VALUE Format | |
[OKAY] Trimming display Output to 142 Columns | |
12:31:33 ember.1 | version: 0.1.0 | |
12:31:36 ember.1 | Livereload server on port 35729 | |
12:31:36 ember.1 | Serving on http://0.0.0.0:4200 | |
12:31:51 ember.1 | Build successful - 15001ms. ## Initial build | |
12:31:51 ember.1 | Slowest Trees | Total | |
12:31:51 ember.1 | -------------------------------+---------------- | |
12:31:51 ember.1 | ES3SafeFilter | 7132ms |
This file contains 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
VAGRANTFILE_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_VERSION) do |config| | |
# Use [berkshelf](http://berkshelf.com/) | |
config.berkshelf.enabled = true | |
# Node settings | |
node_count = 2 | |
node_ram = 2048 |
This file contains 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
\documentclass[]{deedy-resume} | |
\begin{document} | |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
% | |
% LAST UPDATED DATE | |
% |
This file contains 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
--- | |
- name: Deploy new site release | |
user: deployer | |
hosts: all | |
tasks: | |
- name: Fetch repo updates | |
git: > | |
[email protected]:my/repo.git |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
source 'https://api.berkshelf.com' | |
cookbook 'build-essential', '~> 1.4.4' | |
cookbook 'java' | |
cookbook 'percona' |