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

C Code Metrics freeware
Filter: All | Freeware | Demo
 

C Code Metrics

< 1 2 3 4 5 
Released: June 02, 2012  |  Added: June 02, 2012 | Visits: 346

C++Pager The C++Pager can help C++ programmers to output long complex text (i.g HTML). It enables to embed C++ code in text files which use JSP like syntax, and uses STL based stream to output. It is the C++'s simple standalone version of JSP.



Platforms: Windows, Mac, Linux

License: Freeware Size: 75.43 KB Download (48): C++Pager Download

Released: December 07, 2012  |  Added: December 07, 2012 | Visits: 481

Python To C Module Generator Designed to aid in the conversion of Python modules to C extension modules while keeping the same interface into the module. This will make it easier to convert existing Python code into C code to give it a speed boost without changing to existing code





Platforms: Windows, Mac, Linux

License: Freeware Size: 14.23 KB Download (48): Python To C Module Generator Download

Added: May 10, 2013 | Visits: 965

VBConversions VB.Net to C# Converter VBConversions VB.Net to C# Converter allows you to convert over 99% of your VB code to C# automatically. Features: Unsurpassed Accuracy - Microsoft 101 Sample VB.Net programs convert at 100% accuracy. - Each release is stress tested on hundreds of thousands of lines of VB.Net code. - VB...


Platforms: Windows, ASP.NET,

License: Freeware Download (61): VBConversions VB.Net to C# Converter Download

Added: June 09, 2013 | Visits: 584

Profiling DSP Code on a TI DM6437 This paper walks you through the process of profiling code running on a Texas Instruments DM6437 DSP. To demonstrate the process we profiled many common DSP algorithms including Auto-Correlation, the Dot Product, the FFT, an FIR filter, an IIR Filter, a Matrix Multiply, and an LMS Filter. These...


Platforms: Matlab

License: Freeware Size: 3.28 MB Download (46): Profiling DSP Code on a TI DM6437 Download

Released: September 03, 2013  |  Added: October 13, 2013 | Visits: 2.445

FileMaker Barcode Font Encoder Plugin The FileMaker Pro Barcode Plug-In for Windows and Macintosh easily integrates into forms and reports to add barcodes. Code 128 (sets A, B and C), Postnet, Planet, Interleaved 2 of 5, ITF, UPC-A, EAN-13, EAN-8, Codabar and MSI are supported. This barcode plug-in is free, but is designed to use it...


Platforms: Windows, Mac

License: Freeware Size: 1.53 MB Download (579): FileMaker Barcode Font Encoder Plugin Download

Added: July 14, 2013 | Visits: 442

Pate plugins for C++ All that u c here is mine set of plugins for P?*Nzt?*A*. Latter is a plugin for KDE's Kate editor which allows to write plugins using Python. Most of this plugins I wrote to help myself writing a C++ code and found them quite usable. After feedback from my friends (C++ coders too :) I've...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Pate plugins for C++ Download

Added: March 13, 2006 | Visits: 3.678

LineCounter Command line tool that counts the number of source code lines. It counts individual files or integrates with your favorite IDE. Today, Line Counter supports Microsoft Visual Studio, JBuilder and Kawa. Line Counter can also parse unsupported IDE project files with a little help from you.


Platforms: Windows

License: Freeware Size: 108 KB Download (387): LineCounter Download

Added: November 12, 2010 | Visits: 1.111

StateML StateML is a State Machine Markup Language, with GraphViz and template-driven code generation. SYNOPSIS ## See the stml command for command line use (recommended) ## Heres what a .stml file might look like: < machine id="main" xmlns="http://slaysys.com/StateML/1.0"...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): StateML Download

Added: June 10, 2010 | Visits: 903

DataDraw DataDraw is an ultra-fast persistent database for high performance programs written in C. The DataDraw project is so fast that many programs keep all their data in a DataDraw database, even while being manipulated in inner loops of compute intensive applications. Unlike slow SQL databases,...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (91): DataDraw Download

