Main > Free Download Search >

Free flavor of love software for linux

flavor of love

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 320
Friend & Love 1.1.6.1

Friend & Love 1.1.6.1


Friend & Love is a dating system script. more>>
Friend & Love project is a dating system script. Its features include profiles, adult profiles, sending of kisses, notes, emails, and winks, viewing of tracks, a display of whos online and whos new, and profile searches.
What the script will do for you
- Checks server requirement.
- Checks all files, directories are original, current version and present on your sever after upload.
- Checks if any file or directory has been corrupted during the upload.
- Checks files and directories permission.
- Setup database.
- Setup the simple configuration file for you.
What the script will not do
- Not help you to upgrade from previous version (Ubolratana1.1.5SP). This one supports only fresh install. We recommend you to not use this script for live website during beta version.
- Not help you for full configuration. You have to download config.php to change some variables by yourself.
Enhancements:
- This release removes the md5 hash check and enhances the installer.
- It includes newsletter registration.
- Some unused images have been removed.
- Minor bugs in several files have been fixed.
<<less
Download (0.36MB)
Added: 2006-11-17 License: GPL (GNU General Public License) Price:
1074 downloads
last played 0.3

last played 0.3


last played is a small script that shows the last 5 files a mounted iPod shuffle played in shuffle mode. more>>
last played is a small script that shows the last 5 files a mounted iPod shuffle played in shuffle mode.
Since you look at this page, you probably own an iPod shuffle. If you are like me, you like to upload new music on it, set it to shuffle mode and enjoy. Yeah!
Until there comes a song you really love or hate, but your trusty shuffle lacks a display, so there is no way to know (other than to memorize some lyrics and google for them) which song it was.
Luckily, there is an easier way: last played is a small python script that will put the last 5 (or whatever you tell it on command line) files you listened to on screen. Now you can simply delete songs you hate and give 5 stars to songs you love.
I recommend putting the last.py on the root directory of your shuffle. You can then start it from there using
python last.py
on the command line.
last played is released under the terms of the GNU GPL.
Version restrictions:
- Since the iPod shuffle recreates its shuffle sequence whenever the end of the current shuffle sequence is reached, the script might return wrong results now and then. I have not yet tested it thoroughly enough to confirm it, sorry. However, this should not happen too often.
Enhancements:
- This version now (probably) finds a shuffle under MS Windows, and detects if the sequential mode was set, showing the right files in this case.
<<less
Download (0.010MB)
Added: 2005-09-03 License: GPL (GNU General Public License) Price:
1511 downloads
LastamaroK 0.4.0

LastamaroK 0.4.0


