Skip to content

Instantly share code, notes, and snippets.

View nicksergeant's full-sized avatar

Nick Sergeant nicksergeant

View GitHub Profile

Current Two Lake Roastery offerings:

Rwanda Jomba Vunga

  • Country: Rwanda
  • Grade: A1
  • Region: Jomba, Nyabihu
  • Processing: Wet Process (Washed)
  • Arrival Date: January 2012 Arrival, Grainpro Bags
  • Appearance: .4 d/300gr, 15 + Screen

I'm starting a new web-based project, called Craft of Man.

Goals of the project

  1. Inspire.

    Videos. Stories. When people see other people who are totally invested in something, it inspires us to do the same.

  2. Inform.

Which one of these sentences is correct?

  • These are projects that are not large enough for their own repositories.
  • These are projects that are not large enough for their own repository.

Where each project can only have one repository.

Which style of defining multiple-URLs in the new Embedder would you prefer?
Please vote in the comments below.
Style 1:
<div class="amara-embed"
style="height: 480px; width: 854px"
data-url="http://www.youtube.com/watch?v=bNySL-ihAvo"
data-url-2="http://www.youtube.com/watch?v=bNySL2"
# Default
function prompt_pwd --description 'Print the current working directory, shortend to fit the prompt'
echo $PWD | sed -e "s|^$HOME|~|" -e 's|^/private||' -e 's-\([^/]\)[^/]*/-\1/-g'
end
# Without abbreviating directory names
function prompt_pwd --description
echo $PWD | sed -e "s|^$HOME|~|"
end
function atags
unlink media/js/closure-library;
ctags -R .;
jsctags media/js -f jstags --ignore 'jquery|.*closure.*|.*.un~|.*.min.js|amara.js|popcorn.js|mirosubs-statwidget.js|unisubs-calcdeps.js|unisubs-statwidget.js';
cat jstags >> tags;
rm jstags;
ln -s /opt/google-closure media/js/closure-library;
end
# https://github.com/nicksergeant/snipt-cli
$ echo hay thar | snipt post_and_get_url -t
-- --------------------------------------
-- Paste Script for Linkinus
-- by Nicholas 'drudge' Penree
-- Version 4.0
-- --------------------------------------
on linkinuscmd(paste_type)
set isRecognized to true
set useGrowl to do shell script "defaults read net.conceited.Linkinus alertGrowl"