Skip to content

Instantly share code, notes, and snippets.

View jeremyboggs's full-sized avatar

Jeremy Boggs jeremyboggs

View GitHub Profile
desc "Deploy it"
task :deploy, [:msg] => :build do |t, args|
msg = args[:msg] || 'Updates site.'
sh 'git clone -b gh-pages git@github.com:clioweb/clioweb.org.git ~/tmp/clioweb-gh-pages'
sh 'cp -r ~/tmp/clioweb-gh-pages/.git _site/.git'
sh "cd _site/ && git add . && git commit -am '#{msg}' && git push origin gh-pages"
cleanup
end
@jeremyboggs
jeremyboggs / where-to-start.md
Last active August 29, 2015 14:25
How to start

Where should I start? Practical suggestions for someone interested in doing Digital Humanites work.

Got to thinking after someone asked this question at Leadership Alliance conference: What is your practical advice for getting started in DH?

  • Learn to use every feature in your web browser.
    • View source
    • Developer tools
    • Console, resource requests.
    • Tab management
  • History management.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Lorem Ipsum</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body>
#sidebar #filterNav {
margin-left:0;
margin-bottom: 20px !important; /*This changes the space between the project nav and the project tiles.*/
padding-left:0;
background-color: #DDCAAA; /*this is the color of the project navigation bar*/
text-align: center;
list-style: none;
line-height: 3;
max-width: 970px;
}
  • Jumping Jacks
  • Push ups
  • Mountain Climbers
  • Squats
  • High Knees
  • Reverse Plank
  • Pendulum Lunge
  • Burpees
  • Plank
  • Crunch
@jeremyboggs
jeremyboggs / gist:ec7e6673cbf40f8e026f
Last active August 29, 2015 14:10
Makerspace stuff to get
Boards
Arduino Mega R3 - http://www.adafruit.com/products/191
Arduino Yún - http://www.adafruit.com/products/1498
Arduino Micro - http://www.adafruit.com/products/1086
Arduino Due - http://www.adafruit.com/products/1076
Arduino Menta - http://www.adafruit.com/products/795
Sensors
^CSIGINT received
/usr/local/foreman/lib/foreman/engine.rb:226:in `synchronize': can't be called from trap context (ThreadError)
from /usr/local/foreman/lib/foreman/engine.rb:226:in `output_with_mutex'
from /usr/local/foreman/lib/foreman/engine.rb:232:in `system'
from /usr/local/foreman/lib/foreman/engine.rb:304:in `terminate_gracefully'
from /usr/local/foreman/lib/foreman/engine.rb:41:in `block in start'
from /usr/local/foreman/lib/foreman/engine.rb:289:in `call'
from /usr/local/foreman/lib/foreman/engine.rb:289:in `wait2'
from /usr/local/foreman/lib/foreman/engine.rb:289:in `watch_for_termination'
from /usr/local/foreman/lib/foreman/engine.rb:48:in `start'
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jeremy Boggs</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>