##Raspberry Pi 2
http://www.mcmelectronics.com/product/83-16530
##SD Card
| [0mGET /manifests/cd0ea095 [32m200 [0m10.433 ms - 112[0m | |
| Validating start url... | |
| Building the project... { content: | |
| { start_url: 'http://www.bamideas.com/', | |
| short_name: 'WwwBamideasCom' }, | |
| format: 'w3c' } D:\home\site\wwwroot\tmp\cd0ea095 [ 'windows', 'android', 'ios', 'chrome', 'firefox' ] false | |
| Generating the Windows application... | |
| Generating the Chrome application... | |
| Generating the Firefox application... | |
| Generating the Cordova application... |
I hereby claim:
To claim this, I am signing this object:
Follow the steps below to install Team City 8.1 on Ubuntu 12.04 with Nginx as the proxy for port 80.
Install Team City:
# will install on port 8111
sudo wget -c https://gist.github.com/ryanbillingsley/5c6641c15aafcd8aa06e/raw/50ec6ce84da8162de9359ee746e5f8c767b7cb75/teamcity-install.sh -O /tmp/teamcity-install.sh
| for i in "$@" ; do /Users/jsnell/ffmpeg -i "$i" -map 0:0 -acodec pcm_s161e -ac 1 -out_sample_rate 44100 "${i%.*}.wav" ; | |
| done |
| #define RADIANS_TO_DEGREES(radians) ((radians) * (180.0 / M_PI)) | |
| #define DEGREES_TO_RADIANS(degrees) ((degrees) * (M_PI / 180.0)) | |
| - (CGPoint)determinePointOnCircleWithRadius:(int)radius Degree:(int)degree Center:(CGPoint)startPoint | |
| { | |
| float midX = startPoint.x + radius * cos(DEGREES_TO_RADIANS(degree)); | |
| float midY = startPoint.y + radius * sin(DEGREES_TO_RADIANS(degree)); | |
| return CGPointMake(midX, midY); | |
| } |
| def building_commit | |
| i = 0 | |
| body = "tree #{@tree} | |
| parent #{@parent} | |
| author CTF user <[email protected]> #{@timestamp} +0000 | |
| committer CTF user <[email protected]> #{@timestamp} +0000 | |
| Give me a Gitcoin #{i}" |
| <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?> | |
| <grammar xml:lang="en-US" version="1.0" root="ROOT" mode="dtmf" tag-format="swi-semantics/1.0" xml:base="file://C:/Billingsley/" xmlns="http://www.w3.org/2001/06/grammar"> | |
| <rule id="ROOT" scope="public"> | |
| <one-of> | |
| <item>1</item> | |
| <item>2</item> | |
| <item>3</item> | |
| <item>4</item> | |
| <item>5</item> | |
| <item>6</item> |
| cluster = require('cluster') | |
| http = require('http') | |
| connect = require('connect') | |
| request = require('request') | |
| sys = require('sys') | |
| done = (success) -> | |
| console.log("FN!" + success) | |
| true | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Windows; | |
| using System.Windows.Controls; | |
| using System.Windows.Data; | |
| using System.Windows.Documents; | |
| using System.Windows.Input; | |
| using System.Windows.Media; |