minimal
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 354
CGI::Minimal 1.25
CGI::Minimal is a lightweight CGI form processing package. more>>
CGI::Minimal is a lightweight CGI form processing package.
SYNOPSIS
# use CGI::Minimal qw(:preload);
use CGI::Minimal;
my $cgi = CGI::Minimal->new;
if ($cgi->truncated) {
&scream_about_bad_form;
exit;
}
my $form_field_value = $cgi->param(some_field_name);
Provides a micro-weight alternative to the CGI.pm module
Rather than attempt to address every possible need of a CGI programmer, it provides the _minimum_ functions needed for CGI such as form decoding (including file upload forms), URL encoding and decoding, HTTP usable date generation (RFC1123 compliant dates) and basic escaping and unescaping of HTMLized text.
The :preload use time option is used to force all sub-component modules to load at compile time. It is not required for operation. It is solely a performance optimization for particular configurations. When used, it preloads the dehtmlize, param_mime, param_filename, date_rfc1123, url_decode, calling_parms_table and parameter setting supporting code. Those code sections are normally loaded automatically the first time they are needed.
The form decoding interface is somewhat compatible with the CGI.pm module. No provision is made for generating HTTP or HTML on your behalf - you are expected to be conversant with how to put together any HTML or HTTP you need.
<<lessSYNOPSIS
# use CGI::Minimal qw(:preload);
use CGI::Minimal;
my $cgi = CGI::Minimal->new;
if ($cgi->truncated) {
&scream_about_bad_form;
exit;
}
my $form_field_value = $cgi->param(some_field_name);
Provides a micro-weight alternative to the CGI.pm module
Rather than attempt to address every possible need of a CGI programmer, it provides the _minimum_ functions needed for CGI such as form decoding (including file upload forms), URL encoding and decoding, HTTP usable date generation (RFC1123 compliant dates) and basic escaping and unescaping of HTMLized text.
The :preload use time option is used to force all sub-component modules to load at compile time. It is not required for operation. It is solely a performance optimization for particular configurations. When used, it preloads the dehtmlize, param_mime, param_filename, date_rfc1123, url_decode, calling_parms_table and parameter setting supporting code. Those code sections are normally loaded automatically the first time they are needed.
The form decoding interface is somewhat compatible with the CGI.pm module. No provision is made for generating HTTP or HTML on your behalf - you are expected to be conversant with how to put together any HTML or HTTP you need.
Download (0.029MB)
Added: 2007-03-08 License: Perl Artistic License Price:
962 downloads
minimal Gallery 0.8
minimal Gallery is an elegant picture gallery system. more>>
minimal Gallery is an elegant picture gallery system that features a 30 second set-up, highly customizable modular architecture with CSS-based templates and PHP "tags" (functions).
Enhancements:
- Completely rewritten file parsing code: no more bug where some files werent displayed
- By popular request: thumbnails!
- Multiple filtering/arranging options available in the new list view
- 3 different views of your files: list, thumbnails, and file.
- Display of IPTC information
- New Templates
- Some documentation, finally...
<<lessEnhancements:
- Completely rewritten file parsing code: no more bug where some files werent displayed
- By popular request: thumbnails!
- Multiple filtering/arranging options available in the new list view
- 3 different views of your files: list, thumbnails, and file.
- Display of IPTC information
- New Templates
- Some documentation, finally...
Download (0.15MB)
Added: 2005-11-14 License: GPL (GNU General Public License) Price:
1440 downloads
GVidChanger-minimal 0.8
GVidChanger-minimal is a GTK app to quickly and easily change video resolutions in X. more>>
gvidm is a gtk app to quickly and easily change video resolutions in X. Running it will pop up a list of available modes, upon choosing a mode or cancelling, it exits.
This makes it perfect for running from an application menu or a hotkey, so you dont have to use ram for an applet constantly running. If you are running dual or multi-head displays, it will give you a list of screens so you can select the appropriate one.
You can also specify on the command line a mode to switch to immediatly, or a list of modes to choose from.
Please note that gvidm cannot change the color depth, as that requires restarting X. Furthermore, any and all modes you want to appear must be defined in your XF86Config.
If youve only configured one mode, thats all that will show in the pop up. (Though this seems to no longer be the case with XFree 4.3+)
The XVidMode and/or XRandR extensions must be enabled in order to run gvid.
As mentioned above, gvidm supports multiple screen displays, including Xinerama. If youre running Xinerama, make sure that the configure script detects that and compiles in support for it.
If gvidm only displays one list of resolutions when youre running Xinerama, it means that Xinerama wasnt detected, Try re-configuring and re-compiling, telling it where your X libs (specifically libXinerama.a) are with the http://www.dakotacom.net/~donut/programs/gvidm/gvidm-0.8.tar.gz--x-libraries= option.
Enhancements:
http://www.dakotacom.net/~donut/programs/gvidm/gvidm-0.8.tar.gz8 - Add support for GTK 2.0.
- The default is to build for GTK 2.0 if it is present, specify configure --with-gtk1 if you want to force building with GTK 1.x.
- Fix build when xf86Parser.h isnt present. (Though interlaced or doublescan modes may show wrong refresh rates then.)
- Fix showing incorrect refresh rates for interlaced modes.
<<lessThis makes it perfect for running from an application menu or a hotkey, so you dont have to use ram for an applet constantly running. If you are running dual or multi-head displays, it will give you a list of screens so you can select the appropriate one.
You can also specify on the command line a mode to switch to immediatly, or a list of modes to choose from.
Please note that gvidm cannot change the color depth, as that requires restarting X. Furthermore, any and all modes you want to appear must be defined in your XF86Config.
If youve only configured one mode, thats all that will show in the pop up. (Though this seems to no longer be the case with XFree 4.3+)
The XVidMode and/or XRandR extensions must be enabled in order to run gvid.
As mentioned above, gvidm supports multiple screen displays, including Xinerama. If youre running Xinerama, make sure that the configure script detects that and compiles in support for it.
If gvidm only displays one list of resolutions when youre running Xinerama, it means that Xinerama wasnt detected, Try re-configuring and re-compiling, telling it where your X libs (specifically libXinerama.a) are with the http://www.dakotacom.net/~donut/programs/gvidm/gvidm-0.8.tar.gz--x-libraries= option.
Enhancements:
http://www.dakotacom.net/~donut/programs/gvidm/gvidm-0.8.tar.gz8 - Add support for GTK 2.0.
- The default is to build for GTK 2.0 if it is present, specify configure --with-gtk1 if you want to force building with GTK 1.x.
- Fix build when xf86Parser.h isnt present. (Though interlaced or doublescan modes may show wrong refresh rates then.)
- Fix showing incorrect refresh rates for interlaced modes.
Download (0.058MB)
Added: 2005-04-27 License: GPL (GNU General Public License) Price:
1641 downloads
Minimal OpenGL Utility Library 0.2
Minimal OpenGL Utility Library (MOGUL) is a library similar to GLUT, only with fewer features. more>>
Minimal OpenGL Utility Library (MOGUL) is a library similar to GLUT, only with fewer features. It lets you write window-system-independent OpenGL programs with even fewer lines of code than GLUT.
The project currently supports X11 and Win32. Examples are included in the distribution. It is intended to be easy to learn and simple to use.
Enhancements:
- Compilation of the library has been successful under MS Windows 2000 (SP1) and Debian "sarge".
- However, it should compile on any Linux distribution.
- You may need to adjust the linker options if you are compiling under MS Windows XP or a more recent version of MinGW.
<<lessThe project currently supports X11 and Win32. Examples are included in the distribution. It is intended to be easy to learn and simple to use.
Enhancements:
- Compilation of the library has been successful under MS Windows 2000 (SP1) and Debian "sarge".
- However, it should compile on any Linux distribution.
- You may need to adjust the linker options if you are compiling under MS Windows XP or a more recent version of MinGW.
Download (0.11MB)
Added: 2007-03-08 License: LGPL (GNU Lesser General Public License) Price:
965 downloads
C Minimal Perfect Hashing Library 0.6
C Minimal Perfect Hashing Library is a portable LGPL library to create and to work with minimal perfect hashing functions. more>>
C Minimal Perfect Hashing Library encapsulates the newest and more efficient algorithms in an easy-to-use, production-quality, fast API. The library was designed to work with big entries that cannot fit in the main memory. It has been used successfully for constructing minimal perfect hash functions for sets with more than 100 million of keys, and we intend to expand this number to the order of billion of keys.
Main features:
- Fast.
- Space-efficient with main memory usage carefully documented.
- The best modern algorithms are available (or at least scheduled for implementation :-)).
- Works with in-disk key sets through of using the adapter pattern.
- Serialization of hash functions.
- Portable C code (currently works on GNU/Linux and WIN32 and is reported to work in OpenBSD and Solaris).
- Object oriented implementation.
- Easily extensible.
- Well encapsulated API aiming binary compatibility through releases.
- Free Software.
A perfect hash function maps a static set of n keys into a set of m integer numbers without collisions, where m is greater than or equal to n. If m is equal to n, the function is called minimal.
Minimal perfect hash functions are widely used for memory efficient storage and fast retrieval of items from static sets, such as words in natural languages, reserved words in programming languages or interactive systems, universal resource locations (URLs) in Web search engines, or item sets in data mining techniques. Therefore, there are applications for minimal perfect hash functions in information retrieval systems, database systems, language translation systems, electronic commerce systems, compilers, operating systems, among others.
The use of minimal perfect hash functions is, until now, restricted to scenarios where the set of keys being hashed is small, because of the limitations of current algorithms. But in many cases, to deal with huge set of keys is crucial. So, this project gives to the free software community an API that will work with sets in the order of billion of keys.
Probably, the most interesting application for minimal perfect hash functions is its use as an indexing structure for databases. The most popular data structure used as an indexing structure in databases is the B+ tree. In fact, the B+ tree is very used for dynamic applications with frequent insertions and deletions of records. However, for applications with sporadic modifications and a huge number of queries the B+ tree is not the best option, because practical deployments of this structure are extremely complex, and perform poorly with very large sets of keys such as those required for the new frontiers database applications.
For example, in the information retrieval field, the work with huge collections is a daily task. The simple assignment of ids to web pages of a collection can be a challenging task. While traditional databases simply cannot handle more traffic once the working set of web page urls does not fit in main memory anymore, minimal perfect hash functions can easily scale to hundred of millions of entries, using stock hardware.
As there are lots of applications for minimal perfect hash functions, it is important to implement memory and time efficient algorithms for constructing such functions. The lack of similar libraries in the free software world has been the main motivation to create the C Minimal Perfect Hashing Library (gperf is a bit different, since it was conceived to create very fast perfect hash functions for small sets of keys and CMPH Library was conceived to create minimal perfect hash functions for very large sets of keys). C Minimal Perfect Hashing Library is a portable LGPLed library to generate and to work with very efficient minimal perfect hash functions.
Enhancements:
- This release adds an implementation of a classical minimal perfect hash algorithm called fch.
- This is used as a basis for a new algorithm that can create minimal perfect hashes for billions of keys with less than four bits per key, and is ready to use.
- Suggestions and bugfixes from users have been incorporated.
<<lessMain features:
- Fast.
- Space-efficient with main memory usage carefully documented.
- The best modern algorithms are available (or at least scheduled for implementation :-)).
- Works with in-disk key sets through of using the adapter pattern.
- Serialization of hash functions.
- Portable C code (currently works on GNU/Linux and WIN32 and is reported to work in OpenBSD and Solaris).
- Object oriented implementation.
- Easily extensible.
- Well encapsulated API aiming binary compatibility through releases.
- Free Software.
A perfect hash function maps a static set of n keys into a set of m integer numbers without collisions, where m is greater than or equal to n. If m is equal to n, the function is called minimal.
Minimal perfect hash functions are widely used for memory efficient storage and fast retrieval of items from static sets, such as words in natural languages, reserved words in programming languages or interactive systems, universal resource locations (URLs) in Web search engines, or item sets in data mining techniques. Therefore, there are applications for minimal perfect hash functions in information retrieval systems, database systems, language translation systems, electronic commerce systems, compilers, operating systems, among others.
The use of minimal perfect hash functions is, until now, restricted to scenarios where the set of keys being hashed is small, because of the limitations of current algorithms. But in many cases, to deal with huge set of keys is crucial. So, this project gives to the free software community an API that will work with sets in the order of billion of keys.
Probably, the most interesting application for minimal perfect hash functions is its use as an indexing structure for databases. The most popular data structure used as an indexing structure in databases is the B+ tree. In fact, the B+ tree is very used for dynamic applications with frequent insertions and deletions of records. However, for applications with sporadic modifications and a huge number of queries the B+ tree is not the best option, because practical deployments of this structure are extremely complex, and perform poorly with very large sets of keys such as those required for the new frontiers database applications.
For example, in the information retrieval field, the work with huge collections is a daily task. The simple assignment of ids to web pages of a collection can be a challenging task. While traditional databases simply cannot handle more traffic once the working set of web page urls does not fit in main memory anymore, minimal perfect hash functions can easily scale to hundred of millions of entries, using stock hardware.
As there are lots of applications for minimal perfect hash functions, it is important to implement memory and time efficient algorithms for constructing such functions. The lack of similar libraries in the free software world has been the main motivation to create the C Minimal Perfect Hashing Library (gperf is a bit different, since it was conceived to create very fast perfect hash functions for small sets of keys and CMPH Library was conceived to create minimal perfect hash functions for very large sets of keys). C Minimal Perfect Hashing Library is a portable LGPLed library to generate and to work with very efficient minimal perfect hash functions.
Enhancements:
- This release adds an implementation of a classical minimal perfect hash algorithm called fch.
- This is used as a basis for a new algorithm that can create minimal perfect hashes for billions of keys with less than four bits per key, and is ready to use.
- Suggestions and bugfixes from users have been incorporated.
Download (0.32MB)
Added: 2007-02-25 License: LGPL (GNU Lesser General Public License) Price:
978 downloads
mical 1.0.2
mical is a minimal iCalendar toolset, comprised of commandline utilities for interacting with other iCalendar implementations. more>>
mical is a minimal iCalendar toolset, comprised of commandline utilities for interacting with other iCalendar implementations.
This programs are designed for use either directly or via an email client. It relies on two 3rd-party Python modules: python-dateutil and vobject.
micsetup
Initialises the mical utilities for use by the invoking user.
micsave
Saves standard input to the users mical directory for later use.
micshow
Writes a nicely formatted presentation of the iCalendar object to standard out.
micreply
Replies to an iCalendar event request, enabling the receiving user to accept or decline the meeting invitation.
<<lessThis programs are designed for use either directly or via an email client. It relies on two 3rd-party Python modules: python-dateutil and vobject.
micsetup
Initialises the mical utilities for use by the invoking user.
micsave
Saves standard input to the users mical directory for later use.
micshow
Writes a nicely formatted presentation of the iCalendar object to standard out.
micreply
Replies to an iCalendar event request, enabling the receiving user to accept or decline the meeting invitation.
Download (0.013MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
868 downloads
Sunergos Simple
Sunergos Simple is a minimal Gnome Login Manager. more>>
Sunergos Simple is a minimal Gnome Login Manager.
An experiment in minimalism.
There are no options, no buttons, just a hello and how are you and why dont you just log in already?
So, this theme may not be suited for all users.
However, it is _extremely_ easy to understand and quite useful if you are interested in creating your own theme.
<<lessAn experiment in minimalism.
There are no options, no buttons, just a hello and how are you and why dont you just log in already?
So, this theme may not be suited for all users.
However, it is _extremely_ easy to understand and quite useful if you are interested in creating your own theme.
Download (0.13MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1122 downloads
libmilo 0.1.0
libMILO is a free minimal image loading library written in C. more>>
libMILO ("MILO"), is a free minimal image loading library written in C. The library is capable of loading TGA and DDS files.
libmilo provides also a general purpose API for loading images as OpenGL textures.
Platforms
XEL is developed under Linux (x86), but should compile under most unix like systems.
DDS support
OpenGL extension "GL_ARB_texture_compression" is required.
Compiling the library
Please see the INSTALL file.
Note: If any of the OpenGL libraries (e.g. libGL, libGLU, libglut) reside in a custom directory, you can try something similar to:
LDFLAGS=-L/usr/X11/lib ./configure && make && su -c "make install"
Examples
glut.c example requires freeglut library (freeglut.sourceforge.net) to compile.
Using the library
Please see the src/example subdir for examples.
e.g. gcc -o simple simple.c `pkg-config --cflags --libs libmilo`
Note: the texture files used by the examples are not part of the source package. You can download them separately from the MILO website.
<<lesslibmilo provides also a general purpose API for loading images as OpenGL textures.
Platforms
XEL is developed under Linux (x86), but should compile under most unix like systems.
DDS support
OpenGL extension "GL_ARB_texture_compression" is required.
Compiling the library
Please see the INSTALL file.
Note: If any of the OpenGL libraries (e.g. libGL, libGLU, libglut) reside in a custom directory, you can try something similar to:
LDFLAGS=-L/usr/X11/lib ./configure && make && su -c "make install"
Examples
glut.c example requires freeglut library (freeglut.sourceforge.net) to compile.
Using the library
Please see the src/example subdir for examples.
e.g. gcc -o simple simple.c `pkg-config --cflags --libs libmilo`
Note: the texture files used by the examples are not part of the source package. You can download them separately from the MILO website.
Download (0.33MB)
Added: 2006-10-18 License: LGPL (GNU Lesser General Public License) Price:
1104 downloads
SwingGlue 0.2a
SwingGlue is an ultra thin glue layer for more transparent MVC design in Swing. more>>
Swing Glue is an ultra thin layer that allows to decouple view, controller and model into separate individual domains.
It as not just another framework as you might think now. It is an very generic layer that has a minimal impact to the application where swing glue is used.
Main features:
- Object repository that minimizes transport of references
- automatic population of Adhesive class members from the repository
- abstraction of view code and event code
- no wrapping component classes, you still use the normal Swing classes
Swing Glue is proof for the legend that a framewok does not necessarly has to be a Bloat of code that helps you to simplify your development.
It also works with a simple framework that is non evasive and has a very simple code base.
<<lessIt as not just another framework as you might think now. It is an very generic layer that has a minimal impact to the application where swing glue is used.
Main features:
- Object repository that minimizes transport of references
- automatic population of Adhesive class members from the repository
- abstraction of view code and event code
- no wrapping component classes, you still use the normal Swing classes
Swing Glue is proof for the legend that a framewok does not necessarly has to be a Bloat of code that helps you to simplify your development.
It also works with a simple framework that is non evasive and has a very simple code base.
Download (0.35MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1641 downloads
A Small MUD 1.3
A Small MUD is a minimal MUD implementation. more>>
A Small MUD project is a minimal MUD implementation.
A Small MUD is a minimal MUD implementation, with some mildly intelligent mobs running around creating rooms.
A few pointers when reading the source code... the World class contains the "cells" in the dungeon - all those are created randomly by the mobs.
The MobFactory class contains and controls all mobs in the world - the class holds a reference to the World class.
Cells are specified by the World::CELL struct and mobs by the MobFactory::MOB struct. The SmallHandler class contains the World, MobFactory, and active sockets list (via SocketHandler).
Finally, the SmallSocket class handles all socket communication and the ListenSocket template class acts as the socket listen server.
<<lessA Small MUD is a minimal MUD implementation, with some mildly intelligent mobs running around creating rooms.
A few pointers when reading the source code... the World class contains the "cells" in the dungeon - all those are created randomly by the mobs.
The MobFactory class contains and controls all mobs in the world - the class holds a reference to the World class.
Cells are specified by the World::CELL struct and mobs by the MobFactory::MOB struct. The SmallHandler class contains the World, MobFactory, and active sockets list (via SocketHandler).
Finally, the SmallSocket class handles all socket communication and the ListenSocket template class acts as the socket listen server.
Download (0.016MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1047 downloads
Dial-Up Bot 0.3
Dial-Up Bot project aims to be a fully functional automated replacement for the /etc/ppp/ip-{up,down}.d hierarchy. more>>
Dial-Up Bot project aims to be a fully functional automated replacement for the /etc/ppp/ip-{up,down}.d hierarchy. Its supposed to be started by cron at night. It cant satisfy the requirements of impatient roots. Its not designed for hosts with a permanent Internet connection.
Enhancements:
- This is the first public release since dubot reached minimal useful functionality and stability. Installation mech is minimally stable (at least for install in /usr/local hierarchy).
<<lessEnhancements:
- This is the first public release since dubot reached minimal useful functionality and stability. Installation mech is minimally stable (at least for install in /usr/local hierarchy).
Download (MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
883 downloads
Monkey Linux 06
Monkey Linux is a minimal Linux ELF distribution in 7.5MB archive (5 diskettes) more>>
Monkey Linux can be extracted to the DOS filesystem (to the FAT32 too). This is complete small ELF distribution with latest kernel on 5 diskettes. Monkey can run on this minimal HW: 386SX, 4MB RAM, 30MB on IDE HDD.
Contain X Window for any SVGA videocard, support for network, support for 3C5x9, 3c59x, 3c900, NE2000/NE1000, WD80x3 ethernet cards, ATAPI/MITSUMI CD. There is some ready-to-install packages, GCC and kernel source for compiling your own kernel too.
Main features:
- minimal Linux ELF distribution in 7.5MB archive (5 diskettes)
- Monkey is small, but is not only a toy
- contain X Window
- full network support with TCP/IP and IPX/SPX
- latest Kernel with modules
- some ready-to-install packages with usefull software
- usually Linux distributions need repartition with previous full backup. With Monkey Linux you can simply extract all the files to one directory. Linux will use MSDOS FAT as well as I think (also FAT32). This allows you to experiment with Linux everywhere you want. You do not need to know anything about fdisk, ext2, bootdisk, rootdisk, etc.
- you may install any other Linux applications
- Monkey is not really complete distribution - use Slackware, RedHat, etc. (Monkey will be probably your first step...)
- X Window Xfree 3.2 (SVGA server for Trident, Cirrus, Realtek, ...)
- Fvwm95, xterm
- editors: vi, joe (Wordstar compatibile editor)
- telnet, ssh, ftp, traceroute, nslookup, Lynx, (Netscape in the installable package)
- bootpd, bootpgw, cron
- many utilities for text procesing (awk, sed, perl, ...)
- utilities for working with IPX/SPX
- support for many filesystems
<<lessContain X Window for any SVGA videocard, support for network, support for 3C5x9, 3c59x, 3c900, NE2000/NE1000, WD80x3 ethernet cards, ATAPI/MITSUMI CD. There is some ready-to-install packages, GCC and kernel source for compiling your own kernel too.
Main features:
- minimal Linux ELF distribution in 7.5MB archive (5 diskettes)
- Monkey is small, but is not only a toy
- contain X Window
- full network support with TCP/IP and IPX/SPX
- latest Kernel with modules
- some ready-to-install packages with usefull software
- usually Linux distributions need repartition with previous full backup. With Monkey Linux you can simply extract all the files to one directory. Linux will use MSDOS FAT as well as I think (also FAT32). This allows you to experiment with Linux everywhere you want. You do not need to know anything about fdisk, ext2, bootdisk, rootdisk, etc.
- you may install any other Linux applications
- Monkey is not really complete distribution - use Slackware, RedHat, etc. (Monkey will be probably your first step...)
- X Window Xfree 3.2 (SVGA server for Trident, Cirrus, Realtek, ...)
- Fvwm95, xterm
- editors: vi, joe (Wordstar compatibile editor)
- telnet, ssh, ftp, traceroute, nslookup, Lynx, (Netscape in the installable package)
- bootpd, bootpgw, cron
- many utilities for text procesing (awk, sed, perl, ...)
- utilities for working with IPX/SPX
- support for many filesystems
Download (1.4MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1538 downloads
Spin 1.5
Spin is a transparent threading solution for non-freezing Swing applications. more>>
Spin is a transparent threading solution for non-freezing Swing applications.
Every non trivial GUI sooner or later encounters the problem of "freeze".
This annoying behaviour is experienced by users every time the application performs extensive calculations or blocks for network or disk I/O.
Spin offers a new approach for solving this problem.
It offers transparent thread handling with minimal impact on your application code.
Enhancements:
- Now built with Maven.
<<lessEvery non trivial GUI sooner or later encounters the problem of "freeze".
This annoying behaviour is experienced by users every time the application performs extensive calculations or blocks for network or disk I/O.
Spin offers a new approach for solving this problem.
It offers transparent thread handling with minimal impact on your application code.
Enhancements:
- Now built with Maven.
Download (0.49MB)
Added: 2007-03-31 License: GPL (GNU General Public License) Price:
939 downloads
MicKI 2007_05_12
MicKI project is a minimal wiki-incarnation, meant as simple collaboration platform. more>>
MicKI project is a minimal wiki-incarnation, meant as simple collaboration platform. with minimal learning curve and installation-time, and lean demands on its environment.
Enhancements:
- An optional post-edit hook was added for revision control, notification, or other purposes.
- It is possible to make (non-volatile) section-links within the current topic.
- It is possible to generate printer-friendly pages from CGI and standalone.
<<lessEnhancements:
- An optional post-edit hook was added for revision control, notification, or other purposes.
- It is possible to make (non-volatile) section-links within the current topic.
- It is possible to generate printer-friendly pages from CGI and standalone.
Download (0.041MB)
Added: 2007-05-15 License: GPL (GNU General Public License) Price:
892 downloads
Stamits Online Poker 0.1
Stamits Online Poker project is a simple OpenGL poker game that can be played online with another person. more>>
Stamits Online Poker project is a simple OpenGL poker game that can be played online with another person.
Compilation:
Make sure you have the GNU C and C++ compilers.
Get MOGUL, the Minimal OpenGL Utility Library, compile and install it (or use a compiled binary version, if there is one available). Instructions should be included.
Open `Makefile and uncomment the lines below the label `Unix configuration.
Say `make. The result should be an executable named `sopoker in the current working directory.
<<lessCompilation:
Make sure you have the GNU C and C++ compilers.
Get MOGUL, the Minimal OpenGL Utility Library, compile and install it (or use a compiled binary version, if there is one available). Instructions should be included.
Open `Makefile and uncomment the lines below the label `Unix configuration.
Say `make. The result should be an executable named `sopoker in the current working directory.
Download (0.15MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
949 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above minimal search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed