I hereby claim:
- I am agarzola on github.
- I am alfonso (https://keybase.io/alfonso) on keybase.
- I have a public key whose fingerprint is F7FD 7F5D 4381 CB39 0F26 54FE E052 A76E 977B 9D04
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Tweak presentation and add commits ahead/behind. | |
| # Quick fork by @mcjim to add stash status and tweak to suit his style. | |
| # http://henrik.nyh.se/2008/12/git-dirty-prompt | |
| # http://www.simplisticcomplexity.com/2008/03/13/show-your-git-branch-name-in-your-prompt/ | |
| # host dir master $ # clean working directory | |
| # host dir master* $ # dirty working directory | |
| # host dir master*^ $ # dirty working directory with stash | |
| # host dir master^ $ # clean working directory with stash | |
| function parse_git_dirty { |
| # Use the app.rb file to load Ruby code, modify or extend the models, or | |
| # do whatever else you fancy when the theme is loaded. | |
| module Nesta | |
| class App | |
| # Uncomment the Rack::Static line below if your theme has assets | |
| # (i.e images or JavaScript). | |
| # | |
| # Put your assets in themes/v2/public/v2. | |
| # |
| @mixin rempx($property,$value,$unit:"px") | |
| $pxcon: null !default | |
| $remcon: null !default | |
| $px: null !default | |
| $rem: null !default | |
| @if $unit == "px" | |
| $pxcon: 1 | |
| $remcon: .1 | |
| @else |
Revised date: 07/11/2012
Between us [company name] and you [customer name]
We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.
| ##96-well plate | |
| %table#ninetysixwell.plate | |
| %tr | |
| %th | |
| - (1..12).each do |num| | |
| %th= num | |
| - ('A'..'H').each do |letter| | |
| %tr | |
| %th |