defined
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1980
Beos
Beos provides a beautiful set of icons. more>>
Beos provides a beautiful set of icons.
Matthew McClintock created a beautiful set of icons for Mac OS X, that I converted to create this icon theme about one the best desktop OS I know.
For the moment, the theme is not fully complete: some of the mime icons are defined. I will finalize it later.
<<lessMatthew McClintock created a beautiful set of icons for Mac OS X, that I converted to create this icon theme about one the best desktop OS I know.
For the moment, the theme is not fully complete: some of the mime icons are defined. I will finalize it later.
Download (0.23MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
12601 downloads
Glest 2.0
Glest is a project for making a free 3d real-time customizable strategy game. more>>
Glest is a project for making a free 3D real-time customizable strategy game.
Current version is fully playable, includes single player game against CPU controlled players, two factions with their corresponding tech trees, units, buildings and some maps.
Main features:
Customize every aspect of the game
- Custom units can be defined using XML files. Its posible to define its basic parameters (hp, mp, armor, sight, requirements and much more), its skills and commands and the 3d models associated with them.
- Custom upgrades can be defined. Its posibble to define how and what units they affect, its requirements and more.
- Custom factions can be defined by grouping a set of units and upgrades.
- Custom resources can be defined.
- Custom tech-trees can be defined by grouping a set of factions and resources.
- Custom tilesets can be defined. Its posible to define the surface textures, object 3d models (such as trees os rocks), ambient sounds and more.
- Maps can be edited with the glest map editor.
Graphics: OpenGL 1.3 graphics
- Heightmap terrain.
- Free camera movement (translation, rotation and zoom).
- Own 3d format that can be exported from 3dsmax using the g3d export plugin.
- Real-time shadows, projected or shadow mapped.
- Keyframe animated 3d models.
- Particle systems for rain, snow, fire and spells.
- Classical 3d effects: transparency, lighting, fog etc...
A.I.: ARTIFICIAL INTELIGENCY
- A* based pathfinding algorithm.
- Basic AI for computer controlled players.
Enhancements:
- New Magic units:Tower of Souls, Golem, Daemon giant, Drake rider
- New Tech units:Aerodrome, Air ballista, Rider, Ornithopter, Airship
- New Magic upgrades
- New Tech upgrades
- New animations for existing units
- Shared vision between allies
- New particle blending
- Players now start on the location indicated in the game settings menu
- Score system
- HTML documentation
- Increased projectile accuracy
- Optimized particle rendering
- Loads of balance changes
<<lessCurrent version is fully playable, includes single player game against CPU controlled players, two factions with their corresponding tech trees, units, buildings and some maps.
Main features:
Customize every aspect of the game
- Custom units can be defined using XML files. Its posible to define its basic parameters (hp, mp, armor, sight, requirements and much more), its skills and commands and the 3d models associated with them.
- Custom upgrades can be defined. Its posibble to define how and what units they affect, its requirements and more.
- Custom factions can be defined by grouping a set of units and upgrades.
- Custom resources can be defined.
- Custom tech-trees can be defined by grouping a set of factions and resources.
- Custom tilesets can be defined. Its posible to define the surface textures, object 3d models (such as trees os rocks), ambient sounds and more.
- Maps can be edited with the glest map editor.
Graphics: OpenGL 1.3 graphics
- Heightmap terrain.
- Free camera movement (translation, rotation and zoom).
- Own 3d format that can be exported from 3dsmax using the g3d export plugin.
- Real-time shadows, projected or shadow mapped.
- Keyframe animated 3d models.
- Particle systems for rain, snow, fire and spells.
- Classical 3d effects: transparency, lighting, fog etc...
A.I.: ARTIFICIAL INTELIGENCY
- A* based pathfinding algorithm.
- Basic AI for computer controlled players.
Enhancements:
- New Magic units:Tower of Souls, Golem, Daemon giant, Drake rider
- New Tech units:Aerodrome, Air ballista, Rider, Ornithopter, Airship
- New Magic upgrades
- New Tech upgrades
- New animations for existing units
- Shared vision between allies
- New particle blending
- Players now start on the location indicated in the game settings menu
- Score system
- HTML documentation
- Increased projectile accuracy
- Optimized particle rendering
- Loads of balance changes
Download (0.49MB)
Added: 2006-04-11 License: GPL (GNU General Public License) Price:
1751 downloads
newfile 1.0.13
newfile is a source file generator using a CPP-like preprocessor. more>>
newfile is a program for creating starter files, or trees of files, by processing templates with a C-preprocessor-like syntax.
newfile generates "starting-out" files using a full featured template preprocessor. It can also generate trees of files, for example, a FreeBSD port or a project using automake and autoconf.
A user can add their own template files and directories to those supplied with the package. It includes templates for making "empty" files for Ruby, make, shell, C, C++, C & C++ headers, and more.
Variables
Builtins
Some variables are built into the system, and should always be defined. Some will get default values if not defined.
TEMPLATE
The name of the template used to construct the current project or file(s).
NAME
The name of the input file, minus any directory prefix.
NAMEID
An identifier based on NAME.
PROJECT
If a project template is being expanded, this is the name of the template.
PROJECTID
An identifier based on PROJ.
LICENSE
Defined by the command line option -l/--license. Licenses are a special case of project templates, and their files are mixed in with a project templates file. In the case of a single file, the value of LICENSE determines which directory to search for a file called ``license that is included in the generated file.
AUTHOR
Defined by the command line option -a/--author. The name of the author of the code or document. If not given, taken from the users full name in the /etc/passwd file.
EMAIL
Defined by the command line option -e/--email. If not given, constructed from the users login name and the hostname.
ORGANIZATION
The organization to which the author belongs, in the context of the code or document being created. If not given, defaults to the value of AUTHOR.
OWNER
Defined by the command line option -o/--owner. The owner of the copyright. May be an arbitrary string, or one of the special strings ``org, ``organization, or ``author. If not given, defaults to ``author.
BODY
If defined, indicates to many templates to include extra boilerplate text to define a skeleton body for the file. See the individual templates for details. The shell and ruby templates are especially good examples, since these are the languages Ive been using most and these templates have received the most attention to detail.
<<lessnewfile generates "starting-out" files using a full featured template preprocessor. It can also generate trees of files, for example, a FreeBSD port or a project using automake and autoconf.
A user can add their own template files and directories to those supplied with the package. It includes templates for making "empty" files for Ruby, make, shell, C, C++, C & C++ headers, and more.
Variables
Builtins
Some variables are built into the system, and should always be defined. Some will get default values if not defined.
TEMPLATE
The name of the template used to construct the current project or file(s).
NAME
The name of the input file, minus any directory prefix.
NAMEID
An identifier based on NAME.
PROJECT
If a project template is being expanded, this is the name of the template.
PROJECTID
An identifier based on PROJ.
LICENSE
Defined by the command line option -l/--license. Licenses are a special case of project templates, and their files are mixed in with a project templates file. In the case of a single file, the value of LICENSE determines which directory to search for a file called ``license that is included in the generated file.
AUTHOR
Defined by the command line option -a/--author. The name of the author of the code or document. If not given, taken from the users full name in the /etc/passwd file.
Defined by the command line option -e/--email. If not given, constructed from the users login name and the hostname.
ORGANIZATION
The organization to which the author belongs, in the context of the code or document being created. If not given, defaults to the value of AUTHOR.
OWNER
Defined by the command line option -o/--owner. The owner of the copyright. May be an arbitrary string, or one of the special strings ``org, ``organization, or ``author. If not given, defaults to ``author.
BODY
If defined, indicates to many templates to include extra boilerplate text to define a skeleton body for the file. See the individual templates for details. The shell and ruby templates are especially good examples, since these are the languages Ive been using most and these templates have received the most attention to detail.
Download (0.13MB)
Added: 2005-04-13 License: BSD License Price:
1654 downloads
X Transparency Daemon 0.2.0
X Transparency Daemon is a daemon for managing X transparency independently from window managers. more>>
X Transparency Daemon provides a daemon which uses the X.org X11 server to set the transparency of user-defined applications to user-defined values.
Installation
Install from package or source and add the following lines
xcompmgr -c -F &
transd &
to your $HOME/.xinitrc
Configuration
* System-wide configuration file: /etc/transd/transd.conf
* User-based configuration file: $HOME/.transd/transd.conf
<<lessInstallation
Install from package or source and add the following lines
xcompmgr -c -F &
transd &
to your $HOME/.xinitrc
Configuration
* System-wide configuration file: /etc/transd/transd.conf
* User-based configuration file: $HOME/.transd/transd.conf
Download (0.030MB)
Added: 2005-04-27 License: GPL (GNU General Public License) Price:
1642 downloads
Quality Assurance Agent 0.1
QAA is a XUL Mozilla Firefox extension that performs a user supplied test list on a Web application. more>>
QAA is a XUL Mozilla Firefox extension that performs a user supplied test list on a Web application. Test sessions can be defined by example.
A report is generated when sessions are replayed.
Enhancements:
- This release can load and save .qaa files (Quality Assurance Agent file format), record a journey in the tested site using definition by example, and perform a test bench with a log style report.
<<lessA report is generated when sessions are replayed.
Enhancements:
- This release can load and save .qaa files (Quality Assurance Agent file format), record a journey in the tested site using definition by example, and perform a test bench with a log style report.
Download (0.030MB)
Added: 2005-06-28 License: GPL (GNU General Public License) Price:
1580 downloads
KMol 0.3.3
KMol is a molecular weight and elemental composition calculator. more>>
KMol calculates the elemental compositon and molecular weight of compounds from their chemical formula. KMol supports user defined groups and elements, unlimited nesting of subgroups, multicomponent compounds, global and per-user symbol definitions.
KMol is designed to be able to parse any chemical formula that can be
unambiguously interpreted if written as a simple character sequence (i.e.,
without subscript and superscript formating). If you can understand a chemical
formula, chances are KMol will understand it in exactly the same way.
Enhancements:
- Fixed KDE3 compilation problem. Fixed saving of user-defined weights.
<<lessKMol is designed to be able to parse any chemical formula that can be
unambiguously interpreted if written as a simple character sequence (i.e.,
without subscript and superscript formating). If you can understand a chemical
formula, chances are KMol will understand it in exactly the same way.
Enhancements:
- Fixed KDE3 compilation problem. Fixed saving of user-defined weights.
Download (0.34MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1500 downloads
PySnippet 1.3
PySnippet is a code snippet manager for any language. more>>
PySnippet is a code snippet manager for any language.
It features a user defined folder hierarchy, syntax highlighting, automatic clipboard copying, and an XML based data file.
Enhancements:
- A snippet properties window and an about window were created.
- Four new C++ snippets were added.
<<lessIt features a user defined folder hierarchy, syntax highlighting, automatic clipboard copying, and an XML based data file.
Enhancements:
- A snippet properties window and an about window were created.
- Four new C++ snippets were added.
Download (0.014MB)
Added: 2005-10-05 License: GPL (GNU General Public License) Price:
1480 downloads
AdCensor 0.11
Ad Censor filters annoying ads by matching requested urls with a blacklist and checking the HTML code for suspicious tags. more>>
Ad Censor filters annoying ads by matching requested urls with a blacklist and checking the HTML code for suspicious tags.
Main features:
- Checks HTML data from HTTP connection for user defined patterns (e.g. ads) and deletes them.
- Works with any Browser (even without) because it is a proxy.
- Works even over a HTTP proxy.
- Has an easy to use GUI config editor.
- Filters can be defined with perl regex.
- Can also block cookies.
<<lessMain features:
- Checks HTML data from HTTP connection for user defined patterns (e.g. ads) and deletes them.
- Works with any Browser (even without) because it is a proxy.
- Works even over a HTTP proxy.
- Has an easy to use GUI config editor.
- Filters can be defined with perl regex.
- Can also block cookies.
Download (MB)
Added: 2005-10-06 License: GPL (GNU General Public License) Price:
1478 downloads
Useful Terminal IO Library 1.0.0
Useful Terminal IO library is a C++ alternative to ncurses for working with terminfo-defined terminals. more>>
The Useful Terminal I/O library is a C++ alternative to ncurses for working with terminfo-defined terminals. Included are raw terminfo string access and output, an efficient buffered output system, and a keyboard driver.
Installation:
./configure
make
make install
./configure --help lists configuration options, like setting an installation path other than /usr/local. To use the library, include utio.h and link with -lutio. Look at the example programs in the demo directory to start with something that is known to work.
<<lessInstallation:
./configure
make
make install
./configure --help lists configuration options, like setting an installation path other than /usr/local. To use the library, include utio.h and link with -lutio. Look at the example programs in the demo directory to start with something that is known to work.
Download (0.040MB)
Added: 2005-10-06 License: MIT/X Consortium License Price:
1478 downloads
Pretty Code Web 1.00
Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the Web. more>>
Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the web.
Written in php it uses syntax files separate from the main code to highlight a specified language.
Main features:
- Syntax highlighting for (potentially) any language.
- User defined syntax files.
- User defined colors
- Separate colors for:
- 6 Keyword Groups
- Text Strings
- Operators
- Block and Line Comments
- Bracket Characters
<<lessWritten in php it uses syntax files separate from the main code to highlight a specified language.
Main features:
- Syntax highlighting for (potentially) any language.
- User defined syntax files.
- User defined colors
- Separate colors for:
- 6 Keyword Groups
- Text Strings
- Operators
- Block and Line Comments
- Bracket Characters
Download (0.024MB)
Added: 2005-10-20 License: Free for non-commercial use Price:
1470 downloads
OCERA Real Time Ethernet 0.3.1
The ORTE is an implementation of the RTPS communication protocol defined by Real Time Innovations. more>>
The ORTE is an implementation of the RTPS communication protocol defined by Real Time Innovations.
RTPS is an application layer protocol targeted to the real-time communication area. It is built on top of a standard UDP stack.
This protocol is being submitted to the IETF as an informational RFC and has been adopted by the IDA group.
<<lessRTPS is an application layer protocol targeted to the real-time communication area. It is built on top of a standard UDP stack.
This protocol is being submitted to the IETF as an informational RFC and has been adopted by the IDA group.
Download (1.6MB)
Added: 2005-11-03 License: GPL (GNU General Public License) Price:
1454 downloads
iCalDoubleRemover
iCalDoubleRemover script just removes duplicate Entries in iCals. more>>
iCalDoubleRemover script just removes duplicate Entries in iCals. Dupicate entries are defined as having the same Entries except for the UID bit. A special feature is support for duplicate BirthdayCal entries as well.
Be aware that you need Perl, Config::Inifiles via Perlupdate ( perl -MCPAN -e shell install Config::IniFiles ).
<<lessBe aware that you need Perl, Config::Inifiles via Perlupdate ( perl -MCPAN -e shell install Config::IniFiles ).
Download (0.006MB)
Added: 2005-11-18 License: Freeware Price:
1436 downloads
Password Cracking Library 2.0c.1
Password Cracking Library allows you to write own password cracking software. more>>
Password Cracking Library allows you to write own password cracking software.
Main features:
- powerful dictionary attack with word modifiers
- brute force (with or without known chars) attack
- misspelled password recovery, and more
Enhancements:
- Any (european) language and encoding support
- User-defined charsets
- New modifiers, including user-defined conversion tables
- Timing and benchmarking functions
- Any password length
<<lessMain features:
- powerful dictionary attack with word modifiers
- brute force (with or without known chars) attack
- misspelled password recovery, and more
Enhancements:
- Any (european) language and encoding support
- User-defined charsets
- New modifiers, including user-defined conversion tables
- Timing and benchmarking functions
- Any password length
Download (0.037MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1418 downloads
cproto 4.7e
cproto generates function prototypes for functions defined in the specified C source files to the standard output. more>>
cproto generates function prototypes for functions defined in the specified C source files to the standard output.
The function definitions may be in K&R or ANSI C style, or in lint-library form. cproto can also convert function definitions in the specified files from the K&R style to the ANSI C style.
Enhancements:
- This version was modified to eliminate most of the remaining fixed-buffer limits.
<<lessThe function definitions may be in K&R or ANSI C style, or in lint-library form. cproto can also convert function definitions in the specified files from the K&R style to the ANSI C style.
Enhancements:
- This version was modified to eliminate most of the remaining fixed-buffer limits.
Download (0.14MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1417 downloads
polld 0.2
polld is a simple daemon that periodically opens files defined in /etc/polld. more>>
polld is a simple daemon that periodically opens files defined in /etc/polld.
polld project can be used for scanning partitions in a card reader that does not report card insertion and removal.
I use this for scanning partitions in card reader, which does not report card
insertion/removal. With polld, they appear in 10 seconds after insertion and
udev will then create appripriate device nodes.
Enhancements:
- New release.
- Use LSB init script.
<<lesspolld project can be used for scanning partitions in a card reader that does not report card insertion and removal.
I use this for scanning partitions in card reader, which does not report card
insertion/removal. With polld, they appear in 10 seconds after insertion and
udev will then create appripriate device nodes.
Enhancements:
- New release.
- Use LSB init script.
Download (0.008MB)
Added: 2006-01-06 License: GPL (GNU General Public License) Price:
1386 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 defined 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