Search the web
Sign In
New User? Sign Up
waterlanguage · Water Language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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
Messages 394 - 423 of 741   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
394
I notice that <file "graphic.gif" />.<copy_file <file "copy.gif" /> /> doesn't give me a binary copy of the file. The data is converted from binary to unicode,...
merrick_stemen
Offline Send Email
Jul 1, 2003
8:05 pm
395
I often get the comment that Water allows developers to mix user interface and logic which many believe to be a "bad thing". The example below shows a Water...
pluschli
Offline Send Email
Jul 1, 2003
8:24 pm
396
The following example shows how to clean up an HTML page and extract some information from tags. FYI, I needed this tonight to retrieve the product codes from...
pluschli
Offline Send Email
Jul 2, 2003
4:14 am
397
To the Water community: This month with significant hoopla we are launching the latest versions of Water, ConciseXML and the Steam Platform. We expect to...
pluschli
Offline Send Email
Jul 2, 2003
5:08 pm
398
How do I get a new instance of a Java array that I can later use? I've tried: <set the_data= <<get_java_method "[Ljava.lang.Byte;" "new" "int" /> 100 /> /> ...
merrick_stemen
Offline Send Email
Jul 2, 2003
7:23 pm
399
This href scraper uses the <get_with_value /> method. <!-- href_scraper.h2o --> <!-- Load old HTML tags --> ...
merrick_stemen
Offline Send Email
Jul 3, 2003
2:54 am
400
A number of people have asked for a version of the Water Reference Manual in HTML format. It has just been posted here: ...
pluschli
Offline Send Email
Jul 3, 2003
3:47 pm
401
[This is not in direct reply to the message, but is an update on the status of this thread.] Hooray! In version 3.10.1, a utility has been made available to...
merrick_stemen
Offline Send Email
Jul 8, 2003
4:17 pm
402
I've noticed that when I write code that uses Java classes for computing results that very often I have to *explicitly* use <to_string /> to convert the number...
merrick_stemen
Offline Send Email
Jul 8, 2003
8:29 pm
403
Still re: double precision in Water. Here's an example using Java's DecimalFormat class. First, I set the DecimalFormat instance to a good number of decimal ...
merrick_stemen
Offline Send Email
Jul 8, 2003
8:31 pm
404
At this point, what is the preferred way to find the length of a file? The length value is useful for telling Java how big a buffer I need to read a file into...
merrick_stemen
Offline Send Email
Jul 9, 2003
7:22 pm
405
Hi everyone, Here's a quick example of a recursive method. -Andrew <!-------------------------> <!-- The Towers of Hanoi --> <!-------------------------> <!--...
airroach333
Offline Send Email
Jul 10, 2003
3:48 am
406
I have been having fun with the <sort /> method. It has worked well for the small tests I've used it on so far! Also, I have messed with <access_rights />....
merrick_stemen
Offline Send Email
Jul 10, 2003
4:04 am
407
This version of the date/time utilities will put appropriate docs into the help system for each method. <!-- A few date/time formatting functions I use. I can...
merrick_stemen
Offline Send Email
Jul 10, 2003
4:08 am
408
[In an earlier incarnation of this, the docs did not match the actual method names] Here's the example with accompanying documentation: <!-- A few date/time...
merrick_stemen
Offline Send Email
Jul 10, 2003
4:21 am
409
This program uses two .jar files to add connectivity to 24x7 Scheduler by http://www.softtreetech.com. The .jar files have to be dropped in the...
merrick_stemen
Offline Send Email
Jul 10, 2003
5:06 pm
410
Here's a program that takes a few basic commands from the Klingon programming language var'aq ( http://groups.yahoo.com/group/varaq- dev/ ), and translates...
merrick_stemen
Offline Send Email
Jul 10, 2003
5:07 pm
411
If I run the following little thing through a server, I get a string.<length /> that is the correct number of bytes, but the browser displays...
merrick_stemen
Offline Send Email
Jul 10, 2003
8:48 pm
412
... to_html_root.<set header=""/>...
pluschli
Offline Send Email
Jul 10, 2003
8:51 pm
413
... Here's a patch to make 'eval' take a string as a first argument. The string can contain less-than symbols. Use CDATA if you want to avoid more quoting of...
pluschli
Offline Send Email
Jul 10, 2003
9:03 pm
414
<!-- Here is some code for determining and outputting the prime factors of a given number: --> <!-- ...
roland_messier
Offline Send Email
Jul 11, 2003
12:24 pm
415
Here is an elegant design pattern that uses 'defclass' for creating a series of steps in a process. This is one way to implement a use case. Each step in the...
pluschli
Offline Send Email
Jul 11, 2003
12:32 pm
416
Roland had sent me his code example before posting it, and we went back and forth a few times to refactor it into a more natural Water form. The following...
pluschli
Offline Send Email
Jul 11, 2003
1:10 pm
417
The method below can be called like this: <get_folder a_path_string /> Example: <get_folder "C:/Documents and Settings/" /> This method uses several Water...
merrick_stemen
Offline Send Email
Jul 11, 2003
1:36 pm
418
I wrote this Water program trying to do something with graphics in Water. I finally got the code to generate the correct sequence of characters, and sent...
merrick_stemen
Offline Send Email
Jul 11, 2003
8:34 pm
419
... Yeah, I'd noticed that too. My main concern is that that time assumes full CPU utilization. I like Water for a lot of things, but a pure Water app wouldn't...
Arlo Belshee
abelshee
Offline Send Email
Jul 13, 2003
4:19 pm
420
You can think of an HTML form as a human-readable description of an API (Application Programming Interface) for a method. It takes inputs which you can...
pluschli
Offline Send Email
Jul 13, 2003
4:31 pm
421
There are many techniques for designing high performance applications and services with Water. Multi-level caching, reducing network latency, and some...
pluschli
Offline Send Email
Jul 13, 2003
4:48 pm
422
I have a question about this. Here's my short little program: <!-- -------------------------------------------------- <set catalog= ...
merrick_stemen
Offline Send Email
Jul 14, 2003
10:05 pm
423
I was able to get my data formatted the way I wanted without too much trouble, but I am sure this would take a while with a large XML object because I would...
merrick_stemen
Offline Send Email
Jul 14, 2003
10:06 pm
Messages 394 - 423 of 741   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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