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

Intranet Chat Project With Source Code freeware
Filter: All | Freeware | Demo
 

Intranet Chat Project With Source Code

< 1 2 3 4 5 > 
Added: March 16, 2010 | Visits: 1.608

QOF Generator QOF Generator is a project that generates C object source code from HTML/PHP or Perl/XML. Generating new objects for the Query Object Framework is repetitive, tedious, and time consuming. Qof Generator automates this process in PHP to build a working test program linked against QOF. Objects... Platforms: *nix

License: Freeware Size: 17.41 KB Download (151): QOF Generator Download

Added: October 05, 2010 | Visits: 1.102

paco Paco project is a source code package organizer for Unix/Linux systems, originally written to aid package management when installing an LFS system. When installing a package from sources, paco wraps the "make install" command (or whatever is needed to install the files into the system), and... Platforms: *nix

License: Freeware Size: 358.4 KB Download (91): paco Download

Added: February 26, 2010 | Visits: 1.046

ioquake3 1.34 ioquake3 project (or ioq3 for short) aims to build upon id Softwares Quake 3 source code release. The source code was released on August 20, 2005 under the GPL. Since then, we have been cleaning up, fixing bugs, and adding features. Our permanent goal is to create the open source Quake 3... Platforms: *nix

License: Freeware Size: 2.7 MB Download (126): ioquake3 1.34 Download

Added: April 17, 2010 | Visits: 631

relman relman application takes your source code, runs the build, and distributes the packages. A configuration file allows you to define application-wide defaults in addition to information particular to individual projects such as the source directory, package name, and the like. Once set up, you... Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): relman Download

Added: August 22, 2010 | Visits: 1.138

Hammer of Thyrion 1.4.2 Hammer of Thyrion is a port of Ravens Hexen2 source code and is based on the original Linux Hexen II project, Anvil of Thyrion. HoT includes many bugfixes, improved sound and video modes, opengl improvements and documentation among many others. Whats New in This Release: General: --------... Platforms: *nix

License: Freeware Size: 12 MB Download (97): Hammer of Thyrion 1.4.2 Download

Added: July 24, 2010 | Visits: 1.179

JCite JCite project contains cites snippets of Java source code or Excel sheets into HTML documents – API documentation, for instance. Citing from tests, or tested code, guarantees that examples really work. And, thanks to the excellent Java2Html library, they get automatic syntax highlighting.. Platforms: *nix

License: Freeware Size: 225.28 KB Download (202): JCite Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 848

Code Keeper The Code Keeper a;pplication was developed to be a small utility for programmers, web authors, database designers or anyone else that needs to keep track of and reuse source code fragments. All of your code fragments can be recorded, annotated, organized and retrieved with ease. Just cut and... Platforms: All

License: Freeware Download (48): Code Keeper Download

Added: May 03, 2010 | Visits: 1.171

CodePrinter CodePrinter is a tiny utility to print out source code or other text files. CodePrinter projects main intent is to provide you with print-outs for your code reviews and to save some paper by fitting two code pages onto one sheet of paper. CodePrinter is written in Java and makes use of the Java... Platforms: *nix

License: Freeware Download (139): CodePrinter Download

Added: October 23, 2010 | Visits: 2.217

Quake III Arena Source This is the source code for Quake III Arena version 1.32b, released by id Software. Quake III Arena Source is subject to the terms of the GNU General Public License. While we made sure we were still able to compile the game on Windows, GNU/Linux and Mac, this build didnt get any kind of... Platforms: *nix

License: Freeware Size: 2.9 MB Download (85): Quake III Arena Source Download

Added: May 10, 2013 | Visits: 895

Scintilla Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging... Platforms: *nix, C/C++, BSD

License: Freeware Download (109): Scintilla Download

Added: February 27, 2010 | Visits: 2.874

PMD PMD is a Java source code analyzer. PMD finds unused variables, empty catch blocks, unnecessary object creation, and more. PMD project includes CPD, a tool to detect chunks of identical code PMD scans Java source code and looks for potential problems like: - Possible bugs - empty... Platforms: *nix

License: Freeware Size: 8 MB Download (1419): PMD Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 951

Collection of Delphi Examples Collection of most wanted Delphi examples with full source code and animated tutorials as a standalone application. No third party components. Platforms: Windows

License: Freeware Size: 6.99 MB Download (92): Collection of Delphi Examples Download

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

XenoCrawler XenoCrawler is an application that allows you to crawl websites, servers, and web pages to view source code, style sheets, scripts, html, graphics, documents, and other related information safely, quickly, and easily without opening a browser or running any scripts. XenoCrawler is targeted for... Platforms: Windows, Other

License: Freeware Size: 6.1 MB Download (47): XenoCrawler Download

Added: May 10, 2013 | Visits: 886

Show Source in Color This little script will let you show the source code, of any PHP script, in color and it will also have line numbers on the left. This is good for those people that don't have the opportunity to use .phps extension due to the fact that their server is not running php as a module.   Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (62): Show Source in Color Download

Added: May 10, 2013 | Visits: 617

GeSHi Filter for syntax highlighting Source code can be entered with for example ... or ....Supports highlighting for the following languages: ABAP, ActionScript, Ada, Apache Log, AppleScript, ASM, ASP, AutoIt, Bash, BlitzBasic, bnf, C, C (Mac), CAD DCL, CAD Lisp, CFDG, ColdFusion, C , C (QT), C#, CSS, D, Delphi, Diff, DIV, DOS,... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): GeSHi Filter for syntax highlighting Download

Added: May 10, 2013 | Visits: 713

PMD Code Analyzer PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.PMD scans Java source code and looks for potential problems like: - Possible bugs - empty try/catch/finally/switch statements - Dead code - unused local variables,... Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (53): PMD Code Analyzer Download

Released: November 01, 2014  |  Added: March 29, 2016 | Visits: 5.088

IFOP Free source code (OpenVMS COBOL) and documentation files of IFOP, a customized MRP II application (Manufacturing Resource Planning). This is a fully integrated and self-contained system, with hundreds of interrelated functions for production, sales, shipping, EDI, quotations, lot management,... Platforms: OpenVMS

License: Freeware Size: 2.86 MB Download (59): IFOP Download

Added: September 23, 2010 | Visits: 4.397

Patch Maker Patch Maker helps you manage multiple in-progress source code patches to software. Patch Maker remembers which files are part of which patch, and keeps them disentangled during the development process. It speeds up common operations and housekeeping tasks, allowing you to focus on writing code.... Platforms: *nix

License: Freeware Size: 32.77 KB Download (287): Patch Maker Download

Released: June 15, 2008  |  Added: April 27, 2010 | Visits: 3.429

Add-in Express Toys for VSTO and Excel This is a free sample add-in (ready to install and use) that adds a number of useful features to Microsoft Excel, including advanced options for Excel styles, merging cells and special paste options. The add-in is based on the innovative Add-in Express technology and gives you an example of... Platforms: Windows

License: Freeware Size: 452.99 KB Download (210): Add-in Express Toys for VSTO and Excel Download

Added: January 18, 2010 | Visits: 1.006

Cloc Cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. Cloc project is written entirely in Perl using only modules from the standard distribution of Perl v5.6 and higher (well, sort of) and so is quite portable. Cloc is known to run on many... Platforms: *nix

License: Freeware Size: 133.12 KB Download (97): Cloc Download

< 1 2 3 4 5 >