Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

Tag archives for Automation

13 Mar by admin in All, Automation, Backup, Beginner, FTP, Shell, Tools

Backup to FTP Server with this free script

Backup to FTP Server with this free script
There are many great FTP Client Freewares like Filezilla but uploading the same folders again and again is a pain in a hass. So this little Script is a real time-saver as it will allow you to automate your backup or upload to FTP Server. I didn't have to invent ...more»
17 Aug by admin in All, Automation, Twitter, Web Services

How to use Twitter Search API (Rebol Rest/Json Web Services)

How to use Twitter Search API (Rebol Rest/Json Web Services)
Twitter Search API can return JSON format (as well as the rest of Twitter API). Happily Parsing JSON is very easy in REBOL thanks to Romano Paolo Tenca who wrote this json library during a coffee break according to the legendary story :). Nevertheless, Douglas Crockford, the creator of Json, ...more»