If anyone knows me I am against the stupid idiotic creationist movement or as they like to call themselves Intelligent Design…. CRAP…. so with the recent attacks of the Creationists to Rational Response Squad (RRS) videos on youtube. I post one of the videos against the leader of this current attack on the TRUTH, Mr. … Read More “Creationism BULL SHIT” »
Author: Administrator
This is a comment that I just want to get out there… As far as I can see, a lot of Marvel Comics and other web sites ignore part of the canon with respect to Adam Warlock. Within the Marvel Universe and the public knowledge, we accept the origin that Adam Warlock (formally Him) started … Read More “The Enigma that is Adam Warlock” »
As most in the Linux community know… DOSBOX is an emulator that creates a DOS environment with the primary function is to play old DOS games under Linux. A good idea, because there are a lot of good old DOS games out there. However, it is a full DOS environment, even if lacking some of … Read More “DOSBOX not just for games…” »
This is one of the biggest assholes in the Trinidad and Tobago Political scene. How did this DUNCE get a following and political exposure? It amazes me how this IDIOT gets so much publicity. Granted he has a good share of the stake in the media house on which his show is aired. Now, do … Read More “Inshan Ishmael” »
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” »
