CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 20 Aug 2025 10:08:59 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090417044352
location: https://web.archive.org/web/20090417044352/https://github.com/knowtheory
server-timing: captures_list;dur=0.497319, exclusion.robots;dur=0.018805, exclusion.robots.policy;dur=0.009138, esindex;dur=0.012485, cdx.remote;dur=24.660014, LoadShardBlock;dur=276.915092, PetaboxLoader3.resolve;dur=85.175566, PetaboxLoader3.datanode;dur=105.651679
x-app-server: wwwb-app218
x-ts: 302
x-tr: 324
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app218; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 20 Aug 2025 10:09:01 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Fri, 17 Apr 2009 04:43:52 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 391ms
x-archive-orig-etag: "c54a930b8fde1bcd91ae7941fe56f30f"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 47123
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 17 Apr 2009 04:43:52 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 05 Dec 2008 05:58:33 GMT", ; rel="prev memento"; datetime="Sun, 08 Mar 2009 09:16:59 GMT", ; rel="memento"; datetime="Fri, 17 Apr 2009 04:43:52 GMT", ; rel="next memento"; datetime="Thu, 15 Dec 2011 12:54:01 GMT", ; rel="last memento"; datetime="Mon, 02 Jun 2025 21:37:25 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_9_20090417014454_crawl102-c/51_9_20090417044254_crawl101.arc.gz
server-timing: captures_list;dur=0.668325, exclusion.robots;dur=0.021944, exclusion.robots.policy;dur=0.010489, esindex;dur=0.013504, cdx.remote;dur=17.618058, LoadShardBlock;dur=1044.078268, PetaboxLoader3.datanode;dur=958.826600, PetaboxLoader3.resolve;dur=288.150357, load_resource;dur=341.028573
x-app-server: wwwb-app218
x-ts: 200
x-tr: 1484
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
knowtheory's Profile - GitHub
Public Activity
-
Ruby implementations of code for Artificial Intelligence A Modern Approach 2nd EditionUpdated Thu Sep 11 12:32:58 -0700 2008
-
DataMapper - CoreForked from datamapper/dm-core Tue Apr 14 11:33:06 -0700 2009
-
Datamapper classes for twitter. Middleware interface to sit on top of a REST or oauth Datamapper...Updated Mon Mar 30 16:25:27 -0700 2009
-
A webservice interface to rubygemsUpdated Sat Jan 17 16:44:04 -0800 2009
-
A github commit feed aggregatorUpdated Mon Dec 01 15:28:32 -0800 2008
-
git-controlled essays by mattknoxForked from mattknox/essays Tue Jan 13 22:28:59 -0800 2009
-
A minimally invasive unit and measurement library.Updated Sat Mar 28 16:54:28 -0700 2009
-
master merb branchForked from wycats/merb Sat Jan 10 07:16:02 -0800 2009
-
Open Source Merb bookForked from mattetti/merb-book Mon Dec 08 20:52:43 -0800 2008
-
Ruby Enabled GooGle App EngineUpdated Thu Apr 16 09:05:25 -0700 2009
-
RubiGen alternative Generator thingyForked from jnicklas/templater Sun Nov 16 18:46:52 -0800 2008
-
Warbler chirpily constructs .war files of your Rails applications.Forked from nicksieger/warbler Thu Apr 09 17:41:07 -0700 2009
Public Activity
HEAD is 3833161fa42145cfce4c193690da5dfc11b18dc5
x

