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

Help Maker freeware
Filter: All | Freeware | Demo
 

Help Maker

< 1 2 3 4 5 > 
Added: September 23, 2010 | Visits: 4.395

Patch Maker Patch Maker helps you manage multiple in-progress source code patches to software. Patch Maker remembers which files are part of which patch, and keeps them disentangled during the development process. It speeds up common operations and housekeeping tasks, allowing you to focus on writing code....



Platforms: *nix

License: Freeware Size: 32.77 KB Download (287): Patch Maker Download

Released: July 06, 2010  |  Added: July 08, 2010 | Visits: 12.281

Video DVD Maker FREE If you are looking for a flexible, easy-to-use, lean and focused DVD maker, Video DVD Maker will deliver this competitive edge. Similar to the best DVD authoring software in its class, Video DVD Maker allows ordinary users to get high quality outputs, even if they don't know the subtleties of...





Platforms: Windows

License: Freeware Size: 8.02 MB Download (1568): Video DVD Maker FREE Download

Released: December 04, 2006  |  Added: June 23, 2010 | Visits: 2.263

Visual Terrain Maker Visual Terrain Maker is a simple 3D-Modeling program allows visually create landscapes (maps) for games and other purposes. Works in XP/NT/2k. The program can export to Direct X file format(*.x). The program is not critical to the video adapters and drivers. Suitable for DarkBasic (Professional)...


Platforms: Windows

License: Freeware Size: 321.22 KB Download (335): Visual Terrain Maker Download

Added: August 26, 2008 | Visits: 3.292

Sothink Movie DVD Maker 1.0 Build Sothink Movie DVD Maker, the free DVD Maker and DVD Authoring Software, can convert different formats of video files to DVD video, DVD movies. It can convert Video to DVD, AVI to DVD, MPEG to DVD, MOV to DVD and etc. This DVD Maker provides advanced video editing feature, and help you burn the...


Platforms: Windows

License: Freeware Size: 5.32 KB Download (618): Sothink Movie DVD Maker 1.0 Build Download

Released: July 30, 2008  |  Added: November 26, 2008 | Visits: 2.281

DVD-Video Maker DVD-Video Maker aims to be a tool to convert various PC video formats to a DVD that can be played on pretty much any standalone DVD player. It's main target audience is people who know at least some basics about DVDs and videoaudio files. DVD-Video Maker is easy to use pretty interface. It can...


Platforms: Windows

License: Freeware Size: 8.96 MB Download (1016): DVD-Video Maker Download

Released: January 09, 2011  |  Added: January 16, 2011 | Visits: 3.342

Ringtone Maker With Ringtone Maker, you can create professional ringtones from any audio files no matter whether it is your favorite song, your relatives', friends' or pets' voices, an online radio, etc. It is easy and convenient to use the program due to the built-in New RingTone Wizard. Ringtone Maker has a...


Platforms: Windows

License: Freeware Size: 7.79 MB Download (533): Ringtone Maker Download

Released: April 23, 2009  |  Added: May 08, 2009 | Visits: 9.594

Picture Collage Maker Free Picture Collage Maker Free is a simple-to-use Windows freeware that turns ordinary photos and pictures into stunning keepsakes to share with family and friends. With just a few clicks, you can create digital collages, scrapbooks, posters, invitations, calendars, and greeting cards. Unlike...


Platforms: Windows

License: Freeware Size: 14.61 MB Download (1720): Picture Collage Maker Free Download

Added: January 18, 2010 | Visits: 1.303

Sort::Half::Maker Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list = sort $sub qw(a y f h w z b t x); # qw(x y z f h t w...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (118): Sort::Half::Maker Download

Added: September 04, 2010 | Visits: 2.148

