This file contains hidden or 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
# -*- coding: utf-8 -*- | |
from __future__ import print_function | |
from __future__ import unicode_literals | |
from __future__ import division | |
import sys | |
import boto.sqs | |
conn = boto.sqs.connect_to_region('us-east-1') | |
q = conn.get_queue('foo') |
This file contains hidden or 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
diff --git a/src/rf/bundle.sh b/src/rf/bundle.sh | |
index e33ff9b..0da77e5 100755 | |
--- a/src/rf/bundle.sh | |
+++ b/src/rf/bundle.sh | |
@@ -22,6 +22,12 @@ MINIFY_PLUGIN="-p [ minifyify --no-map ]" | |
NODE_SASS="$BIN/node-sass" | |
ENTRY_SASS_DIR="./sass/" | |
+MAIN_SCSS="${ENTRY_SASS_DIR}main.scss" | |
+MAIN_SCSS_DEST="${STATIC_CSS_DIR}" |
This file contains hidden or 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
ASCII3DToFeatureClass_3d | |
ASCIIToRaster_conversion | |
AcceptConnections | |
AddAttachments_management | |
AddCADFields_conversion | |
AddCodedValueToDomain_management | |
AddColormap_management | |
AddDataStoreItem | |
AddEdgeEdgeConnectivityRuleToGeometricNetwork_management | |
AddEdgeJunctionConnectivityRuleToGeometricNetwork_management |
This file contains hidden or 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
[alias] | |
co = checkout | |
st = status | |
ll = status | |
l = status | |
cm = commit | |
amm = commit --amend -C HEAD | |
pf = push origin HEAD -f | |
br = branch | |
a = add |
This file contains hidden or 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
# -*- coding: utf-8 -*- | |
from __future__ import print_function | |
from __future__ import unicode_literals | |
from __future__ import division | |
from random import SystemRandom | |
from django.core.management.base import BaseCommand | |
from django.db import transaction |
This file contains hidden or 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
<html> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
<script type="text/javascript" src="dist/Bacon.js"></script> | |
<body> | |
<p>Ready</p> | |
<script type="text/javascript"> | |
var SENTINEL = {}, | |
resetBus = new Bacon.Bus(), | |
This file contains hidden or 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
# There may be some more dependencies that I installed before getting to R and R Studio | |
sudo apt-get install libqt4-core libqt4-gui libqt4-gui qt4-dev-tools \ | |
fort77 tk8.5 tcl8.5 tk8.5-dev tcl8.5-dev cfortran | |
cd $INSTALL_FOLDER | |
curl http://lib.stat.cmu.edu/R/CRAN/src/base/R-3/R-3.0.2.tar.gz | |
tar xvf R-3.0.2.tar.gz | |
cd R-3.0.2 | |
export CXXFLAGS="$CXXFLAGS -fPIC" |
This file contains hidden or 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 | |
set -e | |
# Boilerplate template reference: | |
# https://github.com/oxyc/bash-boilerplate/blob/master/script.sh | |
sha1="" | |
version="0.1" | |
usage() { |
NewerOlder