Luke's Languages
KNOWN:
- Ruby - Hurricane/Tornado/Other assorted
- Python - Fez
- C# - NippleCount
- Java - Halon
- jQuery - Electriclight auto-updating
- Node.JS => Express
| background-color: #343434; |
| http://build.chromium.org/f/chromium/snapshots/chromium-rel-xp |
| <div class="leftcol"> <div class="apple">{Block:IfShowAskLink}<a href="/ask">try me,</a>{/Block:IfShowAskLink} {Block:IfShowArchiveLink}<a href="/archive">the sound of past posts,</a>{/Block:IfShowArchiveLink} {Block:IfShowRandomLink}<a href="/random">and free unicorns here!</a>{/Block:IfShowRandomLink} <br> | |
| {Block:IfShowCustomLink1}<a href="{text:Custom Link1}">{text:Custom Link1 Title}</a>{/Block:IfShowCustomLink1} {Block:IfShowCustomLink2}<a href="{text:Custom Link2}">{text:Custom Link2 Title}</a>{/Block:IfShowCustomLink2} {Block:IfShowCustomLink3}<a href="{text:Custom Link3}">{text:Custom Link3 Title}</a>{/Block:IfShowCustomLink3}</div><br><div class="horse">{description}</div></div> | |
| <div class="panda"><a href="http://fiebre.tumblr.com/">theme</a></div> | |
| <div id="contentcolumn"> | |
| <div class="camel"><a href="/">{title}</a></div> |
| mount -t tmpfs -o size=768M name where_i_should_mount_it |
Luke's Languages
KNOWN:
| require 'simple_worker' | |
| class EncodePhoto < SimpleWorker::Base | |
| merge_gem 'zencoder' | |
| attr_accessor :photo_id, :unencoded_url | |
| # The run method is what SimpleWorker calls to run your worker | |
| def run | |
| begin |
| # now override it | |
| module Sass | |
| module Version | |
| def version | |
| @@version = { | |
| :major => 3, | |
| :minor => 2, | |
| :teeny => 0, | |
| :name => nil | |
| } |
| A. Catalogue - form of data store | |
| B. Data flow, catalogue info | |
| C. Lookup "Price" for "StockID" - Process | |
| D. Data flow - StockID | |
| E. Data store - price list | |
| F. Returns "Price" | |
| G. Process - Process payment | |
| H. Re-order file - Data store |
| install ruby deps from sauce | |
| sudo apt-get install build-essential libssl-dev libreadline5-dev zlib1g-dev |
| # This should be Markdown'd |