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

C Drive Defrager freeware
Filter: All | Freeware | Demo
 

C Drive Defrager

< 1 2 3 4 5 > 
Added: February 20, 2010 | Visits: 1.308

Mock Objects for C++ mockpp is a platform independent generic unit testing framework for C++. Mock Objects for C++ goal is to facilitate developing unit tests in the spirit of Mock Objects for Java, EasyMock and jMock. Mock objects allow you to set up predictible behaviour to help you test your production code by...



Platforms: *nix

License: Freeware Size: 696.32 KB Download (103): Mock Objects for C++ Download

Added: April 05, 2010 | Visits: 1.609

Database Independent Abstraction Layer for C Database Independent Abstraction Layer for C (libdbi) implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using...





Platforms: *nix

License: Freeware Size: 1013.76 KB Download (99): Database Independent Abstraction Layer for C Download

Added: November 18, 2010 | Visits: 1.223

GNU Common C++ GNU Common C++ project is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services, initially started by David Sugar and Daniel Silverstone. GNU Common C++ is a GNU package and is licensed to the terms of...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (99): GNU Common C++ Download

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

Added: April 08, 2010 | Visits: 1.581

Simple C++ ODBC Database API Simple C++ ODBC Database API is designed to encapsulate the ODBC API functionality in an object oriented manner. The API was created due to an absence of any other such API that was database independent. The database independence is achieved using the ODBC (Open DataBase Connectivity) API....


Platforms: *nix

License: Freeware Size: 84.99 KB Download (117): Simple C++ ODBC Database API Download

Added: May 15, 2010 | Visits: 1.674

C Minimal Perfect Hashing Library C Minimal Perfect Hashing Library encapsulates the newest and more efficient algorithms in an easy-to-use, production-quality, fast API. The library was designed to work with big entries that cannot fit in the main memory. It has been used successfully for constructing minimal perfect hash...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (109): C Minimal Perfect Hashing Library Download

Added: March 17, 2010 | Visits: 1.382

Obfuscated Tiny C Obfuscated Tiny C Compiler (OTCC) is a very small C compiler I wrote in order to win the International Obfuscated C Code Contest (IOCCC) in 2002. My goal was to write the smallest C compiler which is able to compile itself. I choose a subset of C which was general enough to write a small C...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (131): Obfuscated Tiny C Download

Added: February 27, 2010 | Visits: 1.059

Syntax::Highlight::Engine::Kate::C Syntax::Highlight::Engine::Kate::C is a plugin for C syntax highlighting. SYNOPSIS require Syntax::Highlight::Engine::Kate::C; my $sh = new Syntax::Highlight::Engine::Kate::C([ ]); Syntax::Highlight::Engine::Kate::C is a plugin module that provides syntax highlighting for C to the...


Platforms: *nix

License: Freeware Size: 256 KB Download (104): Syntax::Highlight::Engine::Kate::C Download

Added: April 17, 2010 | Visits: 738

Conjury::C::Darwin Conjury::C::Darwin is a Perl Conjury with the Darwin C/C++ tools. SYNOPSIS c_compiler Vendor => Darwin, Language => I< language>, No_Scanner => 1, Program => I< program>, Options => [ I< opt1>, I< opt2>, ... ], Journal => I< journal>; c_linker Vendor => Darwin, Language => I<...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (105): Conjury::C::Darwin Download

Added: November 03, 2010 | Visits: 972

Conjury::C::Sun Conjury::C::Sun is a Perl Conjury with the Sun Workshop C/C++ tools. SYNOPSIS c_compiler Vendor => Sun, Language => I< language>, No_Scanner => 1, Program => I< program>, Options => [ I< opt1>, I< opt2>, ... ], Journal => I< journal>; c_linker Vendor => Sun, Language => I< language>,...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (101): Conjury::C::Sun Download

Added: June 06, 2010 | Visits: 747

Conjury::C::GNU Conjury::C::GNU is a Perl Conjury with the GNU C/C++ tools. SYNOPSIS c_compiler Vendor => GNU, Language => I , No_Scanner => 1, Program => I , Options => [ I , I , ... ], Journal => I ; c_linker Vendor => GNU, Language => I , Program => I , Options => [ I , I , ......


Platforms: *nix

License: Freeware Size: 33.79 KB Download (96): Conjury::C::GNU Download

Added: June 03, 2010 | Visits: 833

Conjury::C Conjury::C is a Perl Conjury with C/C++ compilers, linkers and archivers. SYNOPSIS c_object Source => Isource-file>, Directory => Idirectory>, Includes => [ Idir1>, Idir2>, ... ], Defines => { Ivar1> => Ival1>, Ivar2> => Ival2>, ... }, Compiler => I< compiler>, Options => [ I< opt1>, I<...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (94): Conjury::C Download

Added: August 04, 2010 | Visits: 1.054

C-Pluff C-Pluff is a plug-in framework for C programs. The project has been strongly inspired by the Java plug-in framework in Eclipse. C-Pluff focuses on providing core services for plug-in interaction and plug-in management. It aims to be platform neutral and supports dynamic changes to plug-in...


Platforms: *nix

License: Freeware Size: 727.04 KB Download (88): C-Pluff Download

Added: April 18, 2010 | Visits: 763

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: April 17, 2010 | Visits: 996

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: August 19, 2010 | Visits: 812

C-Cramp C-Cramp project is an interface to MySQL for managing information for small radio stations. C-Cramp (the C-Cramp College Radio Audio Management Program) is a Web-based frontend to MySQL for managing the types of things that small radio stations might need: audio files, data, and "metadata"; DJ...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (93): C-Cramp Download

Added: June 26, 2010 | Visits: 1.095

C C is pronounced large-C and is a pseudo-interpreter of the C programming language. Without the need of manual compilation, developers can rapidly create cross-platform scripts or write one-liners using the C/C++ programming language that run at native code speed. Whats New in This Release:...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (133): C Download

Added: March 26, 2010 | Visits: 1.076

site-C-ing site-C-ing is a web development environment akin to HTML::Mason, but it does to c++ what HTML::Mason does to Perl. I used to use HTML::Mason at some point, but one day I decided that c++ would be more native environment for me and, besides, that would save me some 50M of RAM on the server....


Platforms: *nix

License: Freeware Size: 378.88 KB Download (88): site-C-ing Download

Added: June 04, 2010 | Visits: 1.071

Mail::Box::Parser::C Mail::Box::Parser::C is a Perl module that can parse folders for MailBox with C routines. This is an optional module for MailBox, and will (once installed) automatically be used by MailBox to parse e-mail message content when the message is supplied as file-handle. In all other cases, MailBox...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): Mail::Box::Parser::C Download

Added: October 19, 2010 | Visits: 870

B::C B::C is Perl compilers C backend. SYNOPSIS perl -MO=C[,OPTIONS] foo.pl This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (101): B::C Download

< 1 2 3 4 5 >