Re: OT: Hosting providers

2015-05-02 Thread Andrew Kluthe
Digital Ocean, Also have a cheap kimsufi dedicated for piddling around on. https://www.kimsufi.com/en/ On Sat, May 2, 2015 at 9:29 PM Mark Wieder wrote: > On 05/02/2015 06:01 PM, Alex Tweedly wrote: > > > I am reluctantly about to give up on on-rev; my "Founder's account" no > > longer seems l

Re: OT: Hosting providers

2015-05-02 Thread Mark Wieder
On 05/02/2015 06:01 PM, Alex Tweedly wrote: I am reluctantly about to give up on on-rev; my "Founder's account" no longer seems like such a great idea. On-rev has been a running joke for some years now. I can't imagine why runrev keeps it going... it certainly doesn't help their reputation as

Re: LC7 arrayEncode/Decode

2015-05-02 Thread Peter M. Brigham
I have this in my library, s\collected at sone point from this list from Phil Davis. Don't know if this will still work on more recent versions of LC. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig - on arrayToFile pArray, pSaveToWhere -- saves an array t

Re: documentation for open socket using certificate and key, sccept only ssl

2015-05-02 Thread Mark Wieder
On 05/02/2015 04:31 PM, Dr. Hawkins wrote: It also causes a sudden crash of livecode itself when attempting to execute awesome -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url t

Re: Status of on-rev restore?

2015-05-02 Thread Marc Siskin
Does anyone have any additional information about what is being done, how long the outage is anticipated to last and what may or may not be lost in the restoration. Thank you, Marc Siskin On May 2, 2015, at 9:20 PM, Bruce Pokras mailto:bruc...@comcast.net>> wrote: I spoke to Heather. The prob

Re: Status of on-rev restore?

2015-05-02 Thread Bruce Pokras
I spoke to Heather. The problem was not individualized. It was the entire Pancake array. > On May 2, 2015, at 3:59 PM, Dave Kilroy wrote: > > Mark, Andy maybe go back to on-rev.com and make another urgent report? It may > be that Heather and David think there are no more bad accounts... > > >

OT: Hosting providers

2015-05-02 Thread Alex Tweedly
I am reluctantly about to give up on on-rev; my "Founder's account" no longer seems like such a great idea. It's been days since I had reliable email - most of the time I can't even send email from my main account - and much of the time I can't receive it either. So I'm looking for another p

Re: LC7 arrayEncode/Decode

2015-05-02 Thread Peter Haworth
I haven't come across that yet but probably because I base64 encode the array as well as array encode it and don't write to the file in binary mode. Which raises another question. I'm converting the app to 7.0 to be unicode compliant. The data in the array will have been textDecoded format. Do I

Re: LC7 arrayEncode/Decode

2015-05-02 Thread Mark Talluto
On May 2, 2015, at 5:06 PM, William Prothero wrote: > This seems like a bug to me. I didn’t get any satisfaction when I set the > storage method as text, but then again, I couldn’t find a lesson where that > format was specified. But, it seems like whether it’s binary or not, it > should still

Re: LC7 arrayEncode/Decode

2015-05-02 Thread William Prothero
I found an oddity with arrayEncode and arrayDecode, When I saved an array to a file, first using arrayEncode(myArray), wrote it out as put arrayEncode(myArray) into theEncodedArray put theEncodedArray into URL(“binfile:”&myfile) and then read it back in using put URL(“binfile:”&myFile) into th

Re: documentation for open socket using certificate and key, sccept only ssl

2015-05-02 Thread Dr. Hawkins
On Sat, May 2, 2015 at 2:33 PM, Mark Wieder wrote: > Try 'secure socket' rather than 'open socket' (v6.6 and above) > According to the dictionary in 7.0.4, secure socket is used after the socket is opened. It also causes a sudden crash of livecode itself when attempting to execute . . . now b

LiveCode forums down today?

2015-05-02 Thread Simon
http://downforeveryoneorjustme.com/ says it is. Do we contact David W. for this? Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LiveCode-forums-down-today-tp4691778.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: documentation for open socket using certificate and key, sccept only ssl

2015-05-02 Thread Mark Wieder
On 05/02/2015 10:43 AM, Dr. Hawkins wrote: livecode "open socket" "using certificate" key If you're trying to send client certificates then no, it isn't supported, no matter what the documentation says. In a similar vein, is there any way to make "open socket" only accept secure connection

Re: LC7 arrayEncode/Decode

2015-05-02 Thread Mark Talluto
On May 2, 2015, at 10:48 AM, Peter Haworth wrote: > However, there is no version parameter for the arrayDecode function. Does > this mean that LC7 can detect the encoding of the array and decode it > appropriately? Yes indeed! Best regards, Mark Talluto livecloud.io canelasoftware.com _

