repo
string
commit
string
message
string
diff
string
mattscilipoti/mattscilipoti.github.io
1442934707592d20da53832675662b8df065809a
Publishing I18n (Part One)
diff --git a/_posts/2010-09-14-I18n_Rails3_and_gems.textile b/_posts/2010-09-14-I18n_Rails3_and_gems.textile index 56e018e..e8fa3bb 100644 --- a/_posts/2010-09-14-I18n_Rails3_and_gems.textile +++ b/_posts/2010-09-14-I18n_Rails3_and_gems.textile @@ -1,78 +1,90 @@ --- layout: post -title: I18n Quick Reference (for Rail...
mattscilipoti/mattscilipoti.github.io
ad2fbe41f7a5479eaf996a0246bc244dd79b4b1b
Add favicon.
diff --git a/_layouts/default.html b/_layouts/default.html index 47e0f04..df1ef93 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,95 +1,98 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xh...
mattscilipoti/mattscilipoti.github.io
d39f45a17111f087ef9b755643522312b9414aef
placeholder/reminder: conventional_rails
diff --git a/_posts/2010-09-16-conventional_rails.md b/_posts/2010-09-16-conventional_rails.md new file mode 100644 index 0000000..0d9bc70 --- /dev/null +++ b/_posts/2010-09-16-conventional_rails.md @@ -0,0 +1,9 @@ +--- +layout: post +title: Conventional Rails +published: false +--- + += {{ page.title }} + +p(meta). 16...
mattscilipoti/mattscilipoti.github.io
e391335b70beeb20430adcdf12ea30b6be28945a
Add expectations to I18n post.
diff --git a/_posts/2010-09-14-I18n_Rails3_and_gems.textile b/_posts/2010-09-14-I18n_Rails3_and_gems.textile index 86f6fb2..56e018e 100644 --- a/_posts/2010-09-14-I18n_Rails3_and_gems.textile +++ b/_posts/2010-09-14-I18n_Rails3_and_gems.textile @@ -1,52 +1,78 @@ --- layout: post -title: I18n conventions for Rails 3 a...
mattscilipoti/mattscilipoti.github.io
244a87dca625cce6ac5f532e064fb95430ff915b
Simplify blog:server
diff --git a/blog.thor b/blog.thor index 96a9160..2758eea 100644 --- a/blog.thor +++ b/blog.thor @@ -1,12 +1,9 @@ class Blog < Thor - desc "start", "Starts a server on port:4000, automatically refreshes as site is changed" - method_options :auto_refresh => true + desc "starts a server", "Starts a server on port...
mattscilipoti/mattscilipoti.github.io
7615385ac8dd4f4e48124c45b1b49cb829b34e2c
A b'more talk.
diff --git a/index.html b/index.html index 6592a88..58428d8 100644 --- a/index.html +++ b/index.html @@ -1,27 +1,27 @@ --- layout: default title: Matt Scilipoti --- <div id="home"> <h2>Blog Posts</h2> <ul class="posts"> {% for post in site.posts %} <li><span>{{ post.date | date_to_string }}</sp...
mattscilipoti/mattscilipoti.github.io
8499bbb4514af7690bdaee9f049db4d18e324903
Add 3 (unpublished) posts
diff --git a/_posts/2010-05-25-requirement_or_policy.textile b/_posts/2010-05-25-requirement_or_policy.textile new file mode 100644 index 0000000..6f3275d --- /dev/null +++ b/_posts/2010-05-25-requirement_or_policy.textile @@ -0,0 +1,24 @@ +--- +layout: post +title: Requirement? Or Policy? +published: false +--- + +h1....
mattscilipoti/mattscilipoti.github.io
c7ff193f9aa7f484e9b37e248e3553e251296772
Add thor file w/blog:start
diff --git a/blog.thor b/blog.thor new file mode 100644 index 0000000..96a9160 --- /dev/null +++ b/blog.thor @@ -0,0 +1,12 @@ +class Blog < Thor + + desc "start", "Starts a server on port:4000, automatically refreshes as site is changed" + method_options :auto_refresh => true + def server + auto_refresh = option...
mattscilipoti/mattscilipoti.github.io
6273ae59c6cccee1ed4d833eb73b08236faaea45
Setup w/rvm & bundler.
diff --git a/.rvmrc b/.rvmrc new file mode 100644 index 0000000..f0d9c29 --- /dev/null +++ b/.rvmrc @@ -0,0 +1 @@ +rvm use ree@blog diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..a82b70c --- /dev/null +++ b/Gemfile @@ -0,0 +1,5 @@ +# A sample Gemfile +source "http://rubygems.org" + +gem 'jekyll', '0...
mattscilipoti/mattscilipoti.github.io
629737cec77663332d3c272d105da79fe1b67a37
Fix footer: github & identi.ca
diff --git a/_layouts/default.html b/_layouts/default.html index 95e71f5..47e0f04 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,95 +1,95 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xh...
mattscilipoti/mattscilipoti.github.io
503e6839f652fe439af47b10180f61c4c214d409
Add smartpants, typographic magic (http://github.com/blog/706-jekyll-puts-on-smartypants)
diff --git a/_config.yml b/_config.yml index 6d67c09..e989c29 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,4 @@ markdown: rdiscount pygments: true +rdiscount: + extensions: [smart]
mattscilipoti/mattscilipoti.github.io
c80359873161677eaadded6c2e8047baa81e3804
format tweaks.
diff --git a/_posts/2010-05-06-heroku_email_socket_error.textile b/_posts/2010-05-06-heroku_email_socket_error.textile index 23763e6..a4b4278 100644 --- a/_posts/2010-05-06-heroku_email_socket_error.textile +++ b/_posts/2010-05-06-heroku_email_socket_error.textile @@ -1,31 +1,30 @@ --- layout: post title: Email caus...
mattscilipoti/mattscilipoti.github.io
c71dc477b81ca207c33d0dd4c79c59d14d9d2ea6
New post: heroku email.
diff --git a/_posts/2010-05-06-heroku_email_socket_error.textile b/_posts/2010-05-06-heroku_email_socket_error.textile new file mode 100644 index 0000000..23763e6 --- /dev/null +++ b/_posts/2010-05-06-heroku_email_socket_error.textile @@ -0,0 +1,31 @@ +--- +layout: post +title: Email causing SocketError on Heroku? +---...
mattscilipoti/mattscilipoti.github.io
364cb2cfe139745586d882a6564bbed68eae4cf6
new post: 2010-04-29-postgresql_on_snow_leopard_with_rails_using _homebrew.textile
diff --git a/_posts/2010-04-29-postgresql_on_snow_leopard_with_rails_using_homebrew.textile b/_posts/2010-04-29-postgresql_on_snow_leopard_with_rails_using_homebrew.textile new file mode 100644 index 0000000..19f6d1f --- /dev/null +++ b/_posts/2010-04-29-postgresql_on_snow_leopard_with_rails_using_homebrew.textile @@ -...
mattscilipoti/mattscilipoti.github.io
682570a606ee498b365fe7898a6d9dd4667bc799
footer: corrected ohloh banner.
diff --git a/_layouts/default.html b/_layouts/default.html index d2d933b..95e71f5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,93 +1,95 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xh...
mattscilipoti/mattscilipoti.github.io
58e293cefd0c33a3432c1fdb9d5eeebe942d4df4
footer: added ohloh
diff --git a/_layouts/default.html b/_layouts/default.html index 09830a8..d2d933b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,92 +1,93 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xh...
mattscilipoti/mattscilipoti.github.io
ff0b2602ea2d2ad1012be8f184a0343fc6bda9e1
post; match false/nil: expanded
diff --git a/_posts/2009-08-26-match_false_nil.textile b/_posts/2009-08-26-match_false_nil.textile index 5b3eb85..c917bfc 100644 --- a/_posts/2009-08-26-match_false_nil.textile +++ b/_posts/2009-08-26-match_false_nil.textile @@ -1,14 +1,75 @@ --- published: false layout: post -title: match false? or nil? +title: reg...
mattscilipoti/mattscilipoti.github.io
45dde7ef27c9556de7206c2a2add08097f527813
new post: jekyll_pygment
diff --git a/_posts/2009-08-27-jekyll_pygment.textile b/_posts/2009-08-27-jekyll_pygment.textile new file mode 100644 index 0000000..4fb3b06 --- /dev/null +++ b/_posts/2009-08-27-jekyll_pygment.textile @@ -0,0 +1,24 @@ +--- +published: true +layout: post +title: github pages, jekyll, and pygments +--- + +h1. {{ page.ti...
mattscilipoti/mattscilipoti.github.io
4a61e0fc7e60ba15715e8993fc9de308c212c469
post stairwell: correct meta info, so it is no longer published.
diff --git a/_posts/2009-06-12-its-lonely-in-the-stairwell.textile b/_posts/2009-06-12-its-lonely-in-the-stairwell.textile index f5cfe17..e78b5af 100644 --- a/_posts/2009-06-12-its-lonely-in-the-stairwell.textile +++ b/_posts/2009-06-12-its-lonely-in-the-stairwell.textile @@ -1,13 +1,13 @@ ----- +--- published: false ...
mattscilipoti/mattscilipoti.github.io
5a9b9da447e2c0662714dd812ee721cc236c290d
new post: match_false_nil
diff --git a/_posts/2009-08-26-match_false_nil.textile b/_posts/2009-08-26-match_false_nil.textile new file mode 100644 index 0000000..5b3eb85 --- /dev/null +++ b/_posts/2009-08-26-match_false_nil.textile @@ -0,0 +1,14 @@ +--- +published: false +layout: post +title: match false? or nil? +--- + +h1. {{ page.title }} + +...
mattscilipoti/mattscilipoti.github.io
0b4c673309c7a034b6e0d92e51e58173bfba616c
new post: moonshine-rmagick-jaunty
diff --git a/_posts/2009-08-21-moonshine-rmagick-jaunty.textile b/_posts/2009-08-21-moonshine-rmagick-jaunty.textile new file mode 100644 index 0000000..e5a911a --- /dev/null +++ b/_posts/2009-08-21-moonshine-rmagick-jaunty.textile @@ -0,0 +1,48 @@ +--- +published: true +layout: post +title: moonshine, rmagick, and jau...
mattscilipoti/mattscilipoti.github.io
f8e11d1f7e7ea31ed4d202581dded991137253b8
webmaster: add meta verify for google.
diff --git a/_layouts/default.html b/_layouts/default.html index a2e43c1..09830a8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,91 +1,92 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xh...
mattscilipoti/mattscilipoti.github.io
96585fb0b37296910f75b105bee7a4ded7bfc195
facet post: tweak to test fix for formatting issue #701.
diff --git a/_posts/2009-07-29-a-facet-of-Facets.textile b/_posts/2009-07-29-a-facet-of-Facets.textile index 10e4bca..0ce27ca 100644 --- a/_posts/2009-07-29-a-facet-of-Facets.textile +++ b/_posts/2009-07-29-a-facet-of-Facets.textile @@ -1,57 +1,56 @@ --- layout: post title: a facet of Facets --- h1. {{ page.titl...
mattscilipoti/mattscilipoti.github.io
a4248da82e4c9123dae03115a41a51fe66fdbf6c
cron post: tweaks to links.
diff --git a/_posts/2009-08-03-rails-script-runner-and-cron.textile b/_posts/2009-08-03-rails-script-runner-and-cron.textile index 4b473b0..bf18147 100644 --- a/_posts/2009-08-03-rails-script-runner-and-cron.textile +++ b/_posts/2009-08-03-rails-script-runner-and-cron.textile @@ -1,74 +1,74 @@ --- published: true la...
mattscilipoti/mattscilipoti.github.io
ef07b0aeff72df3ddb14ecac48919a54adc503fb
post cron: tweak and publish.
diff --git a/_posts/2009-08-03-rails-script-runner-and-cron.textile b/_posts/2009-08-03-rails-script-runner-and-cron.textile index a0d39e7..4b473b0 100644 --- a/_posts/2009-08-03-rails-script-runner-and-cron.textile +++ b/_posts/2009-08-03-rails-script-runner-and-cron.textile @@ -1,72 +1,74 @@ --- -published: false +p...
mattscilipoti/mattscilipoti.github.io
41666319fb3917c32f3eda20914f1cbba5099ceb
Worked on post: script/runner and cron.
diff --git a/_posts/2009-08-03-rails-script-runner-and-cron.textile b/_posts/2009-08-03-rails-script-runner-and-cron.textile index 6d6ffdc..a0d39e7 100644 --- a/_posts/2009-08-03-rails-script-runner-and-cron.textile +++ b/_posts/2009-08-03-rails-script-runner-and-cron.textile @@ -1,26 +1,72 @@ --- published: false l...
mattscilipoti/mattscilipoti.github.io
153c07f05073d971d0326699f6084157a2203768
post AR not blank: rough draft.
diff --git a/_posts/2009-08-05-AR-allow-nil-but-not-blank.textile b/_posts/2009-08-05-AR-allow-nil-but-not-blank.textile new file mode 100644 index 0000000..603dd4a --- /dev/null +++ b/_posts/2009-08-05-AR-allow-nil-but-not-blank.textile @@ -0,0 +1,37 @@ +--- +published: false +layout: post +title: ActiveRecord field c...
mattscilipoti/mattscilipoti.github.io
86898842cdea0de6395a1417644338ddaaa5d667
post stairwell: rough draft
diff --git a/_posts/2009-06-12-its-lonely-in-the-stairwell.textile b/_posts/2009-06-12-its-lonely-in-the-stairwell.textile new file mode 100644 index 0000000..f5cfe17 --- /dev/null +++ b/_posts/2009-06-12-its-lonely-in-the-stairwell.textile @@ -0,0 +1,13 @@ +---- +published: false +layout: post +title: It's lonely in t...
mattscilipoti/mattscilipoti.github.io
64775df9b52cafdc95e0e26f5838074a3785f3b7
cron post: rough draft
diff --git a/_posts/2009-08-03-rails-script-runner-and-cron.textile b/_posts/2009-08-03-rails-script-runner-and-cron.textile new file mode 100644 index 0000000..6d6ffdc --- /dev/null +++ b/_posts/2009-08-03-rails-script-runner-and-cron.textile @@ -0,0 +1,26 @@ +--- +published: false +layout: post +title: script/runner ...
mattscilipoti/mattscilipoti.github.io
7988ddd758bd915b70cbed6c12029d0ef0c6fe1f
Facets post: use .update
diff --git a/_posts/2009-07-29-a-facet-of-Facets.textile b/_posts/2009-07-29-a-facet-of-Facets.textile index db8ac90..10e4bca 100644 --- a/_posts/2009-07-29-a-facet-of-Facets.textile +++ b/_posts/2009-07-29-a-facet-of-Facets.textile @@ -1,56 +1,57 @@ --- layout: post title: a facet of Facets --- h1. {{ page.titl...
mattscilipoti/mattscilipoti.github.io
b7c6eec4abfed1ba912a2a000731ca21a8b45a13
Facets post: attempt to fix format (using div)
diff --git a/_posts/2009-07-29-a-facet-of-Facets.textile b/_posts/2009-07-29-a-facet-of-Facets.textile index dfcd380..db8ac90 100644 --- a/_posts/2009-07-29-a-facet-of-Facets.textile +++ b/_posts/2009-07-29-a-facet-of-Facets.textile @@ -1,52 +1,56 @@ --- layout: post title: a facet of Facets --- h1. {{ page.titl...
mattscilipoti/mattscilipoti.github.io
650e4408fec2ba039fe9ad027bfc31006f423def
Facets post: url in textile.
diff --git a/_posts/2009-07-29-a-facet-of-Facets.textile b/_posts/2009-07-29-a-facet-of-Facets.textile index 490c593..dfcd380 100644 --- a/_posts/2009-07-29-a-facet-of-Facets.textile +++ b/_posts/2009-07-29-a-facet-of-Facets.textile @@ -1,52 +1,52 @@ --- layout: post title: a facet of Facets --- h1. {{ page.titl...
mattscilipoti/mattscilipoti.github.io
388077c5ebef872613b974d32ddfbb3b4db5a4e5
Facets post: add reference to github support ticket.
diff --git a/_posts/2009-07-29-a-facet-of-Facets.textile b/_posts/2009-07-29-a-facet-of-Facets.textile index 05295e0..490c593 100644 --- a/_posts/2009-07-29-a-facet-of-Facets.textile +++ b/_posts/2009-07-29-a-facet-of-Facets.textile @@ -1,49 +1,52 @@ --- layout: post title: a facet of Facets --- h1. {{ page.titl...
mattscilipoti/mattscilipoti.github.io
559401c73978e04d54e0e9bb3f3b4a738f4212d8
facets post: forgot the image.
diff --git a/images/Facets_formatted.png b/images/Facets_formatted.png new file mode 100644 index 0000000..5e8b0fe Binary files /dev/null and b/images/Facets_formatted.png differ
mattscilipoti/mattscilipoti.github.io
09cf772fdc07f22ad86102988a1495dcb05e5c50
Facets post: github isn't formatting like local.
diff --git a/_posts/2009-07-29-a-facet-of-Facets.textile b/_posts/2009-07-29-a-facet-of-Facets.textile index cf598eb..05295e0 100644 --- a/_posts/2009-07-29-a-facet-of-Facets.textile +++ b/_posts/2009-07-29-a-facet-of-Facets.textile @@ -1,42 +1,49 @@ --- layout: post title: a facet of Facets --- h1. {{ page.titl...
mattscilipoti/mattscilipoti.github.io
b6f0a62e903e65ebbe802bee21aacc711c89e9ec
Facets post: attempt to fix formatting.
diff --git a/_posts/2009-07-29-a-facet-of-Facets.textile b/_posts/2009-07-29-a-facet-of-Facets.textile index 461560e..cf598eb 100644 --- a/_posts/2009-07-29-a-facet-of-Facets.textile +++ b/_posts/2009-07-29-a-facet-of-Facets.textile @@ -1,41 +1,42 @@ --- layout: post title: a facet of Facets --- h1. {{ page.titl...
mattscilipoti/mattscilipoti.github.io
0389fe684f96837556fa188b4d734ee7871b642e
ignore RubyMine project dir (.idea)
diff --git a/.gitignore b/.gitignore index f9d4643..868e353 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ _drafts/ _site/ +#IDE +.idea
mattscilipoti/mattscilipoti.github.io
9f36e1365b7ae543c67f1ecfe663c97ee60751ec
new post: facets
diff --git a/_posts/2009-07-29-a-facet-of-Facets.textile b/_posts/2009-07-29-a-facet-of-Facets.textile new file mode 100644 index 0000000..461560e --- /dev/null +++ b/_posts/2009-07-29-a-facet-of-Facets.textile @@ -0,0 +1,41 @@ +--- +layout: post +title: a facet of Facets +--- + +h1. {{ page.title }} + +p(meta). 29 Jul...
mattscilipoti/mattscilipoti.github.io
35859444f120f8ff69c06ec81ede1ae70fbd8420
Moving to blog.clearto.me
diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..1be7ee1 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +blog.clearto.me diff --git a/_layouts/default.html b/_layouts/default.html index 0320c68..a2e43c1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,90 +1,91 @@ <!DOCTYPE html PUBLIC "-//W3...
mattscilipoti/mattscilipoti.github.io
8dfcb7ea9b415285c5052c019a47c83ffeb55811
Added My Git Repos.
diff --git a/_layouts/default.html b/_layouts/default.html index b1f4641..0320c68 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,57 +1,90 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xh...
mattscilipoti/mattscilipoti.github.io
64eea37bcd24e21746ccaa83190bb3f4d4fba36b
blog_engines post: re-wording
diff --git a/_posts/2009-06-11-blog_engines_detect.textile b/_posts/2009-06-11-blog_engines_detect.textile index 7ee9717..87ed9ae 100644 --- a/_posts/2009-06-11-blog_engines_detect.textile +++ b/_posts/2009-06-11-blog_engines_detect.textile @@ -1,32 +1,32 @@ --- layout: post title: blog_engines.detect {|engine| engi...
mattscilipoti/mattscilipoti.github.io
7865d03fab820ecba3435bb127a3062e705078ed
first post: in Reston, not Laurel.
diff --git a/_posts/2009-06-11-blog_engines_detect.textile b/_posts/2009-06-11-blog_engines_detect.textile index c9ec25c..7ee9717 100644 --- a/_posts/2009-06-11-blog_engines_detect.textile +++ b/_posts/2009-06-11-blog_engines_detect.textile @@ -1,32 +1,32 @@ --- layout: post title: blog_engines.detect {|engine| engi...
mattscilipoti/mattscilipoti.github.io
95abd1dd19662a3af5d5855a6107ba5186d778a4
layout: smaller badge.
diff --git a/_layouts/default.html b/_layouts/default.html index f3ab48a..b1f4641 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,57 +1,57 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xh...
robolson/simplesem
39b51c9c108e16d54f49b0f0e7c376593d6475fd
Releasing version 0.1.4
diff --git a/Manifest b/Manifest index 578e0f2..b0fd413 100644 --- a/Manifest +++ b/Manifest @@ -1,17 +1,18 @@ -bin/simplesem -test/test_helper.rb -test/simplesem_test.rb -sample_programs/case-statement.txt -sample_programs/while-loop.txt -sample_programs/gcd.txt -sample_programs/hello-world.txt -simplesem.gemspec LIC...
robolson/simplesem
130b723df4e6410fad13139cb4b228887b857b61
Use trollop for command line parsing
diff --git a/README.textile b/README.textile index c6f4c02..463a2c7 100644 --- a/README.textile +++ b/README.textile @@ -1,152 +1,152 @@ h1. SIMPLESEM Interpreter Author: "Rob Olson":http://thinkingdigitally.com h2. Description Interpreter for the SIMPLESEM language. SIMPLESEM is used in the CS141 Programm...
robolson/simplesem
609a425db4f850e947eb9fa23fc047cb0de12138
Use proper textile formating in README
diff --git a/README.textile b/README.textile index fa708b0..c6f4c02 100644 --- a/README.textile +++ b/README.textile @@ -1,154 +1,152 @@ h1. SIMPLESEM Interpreter Author: "Rob Olson":http://thinkingdigitally.com h2. Description Interpreter for the SIMPLESEM language. SIMPLESEM is used in the CS141 Programm...
robolson/simplesem
4880d123faaa45376e121b4c5eea35c46124aaf8
Namespace all classes inside of a SimpleSem module.
diff --git a/bin/simplesem b/bin/simplesem index 6c2d501..c4e3c75 100755 --- a/bin/simplesem +++ b/bin/simplesem @@ -1,59 +1,60 @@ #!/usr/bin/env ruby #= Overview # # Interpreter for the SIMPLESEM language # #= Usage # # simplesem [-t|-v] filename # # Options: # -h Print this message # -t Print D...
robolson/simplesem
300a5b9e9aee72aeff1abd42ee3efc9522511c10
Remove all requires of 'rubygems'.
diff --git a/.gitignore b/.gitignore index 35fe601..56bce49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -.DS_Store coverage/ pkg/ diff --git a/Rakefile b/Rakefile index 95596bc..56ba983 100644 --- a/Rakefile +++ b/Rakefile @@ -1,12 +1,11 @@ -require 'rubygems' require 'rake' require 'echoe' Echoe.ne...
robolson/simplesem
b602cfa98c1f31f7138860ec3b4f8d00180f0a97
Add explicit require to stringio for running the tests in Ruby 1.9
diff --git a/Rakefile b/Rakefile index 8199196..95596bc 100644 --- a/Rakefile +++ b/Rakefile @@ -1,11 +1,12 @@ require 'rubygems' require 'rake' require 'echoe' Echoe.new('simplesem', '0.1.3') do |p| - p.description = "SIMPLESEM Interpreter" + p.summary = "SIMPLESEM Interpreter" + p.descrip...
robolson/simplesem
c939992a6eb3f53bf0d206b2d508c68a668cd8e1
Adding Manifest to SCM
diff --git a/.gitignore b/.gitignore index 3d424a2..35fe601 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .DS_Store coverage/ pkg/ -Manifest diff --git a/Manifest b/Manifest new file mode 100644 index 0000000..578e0f2 --- /dev/null +++ b/Manifest @@ -0,0 +1,17 @@ +bin/simplesem +test/test_helper.rb +test/...
robolson/simplesem
832cfe4fb0e63cc78db9e26b34ae0f8b073b4391
Superfluous change to the readme
diff --git a/README.textile b/README.textile index be6597a..fa708b0 100644 --- a/README.textile +++ b/README.textile @@ -1,150 +1,154 @@ h1. SIMPLESEM Interpreter Author: "Rob Olson":http://thinkingdigitally.com h2. Description Interpreter for the SIMPLESEM language. SIMPLESEM is used in the CS141 Programm...
robolson/simplesem
ca2605face086724557a13588854b7e1a40ae5ca
Version number bump to 0.1.3
diff --git a/Rakefile b/Rakefile index ed220b6..ef7ab9e 100644 --- a/Rakefile +++ b/Rakefile @@ -1,13 +1,13 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('simplesem', '0.1.2') do |p| +Echoe.new('simplesem', '0.1.3') do |p| p.description = "SIMPLESEM Interpreter" p.url ...
robolson/simplesem
4fd08444d34e60c698b828d44ecae015453843ed
Added command line options (-t,-v) for viewing change history of the Data array
diff --git a/README.textile b/README.textile index 9101118..be6597a 100644 --- a/README.textile +++ b/README.textile @@ -1,137 +1,150 @@ h1. SIMPLESEM Interpreter Author: "Rob Olson":http://thinkingdigitally.com h2. Description Interpreter for the SIMPLESEM language. -SIMPLESEM is used in the CS141 Programm...
robolson/simplesem
69ef6013a031a806ebca35d87ffc79ea22472cdf
maintain history of changes to the data array
diff --git a/lib/simplesem/simple_sem.treetop b/lib/simplesem/simple_sem.treetop index 18ee634..04c5dab 100644 --- a/lib/simplesem/simple_sem.treetop +++ b/lib/simplesem/simple_sem.treetop @@ -1,103 +1,117 @@ grammar SimpleSem include Arithmetic rule statement set_stmt / jump_stmt / jumpt_stmt / halt ...
robolson/simplesem
00fe4cb61f3683ec9afd1f80ed457d788e5e62d0
Ripped out InternalPuts class and replaced with a Kernel level capture_stdout
diff --git a/test/simplesem_test.rb b/test/simplesem_test.rb index 860be16..f6058d4 100644 --- a/test/simplesem_test.rb +++ b/test/simplesem_test.rb @@ -1,127 +1,127 @@ dir = File.dirname(__FILE__) require File.expand_path("#{dir}/test_helper") libdir = dir + "/../lib" require File.expand_path("#{libdir}/simplesem"...
robolson/simplesem
591a402360d6752e60cdce684cffd5382e105975
Added a much more effective test for "set write" commands
diff --git a/test/simplesem_test.rb b/test/simplesem_test.rb index e6ac282..860be16 100644 --- a/test/simplesem_test.rb +++ b/test/simplesem_test.rb @@ -1,119 +1,127 @@ dir = File.dirname(__FILE__) require File.expand_path("#{dir}/test_helper") libdir = dir + "/../lib" require File.expand_path("#{libdir}/simplesem"...
robolson/simplesem
3217be93cf52d065b054c08da0bde60bd1c82e13
Version 0.1.2 added treetop as runtime dependency
diff --git a/Rakefile b/Rakefile index de4d129..ed220b6 100644 --- a/Rakefile +++ b/Rakefile @@ -1,13 +1,13 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('simplesem', '0.1.1') do |p| +Echoe.new('simplesem', '0.1.2') do |p| p.description = "SIMPLESEM Interpreter" p.url ...
robolson/simplesem
c2123ff85f5cffc93c8aa4bd346c0e039190deea
Bump version numberto 0.1.1
diff --git a/Rakefile b/Rakefile index f650dae..de4d129 100644 --- a/Rakefile +++ b/Rakefile @@ -1,13 +1,13 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('simplesem', '0.1.0') do |p| +Echoe.new('simplesem', '0.1.1') do |p| p.description = "SIMPLESEM Interpreter" p.url ...
robolson/simplesem
3caff67b8d74321e4b2a3e9d668a9d9ca6241e71
Generating static ruby code for treetop grammar files so that the treetop gem is not required for usage.
diff --git a/lib/simplesem/arithmetic.rb b/lib/simplesem/arithmetic.rb new file mode 100644 index 0000000..02cd93e --- /dev/null +++ b/lib/simplesem/arithmetic.rb @@ -0,0 +1,601 @@ +module Arithmetic + include Treetop::Runtime + + def root + @root || :expression + end + + def _nt_expression + start_index = in...
robolson/simplesem
db69e0e4cbc9102ebfd3819314c726521a45fe39
Added documentation for comments to the README
diff --git a/README.textile b/README.textile index 92346c4..9101118 100644 --- a/README.textile +++ b/README.textile @@ -1,122 +1,137 @@ h1. SIMPLESEM Interpreter +Author: "Rob Olson":http://thinkingdigitally.com + h2. Description Interpreter for the SIMPLESEM language. -Author: "Rob Olson":http://thinkingdigi...
robolson/simplesem
e19462855687788e8baec0bc814ecac0779d28ea
Renamed test-ip sample program to hello-world. README adjustments.
diff --git a/README.textile b/README.textile index d3c9494..92346c4 100644 --- a/README.textile +++ b/README.textile @@ -1,122 +1,122 @@ h1. SIMPLESEM Interpreter h2. Description Interpreter for the SIMPLESEM language. Author: "Rob Olson":http://thinkingdigitally.com SIMPLESEM is used in the CS141 Programm...
robolson/simplesem
dab2251377d3938ec117bfa1e927cc04262b097f
Adjusted README formatting to display better on GitHub
diff --git a/README.textile b/README.textile index 8c7646c..d3c9494 100644 --- a/README.textile +++ b/README.textile @@ -1,142 +1,122 @@ h1. SIMPLESEM Interpreter h2. Description Interpreter for the SIMPLESEM language. Author: "Rob Olson":http://thinkingdigitally.com SIMPLESEM is used in the CS141 Programm...
robolson/simplesem
dcfc5f43de1a6523d50a93b771698918239194da
Added simplesem.gemspec for publishing the gem on GitHub
diff --git a/.gitignore b/.gitignore index 35fe601..3d424a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store coverage/ pkg/ +Manifest diff --git a/Manifest b/Manifest deleted file mode 100644 index 41d236a..0000000 --- a/Manifest +++ /dev/null @@ -1,16 +0,0 @@ -README.textile -Rakefile -bin/simples...
robolson/simplesem
532990315194a1acf26153b2c7a155726c047c93
Gemified simplesem. Rearranged directory structure for packaging as a gem.
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..35fe601 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +coverage/ +pkg/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..96a108b --- /dev/null +++ b/LICENSE @@ -0,0 +1,183 @@ +Academic Free License (AFL) v. 3.0 + +This...
robolson/simplesem
139ec723795b865e26a25103f0ccf72c09a1939f
Support for complex expressions and expressions with parenthesis
diff --git a/README.textile b/README.textile index 0b0a2ee..1731c0a 100644 --- a/README.textile +++ b/README.textile @@ -1,132 +1,142 @@ h1. SIMPLESEM Interpreter h2. Description Interpreter for the SIMPLESEM language. +Author: "Rob Olson":http://thinkingdigitally.com + SIMPLESEM is used in the CS141 Programm...
robolson/simplesem
eaa378b12a87f3f43636583830abee36bd7d1116
Adding 4 sample SIMPLESEM programs to sample_programs/
diff --git a/programs/whileloop.c1.txt b/sample_programs/case-statement.txt similarity index 100% rename from programs/whileloop.c1.txt rename to sample_programs/case-statement.txt diff --git a/sample_programs/gcd.txt b/sample_programs/gcd.txt new file mode 100644 index 0000000..aa96001 --- /dev/null +++ b/sample_progr...
robolson/simplesem
70c63e8227a7d800163dfa6f55e7fd329ff7b508
* support for outputting strings (before it was just numbers) * no longer outputs "program halted" upon executing a halt command
diff --git a/simple_sem.treetop b/simple_sem.treetop index 79b37b6..3f1d51d 100644 --- a/simple_sem.treetop +++ b/simple_sem.treetop @@ -1,97 +1,103 @@ grammar SimpleSem include Arithmetic rule statement set_stmt / jump_stmt / jumpt_stmt / halt end rule halt 'halt' { def execute(en...
robolson/simplesem
0f489b2d1930441bf4bacd8067ed770cf003b58a
First cut at writing the README file
diff --git a/README.textile b/README.textile new file mode 100644 index 0000000..0b0a2ee --- /dev/null +++ b/README.textile @@ -0,0 +1,132 @@ +h1. SIMPLESEM Interpreter + +h2. Description + +Interpreter for the SIMPLESEM language. + +SIMPLESEM is used in the CS141 Programming Languages course taught by "Professor Shann...
robolson/simplesem
4e0ca72914ab38b037b2848e43c1a11d2093608e
* Change halt command to throw custom exception * Unit test refinement
diff --git a/simple_sem.treetop b/simple_sem.treetop index c04413d..79b37b6 100644 --- a/simple_sem.treetop +++ b/simple_sem.treetop @@ -1,97 +1,97 @@ grammar SimpleSem include Arithmetic rule statement set_stmt / jump_stmt / jumpt_stmt / halt end rule halt 'halt' { def execute(env...
robolson/simplesem
a54cb189c6f2b6cad0a405255b98e6406602445d
Added support for using the ip (instruction pointer) variable in commands
diff --git a/simple_sem.treetop b/simple_sem.treetop index fa578ea..c04413d 100644 --- a/simple_sem.treetop +++ b/simple_sem.treetop @@ -1,95 +1,97 @@ grammar SimpleSem include Arithmetic rule statement set_stmt / jump_stmt / jumpt_stmt / halt end rule halt 'halt' { def execute(env...
robolson/simplesem
13827d9c359f51ecb50ecc3ced62f7f96fa93359
* More test coverage for treetop grammar * Simplifying the grammar to narrow down possibilities for bugs.
diff --git a/arithmetic.treetop b/arithmetic.treetop index fc6434f..2a77be4 100644 --- a/arithmetic.treetop +++ b/arithmetic.treetop @@ -1,121 +1,95 @@ grammar Arithmetic rule arithmetic_expression - comparative / additive + comparative / additive / multitive end rule comparative - operand_1:ad...
robolson/simplesem
c151c0dc13aa5ce40428eeeab3202396dd93396c
* Added support for comparisons '<', '<=', etc * Take program name from command line while getting put from user with gets
diff --git a/arithmetic.treetop b/arithmetic.treetop index a861fbc..fc6434f 100644 --- a/arithmetic.treetop +++ b/arithmetic.treetop @@ -1,95 +1,121 @@ grammar Arithmetic rule arithmetic_expression comparative / additive end rule comparative operand_1:additive space operator:comparison_op spac...
lsegal/Wiidi
36cbc99497570f2b655aa642cf79667608cd0c09
Add Readme
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..499bb0e --- /dev/null +++ b/README.txt @@ -0,0 +1,8 @@ +Wiidi +===== +Wiimote MIDI interface application for OSX +------------------------------------------- + +Written by Loren Segal in 2009. + +MIT License
lsegal/Wiidi
da89b0df19fdaa84628c85bef6b90658140ac16e
This marks the point in time before Wiimote will have true unit-vector values
diff --git a/AppController.h b/AppController.h new file mode 100644 index 0000000..728bb4a --- /dev/null +++ b/AppController.h @@ -0,0 +1,17 @@ +/* AppController */ + +#import <Cocoa/Cocoa.h> +#import "Wiimote.h" +#import "Miidi.h" +#import "WiiGestures.h" + +@interface AppController : NSObject <WiimoteDelegate> +{ + ...
dalloliogm/snps-hdf5
942ddae6438bc5dd0b101b2ead665f0f34028a7b
removed doctest, which didn't belong to Descriptor object
diff --git a/src/schema/schema.py b/src/schema/schema.py index 30a46b0..8554529 100644 --- a/src/schema/schema.py +++ b/src/schema/schema.py @@ -1,121 +1,113 @@ #!/usr/bin/env python """ HDF5 schema for the HGDP snp data """ from tables import * from numpy import * import tables import logging genotypes ...
dalloliogm/snps-hdf5
fcb5d7028ee0306b5a31f64fe628bc93b18de407
changed some column types
diff --git a/src/schema/schema.py b/src/schema/schema.py index 412918a..30a46b0 100644 --- a/src/schema/schema.py +++ b/src/schema/schema.py @@ -1,119 +1,121 @@ #!/usr/bin/env python """ HDF5 schema for the HGDP snp data """ from tables import * from numpy import * import tables import logging genotypes ...
dalloliogm/snps-hdf5
2588f20c1d78d5b5a613b598dbc5c6aa5c2c1e22
added a makefile
diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 0000000..b79bcf4 --- /dev/null +++ b/src/Makefile @@ -0,0 +1,7 @@ +filldata: + ipython -i -c 'from schema.schema import *; (h5file, group, genotypes_table) = create_testfile(); filldata(h5file)' + +connect: + ipython -i -c 'from schema.schema import *;...
dalloliogm/snps-hdf5
2807114dbb71a4accbfd8123dacd918329dc0455
fixed nested table access and error from Enum
diff --git a/src/schema/schema.py b/src/schema/schema.py index 250e5a0..412918a 100644 --- a/src/schema/schema.py +++ b/src/schema/schema.py @@ -1,116 +1,119 @@ #!/usr/bin/env python """ HDF5 schema for the HGDP snp data """ from tables import * from numpy import * import tables import logging +genotypes ...
dalloliogm/snps-hdf5
9a2b4452f36798d907ee10ac458265cae5b9c286
stub for filldata func
diff --git a/src/schema/schema.py b/src/schema/schema.py index 8b46de2..250e5a0 100644 --- a/src/schema/schema.py +++ b/src/schema/schema.py @@ -1,92 +1,116 @@ #!/usr/bin/env python """ HDF5 schema for the HGDP snp data """ from tables import * from numpy import * import tables import logging class SNP(I...
dalloliogm/snps-hdf5
b14f547583e1862a6864318a578ef1acffeef247
proposal: an Individual table?
diff --git a/src/schema/schema.py b/src/schema/schema.py index 5325a7e..8b46de2 100644 --- a/src/schema/schema.py +++ b/src/schema/schema.py @@ -1,84 +1,92 @@ #!/usr/bin/env python """ HDF5 schema for the HGDP snp data """ from tables import * from numpy import * import tables import logging -genotypes = ...
dalloliogm/snps-hdf5
77cc90fd63451f93f86dc217e4052970ae271d49
indent fix
diff --git a/src/schema/schema.py b/src/schema/schema.py index e0d1ff1..5325a7e 100644 --- a/src/schema/schema.py +++ b/src/schema/schema.py @@ -1,84 +1,84 @@ #!/usr/bin/env python """ HDF5 schema for the HGDP snp data """ from tables import * from numpy import * import tables import logging genotypes = ...
dalloliogm/snps-hdf5
be809a514aec60fb74b97db0aea14de25dc41bac
other enhancements to docstrings.. maybe too much descriptive
diff --git a/src/schema/schema.py b/src/schema/schema.py index a5a39f4..e0d1ff1 100644 --- a/src/schema/schema.py +++ b/src/schema/schema.py @@ -1,81 +1,84 @@ #!/usr/bin/env python """ HDF5 schema for the HGDP snp data """ from tables import * from numpy import * import tables import logging genotypes = ...
dalloliogm/snps-hdf5
3eb9cc8bd24671ba11d5aabb1c00c312b07bca50
improved docstrings in SNP table
diff --git a/src/schema/schema.py b/src/schema/schema.py index 5015280..a5a39f4 100644 --- a/src/schema/schema.py +++ b/src/schema/schema.py @@ -1,77 +1,81 @@ #!/usr/bin/env python """ HDF5 schema for the HGDP snp data """ from tables import * from numpy import * import tables import logging genotypes = ...
dalloliogm/snps-hdf5
27ca6eef59f92b9e79fb628e0e8c03936f6a7249
fixes to h5file setup
diff --git a/src/schema/schema.py b/src/schema/schema.py index 06b5aab..5015280 100644 --- a/src/schema/schema.py +++ b/src/schema/schema.py @@ -1,76 +1,77 @@ #!/usr/bin/env python """ HDF5 schema for the HGDP snp data """ from tables import * from numpy import * import tables import logging genotypes = ...
dalloliogm/snps-hdf5
540ddafd5576a1c542b197bb72546876896cd16f
always use hdf5, not h5df
diff --git a/src/schema/config.py b/src/schema/config.py index 2cd29aa..c0694d1 100644 --- a/src/schema/config.py +++ b/src/schema/config.py @@ -1,21 +1,27 @@ #!/Usr/bin/env python """ """ import tables from schema import Genotype -h5df_file_path = '../../test.h5' +hdf5_file_path = '../../test.h5' -def cre...
dalloliogm/snps-hdf5
e9aad86dd2f0571f7e1f95c752d5ed2f7a9bd9dd
imported parse_genotype function from old HGDPIO
diff --git a/src/schema/config.py b/src/schema/config.py index edea5d8..2cd29aa 100644 --- a/src/schema/config.py +++ b/src/schema/config.py @@ -1,20 +1,21 @@ #!/Usr/bin/env python """ """ import tables +from schema import Genotype h5df_file_path = '../../test.h5' def create_h5df_file(path = '../../data/t...
dalloliogm/snps-hdf5
b937547e0875d414bedaaa29cafbf4254d2e635a
added a config file
diff --git a/src/schema/config.py b/src/schema/config.py new file mode 100644 index 0000000..edea5d8 --- /dev/null +++ b/src/schema/config.py @@ -0,0 +1,20 @@ +#!/Usr/bin/env python +""" + +""" + +import tables + +h5df_file_path = '../../test.h5' + +def create_h5df_file(path = '../../data/test.h5'): + """ + Creat...
dalloliogm/snps-hdf5
363f28b3a4762c8cd71506ae7e528847903bf549
added a script to upload the snps to the h5df file
diff --git a/src/schema/__init__.py b/src/schema/__init__.py index e69de29..ff3fa9a 100644 --- a/src/schema/__init__.py +++ b/src/schema/__init__.py @@ -0,0 +1,3 @@ +""" +""" +__all__ = ['schema', ] \ No newline at end of file diff --git a/src/schema/schema.py b/src/schema/schema.py index 4f6abc1..530fa90 100644 --- a/...
dalloliogm/snps-hdf5
d9babf58ab029887187312966ff69bb329b2a39e
added a _check_valid_genotype method
diff --git a/src/schema/schema.py b/src/schema/schema.py index 18660b8..4f6abc1 100644 --- a/src/schema/schema.py +++ b/src/schema/schema.py @@ -1,51 +1,65 @@ #!/usr/bin/env python """ HDF5 schema for the HGDP snp data """ from tables import IsDescription from tables import Int32Col, StringCol import tables ...
dalloliogm/snps-hdf5
1b630c699b61a8dc8d4fa4c2af788e52a7dbdf49
played with tests a bit
diff --git a/src/schema/test/__init__.py b/src/schema/test/__init__.py index 0529b93..44ef4ba 100644 --- a/src/schema/test/__init__.py +++ b/src/schema/test/__init__.py @@ -1,9 +1,10 @@ #!/usr/bin/env python """ Test the HGDP H5DF database use nosetests for running it """ +__all__ = ['test1',] def setup_packa...
dalloliogm/snps-hdf5
377f50f9253089a3eada8cc1152f0106a273599e
added a genotype column
diff --git a/src/schema/schema.py b/src/schema/schema.py index 7c6db4d..18660b8 100644 --- a/src/schema/schema.py +++ b/src/schema/schema.py @@ -1,47 +1,51 @@ #!/usr/bin/env python """ HDF5 schema for the HGDP snp data """ from tables import IsDescription -from tables import Int32Col -from tables import * +fro...
dalloliogm/snps-hdf5
89eb27e501cbb18de7da64aba231c31e7fe37295
added a setup.py script
diff --git a/src/schema/setup.py b/src/schema/setup.py new file mode 100644 index 0000000..3ea4cf2 --- /dev/null +++ b/src/schema/setup.py @@ -0,0 +1,8 @@ +from setuptools import setup, find_packages + +setup( + name = 'hgdp h5df schema', + version = '0.1', + packages = find_packages, + + ) \ ...
dalloliogm/snps-hdf5
24b288a6ec1c3fd6c4ef25838bfff0a7af02224c
added a 'create test table' function and added an init to SNP
diff --git a/src/schema/schema.py b/src/schema/schema.py index 4bace2d..7c6db4d 100644 --- a/src/schema/schema.py +++ b/src/schema/schema.py @@ -1,23 +1,47 @@ #!/usr/bin/env python """ HDF5 schema for the HGDP snp data """ from tables import IsDescription from tables import Int32Col from tables import * +imp...
dalloliogm/snps-hdf5
6a70cdf2cbeed4cab7e3d2dce9eddceb5354085b
added a short install doc
diff --git a/doc/install.txt b/doc/install.txt new file mode 100644 index 0000000..f7a510f --- /dev/null +++ b/doc/install.txt @@ -0,0 +1,11 @@ +How to install + +You need to have the HDF5 modules installed. +On an Ubuntu machine, install the packages: +- h5utils +- hdf5-tools +- libhdf5-serial-1.6.5-0 +- libhdf5-seria...
dalloliogm/snps-hdf5
9d5dacbbe151ec685e6ccbb0b517e351a478768a
stub for a new schema with hdf5
diff --git a/src/schema/schema.py b/src/schema/schema.py new file mode 100644 index 0000000..4bace2d --- /dev/null +++ b/src/schema/schema.py @@ -0,0 +1,23 @@ +#!/usr/bin/env python +""" +HDF5 schema for the HGDP snp data + +""" + +from tables import IsDescription +from tables import Int32Col +from tables import * + +c...
dotjay/hashgrid
4350c65118b73d12afaeac579d812370e97236d4
Minor edit
diff --git a/index.html b/index.html index 73affa5..29958ac 100644 --- a/index.html +++ b/index.html @@ -1,317 +1,317 @@ <!DOCTYPE html><html lang="en-GB"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"><title>#grid</title> <!--...
dotjay/hashgrid
b86b751dd64ac16df991a99b1e71199eea0669ac
Correct id
diff --git a/index.html b/index.html index e75463c..73affa5 100644 --- a/index.html +++ b/index.html @@ -1,317 +1,317 @@ <!DOCTYPE html><html lang="en-GB"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"><title>#grid</title> <!--...
dotjay/hashgrid
d456247b71dfcffd9a9437b096005621119147a4
Cleaner license
diff --git a/index.html b/index.html index 743aecb..e75463c 100644 --- a/index.html +++ b/index.html @@ -1,317 +1,317 @@ <!DOCTYPE html><html lang="en-GB"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"><title>#grid</title> <!--...
dotjay/hashgrid
e996f2970c8b2aaead3715c9ed08f74de333c1d4
Correct link to James Aitken
diff --git a/index.html b/index.html index fe3d02e..743aecb 100644 --- a/index.html +++ b/index.html @@ -1,317 +1,317 @@ <!DOCTYPE html><html lang="en-GB"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"><title>#grid</title> <!--...
dotjay/hashgrid
478dbd6aea1d798326d3f701c3b9998a78b1dd4c
Correct link to Tom Arnold
diff --git a/index.html b/index.html index fc4583c..fe3d02e 100644 --- a/index.html +++ b/index.html @@ -1,317 +1,317 @@ <!DOCTYPE html><html lang="en-GB"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"><title>#grid</title> <!--...