This file contains 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
#usage: git br test | |
git config --global alias.br "!f() { git pull && git checkout -b $1; }; f" |
This file contains 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
On Line Level 1 | |
---------------- | |
On Line Level 1 | |
OL L1 Patterns - Touch It | |
OL L1 Patterns - Figure 8 | |
OL L1 Tips - Zoneology | |
https://parellisavvyclub.com/#!/library/532/resources?parent=531&title=On%20Line%20Level%201 | |
========================================= | |
On Line Level 2 | |
---------------- |
This file contains 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
Month 01 | |
--------- | |
How To Have A Happy Horse | |
https://parellisavvyclub.com/#!/library/595/resources?parent=594&title=Month%2001%20 | |
========================================= | |
Month 02 | |
--------- | |
Savvy & Safe | |
https://parellisavvyclub.com/#!/library/596/resources?parent=594&title=Month%2002 | |
========================================= |
This file contains 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
Horse Psychology and Philosophy Volume 1 | |
----------------------------------------- | |
The Friendly Game with Linda Parelli | |
The Friendly Game with Pat Parelli | |
Teaching the Friendly Game with Linda Parelli | |
The Porcupine Game with Pat Parelli | |
https://parellisavvyclub.com/#!/library/17/resources?parent=11&title=Horse%20Psychology%20and%20Philosophy%20Volume%201 | |
========================================= | |
Savvy and Safe Volume 1 | |
------------------------ |
This file contains 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
September 2017 | |
--------------- | |
Student Lesson Series with Linda - Level 2 with Vonni & Ollie Lesson 3 | |
https://parellisavvyclub.com/#!/library/660/resources?parent=659&title=September%202017 | |
========================================= | |
October 2017 | |
------------- | |
Student Lesson Series with Linda - Kristie & Miles Building Confidence Lesson 1 | |
https://parellisavvyclub.com/#!/library/662/resources?parent=659&title=October%202017 | |
========================================= |
This file contains 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
Savvy Club DVD Issue 1 December 2003 | |
------------------------------------- | |
A Tribute to Tom Dorrance and Ronnie Willis Part 1 | |
A Tribute to Tom Dorrance and Ronnie Willis Part 2 | |
Behind The Scenes - A Royal Visit | |
Inspiration - Savvy Kids | |
https://parellisavvyclub.com/#!/library/308/resources?parent=12&title=Savvy%20Club%20DVD%20Issue%201%20December%202003 | |
========================================= | |
Savvy Club DVD Issue 2 March 2004 | |
---------------------------------- |
This file contains 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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# All Vagrant configuration is done below. The "2" in Vagrant.configure | |
# configures the configuration version (we support older styles for | |
# backwards compatibility). Please don't change it unless you know what | |
# you're doing. | |
Vagrant.configure(2) do |config| | |
# The most common configuration options are documented and commented below. | |
# For a complete reference, please see the online documentation at |
This file contains 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
gem install sinatra | |
gem install dalli | |
gem install redis | |
gem install aboutyou-sdk |
This file contains 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
# UNFINISHED! | |
# | |
#Install Oracle XE: http://meandmyubuntulinux.blogspot.ca/2012/05/installing-oracle-11g-r2-express.html | |
# + http://meandmyubuntulinux.blogspot.de/2012/06/trouble-shooting-oracle-11g.html | |
#mkdir /var/lock/subsys | |
#/etc/init.d/oracle-xe start | |
#create Intershop user: | |
#sqlplus sys as sysdba | |
#create user intershop identified by <password>; | |
#grant all privileges to intershop; |
This file contains 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
These two files should help you to import passwords from mac OS X keychains to 1password. | |
Assumptions: | |
1) You have some experience with scripting/are a power-user. These scripts worked for me | |
but they haven't been extensively tested and if they don't work, you're on your own! | |
Please read this whole document before starting this process. If any of it seems | |
incomprehensible/frightening/over your head please do not use these scripts. You will | |
probably do something Very Bad and I wouldn't want that. | |
2) You have ruby 1.9.2 installed on your machine. This comes as standard with Lion, previous | |
versions of OS X may have earlier versions of ruby, which *may* work, but then again, they |
NewerOlder