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.165.809 Times

Ncaa Bracket software
Filter: All | Freeware | Demo
 

Ncaa Bracket

< 1 2 3 4 > 
Released: January 14, 2009  |  Added: January 16, 2009 | Visits: 1.750

WeBuilder 2008 Complete all-in-one web code editor for all your web document editing needs. Clean and convenient interface, quick startup, true flexibility and powerful features allow you to create and edit HTML, XHTML, CSS, JavaScript, VBScript, PHP, ASP, ASP.Net, SSI, Perl, Ruby, WML code faster and easier...



Platforms: Windows

License: Shareware Cost: $49.85 USD Size: 6.32 MB Download (816): WeBuilder 2008 Download

Added: August 21, 2008 | Visits: 874

Editra Editra is a multiplatform code editor, whose implementation has focused on gaining a functional and comfortable user interface for the programmer, and ofers all types of help when developing source code.Editra has support for basic autocomplete and syntax highlighting for more than 20 programming...





Platforms: Windows

License: Freeware Size: 8 KB Download (98): Editra Download

Released: January 14, 2009  |  Added: January 19, 2009 | Visits: 4.938

Rapid PHP Editor 2008 Rapid PHP editor is full-featured, very quick and sophisticated PHP editor with a debugger and utf-8 support. Convenient features enable you to instantly create, edit and test not only PHP, but also HTML, XHTML, CSS and JavaScript code, while integrated tools allow you to easily validate, reuse,...


Platforms: Windows

License: Shareware Cost: $39.85 USD Size: 6.24 MB Download (1406): Rapid PHP Editor 2008 Download

Released: May 22, 2012  |  Added: June 17, 2012 | Visits: 1.677

4Easysoft Mac Mod Converter 4Easysoft Mac Mod Converter is designed to convert Mod video made by JVC camcorder, or others camcorder. So So you can use it to convert Mod to AVI/ FLV, ect on Mac. Also, this Mac Mod Converter supports to conver Tod, MPG, MPEG, ect to popular videos in MPEG-4, H.264/MPEG-4 AVC, MOV, M4V, AVI,...


Platforms: Mac, Other

License: Shareware Cost: $24.95 USD Size: 9.98 MB Download (116): 4Easysoft Mac Mod Converter Download

Released: June 28, 2010  |  Added: June 30, 2010 | Visits: 1.765

HTMLPad 2010 HTMLPad is quick and sophisticated all-in-one HTML, CSS, JavaScript and server side script editor. Clean and convenient interface, quick startup, true flexibility and powerful features allow you to create and edit HTML, CSS, JavaScript, PHP and ASP code faster and easier than ever, while...


Platforms: Windows

License: Shareware Cost: $35.85 USD Size: 5.72 MB Download (134): HTMLPad 2010 Download

Added: January 01, 2010 | Visits: 1.062

Nasal Nasal is a language that I wrote for use in a personal project. Ostensibly it was because I was frustrated with the dearth of small-but-complete embeddable scripting languages, but of course I really wrote it because it was fun. It is still young and incomplete in a few places, but is under...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Nasal Download

Added: June 27, 2010 | Visits: 1.301

Locale::RecodeData::ISO_8859_14 Locale::RecodeData::ISO_8859_14 is a Perl module with conversion routines for ISO-8859-14. CHARACTER TABLE The following table is sorted in the same order as the original charmap. All character codes are in hexadecimal. Please read ISO-10646 as ISO-10646-UCS4. Local | ISO-10646 |...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (87): Locale::RecodeData::ISO_8859_14 Download

Added: March 19, 2010 | Visits: 1.008

