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

Typedef Void freeware
Filter: All | Freeware | Demo
 

Typedef Void

< 1 2 3 4 5 > 
Added: January 17, 2010 | Visits: 1.155

Clara Clara is a help-documentation tool for C++ or java developers. Basically she paints a diagram - a clara diagram - from a class. With clara you can visualize your class as if it were a chip with pins for input - representing the input parameters of the methods - and pins for output -...



Platforms: *nix

License: Freeware Size: 194.56 KB Download (124): Clara Download

Added: June 21, 2010 | Visits: 786

SQLitepp SQLitepp is a C/C++/Python wrapper to sqlite library for database management. It implements an object oriented way to manipulate the database in every supported language. SQLitepp supports selfupdatable queries and a straight SQL code query system without using strange things for querying the...





Platforms: *nix

License: Freeware Size: 19.46 KB Download (98): SQLitepp Download

Added: February 12, 2010 | Visits: 1.175

Term::ANSIScreen Term::ANSIScreen is a Perl module for terminal control using ANSI escape sequences. SYNOPSIS # qw/:color/ is exported by default, i.e. color() & colored() use Term::ANSIScreen qw/:color :cursor :screen :keyboard/; print setmode(1), setkey(a,b); print "40x25 mode now, with a mapped to...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (98): Term::ANSIScreen Download

Added: November 12, 2010 | Visits: 1.119

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: September 06, 2010 | Visits: 921

EasyHTTPD EasyHTTPD is a drop in C++ class to implement an HTTP 1.0 Server - Now with OpenSSL Support! The class can be used to allow an application to be controlled by a browser, hence Embedded. To this functionality to an app, add the C++ class to the application, write and register request callback...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): EasyHTTPD Download

Added: June 17, 2010 | Visits: 1.016

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: July 07, 2010 | Visits: 937

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 25, 2010 | Visits: 926

Growler Growler is a C++-based distributed object and event architecture. It is written in C++, and supports serialization of C++ objects as part of its Remote Method Invocation, Event Channels, and in its Interface Definition Language. Its primary application has been in support of interactive,...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (89): Growler Download

Added: July 17, 2010 | Visits: 803

RealmForge RealmForge project is a cross-platform 3D game engine for .NET. RealmForge is a .NET 3D game engine predecessor to Visual3D.NET (www.visual3d.net), which is a framework and toolset for the visual design and development of 3D games, simulations, and interactive environments using C#, .NET 2.0,...


Platforms: *nix

License: Freeware Size: 81 MB Download (94): RealmForge Download

Added: March 03, 2010 | Visits: 1.125

Class::Meta::Type Class::Meta::Type is a Perl module for data type validation and accessor building. SYNOPSIS package MyApp::TypeDef; use strict; use Class::Meta::Type; use IO::Socket; my $type = Class::Meta::Type->add( key => io_socket, desc => IO::Socket object, name => IO::Socket Object ); This...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Class::Meta::Type Download

Added: February 07, 2010 | Visits: 961

liboil Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates...


Platforms: *nix

License: Freeware Size: 706.56 KB Download (97): liboil Download

Added: November 13, 2010 | Visits: 906

libxcpc libxcpc library implements an automatic resource cleanup and exception handling in C. Error handling and cleanup code (at least for code that does error handling) can take quite some space in terms of lines of code to be written. This not only increases the binary size, but makes the code more...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (94): libxcpc Download

Added: June 02, 2010 | Visits: 770

Coronet Coronet project is a library which implements an epoll and coroutine based library that allows for async operations over certain kinds of files. Any file that supports poll(2) and the O_NONBLOCK fcntl(2) flag can be hosted; this includes like sockets and pipes. The coronet library uses the...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (94): Coronet Download

Added: April 01, 2010 | Visits: 685

CeeSpot CeeSpot, or "c." is a program run as a Linux or UNIX command interpreter using the #!/usr/bin/ceespot or #!/bin/c. syntax. After eating (and interpreting) any # comments at the beginning of the file, it compiles the rest and executes the result. This lets you use a compiled language as a...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (87): CeeSpot Download

Added: April 22, 2010 | Visits: 844

Audio::TagLib::ID3v2::RelativeVolumeFrame Audio::TagLib::ID3v2::RelativeVolumeFrame is an ID3v2 relative volume adjustment frame implementation. SYNOPSIS use Audio::TagLib::ID3v2::RelativeVolumeFrame; my $i = Audio::TagLib::ID3v2::RelativeVolumeFrame->new( Audio::TagLib::ByteVector->new("")); $i->setChannelType("MasterVolume");...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (92): Audio::TagLib::ID3v2::RelativeVolumeFrame Download

Added: February 03, 2010 | Visits: 1.218

Audio::TagLib::File Audio::TagLib::File is a file class with some useful methods for tag manipulation. This class is a basic file class with some methods that are particularly useful for tag editors. It has methods to take advantage of ByteVector and a binary search method for finding patterns in a file....


Platforms: *nix

License: Freeware Size: 1.4 MB Download (114): Audio::TagLib::File Download

Added: October 05, 2010 | Visits: 821

readlists readlists in short rl, is a frontend for mailers like mutt to handle multiple mailboxes more conveniently. A few years ago (in 1998) I started to use ELM (and later mutt) along with several mailfolders. I wanted to have a little program that acted as a front-end to mutt to make reading of...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (91): readlists Download

Added: April 14, 2010 | Visits: 1.208

ETTERLOG ETTERLOG is a utility for Network Lan (SWITCH) for file .ECI and .ECP. (Ettercap program). Etterlog is the log analyzer for logfiles created by ettercap. It can handle both compressed (created with -Lc) or uncompressed logfiles. With this tool you can manipulate binary files as you like and...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (119): ETTERLOG Download

Added: June 17, 2010 | Visits: 804

Surumi Surumi project is a modular event-driven programming framework. It offers a generic and uniform interface. You certainly heard of event-driven programming, but in any window system, those events are usually bound on ``window objects and very few pre-defined events could be chosen. Yes, I know...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (90): Surumi Download

Added: May 10, 2010 | Visits: 1.135

JGuiGen JGuiGen is a Java GUI Generation System Elegant CRUD (Create/Review/Update/Delete). It supports any major database using JDBC. It generates fully internationalized and accessible screens that allow users to search tables, run reports, and calculate summary stats. It generates multi-user safe...


Platforms: *nix

License: Freeware Size: 10.1 MB Download (101): JGuiGen Download

< 1 2 3 4 5 >