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

C Code Line Counter software
Filter: All | Freeware | Demo
 

C Code Line Counter

< 1 2 3 4 5 
Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 320

ElcroDBGenerator FREEWARE application for generation of C# code classes from database tables. Generates code which presents C# classes for reading database tables. Included is help system with explanation on use (internet connection required for help). Platforms: Windows

License: Freeware Size: 406 KB Download (51): ElcroDBGenerator Download

Released: June 08, 2012  |  Added: June 08, 2012 | Visits: 498

Algol 68 Compiler, Interpreter & Runtime Compiler, Interpreter & Runtime for UNESCO/IFIP's Algol68 revision 1; With: POSIX threads (Parallel& Multicore), plotutils, GSL (GNU scientific library), curses, sound, TCP sockets, RegEx & PostgreSQL; Algol68RS (UK Defense Research Agency) emits C code Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 468.3 KB Download (46): Algol 68 Compiler, Interpreter & Runtime Download

Released: September 06, 2012  |  Added: September 06, 2012 | Visits: 408

CPP2RTF CPP2RTF: generates listings of C++ code in RTF format, using different fonts and typefaces to highlight syntax for printing on a B&W printer.Pre-compiled binaries for both Windows and Cygwin are provided. Platforms: Windows, Mac, Linux

License: Freeware Size: 42.05 KB Download (49): CPP2RTF Download

Released: December 17, 2012  |  Added: December 17, 2012 | Visits: 351

f2cpp f2cpp is a python script to convert Fortran 77 to C++ code. The output files of f2cpp script, in contrast to the well-known f2c translator, can be easy read by human. Platforms: Windows, Mac, Linux

License: Freeware Size: 47.92 KB Download (50): f2cpp Download

Released: October 02, 2012  |  Added: October 02, 2012 | Visits: 389

OpenCOBOL OpenCOBOL is an open-source COBOL compiler, which translates COBOLprograms to C code and compiles it using GCC.OpenCOBOL 1.1pre-rel has been uploaded, with support for SCREEN SECTIONOpenCOBOL is Copyright (C) 2001-2009 Keisuke Nishida Copyright (C) 2007-2009 Roger While This program is free... Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 984.17 KB Download (59): OpenCOBOL Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 216

PyEmbedC Python module to embed C/C++ code within Python programs and scripts. Transparently allow native access to python data from C code and vice versa. Module provides all the 'glue' to dynamically convert data types, arrays and structures. Platforms: Windows, Mac, Linux

License: Freeware Size: 11.01 KB Download (53): PyEmbedC Download

Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 414

SVG_plot The SVG_plot C++ library allows, with a few lines of C++ code, to add plotting of data, held in STL containers like vector and map, output as SVG files that can be viewed by all modern browers. 1D, 2D and Boxplots can be produced, and there are a myriad of options to control appearance. The... Platforms: Windows, Mac, Linux

License: Freeware Size: 6.35 MB Download (49): SVG_plot Download

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

VSIPC - Very Simple IPC C-code that make it easier to fork and execute functions in new processes and then collect the data in the parent process. Mainly intended for MOSIX/openMosix (and other SSI clusters) that lack distributed shared mem. Platforms: Mac, BSD, Linux

License: Freeware Size: 15.38 KB Download (48): VSIPC - Very Simple IPC Download

Added: May 10, 2013 | Visits: 556

Determine size of console window This script is a Python implementation of few lines of C-code that get useful information about current working console on Windows. It may be useful for console application to proper formatting output. Recipe need ctypes package to be installed. When use handle of stdout for determining size of... Platforms: Windows, Python,

License: Freeware Download (51): Determine size of console window Download

Added: September 16, 2013 | Visits: 449

Multiphase level set image segmentation This Matlab/C code contains routines to perform level set image segmentation according to:(1) various multiphase (multiregion) formulations, including a fast scheme where the computation load grows linearly with the number of regions and,(2) various region-based image descriptions which... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 14.74 MB Download (47): Multiphase level set image segmentation Download

Added: July 21, 2013 | Visits: 300

FELICITY This is a MATLAB/C++ code for solving PDEs that are discretized by a finite element method on unstructured grids. It automates assembly of a variety of FEM matrices using a straightforward syntax and automatic code generation. The resultant matrices can be manipulated by MATLAB for ease in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 2.03 MB Download (44): FELICITY Download

Added: September 17, 2013 | Visits: 509

Mathematical model of a mini-helicopter robot ( Mathematical model of a mini-helicopter robot using Simulink blocks, which allows the automatic code generation without using c-code S-functions.There is a complete toolbox that includes more subsystems and more features: detailed help in every block, governor model, analysis and design tools,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (46): Mathematical model of a mini-helicopter robot ("ColibrdoTs") Download

Added: July 20, 2013 | Visits: 283

Rcpp The Rcpp package provides C++ classes that greatly facilitate interfacing C or C++ code in R packages using the .Call() interface provided by R. Rcpp provides matching C++ classes for a large number of basic R data types. Hence, a package author can keep his data in normal R data structures... Platforms: Mac

License: Freeware Size: 1.79 MB Download (45): Rcpp Download

Added: August 08, 2013 | Visits: 434

Alchemy Preview Alchemy is a research project that allows users to compile C and C++ code that is targeted to run on the open source ActionScript Virtual Machine (AVM2). The purpose of this preview is to assess the level of community interest in reusing existing C and C++ libraries in Web applications that run... Platforms: Mac

License: Freeware Size: 40.48 MB Download (43): Alchemy Preview Download

Added: July 19, 2013 | Visits: 393

png2objc Converts binary files into Obj-C code (useful for using images from statically linked iPhone frameworks) Platforms: Mac

License: Freeware Size: 10.24 KB Download (40): png2objc Download

Added: October 14, 2013 | Visits: 206

hfcca This tool will calculate the cycolomatic complexity of C/C++/Objective C code without caring about header files and preprocessors. So the tool is actually calculating how complex the code 'looks' rather than how complex the code 'is'. People will need this tool because it's often very hard to... Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): hfcca Download

Added: November 05, 2013 | Visits: 495

Embedded Font Generator For Linux Embedded Font Generator (EFGen) is a generator of a cross-platform ANSI C code that renders a text using OpenGL. Generated code includes everything you need to render a custom text, also it is easy to compile and link with your application. Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): Embedded Font Generator For Linux Download

Added: September 24, 2013 | Visits: 270

GTK+ Object Builder GOB (GOB2 anyway) is a preprocessor for making GObjects with inline C code so that generated files are not edited. Syntax is inspired by Java and Yacc or Lex. The implementation is intentionally kept simple, and no C actual code parsing is done. Reasons: C is a perfect (well mostly) language,... Platforms: *nix

License: Freeware Size: 266.24 KB Download (39): GTK+ Object Builder Download

Added: June 15, 2013 | Visits: 348

JCC for Linux JCC is a C++ code generator for producing the code necessary to call into Java classes from CPython via Java's Native Invocation Interface (JNI). JCC generates C++ wrapper classes that hide all the gory details of JNI access as well Java memory and object reference management. JCC generates... Platforms: *nix

License: Freeware Size: 81.92 KB Download (33): JCC for Linux Download

Added: November 01, 2013 | Visits: 284

pymgrs mgrs: Converting to and from MGRS and Decimal Degrees GeoTrans provides C code for converting to and from MGRS, but well, it's C code :). This is a simple ctypes wrapper around two of the MGRS-related functions in GeoTrans. Platforms: *nix

License: Freeware Size: 20.48 KB Download (34): pymgrs Download

< 1 2 3 4 5