CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 04 Aug 2025 10:15:29 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091001210603
location: https://web.archive.org/web/20091001210603/https://github.com/dustin/seinfeld
server-timing: captures_list;dur=1.082312, exclusion.robots;dur=0.039982, exclusion.robots.policy;dur=0.020823, esindex;dur=0.020266, cdx.remote;dur=73.860785, LoadShardBlock;dur=485.194989, PetaboxLoader3.datanode;dur=282.879898, PetaboxLoader3.resolve;dur=151.657546
x-app-server: wwwb-app213
x-ts: 302
x-tr: 613
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; 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: Mon, 04 Aug 2025 10:15:30 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 01 Oct 2009 21:06:02 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "5d2d8cb1cd15a7a57b12cc04e9ed85da"
x-archive-orig-x-runtime: 124ms
x-archive-orig-content-length: 24385
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: Thu, 01 Oct 2009 21:06:03 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 30 Sep 2009 10:04:19 GMT", ; rel="prev memento"; datetime="Wed, 30 Sep 2009 10:04:19 GMT", ; rel="memento"; datetime="Thu, 01 Oct 2009 21:06:03 GMT", ; rel="next memento"; datetime="Mon, 11 Jun 2018 01:24:28 GMT", ; rel="last memento"; datetime="Wed, 02 Dec 2020 11:49:34 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_12_20091001175721_crawl102_IndexOnly-c/52_12_20091001210549_crawl101.arc.gz
server-timing: captures_list;dur=0.528596, exclusion.robots;dur=0.020389, exclusion.robots.policy;dur=0.009680, esindex;dur=0.011731, cdx.remote;dur=5.027387, LoadShardBlock;dur=253.571896, PetaboxLoader3.datanode;dur=159.788571, PetaboxLoader3.resolve;dur=229.485117, load_resource;dur=252.297230
x-app-server: wwwb-app213
x-ts: 200
x-tr: 569
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
dustin's seinfeld at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Fork of entp/seinfeld | |
Description: | edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/dustin/seinfeld.git
Give this clone URL to anyone.
git clone git://github.com/dustin/seinfeld.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:dustin/seinfeld.git
|
seinfeld /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
LICENSE | Sat Jul 26 08:50:10 -0700 2008 | insert progression records [technoweenie] |
![]() |
README | ||
![]() |
Rakefile | ||
![]() |
config/ | ||
![]() |
lib/ | ||
![]() |
public/ | ||
![]() |
seinfeld_calendar.rb | ||
![]() |
spec/ | ||
![]() |
vendor/ | ||
![]() |
views/ |
README
seinfeld calendar ================= https://lifehacker.com/software/motivation/jerry-seinfelds-productivity-secret-281626.php Track your OSS Productivity with Github. USAGE ===== # setup your DB (see deployment section) rake seinfeld:setup # adds github user rake seinfeld:add_user USER=technoweenie # updates progress from github # put in a nightly cron job rake seinfeld:update # let's start the show ruby seinfeld_calendar.rb open https://localhost:4567/~technoweenie DEPLOYMENT ========== My config.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 config.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
This feature is coming soon. Sit tight!