Re: Status of on-rev restore?

2015-05-02 Thread Dave Kilroy
Mark, Andy maybe go back to on-rev.com and make another urgent report? It may be that Heather and David think there are no more bad accounts... - "The difference between genius and stupidity is; genius has its limits." - Albert Einstein -- View this message in context: http://runtime-revol

Re: Status of on-rev restore?

2015-05-02 Thread AndyP
All of my sites are still down, now showing a server error status message! Also the LiveCode forums are offline. And still no further information from LiveCodenot happy . - Andy Piddock My software never has bugs. It just develops random features. Copy the new cloud space, get you

Re: LC7 stackfileversion

2015-05-02 Thread Scott Rossi
Just save the stack. You don't need to use Save as or set stackFileVersion -- when the stack is saved in v7 it can use the features of that version. Regards, Scott Rossi Creative Director Tactile Media UX/UI Design > On May 2, 2015, at 10:36 AM, Peter Haworth wrote: > > I have a stack that I

LC7 arrayEncode/Decode

2015-05-02 Thread Peter Haworth
LC7 uses a different method of encoding arrays to handle Unicode keys/contents. The arrayEncode function has a new version parameter that determines whether the new or old method is used. However, there is no version parameter for the arrayDecode function. Does this mean that LC7 can detect the e

documentation for open socket using certificate and key, sccept only ssl

2015-05-02 Thread Dr. Hawkins
The dictionary specifies that there is a [using certificate *certificate* and key *key*] option on open socket. google reports a whopping three results for livecode "open socket" "using certificate" key Is there anything resembling documentation for this? I would prefer to keep my own keys/cer

LC7 stackfileversion

2015-05-02 Thread Peter Haworth
I have a stack that I am about to work on in 7.0.4 so it can handle Unicode. I'm under the impression that to do that, I need to save the stack in 7.0 format since I will be using the textEncode/Decode handlers so I open the stack and use the "Save As" option selecting the Format as "Livecode stac

Re: GitHub starter guide?

2015-05-02 Thread Andrew Kluthe
I like source tree but prefer SmartGitHG. could always roll your own with livecode as well for an interesting hobby project. Livecode's text parsing abilities could really shine here. I do think its helpful to start trying to learn via the command line though initially. Heres a nice little inter

Re: Something like charIndex, but in a variable...

2015-05-02 Thread Peter M. Brigham
If the example you give is an accurate portrayal of what you are trying to do, why not just: set the backcolor of char 1 of word 2 of line 3 of temp to "red"?? -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Apr 30, 2015, at 10:02 AM, Malte Brill wrote: > Hi

Re: GitHub starter guide?

2015-05-02 Thread Trevor DeVore
On Saturday, May 2, 2015, Monte Goulding wrote: > Not sure of anyone has mentioned sourcetree which is a very good gui from > atlassian which integrates with bitbucket and GitHub. > I like sourcetree as well. As a reminder I have an article that walks you through setting up sourcetree to watch t

Status of on-rev restore?

2015-05-02 Thread Marc Siskin
I haven’t heard anything since yesterday (Friday) afternoon and now I only get a small trickle of messages on this list and none on the developer’s list. Also, the on-rev server web pages are not loading. Is anyone in contact with the home office and can give me am update/estimate of completio

Re: GitHub starter guide?

2015-05-02 Thread Thierry Douez
Bonjour Pierre, > The french v2 of the book is a pleasant and very accessible read. A real gift to read git in French :) > I just discovered that Git is a Linus Torwald’s creation ;D small world... Regards, Thierry Thierry Douez - http

Re: GitHub starter guide?

2015-05-02 Thread Monte Goulding
Not sure of anyone has mentioned sourcetree which is a very good gui from atlassian which integrates with bitbucket and GitHub. Last time I checked the actual github app was a bit useless. Command line isn't that complicated though. There's a good starter here: https://www.atlassian.com/git/tuto

Fwd: GitHub starter guide?

2015-05-02 Thread Pierre Sahores
Thanks Thierry. Will report how it installed on my LAN’s OS X (file, print, dematerialized audio source, etc…) server as soon as done. The french v2 of the book is a pleasant and very accessible read. I just discovered that Git is a Linus Torwald’s creation ;D > Début du message réexpédié : >

Re: GitHub starter guide?

2015-05-02 Thread Thierry Douez
About git: http://git-scm.com/about A git cheat sheet: https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf Entire Pro Git book: http://git-scm.com/book/en/v2 Infos about this book: Download this book in PDF, mobi, or ePub form for free. This book is translated into Deuts