CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 19 Aug 2025 15:41:45 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100628025429
location: https://web.archive.org/web/20100628025429/https://github.com/rwest/PyDAS
server-timing: captures_list;dur=1.077827, exclusion.robots;dur=0.035604, exclusion.robots.policy;dur=0.015380, esindex;dur=0.018664, cdx.remote;dur=193.330413, LoadShardBlock;dur=492.601236, PetaboxLoader3.datanode;dur=141.154772, PetaboxLoader3.resolve;dur=86.051643
x-app-server: wwwb-app212
x-ts: 302
x-tr: 754
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; 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: Tue, 19 Aug 2025 15:41:46 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 28 Jun 2010 02:54:28 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "7e07864dff9e1e9a92a1b1dc209c3d82"
x-archive-orig-x-runtime: 59ms
x-archive-orig-content-length: 20067
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: Mon, 28 Jun 2010 02:54:29 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 28 Jun 2010 02:54:29 GMT", ; rel="memento"; datetime="Mon, 28 Jun 2010 02:54:29 GMT", ; rel="next memento"; datetime="Mon, 11 Jun 2018 02:24:49 GMT", ; rel="last memento"; datetime="Thu, 26 Nov 2020 14:22:28 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_16_20100628024607_crawl102-c/51_16_20100628025352_crawl101.arc.gz
server-timing: captures_list;dur=0.766104, exclusion.robots;dur=0.024978, exclusion.robots.policy;dur=0.011643, esindex;dur=0.014270, cdx.remote;dur=76.593628, LoadShardBlock;dur=315.335989, PetaboxLoader3.datanode;dur=182.425618, PetaboxLoader3.resolve;dur=152.200006, load_resource;dur=160.144232
x-app-server: wwwb-app212
x-ts: 200
x-tr: 607
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
rwest's PyDAS at master - GitHub
rwest / PyDAS forked from jwallen/PyDAS
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
A Python wrapper for the DASSL, DASPK, and DASKR differential algebraic system solvers — Read more
PyDAS /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
README | ||
![]() |
__init__.py | ||
![]() |
dassl.pyx | ||
![]() |
dassl/ | ||
![]() |
dasslTest.py | ||
![]() |
setup.py |
README
PyDAS - A Python wrapper for the DASSL, DASPK, and DASKR differential algebraic system solvers To build it: cd dassl make cd .. python setup.py build_ext --inplace To test it: python dasslTest.py