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

Dailymotion Bb software
Filter: All | Freeware | Demo
 

Dailymotion Bb

< 1 2 3 4 5 > 
Released: March 04, 2002  |  Added: February 04, 2006 | Visits: 4.419

Screen Saver Activate BlackBoard Screen Saver Activate: Set the current screen saver you want in the control panel. Then run BB Screen Saver Activate, press ENTER or click on GO and the screen saver you picked is immediately activated. Great for use with password screen savers when you go away from your desk.



Platforms: Windows

License: Freeware Size: 679 KB Download (532): Screen Saver Activate Download

Released: July 31, 2007  |  Added: February 13, 2008 | Visits: 3.556

TreeDBNotes Pro TreeDBNotes Pro is a powerful and easy-to-use personal database program, PIM, Word Processor, e-Book maker, Alarm & Reminders,Contacts and Passwords manager with Tree Structure, advanced encryption and password protection. Features: Search, Replace, Case options, Insert file/ link/ image/ time/...





Platforms: Windows

License: Shareware Cost: $34.00 USD Size: 6.9 MB Download (153): TreeDBNotes Pro Download

Added: August 08, 2008 | Visits: 3.173

ABC Amber BlackBerry Editor ABC Amber BlackBerry Editor is an easy-to-use, award-winning program that helps you manage contact information in IPD (BlackBerry Backup) files. You can retrieve an address book from IPD file, edit it (full name, company name, job title, phone numbers, home and work addresses, etc.) and then put...


Platforms: Windows

License: Freeware Size: 1.01 KB Download (580): ABC Amber BlackBerry Editor Download

Added: November 11, 2010 | Visits: 1.196

Compress::BraceExpansion Compress::BraceExpansion is a Perl module to create a human-readable compressed string suitable for shell brace expansion. SYNOPSIS use Compress::BraceExpansion; # output: ab{c,d} print Compress::BraceExpansion->new( qw( abc abd ) )->shrink(); # output: aabb{cc,dd} print...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): Compress::BraceExpansion Download

Added: August 24, 2010 | Visits: 1.493

GIS::Distance::Vincenty GIS::Distance::Vincenty Perl module contains Thaddeus Vincenty distance calculations. SYNOPSIS my $calc = GIS::Distance::Vincenty->new(); my $distance = $calc->distance( $lon1, $lat1 => $lon2, $lat2 ); For the benefit of the terminally obsessive (as well as the genuinely needy), Thaddeus...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (125): GIS::Distance::Vincenty Download

Added: March 26, 2010 | Visits: 1.222

Music::Scales Music::Scales can supply necessary notes / offsets for musical scales. SYNOPSIS use Music::Scales; my @maj = get_scale_notes(Eb); # defaults to major print join(" ",@maj); # "Eb F G Ab Bb C D" my @blues = get_scale_nums(bl); # bl,blu,blue,blues print join(" ",@blues); # "0 3 5 6 7 10"...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (111): Music::Scales Download

Added: June 27, 2010 | Visits: 1.305

Locale::RecodeData::ISO_8859_14 Locale::RecodeData::ISO_8859_14 is a Perl module with conversion routines for ISO-8859-14. CHARACTER TABLE The following table is sorted in the same order as the original charmap. All character codes are in hexadecimal. Please read ISO-10646 as ISO-10646-UCS4. Local | ISO-10646 |...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (87): Locale::RecodeData::ISO_8859_14 Download

Added: February 13, 2010 | Visits: 1.006

LDPC/LDGM LDPC/LDGM is a llarge block forward error correction codec library. It is significantly faster than traditional Reed-Solomon codecs. Traditional small block Forward Error Correction (FEC) codes, like the Reed-Solomon erasure (RSE) code, are known to raise efficiency problems in particular when...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (139): LDPC/LDGM Download

Added: February 23, 2010 | Visits: 2.139

Support Incident Tracker Support Incident Tracker (or SiT!) is a Web-based application for tracking technical support calls or emails. Support Incident Tracker project can manage contacts, sites, technical support contracts, and support incidents in one place. You can send and receive email directly from SiT!,...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (107): Support Incident Tracker Download

Added: March 12, 2010 | Visits: 1.227

