Archives for Internet
How to programmatically scan ports, get IP address and other quick TCP/IP Tips
If you're a windows or linux server administrator, this is a few quick tcp/ip tips in Rebol. Since Rebol has embedded many network protocols, you can do in one or only a few lines what takes dozens of lines or is impossible with other scripting languages.
First download Rebol (or Rebol ...more»
Financial Calculation with Rebol (part I)
Rebol can be used as a good lighweight calculator used as companion or alternative to Excel. Part I concerns Future and Present Value as well as Equivalent rate calculation. Part II will concern Discounted Cash Flow and Internal Rate of Return.
The code below uses funct instead of func, the difference ...more»
Comments Off
Tags: Excel
How to simply create a RSS Feed from a text file
If you need to generate a RSS Feed from scratch - for example for an html static website or a site which is not your own - you can of course download some softwares to do so but after trying many of them, I didn't find them as productive as ...more»
Tags: rss
Prepare for the next Big Bang Release: ODBC (use Rebol with MS Access Wow !!!),SSL/HTTPS,…
I know I've been a bit harsh lately ;) but you all know I'm well intentioned and that you should always take my critics positively. But when time comes when I see something great, well I won't restrain myself from telling it.
And a few days ago, HostileFork has whispered ...more»
23 Dec by admin in All, Internet, Interoperability, Language, Protocol, Web Services, cgi, framework, php
How to pass Arguments from PHP to Rebol CGI (PHP/REBOL RPC)
PHP is everywhere, it has a huge Ecosystem of Libraries (like User's Session Management, Security, ...) which are still lacking in REBOL (though Rebol has all the network protocols and the very nice Parse to process strings, building a well-organised reusable framework takes time), so it makes sense to use ...more»
How to include Rebol CGI within PHP (Interoperability between Rebol and PHP)
We have seen how to call Rebol Cgi from C#/ASP.NET through HttpWebRequest or Process.StartInfo. We're now going to see how to do so in PHP.
PHP can relatively easily interface with Perl thanks to the Apache_Note function. This function can work with Perl because Perl has libraries suitable for that purpose.
Unfortunately ...more»
Tags: cgi, Interoperability, php, Shell
Creating a simple FTP Editor (part I)
I've been looking for a simple free ftp editor. There is one here but it isn't free. That's why I decided to craft this poor-man ftp editor. Of course I'm too lazy to craft it from scratch. So I will use the hidden source editor included with Rebol!
Yes, Rebol has ...more»
How to call Rebtweeter CGI from C#/ASP.NET through HttpWebRequest
We just added to the Winform of previous tutorial a "Request Remote Server" checkbox option (see picture below) which is our Rebtweeter WebService (made in Rebol in our case).
as for code we just put in the OK Button Event Handler (Full Visual Studio Project here) this short snippet:
...more»
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»








No Comment