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

Wisdom Given By God software
Filter: All | Freeware | Demo
 

Wisdom Given By God

< 1 2 3 4 5 > 
Added: August 03, 2010 | Visits: 1.251

PDL::Graphics::AquaTerm PDL::Graphics::AquaTerm is a Perl module that provides access to the AquaTerm Mac OS-X graphics terminal. SYNOPSIS # example 1 use PDL; use PDL::Graphics::LUT; use PDL::Graphics::AquaTerm; my $x_size = 255; my $y_size = 255; aquaOpen({SIZE_X => $x_size, SIZE_Y => $y_size});...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): PDL::Graphics::AquaTerm Download

Added: June 07, 2010 | Visits: 1.077

PDL::Graphics::X PDL::Graphics::X is a PDL OO access to X windows. SYNOPSIS # example 1 use PDL; use PDL::Graphics::X; my $x_size = 255; my $y_size = 255; my $win1 = PDL::Graphics::X->new({SIZE_X => $x_size, SIZE_Y => $y_size}); my $a = xvals(zeroes(byte,$x_size,$y_size)); $win1->imag($a); # example...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): PDL::Graphics::X Download

Added: August 07, 2010 | Visits: 870

autools autools is a collection of several C programs to play, record, generate, modify, and analyse audio files on Linux/Solaris/IRIX/Win32. It includes native support for 16 bit .au and raw files. If linked with the AFsp library, most common audio file formats are supported. Instructions for install:...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (104): autools Download

Added: April 06, 2010 | Visits: 1.069

audio_rename audio_rename can rename an audio file via information got via MP3::Tag. SYNOPSIS audio_rename -csR -@p "@a/@l/@02n_@t" . renames all the audio files in this directory and its subdirectories into a 3-level directory structure given by Artist_Name/Album/Filename, with the basename of Filename...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): audio_rename Download

Added: November 03, 2010 | Visits: 1.246

jclasslib bytecode viewer JProfiler is an award-winning all-in-one Java profiler. JProfilers intuitive GUI helps you find performance bottlenecks, pin down memory leaks and resolve threading issues. Even though JProfiler has a powerful feature set, its a Java profiler that is extremely easy to use! JProfilers user...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (105): jclasslib bytecode viewer Download

Added: September 14, 2010 | Visits: 1.045

Bcrypt Bcrypt project is a lightweight blowfish file encryption utility which aims for cross-platform portability of not only the actual code, but the encrypted files as well. In addition to providing 448-bit encryption, Bcrypt overwrites input files with random garbage. Installation: If youre so...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (102): Bcrypt Download

Added: July 12, 2010 | Visits: 975

Palace Palace is a nifty visualization plugin for XMMS. Palace plugin works by reading the Fourier frequency analysis given by XMMS, and activating particular pins on the parallel port based on the frequency analysis and configuration options. Palace is based on the XPLSISNJASP software project. For...


Platforms: *nix

License: Freeware Size: 256 KB Download (95): Palace Download

Added: June 02, 2010 | Visits: 787

LLg 1.07 LLg is a recursive descent parser generator. SYNOPSIS use LLg; @tokens = ( ADDOP => [-+], LEFTP => [(], RIGHTP => [)], INTEGER => 0|[1-9][0-9]*, ); $reader = Lex->new(@tokens); $ADDOP->debug; $expr = And->new(($factor, Any->new($ADDOP, $factor)), sub { shift(@_); my $result =...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): LLg 1.07 Download

Added: January 16, 2010 | Visits: 1.033

Etlinux etLinux is an embedded linux distribution, intended for PC/104 boards with flash disk (like M-Systems DiskOnChip) with very little memory and disk space (starting from 2Mb of RAM and 2Mb of flash disk). Subsequently well refer to the development platform as the "host system" and to the target...


Platforms: *nix

License: Freeware Size: 5 MB Download (147): Etlinux Download

Added: November 18, 2010 | Visits: 987

Xealous Nets Xealous Nets is a set of programs that let you perform network calculations. Network calculations are useful and handy for the typical network administrator as they allow classful calculations and classless (CIDR) calculations, combining the functionality given by several online similar...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (96): Xealous Nets Download

Added: May 24, 2010 | Visits: 1.165

ShiftJIS::Regexp ShiftJIS::Regexp contains regular expressions in Shift-JIS. SYNOPSIS use ShiftJIS::Regexp qw(:all); match($string, p{Hiragana}{2}p{Digit}{2}); match($string, pH{2}pD{2}); # these two are equivalent: This module provides some functions to use regular expressions in Shift-JIS on the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (99): ShiftJIS::Regexp Download

Added: November 04, 2010 | Visits: 947

Algorithm::Munkres Algorithm::Munkres is a Perl extension for Munkres solution to classical Assignment problem for square and rectangular matrices. This module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Algorithm::Munkres Download

Added: June 04, 2010 | Visits: 978

Tk::event Tk::event contains miscellaneous event facilities: define virtual events and generate events. SYNOPSIS $widget->eventAction(?arg, arg, ...?); The eventAction methods provides several facilities for dealing with window system events, such as defining virtual events and synthesizing events....


Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk::event Download

Added: August 08, 2010 | Visits: 1.077

Tk::after Tk::after can execute a command after a time delay. SYNOPSIS $widget->after(ms) $id = $widget->after(ms?,callback?) $id = $widget->repeat(ms?,callback?) $widget->afterCancel($id) $id = $widget->afterIdle(callback) $widget->afterInfo?($id)? $id->time(?delay?) This method is used to...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (93): Tk::after Download

Added: April 25, 2010 | Visits: 671

Tk::bind Tk::bind can arrange for X events to invoke callbacks. SYNOPSIS Retrieve bindings: $widget->bind $widget->bind(tag) $widget->bind(sequence) $widget->bind(tag,sequence) Associate and destroy bindings: $widget->bind(sequence,callback) $widget->bind(tag,sequence,callback) The bind...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (99): Tk::bind Download

Added: April 26, 2010 | Visits: 869

Test::LectroTest::Property Test::LectroTest::Property is a Perl module with properties that make testable claims about your software. SYNOPSIS use MyModule; # provides my_function_to_test use Test::LectroTest::Generator qw( :common ); use Test::LectroTest::Property qw( Test ); use Test::LectroTest::TestRunner; my...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (87): Test::LectroTest::Property Download

Added: August 11, 2010 | Visits: 1.205

Math::Matrix Math::Matrix can multiply and invert Matrices. The following methods are available: new Constructor arguments are a list of references to arrays of the same length. The arrays are copied. The method returns undef in case of error. $a = new Math::Matrix ([rand,rand,rand],...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (134): Math::Matrix Download

Added: February 13, 2010 | Visits: 884

Xinity 2.2 Xinity project is a powerful web content management system (CMS). Xinity is a powerful web content management system (CMS). You can build complex web sites with content edited and maintained by non-programmers. It is user-friendy because it eliminates the flexibility gap: in common CM Systems...


Platforms: *nix

License: Freeware Download (103): Xinity 2.2 Download

Released: October 09, 2014  |  Added: May 26, 2015 | Visits: 3.622

Ping Assist Pro A ping tool is an essential piece of software for anyone who administers a network or provides any kind of Internet related services. In order to maintain a consistently high level of quality control over your network and its devices, a ping utility collects detailed information about the network...


Platforms: Windows, Windows 7

License: Shareware Cost: $59.00 USD Size: 11.97 MB Download (457): Ping Assist Pro Download

Added: January 25, 2010 | Visits: 1.370

Liger Liger - Leopard theme for Tiger.Made to mimic the Leopard previews given by Apple.HOUSTON: WE HAVE AN INSTALLER!It even checks if you have ShapeShifter installed.Uninstaller script included.(but if you have a problem, don't hesitate to email me!)FeaturesFLAWLESS TRANSPARENCY for ANY menu extras...


Platforms: Mac

License: Freeware Size: 1.1 MB Download (130): Liger Download

< 1 2 3 4 5 >