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

Create C Code freeware
Filter: All | Freeware | Demo
 

Create C Code

< 1 2 3 4 5 > 
Added: June 15, 2013 | Visits: 350

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

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 583

Quick Code The Quick Code application was specially developed for improving productivity at work and can be used for testing small C# codes. You can also use this application for generating and test small pieces of C# codes without using Visual Studio. Further productivity codes which I already created... Platforms: Windows

License: Freeware Download (47): Quick Code Download

Added: May 10, 2013 | Visits: 583

Allowing the Python profiler to profile C modules This script lets you take into account time spent in C modules when profiling your Python code. Normally the profiler only profiles Python code, so finding out how much time is spent accessing a database, running encryption code, sleeping and so on is difficult. Profilewrap makes it easy to... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 536

Web C Plus Plus Web C Plus Plus is a command line utility that takes your source code, and converts it into an HTML file using a fully customizable syntax highlighting engine and colour schemes. This is useful if you want to post your code online and make it easier to read, or to make online programming... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (55): Web C Plus Plus Download

Released: April 12, 2013  |  Added: July 08, 2013 | Visits: 1.199

QR-Code Maker Freeware Use the freeware QR-Code Studio to quickly create QR codes for any application. Special know-how is not required; an assistant simplifies the creation of QR codes for mobile tagging, social media, business cards, etc. The professional interface supports the adjustment of settings like the color... Platforms: Windows, Mac

License: Freeware Size: 6.5 MB Download (86): QR-Code Maker Freeware Download

Released: December 23, 2013  |  Added: January 09, 2014 | Visits: 901

Auto C Auto C is a practical and easy to use C IDE. It is intended for anyone who wants to work with the C programming language under Windows. Drawing controls on a form using a mouse is all you need to do to create the skeleton for a generic SDK C Windows Application. Use a WYSIWYG (what you see is... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 887 KB Download (48): Auto C Download

Added: March 07, 2006 | Visits: 3.448

Component Conversion Utility The Component Conversion Utility is designed to minimize the time needed to create skeleton code in a variety of languages. Given a database connection, for example, the CCU can use existing tables to create skeleton Java code. In addition to translating programming languages, it allows a user to... Platforms: Windows, Mac, *nix

License: Freeware Size: 500 KB Download (182): Component Conversion Utility Download

Added: July 07, 2010 | Visits: 940

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use... Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): Inline::C Download

Added: April 17, 2010 | Visits: 1.006

C::DynaLib C::DynaLib is a Perl interface to C compiled code. SYNOPSIS use C::DynaLib; use sigtrap; # recommended $lib = new C::DynaLib( $linker_arg ); $func = $lib->DeclareSub( $symbol_name [, $return_type [, @arg_types] ] ); # or $func = $lib->DeclareSub( { "name" => $symbol_name, [param =>... Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): C::DynaLib Download

Added: June 13, 2010 | Visits: 634

cutee cutee stands for C++ Unit Testing Easy Environment and makes it really easy to create and run tests of a library or application. It will automatically generate Makefiles, runner classes (classes that execute test functions), and main test application code. It will also automatically update... Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): cutee Download

Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 604

Stunnix C++ Obfuscator for Mac OS Obfuscate/scramble (make unreadable), watermark or compress C++ or C source code (e.g. for giving out some library in source form) by renaming all names, uglifying strings and integers and stripping comments out. - Works on Windows, Mac OS X and Linux - Includes advanced GUI with IDE-style... Platforms: Mac

License: Freeware Size: 2 MB Download (53): Stunnix C++ Obfuscator for Mac OS Download

Added: May 10, 2013 | Visits: 474

Code Camp Event Module Code Camp Event Module allows you to create events complete with speakers, sessions and an agenda. Features - Create multiple Code Camps - Tracks registrations and optionally adds people to the waitlist when the event is full - Speaker bios with thumbnails - Multiple session tracks -... Platforms: Windows, ASP.NET,

License: Freeware Download (51): Code Camp Event Module Download

Added: October 07, 2010 | Visits: 842

libmousetrap libmousetrap is a C library to create and manipulate mousetrap buffers in system memory. Mousetrap buffers are compressed two dimensional cartesian grids with integer precision. A mousetrap buffer retains an integer identifier for every point in the grid, so that later the identifier can be... Platforms: *nix

License: Freeware Download (87): libmousetrap Download

Added: July 18, 2010 | Visits: 2.067

The 64 bit Virtual CPU Project This is a project to create 64-bit virtual CPU, create a 64 bit assembler for the CPU and then port C to it, and then create scripts to port GNU/Linux to it. The aim is to run 64-bit Linux on common 8/16/32 bit CPUs in applications where speed is not an issue. Whats New in This Release: -... Platforms: *nix

License: Freeware Size: 686.08 KB Download (165): The 64 bit Virtual CPU Project Download

Added: April 18, 2010 | Visits: 773

C::DynaLib::Struct C::DynaLib::Struct is a tool for handling the C `struct data type. SYNOPSIS use C::DynaLib::Struct; Define C::DynaLib::Struct( $struct_tag, $template0, @field_names0, [$template1, @field_names1,] ... ); $rstruct = tie( $struct, $struct_tag [, @initializer_list] ); $value =... Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): C::DynaLib::Struct Download

Added: August 13, 2010 | Visits: 775

Lufs::C Lufs::C is a C interface to perl. ABSTRACT This interface is used by the C code to call the perl subs. SEE ALSO perlfs.c. Platforms: *nix

License: Freeware Size: 24.58 KB Download (89): Lufs::C Download

Added: February 01, 2010 | Visits: 1.387

Acovea Acovea implements a genetic algorithm for finding the "best" options for compiling programs with the GCC C and C++ compilers. ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to find the "best" options for compiling programs with the GNU Compiler... Platforms: *nix

License: Freeware Size: 399.36 KB Download (97): Acovea Download

Added: May 07, 2010 | Visits: 987

Lightweight C++ Lightweight C++ is a programming language that looks like C++ (a lightweight C++ dialect) and is directly translated to readable C by the lwc preprocessor. Its more "K&R" and, well, more lightweight. Important thing about lightweight C++ is that by studying the generated C code it is easy to... Platforms: *nix

License: Freeware Size: 215.04 KB Download (127): Lightweight C++ Download

Released: June 14, 2010  |  Added: June 19, 2010 | Visits: 3.522

RISE MySQL code generator RISE MySQL code generator The RISE MySQL code generator generates a native MySQL script. The script incrementally updates the tables, columns, indexes and constraints in the database to match the RISE model. Once the database model is updated, the views defined in the RISE model are created in... Platforms: Windows

License: Freeware Size: 446.08 KB Download (233): RISE MySQL code generator Download

< 1 2 3 4 5 >