Search the web
Sign In
New User? Sign Up
ibm-netrexx
? 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
Messages 1 - 37 of 1480   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#37 From: "James A. Hillyerd" <james@...>
Date: Fri Mar 6, 1998 1:29 am
Subject: NetRexx Interpreter
james@...
Send Email Send Email
 
I recently read the Dr. Dobbs article on NetRexx, and thought it was a
cool idea.  (The first language I learned was ARexx on my Amiga 500 =)

I am curious though, are thre any NetRexx interpreters, so that I
could use Rexx as a scripting language for my application written in
Java or NetRexx?

Anyone thinking of working on this?

-james

[]  James A. Hillyerd <jamesh@...> Web Developer
[]  Home Page:  http://www.pimedia.com/~james/
[]  HyperGlyphics:  http://www.hyperglyphics.com/

Cool thing of the month (March):
	 sixdegrees
	 http://www.sixdegrees.com/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#36 From: "Kai Schmidt" <serkom@...>
Date: Thu Mar 5, 1998 1:39 pm
Subject: SurfCompanion version 0.96 out
serkom@...
Send Email Send Email
 
Hi NetRexxers,

I have uploaded version 0.96 of the free, NetRexx written Internet-Tool
SurfCompanion:

* www-server, hosting
* web-agent, offline-reader
* search engine

Version 0.96 supports Servlet-like extensions, Proxy operation and more (see
Changes.html).

Download from "http://SurfCompanion.WWZ.de" !
Direct download link is "http://SurfCompanion.WWZ.de/Download/SUCO096.ZIP" !

I am interested in your impressions and in (even more) feedback from this group.

all the best

Kai Schmidt

P.S. We have troubles with the above www-server (ICS, not SucoWWW yet). You
often have to
       *Double-click* links to make them work. ???
       Can someone help?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#35 From: Chip Davis <chip@...>
Date: Thu Mar 5, 1998 6:20 am
Subject: DDJ article
chip@...
Send Email Send Email
 
Check out the April issue of Dr. Dobb's Journal for an article titled
"Using NetRexx", by Pam Taylor. It is an excellent technical overview
of the language and should appeal to the professional programmers who
read the Journal.  The article explored the neat features of NetRexx
through the example of a sign-on applet.  The applet code was printed
in a separate section, alongside code from an article on Kannel (a
Finnish network protocol engineering language) and another on an
optimal searching algorithm (in a C++ pseudocode) and was, by far,
the most readable.   :-)

Judging from dates in the code, the article has been in the pipeline
for nearly a year.  I thought I remembered DDJ publishing a NetRexx
article by Mike a year or so ago, but I can't find it at the moment.
One article per year is not much exposure, but I guess it's better
than nothing.  Then again, the February issue of DDJ was devoted to
"Scripting Languages", and much was written about Tcl and Perl, but
not one mention of any flavor of Rexx appeared.  It is articles from
users like Pam that will be necessary to raise the awareness of
NetRexx in the programming community.  Otherwise, it will be thought
of as a "boutique language" of limited applicability, if it is known
at all.

In addition to her day job as a software product development manager
for Sterling Commerce, Pam is the SHARE Rexx/Java Project Manager,
the vice-chair of the committee developing ANSI Rexx standards, and a
member of the board of directors of the Rexx Language Association.
(Reports that she leaps tall buildings with a single bound have
proven false; it generally takes her two to three bounds to clear
them.)

-Chip Davis-      Aresti Systems   Member of: Rexx Language Association
chip@...   P.O.Box 13306               ANSI Rexx Standard Committee
919.303.3306      RTP NC 27709-3306           JavaLobby & Thoroughly Warped!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#34 From: "K.-P. Kirchdörfer" <kapeka@...>
Date: Tue Mar 3, 1998 6:09 pm
Subject: Re: trace to file
kapeka@...
Send Email Send Email
 
On Tue, 03 Mar 1998 09:31:57 +0100, Andreas Zieritz wrote:

>Is it possible to redirect the 'trace result' - output to a file?

To get the standard output and the error output the OS/2 command
looks like:

java myprog > output_file 2>&1

Cause this is from the linux users guide it should run on linux too.

kp

--
K.P.Kirchdoerfer                      Voice:   +49 431 15479
24116 Kiel                            E-Mail: kapeka@...

