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

How To Hide Files In Pictures freeware
Filter: All | Freeware | Demo
 

How To Hide Files In Pictures

< 1 2 3 4 5 > 
Added: October 23, 2010 | Visits: 1.136

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: August 13, 2008 | Visits: 1.472

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 (100): How to make Modifications for Games Download

Added: July 04, 2010 | Visits: 1.621

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: August 21, 2010 | Visits: 1.044

phpDIR browser phpDIR is an easy to use and install script that can list files and folders, including file upload/download. Installation only requires the configuration of 3 parameters. The whole package contains 4 files. phpDIR browser application also supports admin sessions, to also be able to delete...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): phpDIR browser Download

Added: March 06, 2010 | Visits: 1.208

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 15, 2010 | Visits: 1.213

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: June 26, 2010 | Visits: 967

webCDwriter webCDwriter can be used to make the CD- and DVD-writer(s) connected to a Linux box available to all users in your network. It consists of the server CDWserver and the clients webCDcreator and rcdrecord. CDWserver stores the files transmitted by the clients, reserves the CD-writer and controls...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (98): webCDwriter Download

Added: April 22, 2010 | Visits: 1.151

Storage Inspector Storage Inspector is a Firefox extension that makes it easy to view any sqlite database files in the current profile. This includes the anti-phishing and search engine... Developer Comments: There are quite a few polish issues that need to be addressed before this version is ready for the...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (97): Storage Inspector Download

Added: October 08, 2010 | Visits: 939

PloneiCalendar PloneiCalendar allows you to share and browse calendar files in Plone, and manage them in your calendar application. PloneiCalendar is a product designed by Ingeniweb to handle calendar files in Plone. It is based on the iCalendar file format. Once an PloneiCalendar is created in Plone, you...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (97): PloneiCalendar Download

Added: May 08, 2010 | Visits: 917

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.171

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.415

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

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 (92): Xmldoom::doc::UsingTorque Download

Added: July 17, 2010 | Visits: 910

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

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: March 09, 2010 | Visits: 1.480

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

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 964

Horse Racing System Horse Racing System ebook that shows you how to win at horse racing without the use of software, tipster, or the racing form. Learn how to win big money using these 5 golden rules. This ebook will show you what to do and how to do it in an easy to understand format. You'll also learn some great...


Platforms: Windows

License: Freeware Size: 427 KB Download (80): Horse Racing System Download

Released: April 18, 2014  |  Added: May 12, 2014 | Visits: 1.069

File Marker File Marker is a compact, intuitive and highly flexible tool for changing file icons in Windows. Mac users have been enjoying file and folder color-coding for years and the time has come for Windows users to join them and be finally able to customize file icon images to their liking. File...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 1.56 MB Download (70): File Marker Download

Added: July 15, 2013 | Visits: 2.662

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: April 14, 2014  |  Added: April 29, 2014 | Visits: 874

FileMarker.NET Free - Change File Icon FileMarker.NET is a compact, intuitive and highly flexible tool for changing file icons in Windows. Mac users have been enjoying file and folder color-coding for years and the time has come for Windows users to join them and be finally able to customize file icon images to their liking. File...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 1.56 MB Download (67): FileMarker.NET Free - Change File Icon Download

< 1 2 3 4 5 >