CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 09:24:28 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100214030748
location: https://web.archive.org/web/20100214030748/https://github.com/entp/seinfeld
server-timing: captures_list;dur=2.681801, exclusion.robots;dur=0.021024, exclusion.robots.policy;dur=0.009669, esindex;dur=0.020307, cdx.remote;dur=134.653464, LoadShardBlock;dur=980.049178, PetaboxLoader3.datanode;dur=645.548897, PetaboxLoader3.resolve;dur=247.894365
x-app-server: wwwb-app203
x-ts: 302
x-tr: 1142
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app203; 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: Thu, 07 Aug 2025 09:24:29 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 14 Feb 2010 03:07:48 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "7a606fdb858c18b333c449cde53a2a36"
x-archive-orig-x-runtime: 82ms
x-archive-orig-content-length: 27657
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: Sun, 14 Feb 2010 03:07:48 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 29 Oct 2008 05:07:09 GMT", ; rel="prev memento"; datetime="Thu, 07 Jan 2010 03:04:02 GMT", ; rel="memento"; datetime="Sun, 14 Feb 2010 03:07:48 GMT", ; rel="next memento"; datetime="Thu, 18 Mar 2010 01:35:25 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 13:08:21 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_14_20100213224739_crawl102-c/51_14_20100214030716_crawl101.arc.gz
server-timing: captures_list;dur=0.802720, exclusion.robots;dur=0.028580, exclusion.robots.policy;dur=0.011630, esindex;dur=0.014788, cdx.remote;dur=17.695483, LoadShardBlock;dur=331.121733, PetaboxLoader3.datanode;dur=239.546198, PetaboxLoader3.resolve;dur=284.083121, load_resource;dur=234.280119
x-app-server: wwwb-app203
x-ts: 200
x-tr: 654
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
entp's seinfeld at master - GitHub
This service is courtesy of Pledgie.
entp / seinfeld
- Source
- Commits
- Network (21)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
seinfeld /
README.rdoc
Seinfeld Calendar
Track your OSS Productivity with Github.
lifehacker.com/software/motivation/jerry-seinfelds-productivity-secret-281626.php
Usage
Setup the initial database and start the application.
rake seinfeld:setup ruby seinfeld_calendar.rb
Once you add a user, it will be accessible like so:
open https://localhost:4567/~technoweenie
Add a user from GitHub.
rake seinfeld:add USER=technoweenie
Update all progresses from GitHub, should be ran nightly.
rake seinfeld:update USER=
For development testing, use this command to reset and update your user
rake seinfeld:reset USER=technoweenie
Deployment
My seinfeld.rb looks like this:
$: << File.join(File.dirname(__FILE__), 'lib') require 'seinfeld/models' DataMapper.setup :default, 'mysql://rickybobby:shakeandbake@localhost/seinfeld' Seinfeld::User.github_login = 'rickybobby' Seinfeld::User.github_password = 'shakeandbake'
My rackup.ru (for Passenger) looks like:
require 'rubygems' require 'rack' require 'sinatra' Sinatra::Application.default_options.update( :run => false, :env => :production, :raise_errors => true ) require 'config' require 'seinfeld_calendar' run Sinatra::Application
TODO
- TIMEZONES
- configurable db support
- Gitorious support, etc
- OAUTH