I hereby claim:
- I am jaderobbins on github.
- I am jaderobbins (https://keybase.io/jaderobbins) on keybase.
- I have a public key ASBiHY-uStpJIGW7dwJM6JhEX9qccjCO-SXriziiLZsS8Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am jaderobbins on github. | |
| * I am jaderobbins (https://keybase.io/jaderobbins) on keybase. | |
| * I have a public key whose fingerprint is EB94 D299 71F4 AA90 9A1A C258 D42D 1187 37D0 4909 | |
| To claim this, I am signing this object: |
| Code and Diagrams from Intro to Arduino talk given at Montana Programmers on Thursday, Marth 8, 2012 |
| require 'outliner' | |
| include Outliner | |
| outline "This is my outline" do | |
| s "This is a section" do | |
| p "This is a paragraph" do | |
| t "This is a topic in the paragraph" | |
| end | |
| p "This is a paragraph without topics" | |
| end |
| #!/bin/bash | |
| ## | |
| # chkconfig: 2345 75 25 | |
| # description: havege entropy daemon | |
| # | |
| # source function library | |
| #. /etc/rc.d/init.d/functions | |
| . /lib/lsb/init-functions | |
| RETVAL=0 |
| #!/bin/bash | |
| ## | |
| # chkconfig: 2345 75 25 | |
| # description: havege entropy daemon | |
| # | |
| # source function library | |
| #. /etc/rc.d/init.d/functions | |
| . /lib/lsb/init-functions | |
| RETVAL=0 |
| namespace :redmine do | |
| namespace :git do | |
| task :refresh => :environment do | |
| gitFolder = '/path/to/git/repos' | |
| Repository.find(:all).each do |r| | |
| if r.scm_name == "Git" | |
| if r.url =~ /^#{gitFolder}/ | |
| puts "------" | |
| puts "SCM is set to local, pull from origin" |
| require 'open-uri' | |
| require 'rubygems' | |
| require 'json' | |
| # Change these settings | |
| hostname = 'home.hostname.com' # the hostname you use to connect to home ip | |
| apikey = 'your-dreamhost-api-key' # a dreamhost api key that has access to all dns functions | |
| storedIP = '' | |
| print 'Getting current external ip: ' |
| <?php | |
| $ip = $_SERVER['REMOTE_ADDR']; | |
| print $ip; | |
| ?> |
| <img src="http://www.gravatar.com/avatar/cde3978da70d5da9cdcd4b150a55bc89.png?antiCache=<? echo time() ?>"> |