Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tigerwolf on github.
  • I am kieran_andy (https://keybase.io/kieran_andy) on keybase.
  • I have a public key ASCkVvOC6hCmot7WTfVZMcMVKCTuVan5g8l-rMPZGoN7Uwo

To claim this, I am signing this object:

@TigerWolf
TigerWolf / minutes.markdown
Last active May 21, 2019 10:56 — forked from pat/minutes.markdown
Ruby Australia Special General Meeting - 12th May 2019

Attendees

  • Pat Allan
  • Mark Glossop
  • Rebecca Le
  • Celia Colquhoun King
  • Steven Webb
  • Nimeshe Madanayake
  • Vanessa Nimmo
  • Lauren Hennessy

Are you a sheep grazier? Whether you are new to the industry or have been on the land your whole life. You want the best quality wool and healthy sheep genetics.

Our technology can help.

Sheep farmers know improving wool quality is as simple as tracking good performing ewes.

Our App "thinking sheep" takes away the guesswork. takes advantage of electronic ear tags, helping you track sheep grazing habits, drinking frequency

You are a young sheep grazier that has inherited your family's station. You have never farmed sheep and need technology to give you an immediate head start.
Or you are a fourth generation grazier who is struggling to keep up with the demands of buyers who are looking for the best quality wool to export.
Improving your wool quality can be made a simple as tracking good performing sheep, through managing sheep health, pastures and pests.
It sounds daunting but our app thinking sheep takes away the guesswork and best of all you don’t have to change your tried and trusted ways.
With the Thinking Sheep” app, new electronic ear tags and placement of our beacons you can track your sheep grazing habits, including drinking frequency, preferred pastures and best of all the off-sping of your high performing sheep and the quality of the wool by sheep at shearing time.
@TigerWolf
TigerWolf / Using Git SVN.sh
Last active November 10, 2016 03:24
Using git-svn
# Initial Checkout/Clone
git svn clone https://svn.yourdomain.com --stdlayout destination_folder_name
# stdlayout is used if your SVN follows the standard
# layout /trunk /branches /tags and will add the branches and tags as git branches.
# Do some dev work
git add .
git commit -m "commit message"
git stash # Stash uncommitted files
git svn fetch # Get new SVN changes
@TigerWolf
TigerWolf / Contract Killer 3.md
Created September 6, 2016 05:12 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

class PerformanceWorker
include Wisper
def perform
publish(:start_download, self)
PerformanceDownloader.new(url, attributes)
publish(:finish_download, self)
Transaction.start
publish(:import_start, self)
PerformancePurger.new(dbtable)

Rails Models

Generating models

$ rails g model User

Associations

belongs_to

has_one

@TigerWolf
TigerWolf / e24payment.php
Created October 9, 2012 11:48
adding debug statement
<?php
/*
* e24PaymentPipe
*
*
* e24payment-php is an implementation in PHP of E24PaymentPipe
* java classes. It allows to connect to online credit card payment
* from http://www.aciworldwide.com/.
*