Search the web
Sign In
New User? Sign Up
frink
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
N00bs   Message List  
Reply | Forward Message #136 of 257 |
Re: N00bs

--- In frink@yahoogroups.com, Alan Eliasen <eliasen@...> wrote:
>
> overgauss wrote:
> > 1) Is there any way someone could whip up a tutorial or two for n00bs
> > such as myself?
>
> Unfortunately, I don't have anything that's just a "quick start"
> tutorial. I recently gave a presentation which would be considered a
> tutorial, but it's on video and it's rather long. I'll see if I can
> whip something up, but for now the documentation is the best resource:
>
> http://futureboy.us/frinkdocs/
>
> I've seen some other tutuorials made by a college professor about
> Frink, but I haven't been able to get to them at the moment. I will try
> to contact him and see if he still has copies.
>
> > 2) I use a Zaurus SLC100 and currently don't have internet access on
> > it. Is there away to get a static image of some datafiles for
> > language translations and any other data files that would normally be
> > accessed via the internet?
>
> Right now, there is a static file for currency exchange rates that is
> consulted if you don't have internet access, but no static files for 1.)
> historical U.S. dollar values, 2.) historical British currency values
> and 3.) language translations. Updated currency exchange rates are
> compiled in to the code with each release, more or less.
>
> Adding a file for 1.) would be relatively easy, as the file I parse
> is a single flatfile. Adding a file for 2.) would be considerably
> harder, as the information is not available in a single file. Adding a
> static file for language translations is impossible.
>
> I'll see what I can do to improve the situation a bit.
>
> --
> Alan Eliasen | "When trouble is solved before it
> eliasen@... | forms, who calls that clever?"
> http://futureboy.us/ | --Sun Tzu
>

Thanks for your consideration! I eagerly await your reply. I think
Frink goes a long way into turning my c1000 into a semi-sentient
motherbox. The understated power is immense in my opinion. I only
wish I understood better how to unlock the power within the language.

Primarily I'm currently interested in historical U.S. dollar values as
the language translation is impossible and I don't anticipate using
historical British currency values in the near future. I have already
cursed the fact that I don't have internet access on the thing while
watching a cowboy movie and tring to figure out how much 15 dollars
was in 1913 dollars. Kudos on a fine language!

Regards,

O.G.








Thu Sep 7, 2006 2:47 am

overgauss
Offline Offline
Send Email Send Email

Forward
Message #136 of 257 |
Expand Messages Author Sort by Date

Hey guys and gals! I have a coupla questions for you. 1) Is there any way someone could whip up a tutorial or two for n00bs such as myself? 2) I use a Zaurus...
overgauss
Offline Send Email
Sep 6, 2006
3:13 am

... Unfortunately, I don't have anything that's just a "quick start" tutorial. I recently gave a presentation which would be considered a tutorial, but it's...
Alan Eliasen
aeliasen
Offline Send Email
Sep 6, 2006
6:26 pm

... Thanks for your consideration! I eagerly await your reply. I think Frink goes a long way into turning my c1000 into a semi-sentient motherbox. The...
overgauss
Offline Send Email
Sep 7, 2006
9:33 pm

hey all, how flexible is the 'standard' units file that comes with frink? I'd like to add other units (mostly to do with energy densities, masses of materials,...
Ed Peschko
esp5@...
Send Email
Sep 7, 2006
11:58 pm

... The standard units file is quite flexible. Hopefully, you shouldn't have to modify the units in there (unless you're, say, a surveyor and you want the...
Alan Eliasen
aeliasen
Offline Send Email
Sep 10, 2006
9:52 pm

... I would like to contribute, but I don't know where to start. Are we talking about parsing text files for data, hand input, or a combination of both? Since...
overgauss
Offline Send Email
Sep 11, 2006
1:52 am

... I've imported data by parsing text files, or typing in text by hand, or dictating in tables of numbers with a voice dictation program. As long as the...
Alan Eliasen
aeliasen
Offline Send Email
Sep 13, 2006
7:34 pm

... [snip] It would be nice if I actually tested code samples before posting them, wouldn't it? There was a dumb mistake in there and one more subtle issue. A...
Alan Eliasen
aeliasen
Offline Send Email
Sep 14, 2006
7:01 am

... Here's a preliminary shot at it. Please let me know if anyone finds any errors. I used the IUPAC table 03 October version. Also for uncertainty levels I...
overgauss
Offline Send Email
Sep 15, 2006
3:58 am

... them ... Corrected mistakes with Iridium, Gold and Radon. Damn my eyes!...
overgauss
Offline Send Email
Sep 15, 2006
4:20 am

... Outstanding work! I'll see what I can do to turn the numbers after the u and the half-life values into something that Frink will parse directly. (The u...
Alan Eliasen
aeliasen
Offline Send Email
Sep 18, 2006
7:11 am

... Ahh. Understood. Please let me know what else I can do to assist! I was wondering how you'd handle half life etc and figured that they'd be deleted or...
overgauss
Offline Send Email
Sep 18, 2006
9:09 pm

... Another quick question or muse rather. How useful would things like Mathmetical/Scientific formulas in Frink be? I know I will have to learn alot of...
overgauss
Offline Send Email
Sep 18, 2006
9:46 pm

... It's been on my wish list to devise a way to have Frink suggest the equations as well as calculate with them. That would greatly improve its power. I...
Alan Eliasen
aeliasen
Offline Send Email
Sep 19, 2006
4:38 am

... I've extended this file a bit to add accessor functions which allow you to look up elements by name, symbol, or atomic number, and the ability to iterate...
Alan Eliasen
aeliasen
Offline Send Email
Sep 19, 2006
12:20 am

... website ... Gosh I didn't mean to generate so much work for you! Thank you nonetheless. I've tried it out a few times and I can't seem to be able to sort...
overgauss
Offline Send Email
Sep 23, 2006
5:00 am

... It was necessary work! It always helps me to improve Frink by using it to tackle real-world problems. And it pointed me to another problem, ... You...
Alan Eliasen
aeliasen
Offline Send Email
Sep 25, 2006
10:00 am

... I just added the ability for Frink to read a static file of the Consumer Price Index data for historical U.S. dollar values. If it can't connect to the...
Alan Eliasen
aeliasen
Offline Send Email
Sep 8, 2006
1:08 am

... Certainly! I hope it is of some use to you. Mr. Peschko has me wondering... My goal is to get a degree in Bio-Medical Engineering. I'm currently enrolled...
overgauss
Offline Send Email
Sep 8, 2006
5:42 am

I downloaded the Zaurus .ipk installed it and tested it with "1250 dollar_1987 -> dollar. I got an error Uknown symbol "dollar" and "1250 dollar_1987...
overgauss
Offline Send Email
Sep 8, 2006
6:02 pm

Sigh. I noticed that yesterday's build of Frink may have been entirely broken. Some files evidently didn't get packaged into the jar file due to a...
Alan Eliasen
aeliasen
Offline Send Email
Sep 8, 2006
9:42 pm

... Thanks for the bug report! As I noted in my last e-mail to this list, I believe that yesterday's build was entirely broken. Could you please download and...
Alan Eliasen
aeliasen
Offline Send Email
Sep 8, 2006
11:40 pm

... Success! Evidently 15 year 1913 dollars equals around 308.33 year 2006 dollars. Much Appreciated. I'd be happy to test more functions for you, just give...
overgauss
Offline Send Email
Sep 10, 2006
5:04 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help