-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial checkin of the 2011 version of these files... before I mess t…
…hem up.
- Loading branch information
Trent Fisher
committed
Jan 3, 2015
0 parents
commit f874577
Showing
4 changed files
with
858 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# simple makefile to fetch the 3rd party dependencies | ||
# and to upload to the web site | ||
bubbletip: | ||
svn checkout http://bubbletip.googlecode.com/svn/trunk/BubbleTip bubbletip | ||
|
||
jquery-1.4.4.min.js: | ||
wget http://code.jquery.com/jquery-1.4.4.min.js | ||
|
||
upload: | ||
TBD |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
This is a simplistic interactive version of the various | ||
"Defensive Omnivore Bingo" images which were floating around the web. | ||
|
||
I first wrote this many years ago, but I figured I'd put it out | ||
here in case anybody else wanted to contribute changes. |
Oops, something went wrong.