Hi,
In article <6159bb77.2d057.194ce0a56f6.Webtop.18(a)sympatico.ca>,
dastew dastew <dastew(a)sympatico.ca> writes:
> I an using ubuntu 24.04 and firefox and I clicked on the download page
> and all I get is:
It's a bug in your browser. Try using one that is less buggy :)
In plain text, the surrounding of a URL by <> is how the URL is
distinguished from other text:
The characters "<" and ">" are unsafe because they are used as the
delimiters around URLs in free text
"Uniform Resource Locators (RUL)"
<https://datatracker.ietf.org/doc/html/rfc1738>
Your browser is just scraping along through the text and is heuristically
looking for anything that starts with a URL prefix like https:// and
considering everything up to the next whitespace character to be a URL.
However, there's no point in downloading Iterated Dynamics 1.1 for
ubuntu anyway because unix support won't be restored until 2.0.
-- Richard
--
"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
The Terminals Wiki <http://terminals-wiki.org>
The Computer Graphics Museum <http://ComputerGraphicsMuseum.org>
Legalize Adulthood! (my blog) <http://LegalizeAdulthood.wordpress.com>
It has patterns of regularity where one of the bodies, typically the lightest, is ejected.
<https://phys.org/news/2024-10-islands-regularity-famously-chaotic-body.html>
I wonder if a fractal could be made based on how long the three bodies interact before a body is ejected?
---
David W. Jones
gnome(a)hawaii.rr.com
exploring the landscape of god
http://dancingtreefrog.com
Sent from my Android device with F/LOSS K-9 Mail.
Folks,
An updated version of SDL Fractint has been uploaded to www.fractint.net.
Fixes include:
Fixed the issue with disappearing key strokes.
Fixed integer version of inverse julia in a 64-bit system.
Addressed code that assumed the long integer type was 4 bytes when
converting to/from the float type.
Increased color cycling speed to more closely match DOS version.
Fixed Plasma Fractal Type broken when startup routines were re-arranged.
Look in the directory at:
https://www.fractint.net/ftp/experimental/
For:
Windows version (32-bit) is:
SDL2-fractint-20.05alpha-2024-09-20.zip
Pre-compiled 64-bit Linux version is:
SDL2-Xfractint-20.05alpha-2024-09-20.tar.xz
Jonathan
I scraped through a bunch of archive.org files and found various
source and binary releases of Bert Tyler's original FRACT386 as well
as old versions of FRACTINT and I've reconstructed the source code
history as best I could, along with making the release I've found all
available in one convenient place:
The source code is a git repository on github.
<https://github.com/LegalizeAdulthood/fractint-legacy>
You can browse the source code for different revisions by selecting
the Tags from the Code tab. Binary releases can be obtained (maybe
you have an old PC and you want to see it do something) from the
Releases link on the right-hand side of the Code tab.
The repository is read-only as I've only reconstructed it for
historical reference, not for actual work.
-- Richard
--
"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
The Terminals Wiki <http://terminals-wiki.org>
The Computer Graphics Museum <http://ComputerGraphicsMuseum.org>
Legalize Adulthood! (my blog) <http://LegalizeAdulthood.wordpress.com>