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
/* | |
A pure CSS version of the Sensor Tower Logo | |
by Tom Spalding | |
https://github.com/digitalvapor | |
*/ | |
/* spacer */ | |
a:before { | |
background-color: #20aa9c; | |
border-style: solid; |
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 | |
### | |
### The following block runs after commit to "master" branch | |
### https://stackoverflow.com/questions/15214762/how-can-i-sync-documentation-with-github-pages/16389663#16389663 | |
### | |
if [ `git rev-parse --abbrev-ref HEAD` == "master" ]; then | |
# Layout prefix is prepended to each markdown file synced | |
################################################################### | |
LAYOUT_PREFIX='---\r\nlayout: index\r\n---\r\n\r\n' |
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
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian) (format=latex 2014.10.29) 29 OCT 2014 16:26 | |
entering extended mode | |
restricted \write18 enabled. | |
%&-line parsing enabled. | |
**tmpjiwL6e | |
(./tmpjiwL6e.tex | |
LaTeX2e <2011/06/27> | |
Babel <3.9h> and hyphenation patterns for 10 languages loaded. | |
) | |
*\scrollmode |
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
url.txt | |
*.pyc |
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
/* | |
* Dan Kirshner - [email protected] | |
* | |
* You are welcome to make free use of this software. Retention of my | |
* authorship credit would be appreciated. | |
* | |
* Version 1.3. 2013-12-01 Correct loop over turns -- don't have early cut-off | |
* Version 1.2. 2012-09-09 Use discrete polyhedra rather than linear_extrude() | |
* Version 1.1. 2012-09-07 Corrected to right-hand threads! | |
*/ |
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
//change mywebdir to the folder you wish to serve | |
var port = 80 | |
var mywebdir = 'myoutput' | |
var connect = require('connect') | |
connect().use(connect.static(mywebdir)).listen(port); | |
console.log('Server running on port '+port); |
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/sh | |
WEB_DIR=~/digitalvapor | |
# remove any untracked files and directories | |
git --work-tree=${WEB_DIR} clean -fd | |
# force checkout of the latest deploy | |
git --work-tree=${WEB_DIR} checkout --force | |
# if need to exclude some files from being cleaned |
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
; Always on Top | |
; https://gist.github.com/digitalvapor | |
; press CTRL+Space to toggle a window to always on top. | |
; Winset: http://ahkscript.org/docs/commands/WinSet.htm | |
; WinSet, Attribute, Value [, WinTitle, WinText, ExcludeTitle, ExcludeText] | |
; If you are going to make another window on-top that was 'ran as admin', then you'll want to run your autohotkey script as admin too. | |
^SPACE:: Winset, AlwaysOnTop, Toggle, A |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder