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

Richard C Davis freeware
Filter: All | Freeware | Demo
 

Richard C Davis

< 1 2 3 4 5 
Added: October 01, 2010 | Visits: 1.096

A.M.I.C.U.S. The purpose of the A.M.I.C.U.S. project is to help users quickly and easily install and configure MythTV on generic PC hardware. A.M.I.C.U.S. is an installation and configuration script based on publicly available information in MythTV on Debian guides (see references and links section). This... Platforms: *nix

License: Freeware Size: 430.4 MB Download (95): A.M.I.C.U.S. Download

Added: August 24, 2010 | Visits: 1.145

C++ xml C++ xml is a C++ library that provides an API for XML document handling. Similar to the JDOM Java interface, a XML document can be parsed, traced and generated by the provided methods. Furthermore, this library is a good example for the usage of the dragon parser generator. Installation:... Platforms: *nix

License: Freeware Size: 194.56 KB Download (94): C++ xml Download

Added: July 07, 2010 | Visits: 1.100

C++ Debugging Support library Libcwd is a full-featured and well-documented library that assists C++ developers with debugging their applications. C++ Debugging Support library includes support for ostream-based debug output, custom debug channels and devices, memory allocation debugging, run-time sourcefile:linenumber... Platforms: *nix

License: Freeware Size: 1.2 MB Download (94): C++ Debugging Support library Download

Added: June 03, 2010 | Visits: 839

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

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 (94): C-Pluff Download

Added: March 26, 2010 | Visits: 1.084

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 (94): site-C-ing Download

Added: January 21, 2010 | Visits: 867

Env::C Env::C is a Get/Set/Unset Environment Variables on the C level. SYNOPSIS use Env::C; my $key = "USER"; $val = Env::C::getenv($key) || ; Env::C::setenv($key, "foobar", [$override]); $new_val = Env::C::getenv($key) || ; Env::C::unsetenv($key); my $ar_env = Env::C::getallenv(); print... Platforms: *nix

License: Freeware Size: 9.22 KB Download (94): Env::C Download

Added: May 11, 2010 | Visits: 794

C/Invoke C/Invoke is a library for connecting to C libraries at runtime. This differs from the typical method of interfacing with C, which involves writing static definitions which are then compiled to a machine-dependant format. C/Invoke provides a runtime facility to build descriptions of C functions... Platforms: *nix

License: Freeware Size: 71.68 KB Download (94): C/Invoke 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: August 19, 2010 | Visits: 822

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

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 1.052

C/C++ Compiler for H8SX, H8S, H8 Family The H8 C/C++ Compiler is an optimizing ANSI C and ANSI C++ compiler for H8, H8S, H8SX family microcontrollers. The package includes a compiler, assembler, linker. A variety of optimisation features allow you to generate highly optimised PROMable code. In particular, code can be optimised for... Platforms: Windows, Windows Vista, 7

License: Freeware Download (93): C/C++ Compiler for H8SX, H8S, H8 Family Download

Added: April 12, 2010 | Visits: 816

c-nocem c-nocem project is a program for the easy and efficient application of the NoCeM protocol on the news spool. Which means, articles for which a NoCeM with "action=hide" is accepted, will be deleted from your news system as if they had been cancelled. With the installation described below, these... Platforms: *nix

License: Freeware Size: 45.06 KB Download (92): c-nocem Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 1.355

C/C++ Compiler for M16C Series and R8C Family The C/C++ Compiler for M16C Series and R8C Family package includes the following embedded system development tools: C/C++ compiler : NC30 Optimizing ANSI C compiler with extensions for embedded systems. Assembler : AS30 Produces object code for the target MCU from assembly language source... Platforms: Windows, Windows Vista, 7, 7x64


Added: September 08, 2010 | Visits: 923

AspeCt-oriented C AspeCt-oriented C project implements an aspect-oriented extension to C and offers one possible language design for an aspect-oriented C language.. Platforms: *nix

License: Freeware Size: 19.7 MB Download (91): AspeCt-oriented C Download

Added: June 02, 2010 | Visits: 746

Devel::Tokenizer::C Devel::Tokenizer::C is a Perl module that can generate C source for fast keyword tokenizer. SYNOPSIS use Devel::Tokenizer::C; $t = new Devel::Tokenizer::C TokenFunc => sub { "return U$_[0];n" }; $t->add_tokens(qw( bar baz ))->add_tokens([for]); $t->add_tokens([qw( foo )], defined... Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): Devel::Tokenizer::C Download

Added: September 11, 2010 | Visits: 822

C++ ResourcePool ResourcePool is a C++ library which can be used to pool resources of every kind. One very interesting side effect is that it can also be used of abstraction layer by providing a unique API for different resources of similar resource types. Most prominent example are SQL databases. The... Platforms: *nix

License: Freeware Size: 471.04 KB Download (91): C++ ResourcePool Download

Added: January 26, 2010 | Visits: 1.142

More for C++ More for C++ is a class library that provides some features usually not common for C++ More for C++ includes a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes. First of all, there is a garbage collector... Platforms: *nix

License: Freeware Size: 163.84 KB Download (91): More for C++ Download

Added: January 06, 2010 | Visits: 1.092

Rapid Application Development Library radlib is a C language library developed to abstract details of interprocess communications and common linux/unix system facilities so that application developers can concentrate on application solutions. It encourages developers (whether expert or novice) to use a proven paradigm of... Platforms: *nix

License: Freeware Size: 430.08 KB Download (91): Rapid Application Development Library Download

Added: July 22, 2010 | Visits: 1.014

mod_diagnostics.c mod_diagnostics is a debugging and diagnostic tool for application developers - particularly filter modules. mod_diagnostics.c can be inserted anywhere in the Apache filter chain, and logs traffic (buckets and brigades) passing through. It is a purely passive watcher, and will never touch the... Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): mod_diagnostics.c Download

Added: June 26, 2010 | Visits: 853

GuiLoader/C++ GuiLoader/C++ is a C++ binding to GuiLoader library. GuiLoader/C++ is a convenience layer that simplifies development of GuiLoader based applications written in C++ language by introducing exception safety, binding GTK+ objects defined in GuiXml to C++ variables and type-safe dynamic connection... Platforms: *nix

License: Freeware Size: 235.52 KB Download (90): GuiLoader/C++ Download

< 1 2 3 4 5