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

Bracket freeware
Filter: All | Freeware | Demo
 

Bracket

1 2 > 
Released: September 24, 2012  |  Added: October 10, 2012 | Visits: 5.617

Income Tax Calculator This tax calculator instantly estimates your US federal income tax and finds your tax brackets. Tax brackets show percentage of tax that you pay on additional income. The higher is your taxable income, the higher is your federal tax rate. Suppose that you earn an additional amount of $1000 and...



Platforms: Windows, Other

License: Freeware Size: 478.12 KB Download (533): Income Tax Calculator Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 546

SportsDraw Contains Excel spreadsheets for simplifying the recording of results for sports. TennisDraw8 - for 4-8 person knockout tennis tournaments. TennisDraw16 - for 9-16 person knockout tennis draws. TennisRoundRobinDraw - for pools of 8 - 10 players playing 1 to 3 set matches. RoundRobinDraw - for...





Platforms: Windows

License: Freeware Size: 138 KB Download (471): SportsDraw Download

Released: June 12, 2014  |  Added: June 16, 2014 | Visits: 1.692

dbForge SQL Complete Express dbForge SQL Complete Express is a free add-in for SQL Server Management Studio and Visual Studio. It offers powerful autocompletion and formatting of T-SQL code that replaces native Microsoft T-SQL Intellisense. Besides the extension of the List Members, Complete Word and Parameter Info...


Platforms: Windows

License: Freeware Size: 10.2 MB Download (362): dbForge SQL Complete Express Download

Added: April 08, 2010 | Visits: 3.334

Tournament Pool and Bracket Tracker Tournament Pool and Bracket Tracker is a Java Servlet based generic game tournament pool bracket tracking application suitable especially for the NCAA basketball championship tournament. Features include bracket entering, multiple scoring systems, multiple users, groups, pools, etc....


Platforms: *nix

License: Freeware Size: 6.3 MB Download (230): Tournament Pool and Bracket Tracker Download

Added: August 01, 2008 | Visits: 1.365

LIS (LISP) Code Formating This is a freeware utility for LISP programmers, it can be used for two purposes: * Formating LISP source code. The beginning of each line of your code is reformatted so that open and it's corresponding closed bracket are aligned. Please note that this formatting doesn't affect your habits of...


Platforms: Windows

License: Freeware Size: 9 KB Download (215): LIS (LISP) Code Formating Download

Released: July 22, 2020  |  Added: September 05, 2020 | Visits: 842

Notepad3 Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. Notepad3 is an replacement for the default Windows text editor. Theres nothing wrong with Windows Notepad, its lightweight and fast; however programmers and other text file users will all agree that it has...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 4.69 MB Download (196): Notepad3 Download

Added: August 11, 2008 | Visits: 1.199

Java Trainer Java Trainer (JT) is for students who intend to learn Java , C#(or C++ for that matter). It is a simple programming system in a web page (no install), with a language close to C and Java, but cut-down. It only covers the very early material of a programming course, and might also be suitable for...


Platforms: any

License: Freeware Size: 33 KB Download (129): Java Trainer 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 (125): Pasmo Download

Added: August 10, 2008 | Visits: 744

AgPad AgPad is a small, fast and powerful freeware general purpose text editor for programmers. Features: Code completion for JavaScript, supports ExtJS framework; Code folding for many languages; Drag and drop text editing. Find and replace with basic regular expression support; Matching bracket...


Platforms: Windows

License: Freeware Size: 724 KB Download (119): AgPad 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: 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: 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: 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 (103): Config::IniFiles 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

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: 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: 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: 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: 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: 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

1 2 >