Pasmo Pasmo project is a Z80 cross assembler, written in standard C++ that compiles easily in multiple platforms. Actually can generate object code in the following formats: raw binary, Intel HEX, PRL for CP/M Plus RSX, Plus3Dos (Spectrum +3 disk), TAP, TZX and CDT (Spectrum and Amstrad CPC emulators...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (124): Pasmo Download

Added: July 23, 2010 | Visits: 2.470

ADOdb Lite ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster, while being compatible with a subset of the most commonly used ADODB commands. ADOdb Lite supports Frontbase, MaxDB, MiniSql, MSSQL, MySQL, PostgreSQL, SQLite, and Sybase. Whats New in...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (106): ADOdb Lite Download

Added: May 03, 2010 | Visits: 860

Text::MicroMason::ServerPages Text::MicroMason::ServerPages Perl module contains an alternate syntax like ASP/JSP Templates. SYNOPSIS Instead of using this class directly, pass its name to be mixed in: use Text::MicroMason; my $mason = Text::MicroMason::Base->new( -ServerPages ); Use the standard compile and execute...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (93): Text::MicroMason::ServerPages Download

Added: June 21, 2010 | Visits: 1.675

Gubed PHP Debugger Gubed PHP Debugger is, as the name suggests, a program to debug PHP scripts. It is not, as some people first believe, a PHP syntax checker. That is, it wont tell you where you forgot to put an ending bracket. It is rather a debugger to find logical errors, like why does this if-statement not...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (115): Gubed PHP Debugger Download

Added: October 03, 2010 | Visits: 987

DL/SQL DL/SQL is declarative, turing-complete programming language based on top of SQL database. The main idea is to store both program and data in one SQL table and make all the computations in it. The current version of interpreter written in PHP contains quasi-lazy evaluation and simple caching....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (98): DL/SQL Download

Added: August 12, 2010 | Visits: 630

File::Glob File::Glob is a Perl extension for BSD glob routine. SYNOPSIS use File::Glob :glob; @list = bsd_glob(*.[ch]); $homedir = bsd_glob(~gnat, GLOB_TILDE | GLOB_ERR); if (GLOB_ERROR) { # an error occurred reading $homedir } ## override the core glob (CORE::glob() does this automatically...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (87): File::Glob Download

Added: March 11, 2010 | Visits: 1.027

Config::Magic SYNOPSIS Example 1 use Config::Magic; use Data::Dumper; $input=q{ Section 1 { [Section 4] #Comment style #1 //Comment style #2 ;Comment style #3 Monkey:1 Monkey=>2 Monkey:=3 < Section 2 > Foo = Bar Baz { Bip:1 Pants==5 } < /Section > < Tasty Cheese="3" / > < Section 5 >...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (113): Config::Magic Download

Added: September 24, 2010 | Visits: 699

Config::IniFiles Config::IniFiles is a module for reading .ini-style configuration files. SYNOPSIS use Config::IniFiles; my $cfg = new Config::IniFiles( -file => "/path/configfile.ini" ); print "The value is " . $cfg->val( Section, Parameter ) . "." if $cfg->val( Section, Parameter ); Config::IniFiles...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (97): Config::IniFiles Download

Added: April 23, 2010 | Visits: 820

jEdit 4.3 jEdit is an Open Source text editor written in Java. jEdit has many useful features, such as syntax highlighting, bracket matching, regular expression searching, multiple file search and replace, folding, and keyboard macros. jEdit also includes a powerful plugin architecture that allows more...


Platforms: *nix

License: Freeware Size: 2 MB Download (96): jEdit 4.3 Download

Added: April 04, 2010 | Visits: 925

HTML::CGIChecker HTML::CGIChecker is a Perl module to detect dangerous HTML code. SYNOPSIS use HTML::CGIChecker; $feedback = < TABLE CELLPADDING="2" >< TR >< TD >One column< /TD >< /TR >< /TABLE >< BR > " Arrays & variables " Dough > Hi, how are you ? And now some Perl code: < PRE > print "< HTML ><...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): HTML::CGIChecker Download

Added: January 25, 2010 | Visits: 1.608

Playmaker Football In Playmaker Football, you make all the decisions--from who to draft, to who holds the ball on extra point attempts. This game unites three distinct modules into one program. In Team Draft, build the team you need to best run your plays. In the Chalkboard Editor, build your play books and design...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 1.3 MB Download (210): Playmaker Football Download

Added: January 25, 2010 | Visits: 708

Corel Bryce Updater Corel Bryce 5.0.1 Updater fixes the following:Artifacts occasionally appeared on transparent objects when using lights that have soft shadowsBitmap sequence output was only rendering one frame of a network rendered animation. NOTE: Images are not assembled until after the animation render has...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 5.2 MB Download (96): Corel Bryce Updater Download

Released: June 27, 2010  |  Added: July 01, 2010 | Visits: 2.705

Rapid PHP Editor 2010 Rapid PHP editor is full-featured, very quick and sophisticated PHP editor with a debugger and utf-8 support. Convenient features enable you to instantly create, edit and test not only PHP, but also HTML, XHTML, CSS and JavaScript code, while integrated tools allow you to easily validate, reuse,...


Platforms: Windows

License: Shareware Cost: $39.85 USD Size: 7.38 MB Download (1285): Rapid PHP Editor 2010 Download

< 1 2 3 4 >