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

Perl C Code Formatter freeware
Filter: All | Freeware | Demo
 

Perl C Code Formatter

< 1 2 3 4 5 > 
Added: August 08, 2008 | Visits: 3.558

Jedi Code Format The Jedi Code Formatter is an Open-Source code formatter for the Borland Delphi Object-Pascal programming language. The formatter can standardize all aspects of Delphi Object Pascal and Delphi.NET source code formatting, including indentation, spacing and capitalization. It is useful if you are...



Platforms: Windows

License: Freeware Size: 2.5 MB Download (346): Jedi Code Format Download

Added: January 26, 2010 | Visits: 815

JSCPP JSCPP is an ANSI C preprocessor and language parser that can analyze and instrument C code. Currently, its most prominent application is to add tracing to existing C programs simply by recompiling and linking it with the "jscc" compiler frontend. The standard tracing shows when a function is...





Platforms: *nix

License: Freeware Size: 307.2 KB Download (97): JSCPP Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 417

Single to multi-channel C converter A tool to transform single channel C code into multichannel C code. We are using pyparsing to provide a C sensitive find/replace mechanism. The resulting code is more testable than hand edited. The initial source base is DSP code.


Platforms: Windows, Mac, Linux

License: Freeware Size: 47.41 KB Download (48): Single to multi-channel C converter Download

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 576

SOCI - The C++ Database Access Library The database access library for C++ programmers that provides the illusion of embedding SQL in regular C++ code, staying entirely within the C++ standard.


Platforms: Windows, Mac, Linux

License: Freeware Size: 408.79 KB Download (48): SOCI - The C++ Database Access Library Download

Added: May 10, 2013 | Visits: 459

LibTPT TPT is a template scripting language implemented in C , designed to be integrated with C programs. It is intended as a fast, lightweight replacement for fullblown scripting languages, providing an easy interface for embedding TPT scripts in C code. The TPT language was originally based on PML....


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (59): LibTPT Download

Added: September 12, 2013 | Visits: 658

C# Matlab Program Launcher C# Matlab Program Launcher v1.1Amitabh Vermaamitabh@amitabhverma.comThis C# code provides a sleek loader that would execute your Matlab script or function without the requirement to launch Matlab manually. **This loader requires Matlab to be installed.**The launcher is useful in cases where there...


Platforms: PHP

License: Freeware Size: 839.68 KB Download (49): C# Matlab Program Launcher Download

Added: November 21, 2013 | Visits: 534

C++ Threads C++ Threads is a development library, that provides classes for threaded applications in native C++ code.


Platforms: *nix

License: Freeware Size: 204.8 KB Download (37): C++ Threads Download

Released: February 24, 2020  |  Added: August 12, 2020 | Visits: 646

Fornux C++ Superset Fornux C++ Superset is a source-to-source compiler that injects an innovative deterministic memory manager into existing C/C++ code thus making the resulting application crash proof and free from any memory leaks implicitly. The resulting application remains real-time and works on all embedded...


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

License: Freeware Size: 96.28 MB Download (52): Fornux C++ Superset Download

Added: August 26, 2008 | Visits: 3.656

PHP Editor The PHP Editor have some good features: Sintax Highlight - Syntax Highlight for PHP, HTML, SQL, Java, JavaScript, XML, Perl, C++, Python, CSS and others. Integration with Manual - The PHP Editor is fully integrated with the PHP Manual. Internal Browser. Web Server - The Editor have a small Web...


Platforms: Windows

License: Freeware Size: 5 MB Download (880): PHP Editor Download

Added: January 18, 2010 | Visits: 1.996

Ragel State Machine Compiler Ragel State Machine Compiler compiles finite state machines from regular languages into executable C/C++/Objective-C code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (175): Ragel State Machine Compiler Download

Added: October 08, 2010 | Visits: 885

Perl6::Currying Perl6::Currying is a Perl 6 subroutine currying for Perl 5. SYNOPSIS use Perl6::Currying; sub add ($a,$b) { $a + $b } # Define a sub with named params print add(1,2); # Call it my $incr = &add.prebind(a=>1); # Bind the $a argument to 1 # to create an increment subroutine print...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): Perl6::Currying Download

Added: February 08, 2010 | Visits: 1.327

GTK-Doc GTK-Doc is used to document C code. It is typically used to document the public API of libraries, such as the GTK+ and GNOME libraries, but it can also be used to document application code. Note that GTK-Doc wasnt originally intended to be a general-purpose documentation tool, so it can be a...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): GTK-Doc Download

Added: September 09, 2010 | Visits: 933

Gnocchi Gnocchi is a complexity analyzer for C++ code. It calculates cyclomatic and the NPATH complexity measures. The project reads the coverage information produced by GCC and determines the complexity of all functions. If code is compiled with -fprofile-arcs or -ftest-coverage (depending on compiler...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (95): Gnocchi Download

Added: March 04, 2010 | Visits: 1.254

Portable Object Compiler Portable Object Compiler project consists of a set of Objective-C class libraries and a precompiler (translator) that generates plain C code..


Platforms: *nix

License: Freeware Size: 839.68 KB Download (108): Portable Object Compiler Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 652

SOCI SOCI is a database access library for C++ that makes the illusion of embedding SQL queries in the regular C++ code, staying entirely within the Standard C++. The idea behind SOCI is to offer C++ programmers a way to access SQL databases in the most natural way. If you find existing libraries...


Platforms: Windows

License: Freeware Download (45): SOCI Download

Added: August 28, 2008 | Visits: 929

Regular Expression Component Library for VC7 Search and/or replace strings or files using regular expressions in non-managed C+ code. Supports both MFC and non-MFC programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model. Comes with extensive documentation and is...


Platforms: Windows

License: Freeware Size: 6.45 MB Download (103): Regular Expression Component Library for VC7 Download

Added: August 06, 2008 | Visits: 964

Regular Expression Component Library for VC7.1 Search and/or replace strings or files using regular expressions in non-managed C+ code. Supports both MFC and non-MFC programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model. Comes with extensive documentation and is...


Platforms: Windows

License: Freeware Size: 6.54 MB Download (103): Regular Expression Component Library for VC7.1 Download

Added: May 08, 2009 | Visits: 818

Arachnophilia Supports development of HTML, frames, CGI, Perl, C++, Java and Javascript with many intelligent tools and functions.


Platforms: Windows

License: Freeware Download (101): Arachnophilia Download

Added: June 09, 2010 | Visits: 678

cstrings A lightweight internationalization tool for C code, for those who find gettext too bulky and intrusive. Extracts strings from a program and turns them into #defines in a pre-pended code section. Has good features for building up your message base incrementally. This tool can be used to massage...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (98): cstrings Download

Added: March 26, 2010 | Visits: 921

fdmf fdmf is portable perl/C software for finding pairs of music files in a collection that are likely to contain the same music. It works on the music itself, not on the filename, tags, or headers. The project uses an audio fingerprint, or perceptual hash to recognize the duplicate files. It is...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (102): fdmf Download

< 1 2 3 4 5 >