-
knowtheory committed 3833161f:
Bit of a mess but adding some stuff that gets the GAE/J jetty server up and running. The CLASSPATH in the shebang for reggae/bin/reggae is hardcoded atm, and that's a problem that needs to be solved. Once you've modified your CLASSPATH appropriately, you can start the server up via ./reggae/bin/reggae start [path to your war]
umbra:gae ted$ clear; CLASSPATH=appengine-java-sdk/lib/appengine-tools-api.jar jirb
>> import java.io.File
>> require 'appengine-tools-api.jar'
=> true
>> import java.io.File
>> require 'appengine-tools-api'
=> true
>> import com.google.appengine.tools.KickStart
>> import com.google.appengine.tools.info.SdkInfo
NameError: cannot initialize Java class com.google.appengine.tools.info.SdkInfo
from /Users/ted/Code/jruby/lib/ruby/1.8/irb/ruby-token.rb:46:in `get_proxy_or_package_under_package'
>> import com.google.appengine.tools.info.SdkInfo
NameError: cannot initialize Java class com.google.appengine.tools.info.SdkInfo
from /Users/ted/Code/jruby/lib/ruby/1.8/irb/ruby-token.rb:46:in `get_proxy_or_package_under_package'
umbra:jars ted$ jirb
>> import java.io.File
/Users/ted/Code/jruby/lib/ruby/site_ruby/1.8/builtin/javasupport/core_ext/object.rb:34 warning: already initialized constant File
>> Movie.all(Movie.tags => [1,2,3])
~ (0.000375) SET sql_auto_is_null = 0
~ (0.000130) SET SESSION sql_mode = 'ANSI,NO_AUTO_VALUE_ON_ZERO,NO_DIR_IN_CREATE,NO_ENGINE_SUBSTITUTION,NO_UNSIGNED_SUBTRACTION,TRADITIONAL'
>> Movie.all(Movie.tags => [1,2,3])
~ (0.000375) SET sql_auto_is_null = 0
~ (0.000130) SET SESSION sql_mode = 'ANSI,NO_AUTO_VALUE_ON_ZERO,NO_DIR_IN_CREATE,NO_ENGINE_SUBSTITUTION,NO_UNSIGNED_SUBTRACTION,TRADITIONAL'
Rando's DM Goals
================
16:23 < knowtheory> but i think beingable to harness help would be useful
16:23 < knowtheory> so i'm going to be obnoxious and say that i can at least help out by trying to disseminate info
16:24 < knowtheory> and maybe find out what will happen if we did suddenly drop dm-more ;)
HEAD is 83a218825949a583a0b7a4873dad09e6d7644269
x

-
knowtheory committed 83a21882:
Removing the appengine-apis (as they are now a gem) and the jruby jars (which are now part of JRuby core).
HEAD is f9facac8d5a784ac1c606512edabb567ce8980cc
x

-
knowtheory committed f9facac8:
Adding a straight up copy of the appengine-apis lib
New branch is at knowtheory/warbler/tree/sylviidae
Forked repository is at knowtheory/warbler
reggae is at knowtheory/reggae
reggae is at knowtheory/reggae
jruby-rack's description:
Rack for JRuby and Java appservers
warbler's description:
Warbler chirpily constructs .war files of your Rails applications.
HEAD is e7fdde8f52f8e85cc071b8ed75047320855cadb1
x

-
knowtheory committed e7fdde8f:
whoops let a stray dependency in. removed for now.
HEAD is 076f4b9260b663440f942f0016d11b094a038a21
x

-
knowtheory committed 076f4b92:
Adding the app engine jars.
-
knowtheory committed e2603ab0:
When is a door not a door?
-
knowtheory committed 5f1fcfd0:
jeweler setup
reggae is at knowtheory/reggae
jeweler's description:
Simple and opinionated helper for creating and managing Rubygem projects on GitHub
gemstalker's description:
A library for determining if GitHub has built a gem yet
New branch is at knowtheory/reggae/tree/master
New repository is at knowtheory/reggae
failed com.google.apphosting.utils.jetty.RuntimeAppEngineWebAppContext@176484e{/,/base/data/home/apps/notheory/1.332652272837223087}
java.lang.NoClassDefFoundError: Could not initialize class com.google.apphosting.runtime.security.shared.stub.sun.misc.Signal
at org.jruby.util.SunSignalFacade.trap(SunSignalFacade.java:105)
extlib's description:
General Ruby extensions for DataMapper and DataObjects
do's description:
DataObjects
dm-more's description:
Extras for DataMapper, including bridges to DataObjects::Migrations and Merb::DataMapper
datamapper has
6
public repos
and 41
followers.
#!/usr/bin/ruby
#creating a new class:
#!/usr/bin/ruby
#creating a new class:
This feature is coming soon. Sit tight!