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

Add To Favorites Code freeware
Filter: All | Freeware | Demo
 

Add To Favorites Code

< 1 2 3 4 5 > 
Added: February 17, 2010 | Visits: 1.530

C to C++ C to C++ is a Python script that converts C code to C++ code. The main program is ctocpp.py that performs successive stages for converting C to C++. A script, ctocpp gives it as parameter to the python interpreter with options you add. The archive also includes scripts that may help you: -...



Platforms: *nix

License: Freeware Size: 102.4 KB Download (112): C to C++ Download

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

SQL to Java Code Generator SQL2JAVA is a SIMPLE, PRAGMATIC and POWERFUL code GENERATOR.It maps any relational schema to a java API dedicated to access your database schema. It supports Oracle, SQLServer, PostgreSQL, MySQL, Sybase, HSQL, etc...2 minutes to install/try...





Platforms: Windows, Mac, Linux

License: Freeware Size: 3.65 MB Download (49): SQL to Java Code Generator Download

Added: July 26, 2010 | Visits: 1.113

Test::Fixme Test::Fixme is a Perl module to check code for FIXMEs. SYNOPSIS # In a test script like t/test-fixme.t use Test::Fixme; run_tests(); # You can also tailor the behaviour. use Test::Fixme; run_tests( where => lib, # where to find files to check match => TODO, # what to check for...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Test::Fixme Download

Added: March 05, 2010 | Visits: 1.112

Test::Tail::Multi Test::Tail::Multi is a Perl module to execute code, monitor dynamic file contents. SYNOPSIS use Test::Tail::Multi files => [qw(file1 file2)] tests=>2; # Can add files dynamically as well add_file(file3, "decided to add file3 too"); # Execute a command and check against output...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (107): Test::Tail::Multi Download

Added: January 16, 2010 | Visits: 770

ocl4java ocl4java project lets you add special Java 5 annotations containing OCL expressions with pre and post conditions and invariants to your code, and have source code to check them inserted automatically either by ant or eclipse. Upon failing an assertion, an AssertionError, exception, log message,...


Platforms: *nix

License: Freeware Size: 27.1 MB Download (91): ocl4java Download

Added: April 21, 2010 | Visits: 957

TRASHY TRASHY is a way to write HTML code using only a few characters, reducing the amount of typing errors, space wasted, helping you to arrange code, and providing an easy way to avoid some common HTML mistakes (like a wrong sequence in closing tags). Why write the attrib height thousands of times...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (92): TRASHY Download

Added: January 25, 2010 | Visits: 1.011

Morse Code Translator Morse Code Translator converts text to morse code and vice versa. Just enter your message either as plain text or as morse code and the widget will translate it. And if you are curious about what combination of dots and dashes a certain letter is just look it up...


Platforms: Mac

License: Freeware Download (189): Morse Code Translator Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 704

Wonderwebware RTF to HTML Converter HTML to Script Converter is a tool for web developers, designed with one single purpose: to save your time when you need to convert RTF to HTML code. To convert rtf to html, just select the rtf file and save the output html.


Platforms: Windows

License: Freeware Size: 491 KB Download (418): Wonderwebware RTF to HTML Converter Download

Added: January 11, 2013 | Visits: 329

Source Speak RC2 Source Speak is a PHP program which enables a person to display their program's source code. If you are wondering why someone would want to share their code, there are many reasons. - displaying code for a potential employer - showing other developers your algorithms - developers on add to...


Platforms: BSD Solaris

License: Freeware Download (59): Source Speak RC2 Download

Added: May 10, 2013 | Visits: 234

Add to Feed The customized text can be inserted before or after the post content. InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.1 or higher


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

License: Freeware Download (54): Add to Feed Download

Added: May 17, 2013 | Visits: 407

Print data to HTML-code This function writes data in a structured way so that it can be viewed in a html-browser. It can also be imported by word, excel and other programs so that it can be used easily elsewhere.To use it :print2html(s,nrecurs,f)s data (structure, cells, other MATLAB data)nrecurs : recursive display of...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (42): Print data to HTML-code Download

Added: May 15, 2013 | Visits: 474

HITS- IE6 PNGFix Upon installation and activation, this plugin will add the necessary code to your pages to take advantage of the approaches to getting the IE6 PNG Transparency issue solved.Installation :This section describes how to install the plugin and get it working. 1. Upload folder hits-ie6-pngfix to the...


Platforms: PHP

License: Freeware Size: 71.68 KB Download (45): HITS- IE6 PNGFix Download

Added: April 13, 2013 | Visits: 517

Include Code Listing This plugin allows you to include code listing from external files into your content items,with syntax highlighting and line numbers.Please click the demo link to see a live example in action.Latest Version==============v1.0.1 (for Joomla 1.0) and v1.5.1 (for Joomla 1.5)Released December 10,...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Include Code Listing Download

Added: November 11, 2010 | Visits: 696

wxHatch wxHatch is intended as a gui building block to put together basic wxWidgets applications, with the ability to automatically generate makefiles, design and manipulate menus, and to incorporate code samples and dialogs. wxWidgets. No warranty of any kind, either for the code or programs...


Platforms: *nix

License: Freeware Size: 3.7 MB Download (96): wxHatch Download

Added: March 16, 2010 | Visits: 1.547

DCWorkflow Dump DCWorkflow Dump provides a simple tool to dump a web-generated workflow to Python code for use in Products. Dumps DCWorkflow specifications into a python script. Installation .Untar/copy it into your Zopes Products dir .Restart Zope .You now have a dump tab in the workflow management...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (117): DCWorkflow Dump Download

Added: August 15, 2010 | Visits: 985

Hash::Diff::Dispatch Hash::Diff::Dispatch allows to execute code depending on difference between hashes. SYNOPSIS my $hash_watcher = Hash::Diff::Dispatch->new( {}, # Sets the starting hash # The events will be called using the order returned # by calling keys on these values... b => &bold, i => &italic,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Hash::Diff::Dispatch Download

Added: October 04, 2010 | Visits: 975

Source Speak 1.0 Source Speak is a PHP program which enables a person to display their programs source code. If you are wondering why someone would want to share their code, there are many reasons. displaying code for a potential employer showing other developers your algorithms developers on add to your code...


Platforms: *nix

License: Freeware Download (107): Source Speak 1.0 Download

Released: June 09, 2011  |  Added: June 20, 2011 | Visits: 2.149

jQuery Multi Level Menu Style 11 jQuery Multi Level Menus with the unlimited number of submenu levels is a great way to place a lot of information on a page and has been widely used on blogs recently. With jQuery Multi Level Menu you can easily create great looking menu with cool effects for your website. Just select color...


Platforms: Windows, Mac, *nix

License: Freeware Size: 42.52 KB Download (202): jQuery Multi Level Menu Style 11 Download

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 852

Webocton - Scriptly Webocton - Scriptly is an extensive, yet easy-to-use code editor designed to help you write HTML and program with PHP. In addition to the comprehensive search and replace facility, the program features syntax highlighting for several script languages and file types. Code snippets and complex...


Platforms: Windows

License: Freeware Download (51): Webocton - Scriptly Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 1.041

Portable Webocton - Scriptly Portable Webocton - Scriptly is an extensive, yet easy-to-use code editor designed to help you write HTML and program with PHP. In addition to the comprehensive search and replace facility, the program features syntax highlighting for several script languages and file types. Code snippets and...


Platforms: Windows

License: Freeware Download (51): Portable Webocton - Scriptly Download

< 1 2 3 4 5 >