ipfs-inactive / archives

[ARCHIVED] Repo to coordinate archival efforts with IPFS
https://awesome.ipfs.io/datasets
183 stars 24 forks source link

OEIS #16

Open ghost opened 9 years ago

ghost commented 9 years ago

https://oeis.org/

OEIS data under: OEIS-EULA / CC-BY-NC 3.0

Note:

EDIT: Here's the whole OEIS microproject folder: QmbXX6jkJSx1aH41nfBqPyZAgxe1m4CzMMVnhYz1xRyFDQ

jbenet commented 9 years ago

indeed. what hash? can we replicate it?

whyrusleeping commented 9 years ago

he hid the hash in an inline link, very tricky: https://gateway.ipfs.io/ipfs/QmSTWTYLiAjWSn4uJbAjDadXeFLYrfeKpShFADNjAUgPdt

ghost commented 9 years ago

Sorry, next time it will be like this: QmSTWTYLiAjWSn4uJbAjDadXeFLYrfeKpShFADNjAUgPdt

jbenet commented 9 years ago

vinctux: could we replicate it un-archived? so we can browse it on the web and link to internals?

jbenet commented 9 years ago

(if permissions and modes matter, dont worry)

ghost commented 9 years ago

@jbenet What exactly are we're expected to replicate? The source GZips are directly accessible on the OEIS server ([1], [2]) - and all modification was made by a simple Python script. I think I don't understand completely... Edit: Here's the whole OEIS microproject folder: QmbXX6jkJSx1aH41nfBqPyZAgxe1m4CzMMVnhYz1xRyFDQ

davidar commented 9 years ago

:+1:

@vinctux I think @jbenet means making each oeis entry available as a separate file

jbenet commented 9 years ago

yeah, i mean unzipping firxt. though we may just add native zip support. cc @whyrusleeping

whyrusleeping commented 9 years ago

i could probably add zip support in a very similar manner to the way i added tar.

davidar commented 9 years ago

@whyrusleeping does ipfs have tar support now? Where? 😀

Edit: found it. That's awesome @whyrusleeping ! :clap: