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

Bao Tuoi Tre Vn freeware
Filter: All | Freeware | Demo
 

Bao Tuoi Tre Vn

1 2 > 
Added: August 02, 2010 | Visits: 940

TRE TRE is a robust, lightweight, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching. At the core of TRE is a new algorithm for regular expression matching with submatch addressing. The algorithm uses linear worst-case time in the... Platforms: *nix

License: Freeware Size: 430.08 KB Download (94): TRE Download

Added: July 07, 2013 | Visits: 575

VN-Calendar This plugin allows you to add a simple VN calendar(lunar calendar) to widget. You can see Can Chi days, Hoang Dao hours... in VN calendarInstallation : 1. Download the plugin and extract its content 2. Upload the complete folder vn-calendar to the /wp-content/plugins/ directory 3. Activate the... Platforms: PHP

License: Freeware Size: 10 KB Download (43): VN-Calendar Download

Added: August 21, 2008 | Visits: 1.246

Mi BAO TV All users who often convert VHS and Beta to digital have to do so with milimetric precision and spend hours in the process. Then there are always small, but irritating, gaps between sound and image so they don+t correspond 100%.To fix this annoying gap is Mi BAO TV 1.9.1 which is a simple and... Platforms: Windows

License: Freeware Size: 7 KB Download (167): Mi BAO TV Download

Added: April 03, 2013 | Visits: 317

NganLuong.vn Donation Module This module allow donate via NganLuong.vn (A commonly payment gateway in VietNam).Easy to config, easy to use:1. Register merchant site at NganLuong.vn2. Get Merchant site code, Secure pass.3. Fill all to module config.Features:+) Allow set Transaction info+) Default amount(VND)+) Default return... Platforms: PHP

License: Freeware Size: 20.48 KB Download (45): NganLuong.vn Donation Module Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 453

Presentation building Ceci est un projet en Java (Applet) dans le but de cree, visionner et edit des diaporamas, qui peuvent tre diffus sur un serveur d'affichage. This is a project in Java for create, viewing and editing presentation, can be display in a viewer. Platforms: Windows, Mac, Linux

License: Freeware Size: 235.54 KB Download (46): Presentation building Download

Added: November 26, 2010 | Visits: 1.234

Bio::Tree::Compatible Bio::Tree::Compatible is a Perl module for testing compatibility of phylogenetic trees with nested taxa. SYNOPSIS use Bio::Tree::Compatible; use Bio::TreeIO; my $input = new Bio::TreeIO(-format => newick, -file => input.tre); my $t1 = $input->next_tree; my $t2 = $input->next_tree; my... Platforms: *nix

License: Freeware Size: 5.6 MB Download (94): Bio::Tree::Compatible Download

Added: July 08, 2010 | Visits: 1.301

Ogg::Vorbis::Header Ogg::Vorbis::Header is an object-oriented interface to Ogg Vorbis information and comment fields. SYNOPSIS use Ogg::Vorbis::Header; my $ogg = Ogg::Vorbis::Header->new("song.ogg"); while (my ($k, $v) = each %{$ogg->info}) { print "$k: $vn"; } foreach my $com ($ogg->comment_tags) { print... Platforms: *nix

License: Freeware Size: 32.77 KB Download (217): Ogg::Vorbis::Header Download

Added: September 18, 2010 | Visits: 1.038

Invisible I used gkrellm earlier and I always liked gkrellm theme "invisible". Therefore Ive just made my "invisible" theme for superkaramba. Invisible theme includes some modifications: nosensors, eth0_only and nosensors_eth0_only. *** !!! WARNING !!! *** This theme uses "Terminus" fonts ! You can... Platforms: *nix

License: Freeware Size: 47.1 KB Download (116): Invisible Download

Added: February 27, 2010 | Visits: 995

B::Fathom B::Fathom a Perl module to evaluate the readability of Perl code. SYNOPSIS perl -MO=Fathom < script > or perl -MO=Fathom,-v < script > where