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

How To Boost Your Wifi Signal freeware
Filter: All | Freeware | Demo
 

How To Boost Your Wifi Signal

< 1 2 3 4 5 > 
Added: March 13, 2010 | Visits: 1.602

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: February 09, 2010 | Visits: 1.162

Pronounce Pronounce shows how to pronounce an english word using online services. Pronounce an english word using services on www.thefreedictionary.com.





Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Pronounce Download

Added: September 03, 2010 | Visits: 991

KTouch 1.6 KTouch is a program for learning how to touch-type. KTouch is FREE software and offers you an easy way to learn to type on a keyboard quickly and correctly. Every finger has its place on the keyboard with associated keys to press. Starting with only a few keys to remember you will advance...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (103): KTouch 1.6 Download

Added: August 13, 2008 | Visits: 1.476

How to make Modifications for Games Regardless of your modding skill level, this eBook will show you the general steps and hints on how to make modifications for games. The sections are all bundled into one freely available offline package for your convenience. These are the sections you will find: -What are game modifications?...


Platforms: Windows

License: Freeware Size: 713 KB Download (101): How to make Modifications for Games Download

Added: October 23, 2010 | Visits: 1.139

Bake Bake is a small domain specific programming language for describing how to transform one file into another. Bake uses the typical topological sort, but has features that make describing this relatively easy. Bake has patterns, similar to make, but which are part of the dependency graph (unlike...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (101): Bake Download

Added: July 04, 2010 | Visits: 1.625

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: April 10, 2010 | Visits: 946

Xmldoom::doc::UsingTorque Xmldoom::doc::UsingTorque Perl module contains a how to about making Torque generator to work with your database.xml. Because the format used in the database definition (commonly named database.xml) is the same as Apache Torque, we can use their tools to automatically generate database.xml from...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (98): Xmldoom::doc::UsingTorque Download

Added: February 15, 2010 | Visits: 1.216

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

Business::Associates::Stylesheet Business::Associates::Stylesheet is a Perl information on the Associates XSLT stylesheets and how to modify the data processing. THE PROCESSING MODEL Before we get going on the details, let us first remind ourselves on what we might call the processing model of the Associates package. The...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (98): Business::Associates::Stylesheet Download

Added: February 02, 2010 | Visits: 1.034

Microdrive Microdrive is basically a set of scripts which you can use to make your own live linux cd. It depends on busybox, isolinux and linux of course. I am planning to build a small bunch of diskless, monitorless, keyboardless nodes to do my rendering work [3D]. For them to run, I have various...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (97): Microdrive Download

Added: May 08, 2010 | Visits: 920

Hopify Hopify project is a set of tools and documentation on how to learn to speed read. It allows the user to convert Project Gutenberg books into hopified, printable pages. The User can use those pages to learn how to read multiple hopified words at once..


Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Hopify Download

Added: July 10, 2010 | Visits: 1.178

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: 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: July 17, 2010 | Visits: 913

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

Released: March 03, 2016  |  Added: May 05, 2016 | Visits: 1.584

Turbo Download Manager Turbo Download Manager is a multi-threading download manager for Android, Windows, Linux, Mac OS and different browsers. It can be used to boost your downloading speed as well as to protect your download on a non-stable INTERNET connection by resuming broken pipes. Features: 1. Supports...


Platforms: Windows, Mac, *nix, Windows 7, Windows Server, Android, Other

License: Freeware Size: 30 MB Download (89): Turbo Download Manager

Added: March 09, 2010 | Visits: 1.483

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

Mknew Mknew project is an investigation of how to build simple Unix shell scripts to manage common development and administrative tasks. The emphasis is on using languages and tools that already exist and are in common use rather than inventing something new. A related emphasis is on exploring the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (88): Mknew Download

Added: July 15, 2013 | Visits: 2.666

Weather Web Cam Images History PHP This is a tutorial on how to use my PHP script to make a web cam image history thumbnail page.


Platforms: PHP

License: Freeware Size: 10 KB Download (68): Weather Web Cam Images History PHP Download

Released: October 03, 2014  |  Added: October 29, 2014 | Visits: 1.431

EagleGet Free all-in-one download manager, supports HTTP, HTTPS, FTP, MMS and RTSP protocol as well as popular online video websites, Optimized for HD and HTML5 web videos. EagleGet can be integrated to Chrome, IE, Firefox, Opera, Maxthon, and uses multi-threaded technology to boost your downloads....


Platforms: Windows, Windows 7

License: Freeware Size: 5.4 MB Download (66): EagleGet Download

Released: March 03, 2013  |  Added: March 28, 2013 | Visits: 830

GRE Calculator GRE Calculator is a simple application that will help you familiarize yourself with calculator which you'll be using on actual GRE revised General Test. Since the most important and crucial aspect on GRE is time management, there are also included some tips and strategies how to use GRE...


Platforms: Windows, Mac

License: Freeware Size: 3.63 MB Download (65): GRE Calculator Download

< 1 2 3 4 5 >