CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 25 Aug 2025 01:44:57 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100813105627
location: https://web.archive.org/web/20100813105627/https://github.com/ermine/sulci
server-timing: captures_list;dur=0.747165, exclusion.robots;dur=0.022808, exclusion.robots.policy;dur=0.009414, esindex;dur=0.011320, cdx.remote;dur=4.703747, LoadShardBlock;dur=277.767884, PetaboxLoader3.datanode;dur=62.331263, PetaboxLoader3.resolve;dur=29.833599
x-app-server: wwwb-app239
x-ts: 302
x-tr: 357
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; 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, 25 Aug 2025 01:44:58 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.67
x-archive-orig-date: Fri, 13 Aug 2010 10:56:26 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "a96ffef15eede6a7598711de49d43c36"
x-archive-orig-x-runtime: 124ms
x-archive-orig-content-length: 56293
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: Fri, 13 Aug 2010 10:56:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 13 Aug 2010 10:56:27 GMT", ; rel="memento"; datetime="Fri, 13 Aug 2010 10:56:27 GMT", ; rel="next memento"; datetime="Thu, 24 Nov 2011 23:00:59 GMT", ; rel="last memento"; datetime="Mon, 17 Mar 2025 23:10:30 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_17_20100813090616_crawl101-c/52_17_20100813105543_crawl101.arc.gz
server-timing: captures_list;dur=1.023207, exclusion.robots;dur=0.025223, exclusion.robots.policy;dur=0.010659, esindex;dur=0.013094, cdx.remote;dur=72.037626, LoadShardBlock;dur=343.995722, PetaboxLoader3.datanode;dur=103.457812, PetaboxLoader3.resolve;dur=298.806638, load_resource;dur=170.465400
x-app-server: wwwb-app239
x-ts: 200
x-tr: 727
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
ermine's sulci at master - GitHub
ermine / sulci
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
sulci /
README
Ocaml "Just for fun" Software Anastasia Gornostaeva <ermine@ermine.pp.ru> Sulci --------------------------------------------------------------------------- It is an Jabber bot To compile, you need previously installed: * Ocaml 3.10.2 www.ocaml.org * cryptokit https://cristal.inria.fr/~xleroy/software.html * ulex 1.0+ https://www.cduce.org/download/ * ocamlfind (findlib-1.1.2pl1+) https://www.ocaml-programming.de/packages/documentation/findlib/ * ocamlnet 1.1+ * netclient 0.91.1+ https://sourceforge.net/projects/ocamlnet https://www.ocaml-programming.de/programming/netclient.html or * ocamlnet 2+ https://sourceforge.net/projects/ocamlnet * pcre-ocaml https://www.ai.univie.ac.at/~markus/home/ocaml_sources.html * sqlite 3.x https://www.sqlite.org * ocaml-sqlite3 1.2+ https://ocaml.info/home/ocaml_sources.html * json-wheel, json-static Note: If you plan to use Mueller dictonary, you should compile pcre library with enabled UTF-8 support Most of those packets can be retrieved and installed using your Package management such as apt-get or FreeBSD Port Collection To compile Sulci, an jabber bot: make You can find sulci and sulci.conf.example in sulci subdir. Note: Now Sulci is available in FreeBSD Port Collection