- Film tank
- Changing bag
- Developer
- Stop bath (optional)
- Fixer
- Hypo-clear
  
    
      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
    
  
  
    
  | function blank() { | |
| # Create a new project based on | |
| # https://github.com/trey/blank | |
| if [ -d $HOME/Code/blank ]; then | |
| if [ $# -eq 1 ]; then | |
| echo "Installing a new project based on Blank." | |
| git clone ~/Code/Blank $1 | |
| cd $1 | |
| script/setup | |
| rm -rf .git | 
  
    
      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
    
  
  
    
  | Options +FollowSymLinks | |
| RewriteEngine on | |
| RewriteCond %{HTTP_HOST} ^(www\.)?oldwebsite.com$ [NC] | |
| RewriteRule ^(.*)$ http://newwebsite.com/$1 [R=301,L] | 
- Add these files to the root of your project.
- Run gruntfrom the command line.
This is made possible with the magic of grunt-php.
For use with this setup.
Use:
<Icon shape="edit" />
  
    
      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
    
  
  
    
  | #! /usr/bin/env ruby | |
| # | |
| # Save in your path as "isreg" and chmod +x. Then: isreg domain.com | |
| # | |
| puts `whois #{ARGV[0]}` =~ /No match for \"#{ARGV[0]}\"/mi ? "No" : "Yes" | 
- The Wonderful Wizard of Oz
- The Marvelous Land of Oz
- Ozma of Oz
- Dorothy and the Wizard in Oz
- The Road to Oz
- The Emerald City of Oz
- The Patchwork Girl of Oz
- Tik-Tok of Oz
- The Scarecrow of Oz
- Rinkitink in Oz
  
    
      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
    
  
  
    
  | // https://css-tricks.com/snippets/css/css-triangle/ | |
| @mixin triangle ($color: #ccc, $direction: right, $size: 5px) { | |
| height: 0; | |
| width: 0; | |
| @if $direction == up { | |
| border-bottom: $size solid $color; | |
| border-left: $size solid transparent; | |
| border-right: $size solid transparent; | |
| } @else if $direction == right { | 
  
    
      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
    
  
  
    
  | [ | |
| { | |
| "title": "Carrie", | |
| "year": 1974 | |
| }, | |
| { | |
| "title": "'Salem's Lot", | |
| "year": 1975 | |
| }, | |
| { |