The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
Content crawled via the Wayback Machine Live Proxy mostly by the Save Page Now feature on web.archive.org.
Liveweb proxy is a component of Internet Archive’s wayback machine project. The liveweb proxy captures the content of a web page in real time, archives it into a ARC or WARC file and returns the ARC/WARC record back to the wayback machine to process. The recorded ARC/WARC file becomes part of the wayback machine in due course of time.
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20191231072308/https://github.com/topics/4d
Currently, drawing slices of 3D parametric (or 2D parametric) produces an outline correctly, and a filled in shape incorrectly. Fix this perhaps by triangulating the interior and filling it in that way.
In the current ordering, with
setuptools 15.00, the installation ofscipyfails.It seems that the package are installed in the order
medpy
scipy
numpy
But scipy requires numpy and throws an error during install. Hence we are left with medpy and numpy install, but no scipy.
This might be related to
pypa/pip#2478
This should be fixed soon!