because they can
Echoserver 1.3
See what browsers and programs are sending to an HTTP Server. Simple server just dumps whatever it receives on the console. Echoserver is misnamed because it does not actually echo what it receives back to the browser. more>>
Echoserver - See what browsers and programs are sending to an HTTP Server.
Simple server just dumps whatever it receives on the console.
Echoserver is misnamed because it does not actually echo what it receives
back to the browser.
Enhancements:
Version 1.3
change pad directory structure
System Requirements:<<less
Cabber 0.5.0 test1
Cabber is a console Jabber client. more>>
Enhancements:
- A lot of new features!
Globe*Trotter 2.0a3
Globe*Trotter project is a geographic guestbook (guestmap). more>>
It allows Web site visitors to mark where they live on a map and include their personal comments, instead of merely tacking their personal regards onto the end of a long list.
It benefits your visitors because they can easily read others comments and add their remarks in a fun and novel way.
It also benefits you, the webmaster, because more people will be likely to give you feedback and you will be able to see where your visitors are.
A free hosted version of Globe*Trotter (with no ads) is available.
Eggibault 1.2
Eggibault is a puzzle game for Linux. more>>
Just unpack the archive and run eggibault but before you should read Readme.txt, it is in french, because im french.
Enhancements:
- Add a tag to say that a level is finish
- New levels
- Performance improve
- Little bugs fix
Cacheout! 1.10
Cacheout! is a Firefox extension especially for Digg.com and Slashdot.com users. more>>
Cacheout! lets you try to access articles through Googles caching service and CoralCDN.org. More being added all the time!
Load up webpages using Googles caching service and CoralCDN.org.
Gmail Tray 0.2.0
Gmail Tray is a very simple Gmail notificaiton applet for the desktop system tray. more>>
Why?
Because I needed one that will support "Gmail In Your Domain". And it took me less that 2 hours to get the first version working.
confiserie 0.0.4
confiserie is a project similar to automake/autoconf. more>>
Its a set of scripts to run to check particular requirements of a package, a script to help user maintaining the pakages scripts, a set of Makefiles templates.
The main goal is to teach user good behaviour when creating a software and not only depend on autotools whithout understanding a single step of what they do.
Why such a Project?
- because autoconf rely on the knowledge of 2 languages to be used and extented:
(ba)sh
for checking the return values in case of use, behave correctly
in case of extention of autoconf you need to know sh to create the test
m4
to include it inside your sh test for use
m4 to include it into autoconf for extension
- because autoconf need the creation (and create) lot of "unused files" (files produced to produce another files using autotools, where only one file is required)
- because the same can be achieved more easely with well designed sh scripts
- because programmer often learn sh to make simple SA tasks and find autoconf script unreadable
- because the output of an autoconf/automake is often unreadable and dont take advantages of modern make
- the main goal is to teach user good behaviour when creating a software and not only depend on autotools whithout understanding a single step of what they do : its a kind of "educationware"
Kubuntu Human Theme 0.9
Kubuntu Human Theme was created because I started to like the Ubuntu Human theme and when I switched to KDE, I was missing it. more>>
Installation of .kth file thru KDE Control Center--Theme Manager--Install; then, if you want exactly the same look, get and install the above items (search on KDE-look). The Kmenu can be changed by replacing each kmenu.png in /usr/share/icons/nuovext/[SIZE]/apps/ Then refresh your icon set.
xParse 0.76
xParse is an XML Parser written in C++. more>>
xParse was created because I was frustrated by current XML Parsers. They were too big, too complicated, and/or lacked documentation.
Enhancements:
- A tutorial was added, and some methods were renamed.
- For example, getData() becomes data() and getNext becomes next().
- This is similar to Qt code.
mod_auth_useragent2 0.9.1
mod_auth_useragent2 is an Apache module that can be used to limit access to documents by means of the User-Agent. more>>
As an authentication method, this is really unsafe because it is easy to change the User-Agent in most browsers, but it could be used to prevent stupid bots and spiders from accessing your Web sites.
pyIrcServer 0.0.5.0 Alpha
pyIrcServer provides a powerful and customizable IRCd. more>>
pyIrcServer is a powerful and very customizable IRCd. Features can be added and removed by changing modules, classes, and utils. The modules expand the classes, and the classes expand the entire IRCd.
The core is very simple, modules are the most important thing because without them the IRCd cant run.
So thereare standard modules inserted in each release and unofficial modules made by users who use this software and want to add their own features.
Specto 0.2.1
Specto project is a desktop application that will watch configurable events. more>>
For example, Specto can watch a website for updates (or a syndication feed, or an image, etc), and notify you when there is activity (otherwise, Specto will just stay out of the way). This changes the way you work, because you can be informed of events instead of having to look out for them.
Easy Game Library 20040323
Easy Game Library is a C++ class libary designed for quick and easy development of games. more>>
It should compile on different platforms because it uses SDL library as backend.
Installation:
To install run such sequence of commands:
make - Compiles library and tests
make install - Installs library and tests
ModAssy 1.5.1
This is an advanced portable C++ library with 80 variations of the ASSERT macro, to add expressions, levels and optional actions. 48 are modular because they can also use Rich Boolies, allowing much more combinations than non-modular ASSERT macros. It is very flexible because it allows you to create custom loggers and assertion displayers, but you can also use the provided ones for Windows, wxWidgets or console applications. more>>
ModAssy - This is an advanced portable C++ library with 80 variations of the ASSERT macro, to add expressions, levels and optional actions. 48 are modular because they can also use Rich Boolies, allowing much more combinations than non-modular ASSERT macros. It is very flexible because it allows you to create custom loggers and assertion displayers, but you can also use the provided ones for Windows, wxWidgets or console applications. The loggers and displayers show extra information, like the date and time, the thread id, the current working directory, etc. and you can add infoprovider objects to ModAssy, to provide similar custom information.
It has eight basic assertions, that each have 16 variations, by adding four suffixes that add functionality.
It is very reliable and portable, as it has been tested with five different compilers (VC++ 6.0, .NET 2003, .NET 2005, gcc on Windows and Linux), with nearly all warnings enabled.
The Rich Boolies can do all kinds of checks and generate elaborate information:
* Relations between two objects: rbEQUAL, rbLESS, ...
* Bitwise comparisons: rbEQUAL_BITWISE, rbBITS_ON, rbBITS_OFF, ...
* Type checking (with RTTI): rbEQUAL_TYPES, rbHAS_TYPE, ...
* Working on ranges and containers: rbIN_RANGE, rbIN_RANGES, rbIN_CONTAINER, rbIN_CONTAINERS, ... These have an extra argument that tells what kind of check to do, e.g. Sorted, Compare, Has, Unique, ...
* String comparisons: rbSTRING, rbSTRING_BEGINS_WITH, rbSTRING_ENDS_WITH, rbSTRING_CONTAINS. These have an extra argument that tells what kind of check to do, e.g. case sensitive or not.
* Logical expressions: rbAND, rbOR, rbXOR. These can have Rich Boolies or plain boolean expressions as their arguments.
* Exceptions: rbEXCEPTION takes an exception as its argument, and uses the information in it.
Enhancements:
Version 1.5.1
System Requirements:<<less
dTemplate 2.5
dTemplate is known as the most rapid templating system in the known universe. more>>