Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.424.069 Times

Command Conquer Generals Mods freeware
Filter: All | Freeware | Demo
 

Command Conquer Generals Mods

< 1 2 3 4 5 > 
Released: November 18, 2012  |  Added: November 18, 2012 | Visits: 553

Command Line Parser GetPot Powerful command line and configuration file parsing for C++, Python, Ruby and Java (others to come). This tool provides many features, such as separate treatment for options, variables, and flags, unrecognized object detection, prefixes and much more.



Platforms: Windows, Mac, Linux

License: Freeware Size: 57.48 KB Download (52): Command Line Parser GetPot Download

Released: June 14, 2012  |  Added: June 14, 2012 | Visits: 489

Command Line Tools Provides a portable, highly configurable, lightweight command line access to commonly used internet services (see features). Supports any operating system running Java, and can run in curses or a standard console mode.





Platforms: Windows, Mac, Linux

License: Freeware Size: 10.29 MB Download (49): Command Line Tools Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 502

Event Driven Command Line Handler For Java, parses GNU standards compliant command line arguments and calls event handler methods/fields automatically, based on given arguments (cmd line & from file). Use annotations to define your options, and descriptions for the auto generated help.


Platforms: Windows, Mac, Linux

License: Freeware Size: 27.42 KB Download (52): Event Driven Command Line Handler Download

Released: December 01, 2012  |  Added: December 01, 2012 | Visits: 384

flack - edit FLAC tags from command line A menu-driven BASH script to easily tag your collection of FLAC files from the command line, without the need for a GUI.


Platforms: Mac, BSD, Linux

License: Freeware Size: 15.89 KB Download (50): flack - edit FLAC tags from command line Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 519

JCLO: A Java Command Line Option package The Java Command Line Option package uses reflection to find the variables in a class and parses a command line to provide the values for them.


Platforms: Windows, Mac, Linux

License: Freeware Size: 39.33 KB Download (48): JCLO: A Java Command Line Option package Download

Released: September 25, 2012  |  Added: September 25, 2012 | Visits: 434

JCmd - Pure Java Command Shell JCmd is a pure Java command shell that is highly configurable and extensible.


Platforms: Windows, Mac, Linux

License: Freeware Size: 255.08 KB Download (48): JCmd - Pure Java Command Shell Download

Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 1.195

Mods of Scorched3d Scorched3d-Mods is a collection of comunity made mods for Scorched3d. You can find Scorched3d at http://sourceforge.net/projects/scorched3d


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 4.27 KB Download (44): Mods of Scorched3d Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 396

MyCL: My Command Line Cross platform command line created for debuggers and system administrators. Initial release will have server security check commands and other great debugging/Tech Assistance.


Platforms: Windows, Mac, Linux

License: Freeware Size: 76.54 KB Download (47): MyCL: My Command Line Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 487

pentapenguin's phpBB MODs pentapenguin's phpBB MODs. Free MODs for the phpBB Forum software.


Platforms: Windows, Mac, Linux

License: Freeware Size: 16.27 KB Download (44): pentapenguin's phpBB MODs Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 473

Plait command-line jukebox Plait (pronounced 'play') is a command-line jukebox and music player front-end. It understands brief queries that pick a single song, mix queries that combine works from multiple artists, and stream queries that find Shoutcast radio streams.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 45.68 KB Download (46): Plait command-line jukebox Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 598

R45s phpBB Mods A collection of practical mods (or hacks) written for the popular opensource bulletin board, phpBB2


Platforms: Windows, Mac, Linux

License: Freeware Size: 21.44 KB Download (44): R45s phpBB Mods Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 489

ShellRaptor: Command Line SQL Utility Simple java based command line SQL editor. Will connect to any database that you can provide a JDBC Type 4 driver for (in the form of a jar).


Platforms: Windows, Mac, Linux

License: Freeware Size: 25.57 KB Download (59): ShellRaptor: Command Line SQL Utility Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 529

XMLStarlet command line XML toolkit XMLStarlet is a set of command line utilities (tools) to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for text files with UNIX grep, sed, awk, diff, patch, join, etc utilities.


Platforms: Windows, Mac, BSD, Solaris, Linux

License: Freeware Size: 376.71 KB Download (52): XMLStarlet command line XML toolkit Download

Released: November 21, 2012  |  Added: November 21, 2012 | Visits: 304

World to Conquer About World to Conquer A mission based strategy game of swords and sorcery. Many missions to conquer, user missions too. Test your mettle by mastering the use of several different unit types.


Platforms: Mac

License: Freeware Size: 5.5 MB Download (52): World to Conquer Download

Released: December 13, 2012  |  Added: December 13, 2012 | Visits: 291

Command-T The Command-T plug-in for VIM provides an extremely fast, intuitive mechanism for opening files with a minimal number of keystrokes. It's named "Command-T" because it is inspired by the "Go to File" window bound to Command-T in TextMate. Files are selected by typing characters that appear in...


Platforms: Mac

License: Freeware Size: 92.16 KB Download (55): Command-T Download

Added: May 10, 2013 | Visits: 593

Admins/mods color management This MOD allows to customizing the color of admins' and mods' names displayed in the Who is Online list on the index page, and to apply these new colors to the other places where these names are displayed.You can apply these new colors to the: - Forums moderators on the index page - Last Post...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (57): Admins/mods color management Download

Added: May 10, 2013 | Visits: 282

Parsing the command line The module optparse was a great addition to Python 2.3, since it is much more powerful and easier to use than getopt. Using optparse, writing command-line tools is a breeze. However, the power of optparse comes together with a certain verbosity. This script allows to use optparse with a minimum...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Parsing the command line Download

Added: August 01, 2013 | Visits: 351

Async Command This module is useful for running complex 3rd party programs in the backend to analyze/process data stored in the Drupal database. Through Drupal admin interface, you simply issue any pre-defined data processing commands into a queue, which are executed later by the 3rd party programs (perhaps on...


Platforms: Matlab

License: Freeware Size: 2.28 MB Download (45): Async Command Download

Added: July 26, 2013 | Visits: 364

Nickvergessen-mods Nickvergessen-mods, MODs for phpBB3 by nickvergessen.


Platforms: PHP

License: Freeware Size: 501.76 KB Download (40): Nickvergessen-mods Download

Added: May 18, 2013 | Visits: 740

Command School Student Management System Command School Student Management System, a web based student/school management system.Features of Command School Student Management System:- Completely web based open source student management system- Manage unlimited schools and students- Integrated chat feature for teachers, admins, and...


Platforms: PHP

License: Freeware Size: 3.25 MB Download (51): Command School Student Management System Download

< 1 2 3 4 5 >