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

Int Vaeros freeware
Filter: All | Freeware | Demo
 

Int Vaeros

1 2 3 4 5 > 
Released: September 07, 2010  |  Added: September 23, 2010 | Visits: 1.236

Magnetic Money Desktop Int Magnetic Money Desktop Int is monitoring of exchangers of electronic currencies. Simple tool for the quick search for the most favorable exchange rates and exchangers of electronic currencies, such as: Liberty Reserve, PayPal, Perfect Money, AlertPay, C-Gold, Pecunix, WebMoney, EuroGoldCash,...



Platforms: Windows

License: Freeware Size: 4.43 MB Download (123): Magnetic Money Desktop Int 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

Added: September 10, 2013 | Visits: 454

Bisection's method function p_min=bisection(func,int,iter,tol_x,tol_f) It calculates the zero of a regular real function with one variable. p_min is the solution and represents the abscissa's value of the zero. The input variables are: -func: it's a string that represents the function in the variable 'x'. -int:...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Bisection's method Download

Added: January 18, 2010 | Visits: 1.219

Exceptions in C Exceptions in C implements fully-functional nested exceptions with these constructs: try except on throw Also, it allows to define various datatypes for exception object (default is int, can be anything from char * to struct foo *). Compiling and running Precodey straight forward....


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Exceptions in C Download

Added: January 18, 2010 | Visits: 925

C::Include C::Include is a package to easy operate with binary data via describing they like C/C++ structs. CLASSES AND PACKAGES C::Include - Header file base parser class C::Include::Struct - Struct wraper class USAGE use C::Include; POSSIBILITY - skip comments; - valid preprocessor...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (115): C::Include Download

Added: June 02, 2010 | Visits: 766

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

XFA XFA library implements an API that can be used to create NFA (either programmatically or from regular expressions) and to convert them in the minimal equivalent DFA. XFA library requires an ANSI C compiler, and this makes it portable virtually over every system. The complexity of the graphs...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (90): XFA Download

Added: April 01, 2010 | Visits: 681

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: March 13, 2010 | Visits: 1.599

GCJ::Cni::Examples GCJ::Cni::Examples is a Perl module with examples of how to use GCJs CNI interface to write Perl Modules in Java. EXAMPLES Writing Treaded modules in Java One benefit of using GCJ is that it takes advantage of POSIX threading. This is nice since Perls threading model is, shall we say, less...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): GCJ::Cni::Examples Download

Added: March 14, 2010 | Visits: 711

PLJava PLJava is Perl module that will embed Perl into Java. USAGE import perl5.Perl ; import perl5.SV ; public class test { public static void main(String argv[]) { Perl.eval("print qq`Hello World!n` ;") ; /////////////////// SV foo = Perl.NEW("foo") ; // $foo = new foo() ;...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (103): PLJava Download

Added: May 12, 2010 | Visits: 664

VTKRendering VTKRendering is a Perl interface to VTKRendering library. Graphics::VTK::OpenGLRenderWindow Inherits from RenderWindow Functions Supported for this class by the PerlVTK module: (To find more about their use check the VTK documentation at http://www.kitware.com.) const char *GetClassName...


Platforms: *nix

License: Freeware Size: 675.84 KB Download (95): VTKRendering 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: March 11, 2010 | Visits: 1.039

Perl x86 Disassembler The libdisasm library provides basic disassembly of Intel x86 instructions from a binary stream. The intent is to provide an easy to use disassembler which can be called from any application; the disassembly can be produced in AT&T syntax and Intel syntax, as well as in an intermediate format...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (138): Perl x86 Disassembler Download

Added: September 23, 2010 | Visits: 780

Variable::Strongly::Typed Variable::Strongly::Typed is a Perl module to let some variables be strongly typed. SYNOPSIS use Variable::Strongly::Typed; my $int :TYPE(int); # must have an int value my $float :TYPE(float); # must have a float value my $string :TYPE(string); # must not be a reference my $file...


Platforms: *nix

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

Added: February 03, 2010 | Visits: 1.071

Dialog Dialog is a Perl interface to dialog(3). SYNOPSIS B< use Dialog; > #now we are creating the new dialog window $dlg = Dialog->new(title, y,x,height,width); #inserting input line $line = $dlg->inputline(name, y, x, width, text); #adding button $btn = $dlg->button(name, y, x, text,...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Dialog Download

Added: June 15, 2010 | Visits: 1.058

Inline::CPP Inline::CPP is a Perl module that can write Perl subroutines and classes in C++. SYNOPSIS use Inline CPP; print "9 + 16 = ", add(9, 16), "n"; print "9 - 16 = ", subtract(9, 16), "n"; __END__ __CPP__ int add(int x, int y) { return x + y; } int subtract(int x, int y) { return x -...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (90): Inline::CPP Download

Added: January 10, 2010 | Visits: 1.385

CGIParse CGIParse project is a C++ class library for parsing the input of a cgi program. Starting To start using CGIParse you first have to include the cgiparse.h header: #include < cgiparse.h > Thereafter you have to define the CGIParse object: CGIParse cgi; The CGIParse object then...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (116): CGIParse Download

Added: January 03, 2010 | Visits: 1.457

Bit::Vector Bit::Vector is an efficient bit vector, set of integers and "big int" math library. CLASS METHODS Version $version = Bit::Vector->Version(); Word_Bits $bits = Bit::Vector->Word_Bits(); # bits in a machine word Long_Bits $bits = Bit::Vector->Long_Bits(); # bits in an unsigned long...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (103): Bit::Vector Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 273

BiosDiskIO Library BiosDiskIO is a library of Int 13h PC BIOS Disk Operations. The primary purpose is to provide quick-and-dirty access to low-level disk services, especially for file system developers and forensic analysts.


Platforms: Windows, Mac, Linux

License: Freeware Size: 16.37 KB Download (46): BiosDiskIO Library Download

Added: May 03, 2013 | Visits: 308

MATLAB Earthquake mquake(h,int,dur,op1,op2) Randomly vibrates graphical objects, where: h: Handle of required object(s) (scalar or vector) int: Intensity of vibration (scalar) dur: Duration of vibration in seconds (estimate, scalar) op1: 1 -> Object returns to starting position at the end 0 -> Object ends up...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): MATLAB Earthquake Download

1 2 3 4 5 >