Software Index
Related Topics
Popular Trends
Trending Topics
 

Hello World

All | Freeware
Product Title  /  Popularity Revised License Rating Size
"Hello World" as ActiveX with source
"Hello World" is the first program one usually writes when learning a new programming language. Do you have any ActiveX on the C++ without ATL and MFC? I wrote this template for you. You can make DLL with your ActiveX ...
December 18th 2011 Free to try    288k
Apache Hello World Benchmarks
Apache Hello World Benchmarks is a benchmarking tool that seeks to give a sense of Web application execution speed on various software platforms running under the Apache Web server.

Benchmarks can vary greatly from system to system, so this tool allows ...
May 10th 2011 Freeware    389k
Hello World As ActiveX with source
"Hello World" is the first program one usually writes when learning a new programming language. Do you have any ActiveX on the C++ without ATL and MFC? I wrote this template for you. You can make DLL with your ActiveX ...
February 27th 2011 Commercial     
sourcecodegen
sourcecodegen is a Python library that provides a module-level source-code generator which operates on the AST from the built-in compiler.ast module.

Note that this AST is not compatible with the new ast module in Python 2.6.

Usage:

The generator works on AST parse ...
May 1st 2011 Freeware    10k
VIPS
VIPS is a free image processing system. It aims to be about half-way between Photoshop and Excel: it is very bad at retouching photographs, but very handy for the many other imaging tasks that programs like Photoshop get used for.

It ...
March 15th 2011 Freeware    8,274k
Lingobit Extractor
Lingobit Extractor extracts hardcoded strings from C++ sources. It replaces hardcoded strings with a code template that loads them from resources and creates resource file with extracted text. For example, printf(L"Hello, world!"); will be automatically replaced with printf (_LS(IDS_HELLO)); where ...
October 10th 2009 Shareware    8,190k
Badger::Class
Badger::Class is a class metaprogramming Perl module.

SYNOPSIS

# composing a new module
package Your::Module;

use Badger::Class
base => 'Badger::Base', # define base class(es)
version => 1.00, # sets $VERSION
debug => 0, # sets $DEBUG
throws => 'wobbler', # sets ...
August 24th 2011 Freeware    225k
Bunch for Linux
Bunch is a dictionary which supports attribute-style access, a la javascript.

>>> b = Bunch()
>>> b.hello = 'world'
>>> b.hello
'world'
>>> b['hello'] += "!"
>>> b.hello
'world!'
>>> b.foo = Bunch(lol=True)
>>> b.foo.lol
True
>>> b.foo is b['foo']
True

Dictionary Methods

A Bunch is a subclass of dict; it supports all the ...
March 3rd 2011 Freeware    10k
EiffelStudio for Linux
Eiffel Software offers development tools that make a concrete and immediate difference in how companies produce software.

The company's flagship product, EiffelStudio, is available under Dual Licensing: choose between Open Source and commercial.

While Eiffel is widely regarded as the best language ...
February 21st 2011 Freeware    69,202k
Net::Twitter
Net::Twitter is a Perl module that provides a perl interface to the Twitter APIs.

SYNOPSIS

use Net::Twitter;

my $nt = Net::Twitter->new(
traits => [qw/API::REST/],
username => $user,
password => $password
);

my $result = $nt->update('Hello, world!');

