code
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5160
PkgBuilder 20041012
PkgBuilder is a software package system for Linux, similar to BSD ports. more>>
PkgBuilder is a simple system for automatically creating software packages (in formats such as RPM, tgz, or Deb) from source code.
It is meant to be similar to the "ports" system found in BSD, but for Linux.
<<lessIt is meant to be similar to the "ports" system found in BSD, but for Linux.
Download (0.38MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1659 downloads
Simulator 8085 0.9.0
Simulator 8085 is an 8085 μP simulator for KDE. more>>
Simulator 8085 is a simulator of the 8085 MP for KDE (3.1 and 3.2pre) that allows you write code in a text editor.
After assembling, the hex code is readable alongside the mnemonics. It can handle jumping labels and strings, and you can choose beetween a single or multiple window interface. All 8085 MP inclusive interrupts work.
<<lessAfter assembling, the hex code is readable alongside the mnemonics. It can handle jumping labels and strings, and you can choose beetween a single or multiple window interface. All 8085 MP inclusive interrupts work.
Download (0.70MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1659 downloads
Choosefont 0.3
Choosefont is an efficient font finder. more>>
Choosefont is a simple but extremely efficient tool for quickly finding the required font in a large amount of fonts.
It was created due to the lack of decent font selection widgets in many application.
Apart from finding a font, Choosfont can also creat css, html and other code for the selected font, this code is automatically copied to the X clipboard.
<<lessIt was created due to the lack of decent font selection widgets in many application.
Apart from finding a font, Choosfont can also creat css, html and other code for the selected font, this code is automatically copied to the X clipboard.
Download (0.030MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1650 downloads
Code::Blocks 1.0 RC2
Code::Blocks is a C/C++ IDE built with configurability and extensibility in mind. more>>
Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. The Code::Blocks project was designed, right from the start, to be extensible and configurable.
Built around a plugin framework, Code::Blocks can be extended with plugin DLLs. It includes a plugin wizard so you can compile your own plugins! (Free SDK downloaded separately)
Main features:
- Open Source! GPL2, no hidden costs.
- Cross-platform. Runs on Linux or Windows (uses wxWidgets).
- Made in GNU C++. No interpreted languages or proprietary libs needed.
- Comes in two presentations: Standalone, and MinGW bundle
- Devpack support (optional)
- Extensible thru plugins (SDK available in the downloads section)
- Multiple compiler support:
- GCC (MingW / Linux GCC)
- MSVC++
- Digital Mars
- Borland C++ 5.5
- Open Watcom
- Compiles directly or with makefiles
- Predefined project templates
- Custom template support
- Uses XML format for project files.
- Multi-target projects
- Workspaces support
- Imports MSVC projects and workspaces (NOTE: assembly code and inter-project dependencies not supported yet)
- Imports Dev-C++ projects
- Integrates with GDB for debugging
- Syntax highlighting, customizable and extensible
- Code folding for C++ and XML files.
- Tabbed interface
- Code completion plugin
- Class Browser
- Smart indent
- One-key swap between .h and .c/.cpp files
- Open files list for quick switching between files (optional)
- External customizable "Tools"
- To-do list management with different users
<<lessBuilt around a plugin framework, Code::Blocks can be extended with plugin DLLs. It includes a plugin wizard so you can compile your own plugins! (Free SDK downloaded separately)
Main features:
- Open Source! GPL2, no hidden costs.
- Cross-platform. Runs on Linux or Windows (uses wxWidgets).
- Made in GNU C++. No interpreted languages or proprietary libs needed.
- Comes in two presentations: Standalone, and MinGW bundle
- Devpack support (optional)
- Extensible thru plugins (SDK available in the downloads section)
- Multiple compiler support:
- GCC (MingW / Linux GCC)
- MSVC++
- Digital Mars
- Borland C++ 5.5
- Open Watcom
- Compiles directly or with makefiles
- Predefined project templates
- Custom template support
- Uses XML format for project files.
- Multi-target projects
- Workspaces support
- Imports MSVC projects and workspaces (NOTE: assembly code and inter-project dependencies not supported yet)
- Imports Dev-C++ projects
- Integrates with GDB for debugging
- Syntax highlighting, customizable and extensible
- Code folding for C++ and XML files.
- Tabbed interface
- Code completion plugin
- Class Browser
- Smart indent
- One-key swap between .h and .c/.cpp files
- Open files list for quick switching between files (optional)
- External customizable "Tools"
- To-do list management with different users
Download (2.6MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1591 downloads
CTris 1.2
CTris is a simple tetris clone. more>>
CTris its mainly a tetris clone made by me for educational purposes, you can try to
have a look at the code but unfortunately its terribly messy and with few comments.
If you want to compile it from the sources you will need the DUMB libraries.
<<lesshave a look at the code but unfortunately its terribly messy and with few comments.
If you want to compile it from the sources you will need the DUMB libraries.
Download (0.84MB)
Added: 2005-08-11 License: (FDL) GNU Free Documentation License Price:
1534 downloads
RedWolf WebDeveloper Studio 0.0.4
RedWolf WebDeveloper Studio is an html editor. more>>
This is an html edit i started building it is my first program and it is only about a week old this is just a preview.
Main features:
- Open and Save Files
- Quick Code Buttons.
- Status bar seconds as a address bar.
- Code, Split, Pre Views
- Hex Color Code Dialog Picker.
- Expander button for streaching views
- You can view your project in real time as you code it.
<<lessMain features:
- Open and Save Files
- Quick Code Buttons.
- Status bar seconds as a address bar.
- Code, Split, Pre Views
- Hex Color Code Dialog Picker.
- Expander button for streaching views
- You can view your project in real time as you code it.
Download (0.29MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1523 downloads
GIPSpin 0.1.4
GIPSpin is a graphical interface programming system which allows code to be visualized. more>>
GIPSpin is a graphical interface programming system which allows code to be visualized and which can generate threaded code.
The user constructs code segments using visual boxes. The program flow is represented as links between the boxes. Complex elements such as threader boxes are available to implement threading.
Currently, simple C code can be automatically parsed and visualized. The user can also start with the GUI to construct code segments which are turned into C++ code.
Intended Audience:
Researchers and programmers who are interested in visual programming and threading. As stated in the development status, a lot of work remains to be done, and we would be happy for suggestions and comments.
We have found that the GIPSpin approach is also helpful for beginning programmers by reducing the intimidation factor in jumping right to text programming, and also helping develop better mental skills for grasping program flow. Seeing how the structured boxes generate code makes the task of programming seem less daunting.
<<lessThe user constructs code segments using visual boxes. The program flow is represented as links between the boxes. Complex elements such as threader boxes are available to implement threading.
Currently, simple C code can be automatically parsed and visualized. The user can also start with the GUI to construct code segments which are turned into C++ code.
Intended Audience:
Researchers and programmers who are interested in visual programming and threading. As stated in the development status, a lot of work remains to be done, and we would be happy for suggestions and comments.
We have found that the GIPSpin approach is also helpful for beginning programmers by reducing the intimidation factor in jumping right to text programming, and also helping develop better mental skills for grasping program flow. Seeing how the structured boxes generate code makes the task of programming seem less daunting.
Download (3.2MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1501 downloads
Blobtrixd 1.3.1
Blobtrixd is a standalone server for the Blobtrix game, a two-player variant of Tetris. more>>
Blobtrixd is a standalone server for the Blobtrix game, a two-player variant of Tetris.
Enhancements:
- Block dropping speed, launching time, and other similar options can be changed without touching the source code.
<<lessEnhancements:
- Block dropping speed, launching time, and other similar options can be changed without touching the source code.
Download (0.26MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1495 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
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
XML Toolkit 0.7 Beta2
XML Toolkit provides an easy to use, very pythoninc approach to XML processing. more>>
XML Toolkit provides an easy to use, very pythoninc approach to XML processing.
The current release of XML Toolkit is almost complete.
Check the source code to see the project status.
<<lessThe current release of XML Toolkit is almost complete.
Check the source code to see the project status.
Download (0.033MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1417 downloads
f-IDE 0.2.11
f-IDE is a development environment for C++. more>>
f-IDE is a development environment for C++.
f-IDE project provides powerful editing, code intelligence, and search capabilities that reduce development time.
Enhancements:
- A bug with starting development on an application has been fixed.
<<lessf-IDE project provides powerful editing, code intelligence, and search capabilities that reduce development time.
Enhancements:
- A bug with starting development on an application has been fixed.
Download (0.054MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1380 downloads
KEnigma 1.2.1
KEnigma is a replica of the German enigma code machine used in WW2 written in ruby/kde. more>>
KEnigma is a replica of the German enigma code machine used in WW2 written in ruby and kde.
This is an exact copy of the real machine (You could encode a message on a real enigma and decode it using this.)
<<lessThis is an exact copy of the real machine (You could encode a message on a real enigma and decode it using this.)
Download (0.032MB)
Added: 2006-02-17 License: GPL (GNU General Public License) Price:
1344 downloads
XCL 1.2.6
The XCL software suite aims to provide developers with tools for the programmatic handling of executable code. more>>
XCL project aims to provide developers with tools for the programmatic handling of executable code, combining easy generation and manipulation with execution speed and memory efficiency at runtime.
<<less Download (0.13MB)
Added: 2006-02-23 License: LGPL (GNU Lesser General Public License) Price:
1341 downloads
yUba 060321
yUba is a Hybrid Programming Language for easy Web application development. more>>
yUba is a Hybrid Programming Language for easy Web application development.
yUba is a programming language suitable for Web application development, which produces both Perl and Javascript codes from one language.
yUba creates both client-side code (JavaScript) and server-side code (Perl) at once. XML/HTML can be embedded directly in yUba code without any quotations.
Enhancements:
- Some compiler bugs were fixed.
<<lessyUba is a programming language suitable for Web application development, which produces both Perl and Javascript codes from one language.
yUba creates both client-side code (JavaScript) and server-side code (Perl) at once. XML/HTML can be embedded directly in yUba code without any quotations.
Enhancements:
- Some compiler bugs were fixed.
Download (0.33MB)
Added: 2006-03-21 License: BSD License Price:
1313 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 code 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