IRC::Bot::Help IRC::Bot::Help is a module to dispatch help for IRC::Bot. SYNOPSIS use IRC::Bot::Help; my $seen = IRC::Bot::Help->new(); # later on... # User asks for help in DCC CHAT sub on_dcc_chat { my ( $kernel, $id, $who, $msg ) = @_[ KERNEL, ARG0, ARG1, ARG3 ]; my $nick = ( split /!/, $who...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (232): IRC::Bot::Help Download

Added: January 14, 2010 | Visits: 2.136

Jifty::Script::Help Jifty::Script::Help is a Perl module to show help. OPTIONS Optionally help can pipe through a pager, to make it easier to read the output if it is too long. For using this feature, please set environment variable PAGER to some pager program. For example: # bash, zsh users export...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (102): Jifty::Script::Help Download

Added: August 25, 2010 | Visits: 1.059

iPodDB::Menu::Help iPodDB::Menu::Help is the help menu. SYNOPSIS my $help = iPodDB::Menu::Help->new( $frame ); This is the Help menu portion of the menu bar..


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): iPodDB::Menu::Help Download

Added: November 23, 2010 | Visits: 1.828

El Jay Icon Maker El Jay Icon Maker is a Firefox extension that allows you to right click on any image and create an icon for use with livejournal.com There are two options to choose from when making an icon "Create Icon Instantly" and "Create Icon With Options". Selecting either link redirects you to the El Jay...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (176): El Jay Icon Maker Download

Added: June 23, 2010 | Visits: 1.022

SVK::Command::Help SVK::Command::Help is a Perl module to show help. OPTIONS Optionally svk helps can pipe through a pager, for it is easier to read if the output is too long. For using this feature, please set environment variable SVKPAGER to some pager program. For example: # bash, zsh users export...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (89): SVK::Command::Help Download

Added: May 13, 2010 | Visits: 1.680

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (159): List::Maker Download

Added: May 11, 2010 | Visits: 888

Tk::Help Tk::Help is simple widget for creating a help system for Perl/Tk applications. SYNOPSIS use Tk::Help; my $help = $main->Help(-variable => @array); This is an answer to a personal need to be able to create help systems for my Perl/Tk applications. Originally, I just created a really big...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): Tk::Help Download

Added: May 10, 2013 | Visits: 1.399

Help Center Live Help Center Live is dedicated to making available the tools to help you serve your customers and visitors. The Help Center Live Community produces Help Center Live free of charge. All we ask for is your ideas and comments.Modules" are expansions of the core being of HCL. These build on the solid...


Platforms: Windows, *nix, PHP, BSD Solaris

License: Freeware Download (104): Help Center Live Download

Added: August 02, 2010 | Visits: 1.285

Mail::Salsa::Action::Help Mail::Salsa::Action::Help is a Perl extension for a lot of functions. SYNOPSIS use Mail::Salsa::Action::Help; Stub documentation for Mail::Salsa, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited..


Platforms: *nix

License: Freeware Size: 26.62 KB Download (97): Mail::Salsa::Action::Help Download

Added: August 13, 2010 | Visits: 1.660

PHD Help Desk PHD Help Desk provides help desk registry and follow-up software. PHD Help Desk is software conceived for the registry and follow-up of help desks incidents. Registry of incidents allows classification in two levels (type and subtype), the state of the incident, a description, ticket assignment...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (118): PHD Help Desk Download

Added: October 01, 2010 | Visits: 1.150

Help Hannahs Horse Help Hannahs Horse is a fun and fast pacman / fastfood type game in SDL. Help Hannahs Horse is a simple combi-clone of pacman and the Dizzy game Fastfood. The aim is to guide Hannah around the maze collecting the carrots (which move!) and the pills. Collect a powerpill (blue and red) to...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (106): Help Hannahs Horse Download

Added: September 02, 2010 | Visits: 1.108

Config Maker Config Maker is a tool to automatically create C++ classes that parse configuration files. Only a few lines of text that describe the possible entries in the configuration file are needed, and the complete class will be generated ready for use. Basic usage The input files for Config Maker...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (99): Config Maker Download

< 1 2 3 4 5 >