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

Int Vaeros software
Filter: All | Freeware | Demo
 

Int Vaeros

< 1 2 3 4 5 
Added: July 18, 2010 | Visits: 1.540

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: September 02, 2010 | Visits: 1.105

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: September 05, 2010 | Visits: 1.775

Games::Dice Games::Dice is a Perl module that can be used to simulate dice rolls. SYNOPSIS use Games::Dice roll; $strength = roll 3d6+1; use Games::Dice roll_array; @rolls = roll_array 4d8; Games::Dice simulates die rolls. It uses a function-oriented (not object-oriented) interface. No functions...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Games::Dice Download

Added: February 15, 2010 | Visits: 953

Gnusto Gnusto project is a Javascript-based interpreter for Z-machine adventure games. Gnusto is a Mozilla app which lets you play adventure games-- specifically, the hundreds of games both modern and ancient available in the Z-machine format. You can try out the most recent version at the...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (99): Gnusto Download

Added: May 01, 2010 | Visits: 919

WavSplit WavSplit splits large WAV files at given time positions. To find out split positions you can use any WAV player or editor with a time display. After unpacking the tarball type these commands: make && make install to start the compilation process and copy the program to /usr/local/bin, and...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (99): WavSplit Download

Added: April 18, 2010 | Visits: 766

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 11, 2010 | Visits: 949

FUSE::Server FUSE::Server is a Perl-FUSE server. SYNOPSIS use FUSE::Server; my $s = FUSE::Server->new({ Port=>35008, MaxClients=>5000, Quiet=>1, }); my $status = $s->bind(); print "Server started: $status"; $s->addCallback(BROADCASTALL,&msg_broadcast);...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): FUSE::Server Download

Added: June 26, 2010 | Visits: 1.155

Math::Random::MT::Auto Math::Random::MT::Auto is a Perl module for auto-seeded Mersenne Twister PRNGs. SYNOPSIS use strict; use warnings; use Math::Random::MT::Auto qw(rand irand shuffle gaussian), /dev/urandom => 256, random_org; # Functional interface my $die_roll = 1 + int(rand(6)); my $coin_flip =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Math::Random::MT::Auto Download

Added: February 07, 2010 | Visits: 957

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: October 13, 2010 | Visits: 1.709

ELFIO ELFIO is a C++ library for reading and generating files in the ELF binary format. This library is unique and not based on any other product. It is also platform independent. The library uses standard ANSI C++ constructions and runs on a wide variety of architectures. While the librarys...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (98): ELFIO Download

Added: February 07, 2010 | Visits: 958

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: February 20, 2010 | Visits: 890

Simple Config Simple Config library supports configuration files consisting of simple name-value pairs, similar to the old Windows INI files. A config file can be loaded into memory, queried by item name, modified, and written back out to a file. Configuration items may also be "watched", which causes a...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (97): Simple Config Download

Added: March 04, 2010 | Visits: 860

Sparklines for Java Sparklines are intense, simple, wordlike graphics. Theres a PHP library for producing sparklines, and even a sparkline web service, but I wanted something I could use to generate sparklines in both Java and JSTL (and I thought it would be a fun project). (Its also worth checking out Whys...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (97): Sparklines for Java Download

Added: July 14, 2010 | Visits: 1.221

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: April 21, 2010 | Visits: 720

libwayne libwayne is a library of reasonably abstract datatypes and algorithms written in C. The algorithms in libwayne are by no means original. Many of them are taken verbatim from textbooks on data structures and algorithms, and I simply translated them into C. They include efficient and correct...


Platforms: *nix

License: Freeware Size: 3 MB Download (97): libwayne Download

Added: July 18, 2010 | Visits: 1.145

DateTime::Format::Epoch DateTime::Format::Epoch is a Perl module that can convert DateTimes to/from epoch seconds. SYNOPSIS use DateTime::Format::Epoch; my $dt = DateTime->new( year => 1970, month => 1, day => 1 ); my $formatter = DateTime::Format::Epoch->new( epoch => $dt, unit => seconds, type => int, # or...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): DateTime::Format::Epoch Download

Added: April 22, 2010 | Visits: 1.001

Math::BigInt::Calc Math::BigInt::Calc is a pure Perl module to support Math::BigInt. SYNOPSIS Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (96): Math::BigInt::Calc Download

Added: June 07, 2010 | Visits: 650

PDL::Ufunc PDL::Ufunc Perl module contains primitive ufunc operations for pdl. This module provides some primitive and useful functions defined using PDL::PP based on functionality of what are sometimes called ufuncs (for example NumPY and Mathematica talk about these). It collects all the functions...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (96): PDL::Ufunc Download

Added: January 25, 2010 | Visits: 632

FoldIt light 'FoldIt light' is a molecular modelling program to visualize and manipulate interactively protein structure files from the Brookhaven Protein Data Bank (PDB). It's an integrated environment allowing 3D manipulations as well as statistical analysis.


Platforms: Mac

License: Freeware Size: 5 MB Download (96): FoldIt light Download

Added: September 04, 2010 | Visits: 890

Data::Str2Num Data::Str2Num - int str to int; float str to float, else undef. SYNOPSIS ##### # Subroutine interface # use Data::Str2Num qw(config str2float str2int str2integer); $float = str2float($string, [@options]); (@strings, @floats) = str2float(@strings, [@options]); $integer =...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (95): Data::Str2Num Download

< 1 2 3 4 5