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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
>
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
>
> ---
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
:-)
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
25 matches
Mail list logo