Mission Of Dead Souls


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#33 From: Mike Cowlishaw <mfc@...>
Date: Tue Mar 3, 1998 12:08 pm
Subject: trace to file
mfc@...
Send Email Send Email
 
Depends on the platform.  In Windows NT, Unix, or OS/2, you'd do something like:

     nrc -run hello 2> trace.log

On Windows 95 the stderr output cannot be redirected (<sigh>), so you have to
use the TRACE1 option and capture all of the output to file:

   nrc -run -trace1 hello > trace.log


Mike Cowlishaw, IBM Fellow, IBM UK Laboratories
mailto:mfc@...   [http://www2.hursley.ibm.com]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#32 From: Andreas Zieritz <zieritz@...>
Date: Tue Mar 3, 1998 8:31 am
Subject: trace to file
zieritz@...
Send Email Send Email
 
Is it possible to redirect the 'trace result' - output to a file?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#31 From: maxmars@...
Date: Thu Feb 26, 1998 10:39 am
Subject: Re: distributing Netrexx-Programs
maxmars@...
Send Email Send Email
 
>I've a question concerning the distribution of java-programs written with
>Netrexx.

>1.) Is it necessary to add Netrexx-classes
>2.) If so, which (files)?
>3.) Am I allowed to do that?

1) Probably yes. E.g. if you have used Rexx strings, as many
of us like to do, definitely yes.

2) The safer choice would be to include the files from NetRexxR.zip
archive (R stands for Runtime?). Of course, you can experiment by
leaving out files at random and see if you get ClassNotFound errors..
However, if you application isn't a direct port of the "Hello world" suite,
chances are that the extra effort necessary in determining which .class
files to leave out from your zip distribution is not worth it -- you'll see,
the NR runtime is very small-sized!

3) Yes, but please read the license.txt file that's buried somewhere
(possibly even in NetRexxR.zip).

Max

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#30 From: Andreas Zieritz <zieritz@...>
Date: Thu Feb 26, 1998 7:03 am
Subject: distributing Netrexx-Programs
zieritz@...
Send Email Send Email
 
I've a question concerning the distribution of java-programs written with
Netrexx.

1.) Is it necessary to add Netrexx-classes

2.) If so, which (files)?

3.) Am I allowed to do that?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#28 From: "Terry Norton" <terry@...>
Date: Wed Feb 25, 1998 11:40 pm
Subject: Swing 1.0 available
terry@...
Send Email Send Email
 
ftp.javasoft.com/pub/jfc/732830/swing10.zip



Terry Norton, VP
Claims Center Solutions
terry@...
Warped with OS/2

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#27 From: "J. D. Wells" <wellsjd@...>
Date: Thu Feb 26, 1998 3:23 am
Subject: Re: Where to get common icons as GIF or JPEG etc?
wellsjd@...
Send Email Send Email
 
dIon Gillard wrote:
>
> I know this isn't really a NetRexx question, but
> I'm trying to find some icons for VisualNetRexx:
> edit, copy, paste, cut, save, exit etc....Does
> anyone know where I can find some??
>

dIon,

Sorry it took so long to reply but I've been traveling.
Try http://www.ibm.com/ibm/hci/resources/icons/icons.html.
It has the following quote:
"IBM/Lotus toolbar icons

"These icons are the most common ones used in the
IBM/Lotus product set. Select an icon to download
the image in BMP format. These icons may be used
freely by you in whatever circumstances they are
appropriate and useful. We only ask that, where
possible, credit is given to IBM/Lotus for supplying
these images."

JD
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#26 From: "Alcock, David" <dalcock@...>
Date: Wed Feb 25, 1998 3:34 pm
Subject: ADDRESS() in Netrexx?
dalcock@...
Send Email Send Email
 
I could see that "ADDRESS name" wouldn't be implemented in Netrexx but
it would appear that ADDRESS() also isn't as well.  Here's what I get:

     17 +++ say "ADDRESS() returns '"address()"'"
        +++                          ^^^^^^^
        +++ Error: The method 'address()' cannot
        be found in class 'rexxver2' or a superclass
     Compilation of 'rexxver2.nrx' failed [one error]

Address() isn't too useful to a NetRexx programmer I would guess so it's
probably not implemented.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#25 From: Andreas Zieritz <zieritz@...>
Date: Tue Feb 24, 1998 7:50 am
Subject: Re: passing a double[]
zieritz@...
Send Email Send Email
 
