CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 23 Jul 2025 23:37:36 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081012223332
location: https://web.archive.org/web/20081012223332/https://github.com/github/bj/tree/master/install.rb
server-timing: captures_list;dur=0.528678, exclusion.robots;dur=0.018951, exclusion.robots.policy;dur=0.009462, esindex;dur=0.011884, cdx.remote;dur=10.163931, LoadShardBlock;dur=154.090017, PetaboxLoader3.datanode;dur=87.676451, PetaboxLoader3.resolve;dur=40.160974
x-app-server: wwwb-app214
x-ts: 302
x-tr: 191
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app214; 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, 23 Jul 2025 23:37:36 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Mon, 13 Oct 2008 05:33:32 GMT
x-archive-orig-transfer-encoding: chunked
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_sess=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7AA%253D%253D--4d8802a39cf2ae2680fcdf915bd7f8472555cf65; domain=.github.com; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.84005
x-archive-orig-etag: "3ee4768645c94036abf3275c21c903bb"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-x_commoncrawl_parsesegmentid: 4451
x-archive-orig-x_commoncrawl_originalurl: https://github.com/github/bj/tree/master/install.rb
x-archive-orig-x_commoncrawl_urlfp: 4225357958451311719
x-archive-orig-x_commoncrawl_hostfp: -8801896244620822287
x-archive-orig-x_commoncrawl_signature: 3ee4768645c94036abf3275c21c903bb
x-archive-orig-x_commoncrawl_crawlno: 1
x-archive-orig-x_commoncrawl_fetchtimestamp: 1223876012606
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
x-archive-orig-content-encoding: gzip
memento-datetime: Sun, 12 Oct 2008 22:33:32 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 12 Oct 2008 22:33:32 GMT", ; rel="memento"; datetime="Sun, 12 Oct 2008 22:33:32 GMT", ; rel="last memento"; datetime="Sun, 12 Oct 2008 22:33:32 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: 1224160027500_50-c/1224160072292_20.arc.gz
server-timing: captures_list;dur=0.629941, exclusion.robots;dur=0.024708, exclusion.robots.policy;dur=0.010751, esindex;dur=0.012733, cdx.remote;dur=61.239051, LoadShardBlock;dur=272.281880, PetaboxLoader3.resolve;dur=265.913578, PetaboxLoader3.datanode;dur=103.371201, load_resource;dur=127.134589
x-app-server: wwwb-app214
x-ts: 200
x-tr: 565
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
install.rb at master from github's bj — 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 atmos/bj | |
Description: | Trying to make BJ a little more ORM agnostic |
Homepage: | https://codeforpeople.com/lib/ruby/bj/ |
Clone URL: |
git://github.com/github/bj.git
Give this clone URL to anyone.
git clone git://github.com/github/bj.git
|
bj / install.rb
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
|
This feature is coming soon. Sit tight!