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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 576 - 606 of 741   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
576
Hi, I would like to know if there is a built-in function to split a string at a given delimeter... like for example a_string.<split "pamela/moats",'/'/> should...
pamelamoats
Offline Send Email
Apr 7, 2004
12:46 pm
577
Pam, Yep. "pamela/moats".<split "/" /> returns a vector like Java's split returns a String array. "pamela/moats".<split "/" />.0 gives me 'pamela'. ...
merrick_stemen
Offline Send Email
Apr 7, 2004
10:08 pm
578
<set a_string="pamela/moats"/> a_string.<split "/" /> --> <vector "pamela" "moats"/> This is from memory, but that's the basic idea. You pass split the...
Brian Levine
brianjlevine
Offline Send Email
Apr 9, 2004
11:48 am
579
Hi Merrick, I tried running the below code. I get an error 'Attempt to call an unknown method or object named: db_connection'. I have downloaded a free version...
robin_williams123
robin_willia...
Offline Send Email
Apr 10, 2004
11:42 pm
580
Hello! 'db_connection' is not used in version 3.11 beta; it has been changed to 'repository'. I don't understand why it is even giving the error message...
merrick_stemen
Offline Send Email
Apr 11, 2004
8:45 pm
581
BostonWater User Group: Tuesday, April 27th, 2004 7:00pm Cambridge, Massachusetts near MIT Directions and details at: http://www.bostonwater.org/ Concurrent...
pluschli
Offline Send Email
Apr 23, 2004
3:47 am
582
A friend of mine showed me a neat programming article on the TopCoder website recently. I thought it was pretty cool that I could take the pseudocode example...
merrick_stemen
Offline Send Email
May 5, 2004
7:46 pm
583
I am working on a project with a lot of files. I noticed that the loading and execution of files can be fairly slow. So I decided to code up a mechanism that...
brianjlevine
Offline Send Email
May 14, 2004
1:16 pm
584
Water Language Conference 1.0, Sunday, June 20th Cambridge, MA USA For details, go to: http://waterlanguageconference.org/ You are cordially invited to attend...
pluschli
Offline Send Email
May 20, 2004
3:01 am
585
Boston Water User Group XML Namespaces in Water Christopher Fry Cambridge, Massachusetts near MIT Directions and details at: http://www.bostonwater.org/ ...
pluschli
Offline Send Email
May 23, 2004
2:19 am
586
Wow! This is great! Here's a quick example of getting the RSS feed data for this group from the Yahoo groups site. <!-- Using Version 4.0-beta3 --> <!-- A...
merrick_stemen
Offline Send Email
May 26, 2004
5:50 pm
588
This isn't working properly right now. If you have three layers of imports (File A imports File B that imports File C) then you change and save File C. Now...
brianjlevine
Offline Send Email
May 27, 2004
3:00 am
589
This is working well now. Rather than implementing a depedency tree, on every import, the entire list of cached files is checked for change (rather than only...
brianjlevine
Offline Send Email
Jun 1, 2004
12:55 am
590
Hi All, Is something changed with the filesystem object in the new version Steam XML 4.0 - beta-3? I get an error when I try executing the line <set inFile =...
Vijaya Jonnalagadda
vijayasreej
Offline Send Email
Jun 5, 2004
6:24 pm
591
Vijaya, Looking back through old programs I find that I have always used the following syntax: <set inFile = filesystem.<file "//D:/test.xml" /> /> The...
merrick_stemen
Offline Send Email
Jun 6, 2004
3:17 pm
592
Brian, I notice that you use <<get_java_method /> /> a lot in your file cacheing module. Have you considered using the <java /> environment that is built into...
merrick_stemen
Offline Send Email
Jun 9, 2004
2:40 am
593
Is the 14-month-old message below still true? I want to get into Water, but every time I try the trial, the critical dbms functionality still fails. Is there a...
Neil
exdesignnec
Offline Send Email
Jun 15, 2004
3:19 pm
594
For logging and security and record-keeping purposes, is there a field or object that I can get remote host IP/Port information from when a host makes an HTTP...
merrick_stemen
Offline Send Email
Jun 15, 2004
7:35 pm
595
This afternoon I was playing around with Water's Rich-UI capabilities and I was impressed with how easy it was to put together a notepad-like standalone text...
airroach333
Offline Send Email
Jun 15, 2004
10:48 pm
596
I threw together a personal web site to collect my Water works in one place. It is at: http://bellsouthpwp.net/r/o/roac2313/water/index.html There isn't all...
airroach333
Offline Send Email
Jun 17, 2004
4:36 am
597
Hi all, Does anyone have any examples of using Water to call a remote web service using WSDL? -Andrew...
airroach333
Offline Send Email
Jun 17, 2004
4:37 am
598
Boston Water User Group ... NOTE: If you don't live near Boston, we can now make live user group meetings available to you through WebEx. If you are...
pluschli
Offline Send Email
Jun 22, 2004
2:38 pm
599
I have been mainly doing RSS v0.91 examples so far. I'll play with some others later. Look how easy this is! <!-- Using Version 4.0-beta6 --> <!-- A quick...
merrick_stemen
Offline Send Email
Jun 25, 2004
12:54 am
600
Using the same RSS program with just a different URL. It would be easy to imagine using Water to read RSS feeds from many different sources. <!-- Using Version...
merrick_stemen
Offline Send Email
Jun 25, 2004
1:09 am
601
<!-- Pull Stock Quotes from Yahoo Quotes Service --> <!-- Use the get_quote_for_symbol method to --> <!-- retrieve stock information --> ...
merrick_stemen
Offline Send Email
Jun 25, 2004
2:24 am
602
WOW. This is so cool Merrick. ... <file "http://news.bbc.co.uk/rss/newsonline_world_edition/front_page/...
apinker1
Offline
Jun 29, 2004
1:00 am
603
Mr. Stemen, I am onboard with Water now and beginning to "shower" myself in the ease and simplicity of using water for web devel. _craig_...
cpjolicoeur
Offline Send Email
Jun 29, 2004
2:08 am
604
These examples use Oracle's JDBC Thin Client package <!-- --------------------------------------------------- Drop Oracle's Thin Client Driver JAR...
merrick_stemen
Offline Send Email
Jul 8, 2004
8:24 pm
605
These examples use Oracle's JDBC Thin Client package <!-- --------------------------------------------------- Drop Oracle's Thin Client Driver JAR...
merrick_stemen
Offline Send Email
Jul 8, 2004
8:46 pm
606
<!-- Uses the normalize method in Steam XML v4.0 beta-6 --> <!-- This example pulls a Novartis example XBRL document --> <!-- And simply displays it in...
merrick_stemen
Offline Send Email
Jul 8, 2004
9:04 pm
Messages 576 - 606 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