CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 03 Sep 2025 06:59:07 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100407022524
location: https://web.archive.org/web/20100407022524/https://github.com/rubys/wave-robot-ruby-client
server-timing: captures_list;dur=0.919066, exclusion.robots;dur=0.032622, exclusion.robots.policy;dur=0.016917, esindex;dur=0.018239, cdx.remote;dur=124.820262, LoadShardBlock;dur=368.217967, PetaboxLoader3.datanode;dur=107.882831, PetaboxLoader3.resolve;dur=132.938072
x-app-server: wwwb-app215
x-ts: 302
x-tr: 528
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app215; 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, 03 Sep 2025 06:59:08 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 07 Apr 2010 02:25:23 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "46cca8f46139d1e6932d878dd2d150c7"
x-archive-orig-x-runtime: 105ms
x-archive-orig-content-length: 22549
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 07 Apr 2010 02:25:24 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 07 Apr 2010 02:25:24 GMT", ; rel="memento"; datetime="Wed, 07 Apr 2010 02:25:24 GMT", ; rel="next memento"; datetime="Sat, 12 Jun 2010 12:37:43 GMT", ; rel="last memento"; datetime="Mon, 02 Jun 2025 13:38:27 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: 52_15_20100407010433_crawl101-c/52_15_20100407022453_crawl101.arc.gz
server-timing: captures_list;dur=3.197841, exclusion.robots;dur=0.019524, exclusion.robots.policy;dur=0.009403, esindex;dur=0.011224, cdx.remote;dur=49.487859, LoadShardBlock;dur=353.225853, PetaboxLoader3.datanode;dur=282.146860, PetaboxLoader3.resolve;dur=759.915035, load_resource;dur=742.384702
x-app-server: wwwb-app215
x-ts: 200
x-tr: 1203
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
rubys's wave-robot-ruby-client at master - GitHub
rubys / wave-robot-ruby-client
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage

Sam Ruby (author)
Sun Jun 07 19:35:29 -0700 2009
name | age | message | |
---|---|---|---|
![]() |
LICENSE | Mon Jun 01 14:38:38 -0700 2009 | first commit [rubys] |
![]() |
NOTICE | Mon Jun 01 14:38:38 -0700 2009 | first commit [rubys] |
![]() |
README | Sun Jun 07 18:54:49 -0700 2009 | Add sample Sinatra robot as sample [unknown] |
![]() |
Rakefile | Sun Jun 07 19:35:29 -0700 2009 | Oops, forgot to add the Rakefile [rubys] |
![]() |
init.rb | Sat Jun 06 19:29:32 -0700 2009 | Library is almost working -- Doesn't seem to se... [MikeSofaer] |
![]() |
lib/ | Sun Jun 07 18:52:20 -0700 2009 | Move new test to test folder [unknown] |
![]() |
samples | Sun Jun 07 18:54:49 -0700 2009 | Add sample Sinatra robot as sample [unknown] |
![]() |
test/ | Sun Jun 07 18:58:32 -0700 2009 | Don't ask for Python in this test [unknown] |
README
Port of Wave Robot Python Client to Ruby. <https://code.google.com/p/wave-robot-python-client/> Status: * Unit tests pass. * Instructions for use with Sinatra + JRuby + AppEngine: https://blog.inigral.com/2009/06/07/a-google-wave-robot-container-in-sinatra/ * APIs need a complete and thorough scrubbing. In particular, they look like they were designed for Java, hastily ported to Python, and then even more hastily ported to Ruby; the last step done by someone who was clueless as to what was intended to be accomplished.