Skip to content

Instantly share code, notes, and snippets.

@shockdesign
shockdesign / pre-commit
Created May 18, 2021 05:39
Pre-commit for Perl Tidy
#!/bin/sh
#
STAGED_FILES=$(git diff --cached --name-only --diff-filter=ACM | grep ".pm\{0,1\}$")
BASE="$(git rev-parse --show-toplevel)"
PERLTIDY="perltidy"
PERLTIDYEXT="-b"
if [[ "$STAGED_FILES" = "" ]]; then
exit 0
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 8.
BeerID,BeerName,Description
735905,Granite Brewery Brand New Day NEIPA,"FVX Series #1. This New England IPA is the very first beer brewed in our closed fermenter, FVX. Pours a golden haze with a creamy white head and aroma of citrus, mango and tropical fruit. On the palate it is a juicy bomb from Mosaic, Citra and Azacca with a bitter finish to balance it out."
169363,Granite Brewery Alternator,
227664,Granite Brewery Bridezale'ah,Made for our head brewer’s wedding this al has a very light mal bill and only late addition hops. It is a sessionable ale with tons of fruity and florally hop character but little to no bitteress.
633713,Granite Brewery Bitter Than Nothing,
1538,Granite Brewery Best Bitter Special,"A dry hopped full bodied ale, copper in color."
236585,Granite Brewery Best Bitter,"A rich copper coloured ale, hopped in the English tradition giving it a pleasant hop fragrance and a smooth dry finish."
252388,Granite Brewery Beaver Tail Brown Ale,"This is our Canadian take on an American brown
BeerID BeerName Description
258121 Granite Halifax 25th Anniversary Special Bitter [Fixed name, did not verify - jercraigs 9/23/2014; verified based on Twitter photo of release JoeMcPhee]
93654 Granite Halifax Autumn Amber aka Summer Ale.
196109 Granite Halifax Dunkelbock Lager
115318 Granite Halifax Green Man Organic Old Cardinal is a Trappist inspired Belgian beer. It is brewed with 2 row and roasted barley and sweetend with Nova Scotian honey. Golding hops were used for aroma and Hallertauer hops for bittering. Naturally, our Ringwood yeast was used during the fermentation. The original gravity is 1067 and the alcohol by volume is 6.8 per cent.
290028 Granite Halifax Honey & Ginger Ale This is a full bodied harvest ale with a hint of sweetness and an orangey hue that is reminiscent of autumn leaves in the Don Valley. Mt. Hood, Nugget and Cascade hops were used in the boil as well as dry hopping were locally sourced from Winterbrook Farm in Caledon.
207591 Granite Halifax Old Cardinal Brewed with
@shockdesign
shockdesign / game.pas
Created June 12, 2020 01:37
Examples..
{
Potential CGA game
}
Program Game;
Uses Crt, Dos, ADVHSC;
type
sprite = record
x : integer;
y : integer;

Keybase proof

I hereby claim:

  • I am shockdesign on github.
  • I am shockdesign (https://keybase.io/shockdesign) on keybase.
  • I have a public key ASBbHcX_odcCT0yzAQIl93v0hBrIHrCPKQDhL0D_XZYpjwo

To claim this, I am signing this object:

npm list babel-core
RateBeer@1.20.1 /Users/rajeshsingh/src/ratebeer-native
├── babel-core@7.0.0-bridge.0
├─┬ jest@23.6.0
│ └─┬ jest-cli@23.6.0
│ ├─┬ jest-config@23.6.0
│ │ └── babel-core@6.26.3
│ └─┬ jest-runtime@23.6.0
│ └── babel-core@6.26.3
├─┬ react-native@0.57.0