Author: Administrator
Ok… this is a “Hello World” program in C++ using objects. It illustrates a number of aspects of object oriented programming in C++ allowing you to get a quickstart into C++ programming. First there is the #include directives which tells C++ that the program uses two libraries, iostream and string (actually they specify the header … Read More “Hello World C++ with Objects” »
Ok, as my previous post showed how to write a routine oriented hello world program in gforth, I now explain a hello world program using objects in object oriented rexx (ooRexx). #!/usr/bin/rexx /* Object Oriented Hello World in REXX */ myobject = .hello~new myobject~print exit ::class hello ::method init expose hellostring hellostring = “Hello World” … Read More “Hello World ooREXX” »
One of the issues of most of the information out there with respect to the forth language (and this includes books) is the lack of a clear illustration of how to write a routine and call it in the program in a easy to understand manner. They show how to write a routine and call … Read More “Hello World Gforth (better example)” »
In a curious case of life imitating art, I learned today of a connection between Frankenstein and Dracula. As we know Frankenstein was written by Mary Shelly, as it turns out, the characterization of Victor Frankenstein might have been based on a man named Conrad Dippel. Johann Conrad Dippel was born in Germany in Frankenstein’s … Read More “Conrad Dippel, Frankenstein and Dracula” »
Stuff that we do not read about often… Any of us who are Star Trek fans have always believed that the technology of star trek is possible, even though countless others have said it is not. Yet, as science proves, such phenomena is not without some scientific merit. Take the concept of the Alcubierre Drive … Read More “Warp One…. Engage” »
If you using MPlayer for the first time, you notice an error message where it says it cannot find subfont.ttf, to solve this problem you can either copy a truetype font to the ./mplayer directory and rename it to subfont.ttf, edit the mplayer configuration file with “font=” with the path to a particular font, or … Read More “subfont.ttf” »
Recent news, I had to reinstall SUSE linux on my 64-bit PC. So this means I have to get my tools that I use often, including REXX scripts. Previously I used a REXX script for reading a text file and downloading a series of files based on a filter, such as files x001.jpg to x030.jpg. … Read More “Batch downloading with REXX and WGET” »
This is the video that everyone talking about. This is the video that been taken down where ever it been put up to be viewed…. This is IRON MAN!!! http://rapidshare.com/files/46533636/ironman.avi.html
