Those fellows at Rolling Rock, not being content with merely brewing skunky beer, have created a clearly hoaxish ad campaign to make people believe that...
... Oops! No, it was supposed to be in there, but i had a problem in the building process. It's fixed now. I changed the way the war file was built, so...
I've made a lot of changes to Frink recently, probably too many to mention here. As always, the "what's new" file contains the most detail about all new...
Thanks for providing a fix, (and the other ingenious features of the new release, mentioned in the other posting from yesterday)! Can deploy the frink.war file...
... Okay, I've once again changed the structure of the .war file so that all classes go into the internal .jar file, instead of having some in the classes/...
Everything works fine now in my Tomcat 5.5.17. Naturally, the NullPointerExceptions on your webserver disappeared after I submitted my last post. Previously I...
... Thanks! I agree that writing interfaces to Frink as Frink Server Pages gives you some large advantages: * The ability to use all the power of HTML (and...
... Well said, to the point. ... Sounds good. ... I must confess that I prefer vi, but I use it only in a limited way. And I'm not really up to more serious...
I have fixed the calculation of Julian Day in Frink for dates B.C., including dates in the very distant past. Because Frink internally uses Julian Day to...
... From: Alan Eliasen <eliasen@...> ... But those intervening dates are not undefined. They all have the same value. All of the dates in that...
first.i.last@...
Aug 4, 2008 3:43 am
218
The link to what google considers the main Frink page at http://futureboy.homeip.net/frinkdocs/ has not been functioning for 4 days. Is there a replacement...
... Augh. Thanks for letting me know. It's now back up. The preferred URL is: http://futureboy.us/frinkdocs/ which points to the same machine, and was...
I've been wanting to use frink for doing calculations internally in a program and I'm wondering if there is a supported way to do this? (its for an IRC bot)....
... section ... I don't know how i've overlooked that all of last night. ... people ... them ... I would certainly be interested in any documentation on this,...
... I've added a single convenience method to easily enable the most restrictive security measures on a Frink interpreter. This should be called before...
Hi, I just purchased an ipod touch and was looking for a good unit converter for scientific and engineering applications. The current applications available...
... In short, it's up to the management at Apple. Frink is written in Java and requires a Java Virtual Machine (JVM) to run in. (A JVM is just another piece...
I'm happy to announce that Frink can now draw graphics! This is probably the largest single update of Frink ever, and it adds the ability to easily draw...
The latest Frink release adds the ability to draw text into Frink's new graphics. Text is high-quality, and has transparent, anti-aliased edges. Text can...
There have been a variety of improvements to Frink since my last announcement on this list. Here are some of them: * Frink's graphics package now has a new...
It appears that I'll be making more common announcements about new Frink releases to this list. I had previously used Freshmeat.net to make new announcements,...
The new Frink release adds some powerful new image loading and drawing capabilities! Frink now has the ability to load bitmap image files (e.g. JPEG, GIF,...
I probably don't understand intervals well enough yet, but if x = new interval[-2,2] [-2,2] and x^2 [0, 4] then why doesn't abs[x] yield [0,2]? Further, why...
... Good question. The short answer is that I'm following the convention for abs[x] that's defined in one of the seminal works on interval arithmetic, Ramon...
I posted a query about abs[x] to the primary interval analysis mailing list last night, and have received several replies, some directly useful, some not. I'm...
I'm forwarding my follow-up message about abs[x] to the intervals list, which discusses the results of my surveys of other programming languages that implement...
The current release of Frink fixes some "Class not found" exceptions that may have occurred when calling some functions, notably graphics.write[] and...