Music::Chord::Namer Music::Chord::Namer - You give it notes, it names the chord. SYNOPSIS use Music::ChordName qw/chordname/; print chordname(qw/C E G/); # prints C print chordname(q/C E G/); # same (yes, array or string!) print chordname(qw/C Eb G Bb D/); # prints Cm9 print chordname(qw/G C Eb Bb D/); #...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (121): Music::Chord::Namer Download

Added: September 27, 2010 | Visits: 1.417

App::SimpleScan::Cookbook App::SimpleScan::Cookbook is a documentation-only module that describes how to use simple_scan for some common Web testing problems. BASICS simple_scan reads test specifications from standard input and generates Perl code based on these specifications. It can either execute them immediately,...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (92): App::SimpleScan::Cookbook Download

Added: November 11, 2010 | Visits: 1.076

virtual800 virtual800 is a FUSE-based filesystem that provides a big filesystem with big files for testing of large file transfers. Examples: miguelo@saturno:~$ mkdir test miguelo@saturno:~$ virtual800 -t syssize=768T,sysfiles=28 test miguelo@saturno:~$ cd test miguelo@saturno:~/test$ df -h...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (92): virtual800 Download

Added: February 13, 2010 | Visits: 740

APR::Brigade APR::Brigade is a Perl API for manipulating APR Bucket Brigades. Synopsis use APR::Brigade (); $bb = APR::Brigade->new($r->pool, $c->bucket_alloc); $ba = $bb->bucket_alloc(); $pool = $bb->pool; $bb->insert_head($b); $bb->insert_tail($b); $b_first = $bb->first; $b_last = $bb->last;...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (90): APR::Brigade Download

Added: November 15, 2010 | Visits: 865

APR::Bucket APR::Bucket is a Perl API for manipulating APR Buckets. Synopsis use APR::Bucket (); my $ba = $c->bucket_alloc; $b1 = APR::Bucket->new($ba, "aaa"); $b2 = APR::Bucket::eos_create($ba); $b3 = APR::Bucket::flush_create($ba); $b2->is_eos; $b3->is_flush; $len = $b1->length; $len =...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (96): APR::Bucket Download

Added: June 15, 2010 | Visits: 1.089

Apache2::DebugFilter Apache2::DebugFilter is a Perl module to debug mod_perl and native Apache2 filters. Synopsis # httpd.conf # ---------- PerlModule Apache2::DebugFilter # Connection snooping (everything) PerlInputFilterHandler Apache2::DebugFilter::snoop_connection PerlOutputFilterHandler...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Apache2::DebugFilter Download

Added: May 10, 2013 | Visits: 2.296

Quicksilver Forums Quicksilver Forums is a fast, feature rich bulletin board system written in PHP and MySQL.Features:Registration - Option to require validation via email before making a registration complete - Option for anti-robot registration to stop spammers registering through automated scripts - Force...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (146): Quicksilver Forums Download

Added: January 18, 2010 | Visits: 2.228

Math::Group::Thompson Math::Group::Thompson Perl module contains OO methods that calculates the cardinality of the ball of radius n of Thompson group F. SYNOPSIS use Math::Group::Thompson; my $F = Math::Group::Thompson->new( VERBOSE => 0 ); my $card = $F->cardBn(3,); print "#B(3) = $cardn"; The...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Math::Group::Thompson Download

Added: October 08, 2010 | Visits: 719

bb_mug bb_mug is a simple, tiny, and fast Java class obfuscator. Where applicable, it replaces class, method, and field names with shorter names. bb_mug removes all information not required for execution.. High end multimedia software. Strategy, role and advertising games. Proofed development tools.


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 35.84 KB Download (91): bb_mug Download

Added: March 24, 2010 | Visits: 849

The_RTF_Cookbook The_RTF_Cookbook is a RTF overview and quick reference. SYNOPSIS # Time-stamp: "2003-09-23 21:27:56 ADT" # This document is in Perl POD format, but you can read it # with just an ASCII text viewer, if you want. RTF is a nearly ubiquitous text formatting language devised by Microsoft....


Platforms: *nix

License: Freeware Size: 57.34 KB Download (102): The_RTF_Cookbook Download

Added: January 25, 2010 | Visits: 814

TiCons Ticons 3 is an icon set of 49 icons that focus on the toolbar icons, dock icons, and most of the device icons.


Platforms: Mac

License: Freeware Download (115): TiCons Download

< 1 2 3 4 5 >