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

How To Kiss Your Boyfriend freeware
Filter: All | Freeware | Demo
 

How To Kiss Your Boyfriend

< 1 2 3 4 5 > 
Added: May 08, 2006 | Visits: 5.704

Trellian Webpage Trellian WebPAGE allows you to create your own web pages without having to learn complex scripting languages. WebPAGE's WYSIWYG interface makes editing pages as easy as using your favorite word processor. Web masters and other advanced users can hand code HTML using the built in color... Platforms: Windows

License: Freeware Size: 4.73 MB Download (544): Trellian Webpage Download

Added: August 18, 2008 | Visits: 1.729

Guide to Webmaster Affiliate Programs This tutorial will show webmasters how to make money with webmaster affiliate programs. After years of trying to make money on the Internet I finally discovered what works. I currently receive residual income with minimal effort. This tutorial explains in plain English how to get your online... Platforms: Windows

License: Freeware Size: 164 KB Download (161): Guide to Webmaster Affiliate Programs Download

Added: January 18, 2010 | Visits: 3.983

Tkx::Tutorial Tkx::Tutorial Perl module contains a tutorial about how to use Tkx. Tk is a toolkit that allows you to create applications with graphical interfaces for Windows, Mac OS X and X11. The Tk toolkit is native to the Tcl programming language, but its ease of use and cross-platform availability has... Platforms: *nix

License: Freeware Size: 24.58 KB Download (215): Tkx::Tutorial Download

Added: February 15, 2010 | Visits: 1.222

migratedata migratedata project allows you to write a simple XML file to define how to copy data from one database to another, and perform very simple transformations on the way. Currently, it is immediately able to help you migrate a PostNuke web site to a WordPress one, but to perform any other... Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): migratedata Download

Added: March 09, 2010 | Visits: 1.489

Inline-API Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo = foo-shift; foo-print "Hello, $foon"; } So you think... Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): Inline-API Download

Added: January 13, 2010 | Visits: 1.911

Array::Each::Tutorial Array::Each::Tutorial - POD giving various examples how to use Array::Each. SYNOPSIS man Array::Each man Array::Each::Tutorial or perldoc Array::Each perldoc Array::Each::Tutorial Overview This tutorial contains only POD, so dont do this: use Array::Each::Tutorial; # dont do this... Platforms: *nix

License: Freeware Size: 20.48 KB Download (121): Array::Each::Tutorial Download

Added: July 04, 2010 | Visits: 1.631

OpenInteract2::Manual::Tutorial OpenInteract2::Manual::Tutorial is a Perl module that will teach learn you how to create and modify a package. SYNOPSIS This tutorial will show you the different methods for creating a package and how to maintain them. CREATING THE PACKAGE A word on the example For our example were... Platforms: *nix

License: Freeware Size: 931.84 KB Download (99): OpenInteract2::Manual::Tutorial Download

Added: July 10, 2010 | Visits: 1.183

PDL::Indexing PDL::Indexing Perl module contains a tutorial on how to index piddles. This manpage should serve as a first tutorial on the indexing and threading features of PDL. This manpage is still in alpha development and not yet complete. "Meta" comments that point out deficiencies/omissions of this... Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::Indexing Download

Added: February 15, 2010 | Visits: 1.310

SSH with Keys HOWTO SSH with Keys HOWTO is a document which shows how to use SSH with keys, passphrases, and ssh-agent. For those of you who have been using SSH for a while, you will probably understand its advantages over the previous telnet style applications such as telnet and remote shell. Although SSH with... Platforms: *nix

License: Freeware Download (116): SSH with Keys HOWTO Download

Added: July 17, 2010 | Visits: 916

HTML::WikiConverter::Dialects HTML::WikiConverter::Dialects is a Perl module which contains a tutorial on how to add a dialect. SYNOPSIS # In your dialect module: package HTML::WikiConverter::MySlimWiki; use HTML::WikiConverter -dialect; rule b => { start => **, end => ** }; rule i => { start => //, end => // };... Platforms: *nix

License: Freeware Size: 34.82 KB Download (91): HTML::WikiConverter::Dialects Download

Added: August 18, 2010 | Visits: 1.412

QoS Connection Tuning HOWTO QoS Connection Tuning HOWTO is a document which explains how to tune network connection performance. This enables you to get the maximum benefit out of your connection without lag and loss.. Platforms: *nix

License: Freeware Download (198): QoS Connection Tuning HOWTO Download

Added: May 11, 2010 | Visits: 1.387

Fedora Multimedia Installation HOWTO Fedora Multimedia Installation HOWTO will explain how to get various multimedia apps working under Fedora Core. How to get various proprietary and restricted multimedia Damned Things (AVI, Flash, Java, MP3, MPEG, QuickTime, RealMedia, Windows Media) working under Fedora Core using your normal... Platforms: *nix

License: Freeware Download (122): Fedora Multimedia Installation HOWTO Download

Added: March 13, 2010 | Visits: 1.605

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: November 06, 2010 | Visits: 1.314

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this... Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: September 27, 2010 | Visits: 1.425

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: September 10, 2010 | Visits: 1.770

PDF::Reuse::Tutorial PDF::Reuse::Tutorial is a Perl module that will teach you how to produce PDF-files with PDF::Reuse. In this tutorial I will show some aspects of PDF::Reuse, so you should be able to use it in your own programs. Most important is how to produce and reuse PDF-code, and then if you are interested,... Platforms: *nix

License: Freeware Size: 133.12 KB Download (118): PDF::Reuse::Tutorial Download

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 745

Music game E Explains how to play music or sounds across multiple slides in a PowerPoint presentation. Requires that you select Sound from File on the Insert menu and.Now Your Child Can Play Music Scales Quickly and Easily -- Even if Theyve Always Found Scales Impossible to Learn! Ill show you step-by-step... Platforms: All

License: Freeware Size: 30.72 KB Download (461): Music game E Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 748

Stock Trading Screensaver Best How To Invest In Stock Market Screensaver. Amazing phrases of knowledge from the most popular market investors to have ever lived. The most famous investor quotes ever uttered are gave away in this screensaver. Many are insightful tid-bits of wisdom as others are just funny. Many... Platforms: Windows

License: Freeware Size: 9.66 MB Download (55): Stock Trading Screensaver Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 670

How_To_Increase_Gas_Mileage How to increase gas mileage - The truth about How To Increase Gas Mileage. Don't get suckered into buying phony gas saving devices. Real gas mileage saving tips... Are You Tired of getting Stung by the big oil companies? You can turn the tables on them Today - Let me show you how! You can... Platforms: Windows, MS-DOS

License: Freeware Size: 1.13 MB Download (47): How_To_Increase_Gas_Mileage Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 431

How To Media Player Max Media Player Max is an easy-to-use program with amazing interface to play almost all media files with an easy-to-use playlist, The player can also play DVD-Video discs and Video-CD discs. The program features are: 1) Supported Input Audio Formats: wav , wma , mka , m4a , mp3 , mp4 , ogg , aac ,... Platforms: Windows

License: Freeware Size: 16.63 MB Download (665): How To Media Player Max Download

< 1 2 3 4 5 >