eval {
my $statuses = ...
September 20th 2011 Freeware    72k
IO::Unread for Linux
IO::Unread is a Perl module that exports one function, unread, which will push data back onto a filehandle. Any amount of data can be pushed: if your perl is built with PerlIO layers, the data is stored in a special ...
May 25th 2011 Freeware    61k
G95 for Mac
G95 is a free, open source, stable, production ready Fortran 95 compiler available for multiple CPU architectures and operating systems.

G95 optimizations and innovations continue to be worked on.

Here are some key features of "G95":

· Free Fortran 95 compliant compiler.
· Current ...
July 21st 2011 Freeware    6,277k
Hello Engines! Professional
Hello Engines! is a software package that has won multiple awards and provides everything you need for successful website promotion and search engine submission and promotion. With more than one million delivered licenses and many industry awards by technical magazines, ...
March 17th 2009 Commercial  5 stars 13,118k
TetFun 2000 World Championship
TetFun 2000 is a very nice Tetris game. It also includes Pentix, game with bombs and four modes of gaming(Classic,Timer,Rising and World Championship).By playing this game you can take part in the TetFun World Championship in the Internet ! There ...
May 29th 2003 Shareware  5 stars 2k
World Empire V
World Empire V For Windows is the newest entry in the award-winning global strategy game from Viable Software. New realistic maps and 205 countries, country flags, and new generals. WEV is a truly a player-driven game design. If you are ...
January 12th 2003 Shareware  4.5 stars 6,140k
Casino World Championship
CasinoWorldChamp is a free casino specially built for Palm OS based PDA's. CasinoWorldChamp featurs 5 exciting games in both B/W and Color: Blackjack, Slots, Roulette, Deuces Wild and Jacks or Better. CasinoWorldChamp is also an ongoing computer gaming tournament played ...
January 20th 2003 Freeware  4 stars 329k
Blox World
Blox World is an entertaining Tetris-clone game. It is a whole new world of Tetris-like games. You will find 14 unique game modes. Combine this number with 3 additional game parameters and you get more than 100 original game combinations!You ...
May 25th 2003 Shareware  4 stars 2,350k
Bubble Bobble World
Bubble Bobble World is a remake of a popular classic game Bubble Bobble. You get to play as one of the two little dragons named Bub and Bob. The action takes place in a totally new world filled with cunning ...
January 19th 2008 Shareware    3,072k
ZoneTick World Time Zone Clock
The ZoneTick download replaces Windows system clock with a multiple time zone clock, utilizing online time synchronization, and double-click actions for each timezone. This enterprise-class software is handy for anyone traveling overseas, or doing business in other world countries. Automatic ...
August 18th 2004 Shareware    333k
World Flags Screensaver
World Flags Screensaver allows you to admire a close-up view of wonderfully crafted flags of over a hundred of nations placed over a background with a map of the world on it. Flags are three dimensional and have a realistic ...
September 6th 2005 Shareware    749k
Related Scripts
Hello World
Hello World is a multi-platform compatible classic beginning script for any language implemented in ASP. They don't get much simpler! We do a quick For loop and use the index variable as the size attribute of the font tag. That's ...
December 21st 2005 Freeware     
Hello World - Console Application
Hello World - Console Application is a simple tutorial which helps you to show the output "Hello World" on the screen using C# language. You can shows the output using the WriteLine method of the console object. The author offers ...
December 12th 2005 Freeware     
Hello World - Intro to C++
It takes you through the Hello World program step by step. A quick introduction to what you need to program in C++. When coding in C++ one of the first things you need is a compiler.
December 8th 2005 Freeware     
Hello World in C#
Hello World in C# is an useful article which explains four types of .NET objects such as console application, component, ASP.NET Page and web service that prints the output 'Hello World' to the readers. A console application executes from the ...
December 12th 2005 Freeware     
Hello World WML With ASP
Hello World WML With ASP is a very simple beginers lesson to start learning WML. The author explains the process with a sample code. This lesson integrates the use of WML with ASP and shows how one can display messages ...
November 28th 2005 Freeware     
"Hello World" - the COBOL Way
This article starts with giving few COBOL Reference Formats. The author teaches about building applications at .NET framework in various languages and in this article through COBOL.NET. Various divisons of COBOL are enlisted in this article. The sample source code ...
November 22nd 2005 Freeware     
ASP Tutorial Lesson 1: "Hello World"
This tutorial teaches you about how to create a file in ASP and tells the ways to add content through commands into that file. And the given sample program shows the process of creating an ASP file that displays current ...
November 21st 2005 Freeware     
ASP.NET Custom Controls - Client-Side Script Generation
ASP.NET Custom Controls - Client-Side Script Generation is an article in which the author discusses about creating client-side scripts using the custom controls of ASP.NET. The author shows how to display the "Hello World" message to the browser using the ...
November 30th 2005 Freeware     
ASP.NET, a first example
ASP.NET, a first example is a web based tutorial which helps you to know about the ASP.NET. The basic difference between the classic ASP and ASP.NET is that aspx pages are compiled. The author gives you the sample code for ...
December 16th 2005 Freeware     
Conversational C# for Java Programmers, Part 1
Conversational C# for Java Programmers, Part 1 is a tutorial through which you can learn about writing programs in C#. In this tutorial the author shows you the sample code for displaying the output 'Hello World' on the screen in ...
December 5th 2005 Freeware     
Related Code
Java Programming for the Nokia 9210i 1
A consise and to the point tutorial on programming in Java for
the Nokia 9210i, from hello world to instalation!
July 16th 2006     2k
Validate and Sort
Basic C number validation and sorting program. Its my first attempt at anything besides a Hello World program and took about a week as it was more advanced than my skill set. Please let me know your thoughts and various ...
January 11th 2010     1k
Bonjela Bot - MSN Bot
This is a MSN Bot it comes with the msn protocall (MSNP10) from bot depot. It has a wizard to help you also.. Commands as follows: Comes with a few commands (Not intended for total newbies to the msnp) Public ...
February 26th 2006     25k
Graphical Tutorial
HELLO FRIENDS! IM PHILIP V. NAPARAN A 17 YR OLD PROGRAMMER FROM PHILIPPINES. THIS TUTORIAL GRAPHICAL TUTORIAL COVERS ON HOW TO CREATE JAVA EXECUTABLE JAR AND HOW TO MAKE YOUR JAVA PROGRAM .EXE (USING C++). THIS TUTORIAL IS AVAILABLE IN ...
March 28th 2006     1k
How to scroll tile-based RPG world - mode 13h (asm/Pascal)
A sample of how to scroll in the fashion of tile-based Role Playing Games. 256 color pixel-by-pixel scrolling. Source in Pascal 6.0 and assembler.
May 21st 2006     25k
New Software
Popular Software