Thanks for the hints, everything works now.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#24 From: Mike Cowlishaw <mfc@...>
Date: Mon Feb 23, 1998 9:18 pm
Subject: Re: passing a double[]
mfc@...
Send Email Send Email
 
Your line of code:

   a = double[2] 0

creates a double[] array and then converts it to a string and concatenates 0 to
it (with a blank).  The resulting string is of type Rexx, so that is what 'a'
has as its type.   (The .crossref file should confirm this.)

You should also see this if you compile and run with a 'trace results'
instruction.

Mike Cowlishaw, IBM Fellow, IBM UK Laboratories
mailto:mfc@...   [http://www2.hursley.ibm.com]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#23 From: "Kai Schmidt" <serkom@...>
Date: Mon Feb 23, 1998 10:15 pm
Subject: SurfCompanion version 0.95 is out.
serkom@...
Send Email Send Email
 
Hi NetRexxers,

I have uploaded version 0.95 of the free, NetRexx written Internet-Tool
SurfCompanion:

* www-server, hosting
* web-agent, offline-reader
* search engine

Download from "http://SurfCompanion.WWZ.de" !

I am interested in your impressions and in (even more) feedback from this group.

So long

Kai Schmidt



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#22 From: "C.Joseph Pena" <mrmet@...>
Date: Mon Feb 23, 1998 10:06 am
Subject: Re: passing a double[]
mrmet@...
Send Email Send Email
 
Addressed to: Andreas Zieritz <zieritz@...>
               ibm-netrexx@...

** Reply to note from Andreas Zieritz <zieritz@...> Mon, 23 Feb 1998
08:13:58 +0100
I tried to reproduce the error also trying other element types such as
'int' and 'Rexx' but everything turned out Ok. I changed your source,
however, in one spot - you had written:

   a = double[2] 0

.. and I wrote:

   a = double[2]

..that is, I just declared the size only.

---------------
cjpena
mrmet@...
---------------

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#21 From: "dIon Gillard" <dion@...>
Date: Mon Feb 23, 1998 4:16 pm
Subject: Where to get common icons as GIF or JPEG etc?
dion@...
Send Email Send Email
 
I know this isn't really a NetRexx question, but I'm trying to find some icons
for VisualNetRexx: edit, copy, paste, cut, save,
exit etc....Does anyone know where I can find some??


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#20 From: Andreas Zieritz <zieritz@...>
Date: Mon Feb 23, 1998 7:13 am
Subject: passing a double[]
zieritz@...
Send Email Send Email
 
I'm doing something wrong, but I don't know what. What I want is to pass an
array     to a method.




/* test.nrx */
a = double[2] 0

a[0] = 25
a[1] = 39

b = test1()
b.calldouble(a)




/* test1.nrx */
class test1 public

method test1()

method calldouble(x=double[]) public
	 say x[0]
	 say x[1]




When compiling to java(OS/2, JDK 1.1.4) I get...

NetRexx portable processor, version 1.125
Copyright (c) IBM Corporation, 1998.  All rights reserved.
Program test.nrx
  9 +++ b.calldouble(a)
    +++   ^^^^^^^^^^
    +++ Error: The method 'calldouble(netrexx.lang.Rexx)' cannot be found in
class 'test1' or a superclass
Compilation of 'test.nrx' failed [one error]


Does anyone know why?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#19 From: "dIon Gillard" <dion@...>
Date: Sun Feb 22, 1998 8:56 am
Subject: Re: [] (array access)
dion@...
Send Email Send Email
 
On Wed, 18 Feb 1998 09:10:53 +0100, Andreas Zieritz wrote:

|   >There's no methods with those names, but nothing stops you writing your own
|   >(with different names).  Or NetRexx will provide them if you declare your
|   array
|   >as an indirect property. For example (untested):
|   >
|   >  class foo
|   >     properties indirect
|   >      bar=int[5]
|   >
|   >See the NetRexx supplement for details.
|
|   I've read the supplement but that is not exactly what I thought of
|
|    - it does only work with single indexed arrays
|    - one has to use the getx... and set... methods
|
|
|   In Object Rexx I can use the '[]' and '[]=' methods in a way, that allows
|   me to use the objects very easy
|
|   (not tested)
|   a = .Matrix new
|   a[1,1]=2
|   say a[1,1]

Out of curiosity, why not inherit from netrexx.lang.Rexx. It already has these
methods available for you....It may work (i've
not tested it....)


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#17 From: Jeff Bishop <jbsh@...>
Date: Thu Feb 19, 1998 6:59 pm
Subject: Re: MAC & NEtRexx
jbsh@...
Send Email Send Email
 
>Good question. If anyone is, please let me know (I'd like to test RXFile
there).

Well, sure.


--
Jeff Bishop
T.I. Diversity, Career and Staffing Services

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#16 From: xavier caballe <xavi@...>
Date: Thu Feb 19, 1998 7:35 pm
Subject: Re: MAC & NEtRexx
xavi@...
Send Email Send Email
 
> Is anyone using netrex with a mac??????????????

Is anyone still using a mac... :-)