LastamaroK allows to play last.fm radios ( http://last.fm/ ) in amaroK, and to use some basic controls as love/skip/ban. more>>
LastamaroK allows to play last.fm radios ( http://last.fm/ ) in amaroK, and to use some basic controls as love/skip/ban.

LastamaroK can be integrated in both Konqueror and Firefox.

More informations about using LastamaroK are in the Readme.

LastamaroK is based on the lastFMProxy by Vidar Madesn ( http://vidar.gimp.org/?page_id=50 ).

<<less
Download (0.030MB)
Added: 2006-07-02 License: GPL (GNU General Public License) Price:
1211 downloads
FreeBSD for i386 ISO 6.0 Beta 5

FreeBSD for i386 ISO 6.0 Beta 5


ISO version of FreeBSD UNIX more>>
This is the ISO version of FreeBSD.
FreeBSD offers advanced networking, performance, security and compatibility features today which are still missing in other operating systems, even some of the best commercial ones.
The quality of FreeBSD combined with todays low-cost, high-speed PC hardware makes FreeBSD a very economical alternative to commercial UNIX workstations.
It is well-suited for a great number of both desktop and server applications.
"Linux is for those who hate Microsoft, BSD is for those who love Unix" ;)
<<less
Download (naMB)
Added: 2009-04-11 License: Freeware Price:
204 downloads
Cavepilot 0.3.1

Cavepilot 0.3.1


Cavepilot is a cave-flying game for two players. more>>
Cavepilot project is a cave-flying game for two players.
Cavepilot is another cave-flying game like the old classics, Turbo Raketti and Gravity Force You fly a small rocket in a 2D cave and try to shoot down your opponent. It currently supports one or two local players.
Examples of modern counterparts are Turbis and Luola. Cavepilot currently
only supports one (which is rather boring) or two player games on a split screen. Some sort of network play is in the planning stage though.
Enhancements:
- Added the level "the bana" by Aino Soininen (Thank you, my love!)
- Fixed a typo in Makefile
<<less
Download (0.21MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1050 downloads
LibStroke 0.5.1

LibStroke 0.5.1


LibStroke is a stroke and gesture recognition library. more>>
LibStroke is a stroke translation library. Strokes are motions of the mouse that can be interpreted by a program as a command.

Strokes are used extensively in CAD programs. I fell in love with them when I was using the CAD tools that use a stroke interface to select tools or perform actions.

I wrote this library so that others can see how useful strokes can be and so that more programs take advantage of this extremely natural human-computer interface.
<<less
Download (0.17MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1473 downloads
Cook 2.30

Cook 2.30


Cook is a tool for constructing files. more>>
Cook is a tool for constructing files. Cook project is given a set of files to create, and recipes of how to create them. In any non-trivial program there will be prerequisites to performing the actions necessary to creating any file, such as include files. Cook provides a mechanism to define these.
When a program is being developed or maintained, the programmer will typically change one file of several which comprise the program. Cook examines the last-modified times of the files to see when the prerequisites of a file have changed, implying that the file needs to be recreated as it is logically out of date.
Cook also provides a facility for implicit recipes, allowing users to specify how to form a file with a given suffix from a file with a different suffix. For example, to create filename.o from filename.c
Cook is a replacement for the traditional make(1) tool.
There is a make2cook utility included in the distribution to help convert makefiles into cookbooks.
Cook is more powerful than the traditional make tool.
Cook has true variables, not simple macros.
Cook has a simple but powerful string-based description language with many built-in functions. This allows sophisticated filename specification and manipulation without loss of readability or performance.
Cook has user defined functions.
Cook can build in parallel.
Cook is able to build your project with multiple parallel threads, with support for rules which must be single threaded. It is possible to distribute parallel builds over your LAN, allowing you to turn your network into a virtual parallel build engine.
Cook can distribute builds across your LAN.
Cook is able to use fingerprints to supplement file modification times. This allows build optimization without contorted rules.
Cook can be configured with an explicit list of primary source files. This allow the dependency graph to be constructed faster by not going down dead ends, and also allows better error messages when the graph cant be constructed. This requires an accurate source file manifest.
In addition to walking the dependency graph, Cook can turn the input rules into a shell script, or a web page.
Cook runs on almost any flavor of UNIX. The source distribution is self configuring using a GNU Autoconf generated configure script.
Cook has special cascade dependencies, allowing powerful include dependency specification, amongst other things.
Enhancements:
- Some build and portability fixes were made.
- The license was changed to the GPLv3.
<<less
Download (0.86MB)
Added: 2007-06-26 License: GPL v3 Price:
854 downloads
NeWBIE LiveCD 0.2

NeWBIE LiveCD 0.2


NeWBIE LiveCD is a NetBSD based distro geared towards the desktop user. more>>
NeWBIE LiveCD is a NetBSD based distro geared towards the desktop user.
It includes software for Web browsing, chatting, multimedia, and document editing.
This acronym NeWBIE is pronounced just like the word "newbie" and stands for (Ne)tBSD (W)are (B)urned (I)n (E)conomy.
Newbie is a NetBSD (v. 3.0) live CD similar in spirit to the well-known FreeSBIE live CD. Newbie currently caters to the desktop-user (i.e. with applications for web browsing, chat, multimedia, document editing, etc) but will also serve as a core for creating a NetBSD version of Arudius (see below) - a network security auditing tool.
Why based on NetBSD? Because contrary to the popular opinion, NetBSD is not some obscure *BSD flavor that is only good for powering your toaster, but is a powerful, flexible and highly portable operating system.
In many aspects it is better than its more famous cousins. Did you know that NetBSD recently broke the speed record for network data transfer? And what about speed and scalability?
Enhancements:
- This release cleans up the boot process and adds a GUI tool for easy setup of the modem/DSL connection.
- More productivity tools are included (e.g. a file manager, spreadsheet, Samba, wireless AP detection, sniffer, network analysis, etc.).
<<less
Download (244MB)
Added: 2006-02-07 License: BSD License Price:
1358 downloads
Prey Dedicated Server 1.2

Prey Dedicated Server 1.2


Prey tells the story of Tommy, a Cherokee garage mechanic stuck on a reservation going nowhere. more>>
Prey tells the story of Tommy, a Cherokee garage mechanic stuck on a reservation going nowhere. His life changes when an otherworldly crisis forces him to awaken spiritual powers from his long-forgotten birthright. Abducted along with his people to a menacing mothership orbiting Earth, he sets out to save himself and his girlfriend and eventually his planet.
Prey is serious, dark story, based on authentic Cherokee mythology. Themes of sacrifice, love and responsibility are explored and the story dives into emotional territory not yet explored by similar games. You will find nothing familiar with this game.
Overview
In Prey, gamers enter an unpredictable world where nothing can be taken for granted. Most of the game takes place within a living ship, a giant entity that can sense and react to Tommys presence.
Prey makes use of Josephs Campbells renowned story structure, "The Heros Journey," for guiding the main character arc. Campbells extensive work on mythological story progression was made famous when George Lucas used it for Luke Skywalkers story arc in the original Star Wars.
Main features:
- Built on an enhanced Doom 3 engine, the most impressive 3D engine used in a released game.
- Portal technology adds a new dimension to gameplay, allowing enemies to appear out of thin air and create new and completely original puzzles and gameplay styles.
- Several never-before-seen gameplay elements such as Spirit Walking, Wall Walking, and Deathwalk.
- Highly organic, living environment that itself can attack Tommy.
- A deep, emotional story of love and sacrifice.
- Tommy has a sidekick, a spiritual hawk that can help him fight enemies and decipher the alien language of the living ship.
- Multiplayer game support that takes advantage of the unique gameplay styles in Prey.
<<less
Download (25.1MB)
Added: 2007-01-15 License: Freeware Price:
1013 downloads
Love Invaders 1.0k

Love Invaders 1.0k


Love Invaders project is a fun chunky retro game. more>>
Love Invaders project is a fun chunky retro game.

Love Invaders is a free retro game in which you may re-enact the famous "battle of 78" in space with your alien friends. It is simple to play, in classic style.

Love Invaders supports systems with correctly-configured OpenGL.

<<less
Download (1.3MB)
Added: 2006-11-13 License: Freeware Price:
1076 downloads
Kernel Version Monitor 0.5

Kernel Version Monitor 0.5


Kernel Version Monitor is a Superkaramba theme that creates a widget displaying the current version information of the kernel. more>>
Kernel Version Monitor is a Superkaramba theme that creates a widget displaying the current version information of the Linux kernel as put forth by the kernel.org RSS feed here: http://kernel.org/kdist/rss.xml . Kernel Version Monitor uses the Tux icon from the nuoveXT icon theme found at http://nuovext.pwsp.net

Kudos and thanks to Richard "Ricardo" Szlachta for his advice on refining the aesthetics of this theme.

This is my first Superkaramba theme and a work in progress. I would love to hear comments, opinions and suggestions in order to improve this theme.

<<less
Download (0.025MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1213 downloads
FFTW 3.1.2

FFTW 3.1.2


FFTW is a fast C FFT library. more>>
FFTW is a fast C FFT library.
FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). We believe that FFTW, which is free software, should become the FFT library of choice for most applications.
Our benchmarks, performed on on a variety of platforms, show that FFTWs performance is typically superior to that of other publicly available FFT software, and is even competitive with vendor-tuned codes. In contrast to vendor-tuned codes, however, FFTWs performance is portable: the same program will perform well on most architectures without modification.
Hence the name, "FFTW," which stands for the somewhat whimsical title of "Fastest Fourier Transform in the West."
The FFTW package was developed at MIT by Matteo Frigo and Steven G. Johnson. Server co-location is thanks to the Joannopoulos Ab-Initio Physics group.
Main features:
- Speed. (Supports SSE/SSE2/3dNow!/Altivec, new in version 3.0.)
- Both one-dimensional and multi-dimensional transforms.
- Arbitrary-size transforms. (Sizes with small prime factors are best, but FFTW uses O(N log N) algorithms even for prime sizes.)
- Fast transforms of purely real input or output data.
- Transforms of real even/odd data: the discrete cosine transform (DCT) and the discrete sine transform (DST), types I-IV. (New in version 3.0.)
- Efficient handling of multiple, strided transforms. (This lets you do things like transform multiple arrays at once, transform one dimension of a multi-dimensional array, or transform one field of a multi-component array.)
- Parallel transforms: parallelized code for platforms with Cilk or for SMP machines with some flavor of threads (e.g. POSIX). An MPI version for distributed-memory transforms is also available, currently only as part of FFTW 2.1.5.
- Portable to any platform with a C compiler. Documentation in HTML and other formats.
- Both C and Fortran interfaces.
- Free software, released under the GNU General Public License (GPL, see FFTW license). (Non-free licenses may also be purchased from MIT, for users who do not want their programs protected by the GPL. Contact us for details.) (Also see the FAQ.)
Enhancements:
- This release fixes the --enable-portable-binary option in the configure script.
- It fixes thread compilation on AIX.
- Configure now detects Core/Duo arch.
- Altivec detection has been fixed.
<<less
Download (2.6MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1219 downloads
Whole Platform 1.0.0.v20070403-1644

Whole Platform 1.0.0.v20070403-1644


Whole Platform project is a technology for engineering the production of software. more>>
Whole Platform project is a technology for engineering the production of software.
We think that programming is an activity concerning the development of domain languages; so, we provide a platform for developing new languages, manipulating them using domain notations and transforming them to executable code.
Using the Whole Platform, the problem domain experts can work together with the programming experts for the development of software products.
The Whole Platform includes a modeling framework, a generative system, a family of languages, and domain editors integrated with the Eclipse platform.
The languages boundled with the Platform include popular languages such as Java and XML together with some new domain languages used for modeling the structure, the behavior, the persistence and the notations of a language.
Main features:
Architecture
- Extensible. The architecture provides an API for language extension. You can add/remove languages, notations, persistences and operations.
- Java frameworks and domain languages. All the expressive power of the Whole Platform is available as standard Java frameworks. Part of this expressive power is also available through a family of domain languages.
- Generative. The Whole modeling languages generate code on top of the Java frameworks. Together with the extensive use of wellknown Design Patterns in frameworks, the code generated feels hand written.
Metaprogramming
- Native support. Each Whole language can be used at template level and, if it has an executable semantics, it can be also used at base or host level.
- Staging support for visitors. Staging support is available for behavior defined using the visitors traversal framework.
- Mixing template languages. A single artifacts generator can use multiple template languages.
Persistence
- Stream based persistence. The Persistence syntax of a model is pluggable. Both stream based and model based persistence methods (kits) are supported. The streaming API looks like the building events produced by the Director participant of the Builder Design Pattern.
- Java code and XML default serializers. The standard persistence kits are based on a streaming API and are available in two flavor: Java and XML. The Java code, when executed, fires a stream of building events.
- Stream based behavior. Model behavior can be defined directly on top of the streaming API without prior building of the model.
- Multiple languages support. Programs written using multiple languages are supported even on a single source file.
- Versioning support. Facilities for versioning metamodels and migrate/import existing models are provided.
Editing
- GEF based editors for Eclipse. Model based visual editors for Eclipse can be added to a Whole language even using separate plugins.
- Rich graphical user interfaces. Multiple kinds of notations are supported including grammar layouts for text oriented languages, math layout for mathematical expressions, tree and graph layouts for diagram oriented languages.
- Multiple notations for a language. For each language multiple notations can be defined and deployed in a modular way. The notation can be changed while editing.
- Mixing notations. Multiple notations can be mixed even on a single editor view. This feature is especially useful for metaprogramming using concrete syntaxes for template languages.
<<less
Download (MB)
Added: 2007-04-12 License: LGPL (GNU Lesser General Public License) Price:
926 downloads
Gentoo Linux 2007.0

Gentoo Linux 2007.0


Gentoo Linux uses an enhanced BSD ports-style package system. more>>
Gentoo Linux, a special flavor of Linux that can be automatically optimized and customized for just about any application or need. Extreme configurability, performance and a top-notch user and developer community are all hallmarks of the Gentoo experience.
Thanks to a technology called Portage, Gentoo Linux can become an ideal secure server, development workstation, professional desktop, gaming system, embedded solution or something else -- whatever you need it to be. Because of its near-unlimited adaptability, we call Gentoo Linux a metadistribution.
Portage is the heart of Gentoo Linux, and performs many key functions. For one, Portage is the software distribution system for Gentoo Linux. To get the latest software for Gentoo Linux, you type one command: emerge --sync.
This command tells Portage to update your local "Portage tree" over the Internet. Your local Portage tree contains a complete collection of scripts that can be used by Portage to create and install the latest Gentoo packages. Currently, we have more than 8000 packages in our Portage tree, with new ones being added all the time.
Portage is also a package building and installation system. When you want to install a package, you type emerge packagename, at which point Portage automatically builds a custom version of the package to your exact specifications, optimizing it for your hardware and ensuring that the optional features in the package that you want are enabled -- and those you dont want arent.
Portage also keeps your system up-to-date. Typing emerge -u world -- one command -- will ensure that all the packages that you want on your system are updated automatically.
Portage will keep your Gentoo Linux system as "up-to-date" as you desire. And because of this, experienced Gentoo users dont pay too much attention to "new versions" of Gentoo Linux -- after all, the latest and greatest version of Gentoo Linux is always available by typing an emerge --sync command.
Theres no need to wait several months for a "new version" of Gentoo Linux to be released because Gentoo Linux is continually updated and refined and these improvements are immediately made available to you.
Main features:
- Support for x86, AMD64, PowerPC, UltraSparc, Alpha and MIPS processors
- LiveCD-based installation for x86, AMD64, PowerPC, UltraSparc and Alpha
- Latest stable KDE and GNOME
- Various optimized Linux kernels
- Very modern GNU development environment
- Excellent filesystem support: ReiserFS, XFS, ext3, EVMS, LVM
- Excellent hardware support: NVIDIA, Creative Labs Live! and Audigy
- Modular OpenGL and compiler sub-system (supports multiple co-existing versions)
- Clean, dependency-based system initialization scripts
- New "hardened" Gentoo security initiative
- more than 8000 packages of the latest and greatest software
- Enhanced Portage capabilities
It all began with Extra Time. Time to explore, Time to discover, Time to experiment. Thats how the creator of Gentoo, Daniel Robbins stepped into the world of Linux. He started with Debian Linux, setup a couple of applications, learnt the ins & outs of Linux and as most Linux users do, tried out a couple of distributions and settled to help out with a distro called Stampede Linux.
Soon he was into Stampede development and working on their package management system. After a period of time and due to certain issues, he moved on and decided that he would create his own distribution.
Thus, Enoch was born. Daniel wanted Enoch to be a blazingly fast distro with capabilities to completely automate the package creation and upgrading process. Soon there was a #enoch on irc.freenode.net and 10 developers helping with the distro. Over a period of time, as Enoch started improving, they felt that it needed a new name.
They called it Gentoo Linux. Around about the time Gentoo was moving to its 1.0 release, Daniel bought a new, fast machine. The motherboard model had a faulty chip that caused Linux to lock up when idle and because of that, Gentoo Linux development came to a complete halt.
Since there wasnt anything going on with Gentoo, Daniel switched to FreeBSD. He liked what he saw. Especially the "Ports" system. And he returned to the Linux world. Along with the help of other developers like Achim Gottinger, Gentoo was back on track & charging ahead.
The whole package management system was redesigned & called Portage. Gentoo has been in active development ever since, with tons of features being continually added over the years. Teams of volunteers help keep Gentoo on the bleeding edge and patched to ensure maximum security & stability.
The Gentoo development model was extended with a complete project-based approach where each project develops independently but cooperatively with other Gentoo projects. Regular meetings between the project leads (called "project managers") keep the development high-paced. The Gentoo Foundation has been created to provide financial caretaking, juridical protection and oversee general Gentoo development to keep it in line with the Social Contract.
In April 2004, Daniel decided to resign from his development responsibilities within Gentoo. We are all very grateful for all the work that Daniel has put in Gentoo and wish him the best.
Gentoo still continues to grow, evolve and improve itself - new projects are added, new developers are joining, new packages are added every day. The Gentoo developer and user community is undoubtedly Gentoos strongest value.
Enhancements:
- After several delays, the Gentoo Release Engineering team is proud to announce the release of Gentoo Linux 2007.0, code named Secret Sauce. This release includes a completely rewritten version of the Gentoo Linux Installer on the AMD64 and x86 live CD and live DVD images. It also includes GNOME 2.16.2, KDE 3.5.5, Xfce 4.4, Mozilla Firefox 2.0.0.3, OpenOffice.org 2.1.0, and the 2.6.19 Linux kernel. Updated hardware support is among the highlights of the x86 release. Besides the many updated office and productivity packages x86 also brings an update to glibc 2.5. On amd64 you can enjoy updated 32-bit emulation libraries improving support for many closed source applications and browser plugins.
<<less
Download (58.7MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
905 downloads
Flex 2.5.33

Flex 2.5.33


Flex is a Fast Lexical Analyzer. more>>
Flex is a Fast Lexical Analyzer.

Flex is a fast lexical analyzer generator. It is a tool for generating programs that perform pattern-matching on text. Flex is a non-GNU free implementation of the well known Lex program.

Flex is a tool for generating scanners: programs which recognized lexical patterns in text. flex reads the given input files, or its standard input if no file names are given, for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. flex generates as output a C source file, `lex.yy.c, which defines a routine `yylex(). This file is compiled and linked with the `-lfl library to produce an executable. When the executable is run, it analyzes its input for occurrences of the regular expressions. Whenever it finds one, it executes the corresponding C code.

Some simple examples

First some simple examples to get the flavor of how one uses flex. The following flex input specifies a scanner which whenever it encounters the string "username" will replace it with the users login name:

%%
username printf( "%s", getlogin() );

By default, any text not matched by a flex scanner is copied to the output, so the net effect of this scanner is to copy its input file to its output with each occurrence of "username" expanded. In this input, there is just one rule. "username" is the pattern and the "printf" is the action. The "%%" marks the beginning of the rules.

Heres another simple example:

int num_lines = 0, num_chars = 0;

%%
n ++num_lines; ++num_chars;
. ++num_chars;

%%
main()
{
yylex();
printf( "# of lines = %d, # of chars = %dn",
num_lines, num_chars );
}

This scanner counts the number of characters and the number of lines in its input (it produces no output other than the final report on the counts). The first line declares two globals, "num_lines" and "num_chars", which are accessible both inside `yylex() and in the `main() routine declared after the second "%%". There are two rules, one which matches a newline ("n") and increments both the line count and the character count, and one which matches any character other than a newline (indicated by the "." regular expression).

A somewhat more complicated example:

/* scanner for a toy Pascal-like language */

%{
/* need this for the call to atof() below */
#include < math.h >
%}

DIGIT [0-9]
ID [a-z][a-z0-9]*

%%

{DIGIT}+ {
printf( "An integer: %s (%d)n", yytext,
atoi( yytext ) );
}

{DIGIT}+"."{DIGIT}* {
printf( "A float: %s (%g)n", yytext,
atof( yytext ) );
}

if|then|begin|end|procedure|function {
printf( "A keyword: %sn", yytext );
}

{ID} printf( "An identifier: %sn", yytext );

"+"|"-"|"*"|"/" printf( "An operator: %sn", yytext );

"{"[^}n]*"}" /* eat up one-line comments */

[ tn]+ /* eat up whitespace */

. printf( "Unrecognized character: %sn", yytext );

%%

main( argc, argv )
int argc;
char **argv;
{
++argv, --argc; /* skip over program name */
if ( argc > 0 )
yyin = fopen( argv[0], "r" );
else
yyin = stdin;

yylex();
}

This is the beginnings of a simple scanner for a language like Pascal. It identifies different types of tokens and reports on what it has seen.

The details of this example will be explained in the following sections.
<<less
Download (0.86MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
994 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5