Re: LiveCode @ Davos

2016-01-23 Thread Jose Damaso
I'm intrigued at what you are trying to do -- the idea is great and watching the process and development of it is surpisingly exciting. This is how a borderless business mind works. On Fri, Jan 22, 2016 at 9:27 AM, Todd Fabacher wrote: > Hello LiveCoders, > > I am at Davos for a little business

curling twilio API

2015-09-09 Thread Jose Damaso
Hi all - can someone help me convert the following? curl -X POST 'https://api*twilio*com/2010-04-01/Accounts/AC0afb9e5c70c0fde47904a9a6ff/Messages.json' \ --data-urlencode 'To=5034554562' \ --data-urlencode 'From=+1212022183' \ --data-urlencode 'Body=test message' \ -u AC0afb9e5c70c0fde47904a9a6f

digital signage / ticker tape

2014-04-18 Thread Jose Damaso
Hi all -- I've taken interest in using Livecode for displaying ticker tape or digital signage type information. There were a few older forum posts on this topic a few years ago but haven't seen any recent activity in that area. Does anyone have a general direction or sample stacks I can start off w

Re: postgresql bytea (blob?)

2013-05-23 Thread Jose Damaso
a > put theChar after twoChars > if the length of twoChars = 2 then > put baseconvert(twoChars,16,10) into twoChars > put numtochar(twoChars) after theResult > put "" into twoChars > end if >end repeat >put the

postgresql bytea (blob?)

2013-05-20 Thread Jose Damaso
Hi - a legacy database at work contains a bytea field that I want to get the information out of. It's rich text that was for whatever reason, was stored as a blob to keep the formatting codes intact -- I'm not even sure what that means since no one here knows much about it and there is no documenta