Sorry, but I couldn't resist...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#15 From: "Massimiliano Marsiglietti" <maxmars@...>
Date: Thu Feb 19, 1998 6:46 pm
Subject: Re: MAC & NEtRexx
maxmars@...
Send Email Send Email
 
> Is anyone using netrex with a mac??????????????

Good question. If anyone is, please let me know (I'd like to test
RXFile there).

Thanks,
Max

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#14 From: david familian <eyecom@...>
Date: Thu Feb 19, 1998 3:55 pm
Subject: MAC & NEtRexx
eyecom@...
Send Email Send Email
 
Is anyone using netrex with a mac??????????????
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#11 From: Andreas Zieritz <zieritz@...>
Date: Wed Feb 18, 1998 8:10 am
Subject: Re: [] (array access)
zieritz@...
Send Email Send Email
 
>There's no methods with those names, but nothing stops you writing your own
>(with different names).  Or NetRexx will provide them if you declare your
array
>as an indirect property. For example (untested):
>
>  class foo
>     properties indirect
>      bar=int[5]
>
>See the NetRexx supplement for details.

I've read the supplement but that is not exactly what I thought of

	 - it does only work with single indexed arrays
	 - one has to use the getx... and set... methods


In Object Rexx I can use the '[]' and '[]=' methods in a way, that allows
me to use the objects very easy

(not tested)
a = .Matrix¨new
a[1,1]=2
say a[1,1]


class Matrix

::method '[]'
	 expose theMatrix
	 use arg a, b
	 return theMatrix[a,b]

::method '[]='
	 expose theMatrix
	 use arg a, b, c
	 theMatrix[a,b] = c

*****************

I could write a method in Netrexx, that takes 2 (3) variables, but I don't
think I could make the calls as easy as in Object Rexx.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#10 From: "Massimiliano Marsiglietti" <maxmars@...>
Date: Wed Feb 18, 1998 9:00 am
Subject: Re: Base 64 encoder/decoder
maxmars@...
Send Email Send Email
 
Ciao,

Dion wrote:

> > Some days ago I was reading the comp.lang.Rexx newsgroup
> > and noticed someone was asking about availability of encoding
> > and decoding with the Base 64 algorithm. Since I was already
>
> You do know there's an undocumented one in all Sun licensed VMs,
> right?

Yes (you wrote it to the c.l.rexx newsgroup), but the word
undocumented makes me feel uncomfortable. Beside, the direct port of
the simple encode and decode methods took as little as five minutes.
(Very few lines have changed from the original)

> The undocumented ones also en/decode to a String (or Rexx in uor
> case) and a buffer of bytes....just FYI...

Well the thing I am going to include in my product (actually it is
for a vertical market customization of MaxBase) has to be a bit more
sophisticated than that anyway, so I took someone else's public
work and I am extending it. Thanks for the info, though!

Max
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#9 From: "Massimiliano Marsiglietti" <maxmars@...>
Date: Wed Feb 18, 1998 9:00 am
Subject: Re: Base 64 encoder/decoder
maxmars@...
Send Email Send Email
 
Ciao,

> This is of course very simple; do you plan to do the same for
> uudecode/uuencode?

I don't think so, because I need precisely the Base 64 thing for a
project. (Of course if there is at least some demand for it I can
change my mind)

Max
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#7 From: "K.-P. Kirchdörfer" <kapeka@...>
Date: Tue Feb 17, 1998 9:02 pm
Subject: Re: Base 64 encoder/decoder
kapeka@...
Send Email Send Email
 
On Tue, 17 Feb 98 20:56:42 +0100, maxmars@... wrote:

>Ciao,
>
>Some days ago I was reading the comp.lang.Rexx newsgroup
>and noticed someone was asking about availability of encoding
>and decoding with the Base 64 algorithm. Since I was already
>coding one (porting the original Rexx source code from James
>L. Dean work) and since perhaps someone else needs it, I have

>put the NetRexx class on my GeoCities web page:
>
>http://www.geocities.com/siliconValley/Park/4218

There are at least four base64 en/decoders for java/netrexx:
- the classes in sun.* delivered with the JDK
- the original classes out of the previous package from the original
author
- the classes from Cryptix
- the classes from the JavaMail API

And most of these support also uuencode/uudecode.

We've seen and fixed a bug in the uudecode-class in the sun.*
classes, so if anyone is interested, send a mail to
herb@...

>
>In the package there is a source file and the .class file.
>
>The class is something like this:
>
>Class Base64
> method encode(input_file = Rexx, output_file = Rexx)
> method decode(input_file = Rexx, output_file = Rexx)

This is of course very simple; do you plan to do the same for
uudecode/uuencode?
I'd like to switch from other classes to classes written in netrexx
and supported by helpful members on this list.

kp
--
K.P.Kirchdoerfer                      Voice:   +49 431 15479
24116 Kiel                            E-Mail: kapeka@...

The Mission Is Terminated (TG 1982)


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#6 From: dIon Gillard <dion@...>
Date: Wed Feb 18, 1998 10:30 pm
Subject: Re: Base 64 encoder/decoder
dion@...
Send Email Send Email
 
maxmars@... wrote:
>
> Ciao,
>
> Some days ago I was reading the comp.lang.Rexx newsgroup
> and noticed someone was asking about availability of encoding
> and decoding with the Base 64 algorithm. Since I was already

You do know there's an undocumented one in all Sun licensed VMs, right?

> The class is something like this:
>
> Class Base64
>  method encode(input_file = Rexx, output_file = Rexx)
>  method decode(input_file = Rexx, output_file = Rexx)
The undocumented ones also en/decode to a String (or Rexx in uor case)
and a buffer of bytes....just FYI...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#4 From: maxmars@...
Date: Tue Feb 17, 1998 11:20 pm
Subject: RE: Base 64 encoder/decoder
maxmars@...
Send Email Send Email
 
Ciao,

Howard wrote:

>I got the following error message when I tried to access your web page:

>The page you were looking for,
>http://www.geocities.com/siliconValley/Park/4218, does not exist.

>Probably just a typographic error.

Yes, sorry.. Seems like geocities' www server is case sensitive.

This does work here:
http://www.geocities.com/SiliconValley/Park/4218/

Max

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#3 From: maxmars@...
Date: Tue Feb 17, 1998 7:56 pm
Subject: Base 64 encoder/decoder
maxmars@...
Send Email Send Email
 
Ciao,

Some days ago I was reading the comp.lang.Rexx newsgroup
and noticed someone was asking about availability of encoding
and decoding with the Base 64 algorithm. Since I was already
coding one (porting the original Rexx source code from James
L. Dean work) and since perhaps someone else needs it, I have
put the NetRexx class on my GeoCities web page:

http://www.geocities.com/siliconValley/Park/4218

In the package there is a source file and the .class file.

The class is something like this:

Class Base64
  method encode(input_file = Rexx, output_file = Rexx)
  method decode(input_file = Rexx, output_file = Rexx)

PS three notes:
  a) The thing is obviously freeware.
  b) It needs RXFile -- get it from the same URL.
  c) It will be part of the MBase utils in the MBase package
      starting from release 1.16, but it will still be available
      with source code at no charge from the GeoCities web
      page.

Max

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

#2 From: "Kai Schmidt" <serkom@...>
Date: Tue Feb 17, 1998 6:53 pm
Subject: SurfCompanion.wwz.de version 0.94 out
serkom@...
Send Email Send Email
 
Hi NetRexxers,

I have uploaded version 0.94 of the free, NetRexx written SurfCompanion:

* www-server, including
* web-agent, offline-reader
* search engine

This is the correct link "http://SurfCompanion.WWZ.de" to download. There is a
typo in latest NetRexx archive link. The NetRexx
Homepage link is ok.

I'm interested in your impressions and in as much feedback as possible.

So long

Kai Schmidt

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
majordomo@...
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Messages 1 - 37 of 1480   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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