Re: [Oorexx-devel] Need help reading/writing to a "com" port... - Back to the subject at hand

2016-02-05 Thread Lee Peedin
I have no idea if it works, but at least this will maybe bring the conversation back on topic. Lee Peedin VP Research & Development Safe Data, Inc. Wallace, NC -- Site24x7 APM Insight: Get Deep Visibility into Applica

Re: [Oorexx-devel] Saying good bye

2015-04-11 Thread Lee Peedin
Rick & David, Thank you both for all you've done for Rexx & ooRexx over the years. We all have our reasons for moving on so I truly understand. Lee Peedin VP Research & Development Safe Data, Inc. Wallace, NC - Original Message - From: Rick McGuire To: Open Obje

Re: [Oorexx-devel] Debug downloads

2014-02-20 Thread Lee Peedin
I once wrote an inventory/supply package for a group at Parris Island called Peedin Inventory & Supply System (PISS). Lee On 2/20/2014 1:03 PM, Chip Davis wrote: > How does this utility NOT go by the name "Windbag"? ;-) > > That's nearly as bad as the z/VM TCP/IP installation wizard that was >

Re: [Oorexx-devel] OORexx Phones

2012-07-09 Thread Lee Peedin
On 7/9/2012 5:20 AM, Rony G. Flatscher wrote: > > * Apple's iOS: Apple usually does not allow any interpreter to be loaded > into their mobile > platforms. > > ---rony Wrong http://itunes.apple.com/us/app/python-for-ios/id485729872?mt=8 I'll send you a screen shot of a Hello Rony script

Re: [Oorexx-devel] ooSQLite 'sanitizer' / 'encapsulate' functionality added.

2012-06-23 Thread Lee Peedin
You're my hero. :-) Sent From My iPhone On Jun 23, 2012, at 4:52 PM, Mark Miesfeld wrote: > After the discussion the other day, I have added a method and a function to > ooSQLite that can be used as a "sanitizer" function. > > .ooSQLite~enquote(v) > > This takes either a single object as th

Re: [Oorexx-devel] ooSQLite NULL value ?

2012-06-21 Thread Lee Peedin
you're on the right track and I hope someday soon to get my head above water enough to "play with" it. Who knows I might even come up with something to contribute back. :-) Sent From My iPhone On Jun 21, 2012, at 5:10 PM, Mark Miesfeld wrote: > On Thu, Jun 21, 2012 at 1:43

Re: [Oorexx-devel] ooSQLite NULL value ?

2012-06-21 Thread Lee Peedin
Bingo - your encapsulate is exactly what I'm calling a sanitize routine. On 6/21/12 4:58 PM, Jeremy Nicoll - ml sourceforge wrote: > hakan wrote: > >> using INSERT INTO table (col1,col2,col3) value( 'value1 ' , NULL , ' >> value3 '); Note! the absent quote surrounding NULL. This works. But is

Re: [Oorexx-devel] ooSQLite NULL value ?

2012-06-21 Thread Lee Peedin
Oh and that would also be the prime place to convert .true and .false to 1/0 if necessary as is the case in Python. On 6/21/12 4:43 PM, Lee Peedin wrote: > Converting a .nill to NULL would/should be the responsibility of the > implementer. And the best place > to do that woul

Re: [Oorexx-devel] ooSQLite NULL value ?

2012-06-21 Thread Lee Peedin
Converting a .nill to NULL would/should be the responsibility of the implementer. And the best place to do that would be in a sanitize routine that all column values should be sent to prior to an insertion/update. That is if you want to bypass the possibility OS SQL injection. Sent From My iPh

Re: [Oorexx-devel] ooSQLiteDB name change to ooSQLiteDbConn or ?

2012-06-04 Thread Lee Peedin
SQLite pretty much indicates a DB is involved. I'd suggest simply ooSQLiteConn or even better IMHO ooSQLiteConnection. Lee Sent From My iPhone On Jun 4, 2012, at 6:58 PM, Mark Miesfeld wrote: > Hi, > > In anticipation that a higher level abstraction of a database class will be > added to

Re: [Oorexx-devel] Some comments on the ooSQLLite extension

2012-06-04 Thread Lee Peedin
metadata are kept separate even at the low level design. > > just my two more cents worth > > Jon > > > On 4 June 2012 12:47, Lee Peedin <mailto:l...@safedatausa.com>> wrote: > > Mark, lets assume your table structure is something like: > firstname &g

Re: [Oorexx-devel] Some comments on the ooSQLLite extension

2012-06-04 Thread Lee Peedin
hanged in a table without sanitizing it first (wrapping it in quotes). Might be a nice enhancement to add to the SQLLite class at some point. Lee On 6/4/2012 9:33 AM, Lee Peedin wrote: > > > On 6/4/2012 9:11 AM, Mark Miesfeld wrote: >> On Mon, Jun 4, 2012 at 4:47 AM, Lee Peedin

Re: [Oorexx-devel] Some comments on the ooSQLLite extension

