Re: Memory usage

2013-07-04 Thread Richard Gaskin
Monte Goulding wrote: If this is the same project I think it is then she can't use encryption because she can't use any externals... nothing but the executable is allowed... While not nearly as secure as Blowfish (not by a long shot), this modest encryption script can at least slow down

Re: Memory usage

2013-07-04 Thread J. Landman Gay
On 7/3/13 5:19 PM, Monte Goulding wrote: On 04/07/2013, at 8:16 AM, Devin Asay devin_a...@byu.edu wrote: But now we're getting into semantics, right? Because if you use up all your RAM the OS is going to start spooling stuff onto the hard drive. Seems like there are all kinds of safeguards

Re: Memory usage

2013-07-04 Thread J. Landman Gay
On 7/3/13 5:22 PM, Devin Asay wrote: Hey, just make up your own encryption scheme. I know a good one-- A=1, B=2, C=3, etc. ;-) It's even harder if you offset those by 2: A=3, B=4. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Memory usage

2013-07-04 Thread J. Landman Gay
On 7/4/13 2:52 AM, Mark Wilcox wrote: jac...@hyperactivesw.com wrote: You're a good guesser. I just asked, and the client thinks a 2-gig average is about right. From what you described of the memory usage of your system, it's not going to get even remotely close to needing swap on a PC with

Re: Memory usage

2013-07-04 Thread J. Landman Gay
On 7/4/13 8:53 AM, Richard Gaskin wrote: Monte Goulding wrote: If this is the same project I think it is then she can't use encryption because she can't use any externals... nothing but the executable is allowed... While not nearly as secure as Blowfish (not by a long shot), this modest

Re: Memory usage

2013-07-04 Thread Richard Gaskin
J. Landman Gay wrote: BTW, RR recently removed the ability to see scripts in a memory dump. :) Which version? The implications are interesting: does it make things faster or slower? If they're only saving a tokenized form of the script that would seem likely to make things faster, as it

Fwd: post,get,etc Jason to URL on android

2013-07-04 Thread Otto Kowalski
Subject: post,get,etc Jason to URL on android To: use-livecode@lists.runrev.com hi guys, i try to develop a mobile app for android/ios using the apis of a web application. it expects a Login like this: { username:xx,password:yy } i already set the http Header to application/json and it

Re: Regular expressions

2013-07-04 Thread Geoff Canyon
I like general utility functions like this. I've written this one myself somewhere in the past. When we can tinker with the language this will definitely be in my lexicon. On Thu, Jul 4, 2013 at 10:08 AM, Peter M. Brigham pmb...@gmail.com wrote: function offsets str,container,includeOverlaps

Re: Memory usage

2013-07-04 Thread J. Landman Gay
I'm not sure how it's done exactly. Mark Waddingham mentioned it to me at the last conference, he just said it was no longer possible to read the code from memory. I didn't even ask what version but I got the impression it was a recent change. Richard Gaskin ambassa...@fourthworld.com

Re: post,get,etc Jason to URL on android

2013-07-04 Thread Andrew Kluthe
Sounds like you need to: libUrlSetSSLVerification false On Thu, Jul 4, 2013 at 3:02 PM, Otto Kowalski kowalskiotto...@googlemail.com wrote: Subject: post,get,etc Jason to URL on android To: use-livecode@lists.runrev.com hi guys, i try to develop a mobile app for android/ios using the