Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

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»
6 Dec by admin in All, Automation, Code Generation, HTML, Parsing

HTML scaffolding - Create an HTML form by just writing its specification

HTML scaffolding - Create an HTML form by just writing its specification
Scaffolding is generally used for Database Persistence Framework, according to Wikipedia Scaffolding is a meta-programming method of building database-backed software applications. It is a technique supported by some model-view-controller frameworks, in which the programmer may write a specification that describes how the application database may be used. The compiler uses this ...more»
16 Oct by admin in All, Automation, C#, Code Generation

Easily Integrate Rebol with Visual Studio Express as Code Generator (Part II)

Easily Integrate Rebol with Visual Studio Express as Code Generator (Part II)
In part I, we created 2 Rebol Templates which generate a new form (.cs and .Designer.cs) within the Visual Studio Project directory. Unfortunately, Visual Studio doesn't detect and ask if we would like to add them automatically. If we really want to do this manually, we have to automate further. To ...more»
8 Oct by admin in All, Automation, C#

How to redirect the C# compiler output to Rebol Console

How to redirect the C# compiler output to Rebol Console
Are you a C# programmer and are you a fan of SnippetCompiler ? If no see why in "Ten Must-Have .NET Tools" (Snippet Compiler is Number One), if yes then you will love the idea of being able to test a C# snippet code by just copying it to the ...more»
12 Sep by admin in All, Automation, Console, Shell, Syntax

How to pass arguments to a remote script through the do command

How to pass arguments to a remote script through the do command
We have seen how to pass Command Line arguments to a script through Rebol.exe in this article on Interfacing C# Client with Rebtweeter: in this case system/options/args will contain a block of Command Line arguments. In the case of the Do Command for Remote Code execution, we'll use the /args refinement ...more»
11 Sep by admin in All, Automation, Helper Function

How to run and wait for an Exe to finish (Shell Command)

How to run and wait for an Exe to finish (Shell Command)
Askinstall.com is a project which is still in development phase. The aim is to streamline Installation Process from the Internet. Like AskCodeGeneration.com (see ""), it's very easy to use. For example: 1°) Browse to http://askinstall.com/java, click on "All Installation Scripts", Choose for example "BlueJ", Copy and paste the Url ...more»
9 Sep by admin in All, Automation, Code Generation, GUI

How to automatically generate a Simple VID Form

How to automatically generate a Simple VID Form
AskCodeGeneration.com is a project which is still in development phase. But you can already use it to automatically generate a simple VID Form (more complex form coming soon) - like the one in this VID tutorial by typing (see do/args refinement tutorial) or pasting the command below in Rebol Console: do/args ...more»

Hey a Cup of UML Please!

Hey a Cup of UML Please!
AskUML.com will be an online "UML Café" where people will be able to draw UML Diagrams in plain English. It will be based on yUML and the easy yUML Dialect presented here. The UML Café is not opened yet so the Submit Button will not work, please be patient! ...more»
27 Aug by admin in All, Automation, Backup, Beginner

Backup files on Gmail drive by sending an email with attachments

Backup files on Gmail drive by sending an email with attachments
GMail Drive is well-known shell extension which adds a virtual drive to your computer where you can create new folders, copy and drag'n'drop files to. If you want to automate the backup to a gmail drive this is basically how you can do it by sending an email to your gmail ...more»
23 Aug by admin in All, Automation, Hot, Protocol, Twitter, Web Services

[Hot] How to tweet from Rebol in One line (using Twitter API)!

[Hot] How to tweet from Rebol in One line (using Twitter API)!
Can't believe it? Launch Rebol's Console, and copy and paste this: do http://reboltutorial.com/source/rebol-twitter.r You can now tweet in one line by typing: tweet "Hello World!" Nevertheless do not forget the quote (you can also write a multiple-lines message using braces {}). The first time it will ask your login and password: The second and next time, ...more»
Page 1 of 4:1 2 3 4 »