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

Int Vaeros freeware
Filter: All | Freeware | Demo
 

Int Vaeros

< 1 2 3 4 5 
Added: October 13, 2010 | Visits: 1.014

Instant Instant is a Python module that allows for instant inlining of C and C++ code in Python. Instant is a small Python module built on top of SWIG. Example of use: >>> c_code = """ double sum(double a, double b){ return a+b; } """ >>> import Instant >>> ext = Instant.Instant() >>> >>> #... Platforms: *nix

License: Freeware Size: 34.82 KB Download (96): Instant Download

Added: July 18, 2010 | Visits: 1.547

The Qu Programming Language Qu is a powerful full-featured object oriented programming language. It is an Open Source software. The Qu Programming Language is absolutely free (as in free lunch) and distributed under the GNU General Public License (GPL). Qu is inspired by other languages. Most noticeably Perl, Python, Ruby... Platforms: *nix

License: Freeware Size: 1.3 MB Download (99): The Qu Programming Language Download

Added: October 26, 2010 | Visits: 764

Variable::Strongly::Typed::Array Variable::Strongly::Typed::Array is a Perl module for strongly typed array. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly my @array_of_ints :TYPE(int); # Each slot must contain an int my @array_of_rgb :TYPE(&red_green_blue); # my enumerated... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Variable::Strongly::Typed::Array Download

Added: February 25, 2010 | Visits: 969

XML::Compile::Schema::XmlReader XML::Compile::Schema::XmlReader Perl module contains bricks to translate XML to HASH. SYNOPSIS my $schema = XML::Compile::Schema- >new(...); my $code = $schema- >compile(READER = > ...); The translator understands schemas, but does not encode that into actions. This module implements those... Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): XML::Compile::Schema::XmlReader Download

Added: January 06, 2010 | Visits: 1.091

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

SOAP::Data SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which... Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): SOAP::Data Download

Added: July 07, 2010 | Visits: 823

lib378 lib378 is a library for predictive text input. The API is very simple and provides dictionary autocompletion and both partial and full matching. The project can be used to get text input from input devices with few keys (like cellphones). Example: #include < stdio.h > #include < termios.h... Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): lib378 Download

Added: July 25, 2010 | Visits: 838

AxKit::XSP::ESQL AxKit::XSP::ESQL is an Extended SQL taglib for AxKit eXtensible Server Pages. SYNOPSIS Add the esql: namespace to your XSP < xsp:page > tag: < xsp:page language="Perl" xmlns:xsp="http://apache.org/xsp/core/v1" xmlns:esql="http://apache.org/xsp/SQL/v2" > And add this taglib to AxKit... Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): AxKit::XSP::ESQL Download

Added: October 01, 2010 | Visits: 754

Str Str is a C++ class that is designed to make strings almost as easy to work with as they are in languages like TCL or Python. The Str class has minimal outside dependencies, is implemented as a single source file, and is designed to be user-customized. Str also makes it simple to allocate fast... Platforms: *nix

License: Freeware Size: 256 KB Download (90): Str Download

Added: September 02, 2010 | Visits: 1.109

Config Maker Config Maker is a tool to automatically create C++ classes that parse configuration files. Only a few lines of text that describe the possible entries in the configuration file are needed, and the complete class will be generated ready for use. Basic usage The input files for Config Maker... Platforms: *nix

License: Freeware Size: 307.2 KB Download (99): Config Maker Download

Added: May 10, 2013 | Visits: 1.532

SDCC SDCC is a retargettable, optimizing ANSI - C compiler that targets the Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08 based MCUs. Work is in progress on supporting the Microchip PIC16 and PIC18 series. SDCC is Free Open Source Software, distributed under GNU General Public License... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (144): SDCC Download

Added: July 07, 2010 | Visits: 693

NSFileHandleExt NSFileHandleExt is an extension for the Objective-C/Cocoa-class NSFileHandle, which is used for handling files and sockets. NSFileHandleExt extension adds the methods +(id)fileHandleWithConnectionToHost:(NSString*)host toPort:(int)port; and -(NSString*)readLine; aswell as... Platforms: *nix

License: Freeware Size: 2.05 KB Download (92): NSFileHandleExt Download

Added: October 07, 2010 | Visits: 1.029

DSP5600x disassembly library lib5600x is a library implementing Motorola DSP5600x disassembler. Its an ANSI C link library that should be useful for people writing debuggers, memory monitors etc for DSP5600x chips. Usage 1. First you call two initialization functions in the library. This step is mandatory:... Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): DSP5600x disassembly library Download

Added: October 22, 2010 | Visits: 1.052

Class::Maker Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. SYNOPSIS use Class::Maker qw(class); class Human, { isa => [qw( ParentClass )], public => { string => [qw(name lastname)], ref => [qw(father mother)], array =>... Platforms: *nix

License: Freeware Size: 49.15 KB Download (110): Class::Maker Download

Added: July 14, 2010 | Visits: 1.226

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: February 27, 2010 | Visits: 702

RPC::XML RPC::XML is a set of classes for core data, message and XML handling. SYNOPSIS use RPC::XML; $req = RPC::XML::request->new(fetch_prime_factors, RPC::XML::int->new(985120528)); ... $resp = RPC::XML::Parser->new()->parse(STREAM); if (ref($resp)) { return $resp->value->value; } else {... Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): RPC::XML Download

Added: August 03, 2010 | Visits: 777

PyChecker PyChecker is a tool for finding bugs in python source code. PyChecker program finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious... Platforms: *nix

License: Freeware Size: 122.88 KB Download (102): PyChecker Download

Added: February 07, 2010 | Visits: 963

Inline::Filters Inline::Filters Perl module contains common source code filters for Inline Modules. Inline::Filters provides common source code filters to Inline Language Modules. Unless youre an Inline module developer, you can just read the next section. Supported Filters This section describes each... Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Inline::Filters Download

Added: March 17, 2010 | Visits: 674

Inline::Struct Inline::Struct is a Perl module that manipulate C structures directly from Perl. SYNOPSIS use Inline C => Config => Structs => [Foo]; my $obj = Inline::Struct::Foo->new; $obj->num(10); $obj->str("Hello"); myfunc($obj); __END__ __C__ struct Foo { int num; char *str; }; void... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Inline::Struct Download

Added: May 22, 2010 | Visits: 1.007

Tk_CreateItemType Tk_CreateItemType is a Perl module that define new kind of canvas item. SYNOPSIS #include Tk_CreateItemType(typePtr) Tk_ItemType * Tk_GetItemTypes() ARGUMENTS Tk_ItemType *typePtr (in) Structure that defines the new type of canvas item. INTRODUCTION Tk_CreateItemType is... Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk_CreateItemType Download

< 1 2 3 4 5