2012-06-04 Thread Lee Peedin
On 6/4/2012 9:11 AM, Mark Miesfeld wrote: > On Mon, Jun 4, 2012 at 4:47 AM, Lee Peedin wrote: > >> Mark, lets assume your table structure is something like: >> firstname >> lastname >> address >> city >> state >> zip >> >> Now l

Re: [Oorexx-devel] Some comments on the ooSQLLite extension

2012-06-04 Thread Lee Peedin
Mark, lets assume your table structure is something like: firstname lastname address city state zip Now lets assume your sql query was simply: select * from table Both your and Jon's query would work fine UNTIL the point where it's determined that we now need a middleinitial column between firs

Re: [Oorexx-devel] [ oorexx-Bugs-3429383 ] Locating External Files inconsistency

2011-10-31 Thread Lee Peedin
FYI I'm not trying to speak for Rick, but I do know that he is without electricity due to some serious snow this past weekend. Lee On 10/31/2011 2:14 PM, CVBruce wrote: > I just want to add that when I tested the sample program, I got different > results than the author of the bug. Consider

Re: [Oorexx-devel] Enhanced Windows installation program

2010-09-22 Thread Lee Peedin
I know I've been really quiet lately, but I've been working real hard on a project for a firm that is studying kangaroo leg actions as viable robotic arm movements. My job is to catalog movements that I don't think will be viable. I report them in a file with a .mike extension - Marsupial I

Re: [Oorexx-devel] Build Machine Status

2010-06-15 Thread Lee Peedin
David, At SDI we gave up on the Windows schedule system before we ever got started with it. In lieu of it, we wrote a simple Rexx script that wakes up every 30 seconds and checks a data base of scheduled jobs to see if it has anything to do at the current date/time. In you situation, you woul

Re: [Oorexx-devel] [ANNOUNCEMENT] Welcome Brandon Cherry as the newest ooRexx committer

2010-03-18 Thread Lee Peedin
Welcome and congrats Brandon. Lee Rick McGuire wrote: > I'm pleased to announce that Brandon Cherry has accepted an invitation > to become a committer to the ooRexx project. Brandon has been busy > lately, submitting a number of enhancement and bug fix patches to the > ooRexx project. Lately he

Re: [Oorexx-devel] [ 1722389 ] UnInstaller deletes unrelated files

2009-02-20 Thread Lee Peedin
I vote a +1 for applying the patch. Lee Mark Miesfeld wrote: > All, > > Brandon supplied us with a nice looking patch for this RFE. > > After I spend some time testing it, I'm inclined to apply it. > > I'll tweak it if I have to, but it looks correct. To implement the > RFE is merely a matter

Re: [Oorexx-devel] [ 1722389 ] UnInstaller deletes unrelated files

2009-02-20 Thread Lee Peedin
Rick, do you mean REXX_HOME vs REXX_PATH? And that brings up another question. I recently wrote an ooRexx application and created my own installer since 99.% of the folks using this program would not have ooRexx installed. I simply trimmed down the existing install package (examples and

Re: [Oorexx-devel] The Future of ooRexx as One of many

2008-10-14 Thread Lee Peedin
Ah, See you've been reading Slash Dot this morning as well. :-) Had the article bookmarked, but haven't had a chance to read it yet. Lee David Ashley wrote: > All - > > This is a very interesting read. > > http://weblog.infoworld.com/archives/emailPrint.jsp?R=printThis&A=/article/08/10/13/4

Re: [Oorexx-devel] Testing

2008-09-20 Thread Lee Peedin
Sorry folks, have no idea why I included that message in my reply. Lee Lee Peedin wrote: > I see/saw it Rick. > > On top of everything else going on, just got word that my best friend and > fishing partner had a > fatal heart attack this afternoon. > > Lee > >

Re: [Oorexx-devel] Testing

2008-09-20 Thread Lee Peedin
I see/saw it Rick. On top of everything else going on, just got word that my best friend and fishing partner had a fatal heart attack this afternoon. Lee Rick McGuire wrote: > Just checking to see if the mailing list problems are fixeddoes > anybody see this? > > Rick > > ---

Re: [Oorexx-devel] Where are we at with running unit tests?

2008-07-03 Thread Lee Peedin
Try this on both versions and see what you get: call time 'r' do 200 s = .stream~new("\ORexxDev\oorexx\kernel\runtime\RexxActivation.cpp") a = s~charin(,s~chars)~makearray s~close end say time('e') "for" a~items "items" Rick McGuire wrote: > Ok, I took a couple minutes to do th

Re: [Oorexx-devel] [ANNOUCEMENT] Please welcome Jon Wolfers as the newest ooRexx committer

2008-06-10 Thread Lee Peedin
:-) You missed one cut/paste. Welcome aboard Jon!!! Lee Rick McGuire wrote: > I'm am very happy to announce that Lee Peedin has accepted an > invitation to become a committer with the ooRexx project. Jon has > been a very visible presence on the various ooRexx forums/l