Added: June 17, 2010 | Visits: 1.013

Inline::CPR Inline::CPR is C Perl Run. Embed Perl in C, ala Inline SYNOPSIS #!/usr/local/bin/cpr int main(void) { printf("Hello World, Im running under Perl version %sn", CPR_eval("use Config; $Config{version}") ); return 0; } Is it C? Is it Perl? Its neither, its both. Its CPR! CPR (C Perl...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Inline::CPR Download

Added: February 13, 2010 | Visits: 1.201

Control Library Control Library is a small C++ library for writing control applications. It can be compiled for either generic Unix userspace or for kernelspace under RTLinux 3.2. Control Library frees a programmer from having to write control applications in low-level C code under RTLinux, while allowing the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (100): Control Library Download

Added: June 20, 2010 | Visits: 1.113

libb64 libb64 is a library of ANSI C routines for fast encoding/decoding data into and from a base64-encoded format. C++ wrappers are included, as well as the source code for standalone encoding and decoding executables. Base64 uses a subset of displayable ASCII characters, and is therefore a useful...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (117): libb64 Download

Added: November 13, 2010 | Visits: 920

mktclapp Mktclapp is a utility that helps you mix C/C++ with Tcl/Tk to make a standalone executable. Using mktclapp, you can write programs wherethere are next situations: C code can call Tcl procedures or execute Tcl commands, Tcl code can invoke C functions, The executable is a single binary file...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (104): mktclapp Download

Added: August 18, 2010 | Visits: 902

GIPSpin 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...


Platforms: *nix

License: Freeware Size: 3.2 MB Download (100): GIPSpin Download

Added: April 25, 2010 | Visits: 1.154

Boehm-Demers-Weiser Conservative Garbage Collector The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. Boehm-Demers-Weiser Conservative Garbage Collector allows you to allocate memory basically as you normally would, without explicitly deallocating memory that is no...


Platforms: *nix

License: Freeware Size: 1024 KB Download (96): Boehm-Demers-Weiser Conservative Garbage Collector Download

Added: August 08, 2010 | Visits: 818

snowdrop snowdrop provides a stenographic text/code watermarking tool. snowdrop is a steganographic text document and C code watermarking tool that uses redundant, tamper-evident and modification-proof information embedded in the content itself, instead of the medium, to simplify tracking of proprietary...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (112): snowdrop Download

Added: June 05, 2010 | Visits: 1.003

CyVis CyVis project is a free software metrics collection, analysis and visualisation tool for java based software.. CyVis,software metrics,software complexity,software metrics visualiser, java code analysis,java code metrics


Platforms: *nix

License: Freeware Size: 4.8 MB Download (120): CyVis Download

Added: August 23, 2010 | Visits: 1.276

Felix Programming Language Felix is an advanced Algol like procedural programming language with a strong functional subsystem. It features ML style typing, first class functions, pattern matching, garabge collection, polymorphism, and has built in support for high performance microthreading, regular expressions and context...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (114): Felix Programming Language Download

Added: January 25, 2010 | Visits: 920

Gambit-C Gambit-C includes a Scheme interpreter and a Scheme compiler which can be used to build standalone executables. Because the compiler generates portable C code it is fairly easy to port to any platform with a decent C compiler. The thread system is very efficient and can support millions of...


Platforms: Mac

License: Freeware Size: 6.7 MB Download (102): Gambit-C Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 1.005

HsTCPIPv4 - Embedded TCP IP Protocol Sta HsTCPIPv4 - Embedded TCP IP Protocol Stack.HsTCPIPv4 is a suite of cross platform ANSI C source code libraries which fully implement TCP IP protocol. HsTCPIPv4 as a whole or any of its included components can be used in an embedded system or on PC. HsTCPIPv4 is supplied with full ANSI C source...


Platforms: Windows, Source

License: Freeware Size: 962.56 KB Download (58): HsTCPIPv4 - Embedded TCP IP Protocol Sta Download

< 1 2 3 4 5