Hello ! This is wap/wml based guestbook written in PHP and MySQL for your WAP/WML sites. It has same features as a normal web based guestbook.It contains three main fields - name, email and comments. It also includes RATING for your WAP-site.Check It Out
gtgt (Gnu-Template-Generation-Tools) are scripts to create a sophisticated teaching "hello world" written in C or C++: you can see how to use modules/classes static and shared libraries, all being documented by doxygen + fully embedded into GNU automak
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Sopi is an Ant task that instruments System.out.println() statements in place. System.out.println("Hello") becomes System.out.println("test.java, 43: " + "Hello"). It grew from a need for the Java equivalent of the C Macros __LINE__ and __FILE__.
lsx is a small and powerful text and source code generator based on a format called Eva. Both java libraries for lsx and Eva and tutorial with some "Hello" samples including "Hello State Machine", interesting demo that generates C++ code.
Small public domain apache httpd module for server side includes of dynamic content. Developed for easy-of-use and not for advanced calculations and such boring meaninglessities.
The aim of the project is to provide short description of many programming languages, dialects, IDEs, etc. with sample programs (realizations of common algorithms like 'hello, world', 'dot product', 'quine program').
Java project (run anywhere) designed to provide a simple but entertaining introduction to the Java language for students in beginning programming classes.
A small command line tool. Usage example: listof "hello(1..3)world" will be expanded to "hello1world" "hello2world" "hello3world"
Have a look on the projects homepage for further documentation.
Another chess game this time wirten in Modula2. This is an example of how you can use the Modula2 language to write more interesting programs than \"hello world\".
KTilde is The Integrated Learner's Development Environment. It makes it easy for a new programer to edit, run and debug a small C++ program such as "Hello, World!".
OpenHelloWorld provides a standardized hello world library and application for the open source Linux community that uses open source to make a product with optimum performance and usability.
The English Programming Language Compiler. A simple programming language that reads like plain English and compiles to Perl.
"There is a variable called 'x'. Put the string of letters "Hello, world." into the variable 'x'. Print 'x' to the screen.
The functional objective is to provide a simple secure socket infrastructure for client/server apps. The usability objective is to allow inexperienced developers to deploy the system and write "Hello World" with a single page of documentation.
Kwai is a pure Java Bonjour library (also known as Zeroconf). It implements the name resolution and service discovery (dnssd) portions of the specification, providing the same interface as Apple's mDNSResponder. Kwai means "Hello" in Abenaki.
...The easy way to start with a new framework is to compare it with frameworks you already know. The goal of the project is to help developers easily learn new frameworks by examples.
Notejam is a unified sample web application (more than just "Hello World") implemented using different server-side frameworks. Currently python, php, ruby and javascript frameworks are supported.
Currently project is hosted on GitHub http://github.com/komarserjio/notejam
Enhanced shell with multiple windows and added commands
To install run: sh <(curl https://raw.githubusercontent.com/DennisHeine/UberShell/master/install_ubershell.sh)
Custom commands added to the default shell (zsh):
cscript <script>: executes a C/C++ script.
example: cscript "printf("Hello World!");"
noobhelp: Short desc of commands in /bin/
memusage: Top memory usage
topdirs: Top directory space usage
push/pop: Save current dir / return there
serve: Opens a webserver at port 8084 and serves a file
servedir: Opens a webserver at port 8000 and serves a dir
servelog: Serves tail of syslog on port 12345
sizeof: List total sizes of subdirectorys
largedirs: Lists directorys with 100+ MB disk usage
mkdirc
: Creates a dir and changes to it
freefile : Kills all processes using a file
lastedited: Shows which files have been edited
findbin: Finds binary files not installed by dpkg
frename : Renames parts of a filename
connections: Shows network connections
[...]