WareSeeker Search Software

make screensaver


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Make Money Online Screensaver 1.0


windows Home Shell Desktop->Misc Screen Savers A G Free
View Detail
Download Make Money Online Screensaver 1.0Download Make Money Online Screensaver 1.0
1.22MB
www.MakeMoneyToolbar.com - Make big money online / at home with this Screensaver ! Making Money Online
and be successfull online is easy when you have the right tools to do this with. With our Make Money Toolbar and
Make Money Screensaver you cant go wrong. Our website and toolbar contains the very best of everything you
need to make money online and make money at home. Our site-map and toolbar contain hundreds of money
making tools and ideas to help you getting started making money online today. You will also find more information
about Internet Marketing and Business to Business. For more information and our free downloads visit
www.MakeMoneyToolbar.com.
2

Make 1.00


linux Programming->Libraries Free
View Detail
Download Make 1.00Download Make 1.00
0.012 MB
Make is a Perl module for processing makefiles.

SYNOPSIS

require Make;
my $make = Make->new(...);
$make->parse($file);
$make->Script(@ARGV)
$make->Make(@ARGV)
$make->Print(@ARGV)

my $targ = $make->Target($name);
$targ->colon([dependancy...],[command...]);
$targ->dolon([dependancy...],[command...]);
my @depends = $targ->colon->depend;
my @commands = $targ->colon->command;

Make->new creates an object if new(Makefile => $file) is specified then it is parsed. If not the usual makefile Makefile sequence is used. (If GNU => 1 is passed to new then GNUmakefile is looked for first.)

$make->Make(target...) makes the target(s) specified (or the first real target in the makefile).

$make->Print can be used to print to current selected stream a form of the makefile with all variables expanded.

$make->Script(target...) can be used to print to current selected stream the equivalent bourne shell script that a make would perform i.e. the output of make -n.

There are other methods (used by parse) which can be used to add and manipulate targets and their dependants. There is a hierarchy of classes which is still evolving. These classes and their methods will be documented when they are a little more stable.

The syntax of makefile accepted is reasonably generic, but I have not re-read any documentation yet, rather I have implemented my own mental model of how make works (then fixed it...).

In addition to traditional

.c.o :
$(CC) -c ...

GNU makes pattern rules e.g.

%.o : %.c
$(CC) -c ...

Likewise a subset of GNU makes $(function arg...) syntax is supported.
Via pmake Make has built perl/Tk from the MakeMaker generated Makefiles...


3

Make Confessions


script PHP Free
View Detail
Download Make ConfessionsDownload Make Confessions
Make Confessions script is a revolutionary new piece of software which helps quickly build a confessions website or just about anything else like love stories, dating stories, hate your boss stories, etc. Visitors can post anonymously. To prevent spam all new entries are approved by administrator. Script features: - Create unlimited categories - Attach a picture - Comments system - Create and attach Polls - Rating system - Most popular - Top Rated - Send to a friend - Adult filter - Admin features to approve, edit entries, change categories, add comments, etc. Installation is super easy and all you need installed on the server is php, Mysql ? very common software supported by 99% of the hosting companies.
4

Make Popups Unkillable


script ASP NET Free
View Detail
Download Make Popups UnkillableDownload Make Popups Unkillable
This Web development tool makes your pop-ups immune from any pop-up filtering software. Designed for the Net, it has highly customizable look, provides rich Web content for borders, status bar, and title bar, supports non-rectangular pop-ups, and can add 3D effect to pop-up windows.
5

DPKG::Make 0.1


linux Programming->Libraries Free
View Detail
Download DPKG::Make 0.1Download DPKG::Make 0.1
0.007 MB
DPKG::Make is a Perl module for cleanly generate an Debian package (.dpkg).

SYNOPSIS

use DPKG::Make;

# The "Manifest": list of files that will comprise the software package.
my @filelist=(tmproot/file1.txt,
tmproot/file2.txt,
tmproot/file3.txt,
tmproot/file4.txt);

my %doc; my %conf; my %metadata;

# Define special handling of files.
$doc{tmproot/file1.txt}=1;
$conf{tmproot/file2.txt}=1;

# Bare minimum metadata (descriptive data of the software package).
my $pathprefix=tmproot;
my $tag=test; # cannot use uppercase characters
my $version=0.1;
my $release=1;

# Highly descriptive metadata.
%metadata=(
vendor=>Excellence in Perl Laboratory,
summary=>a Test Software Package,
name=>$tag,
copyrightname=>...,
group=>base,
AutoReqProv=>no,
requires=>[()],
email=>joe@somewhere.com,
description=>This package is generated by DPKG::Make. .
This implements the .$tag. software package,
pre=>echo "You are installing a package built by DPKG::Make; .
DPKG::Make is available at http://www.cpan.org/.",
);

# Temporary "sandbox" (this should not be /tmp because this is deleted!).
my $buildloc=TempBuildLoc;

# The "execute" subroutine coordinates all of the DPKG building steps.
DPKG::Make::execute($tag,$version,$release,$arch,$buildloc,$pathprefix,
@filelist,%doc,%conf,
%metadata);

# You can also build a DPKG in more atomic steps; these three smaller
# steps are equivalent to the execute command.

# Step 1: Generate the rpm source location.
DPKG::Make::dpkgsrc($tag,$version,$release,$arch,$buildloc,$pathprefix,
@filelist,%doc,%conf,
%metadata);

# Step 2: Build the rpm and copy into the invoking directory.
DPKG::Make::compiledpkg($buildloc,$metadata{name},$version,
$release,$arch,
$currentdir,$invokingdir);

# Step 3: clean the location used to gather and build the rpm.
DPKG::Make::cleanbuildloc($buildloc);


6

Make Hyperlinks 2.1


mac Utilities->Internet Utilities Free
View Detail
Download Make Hyperlinks 2.1Download Make Hyperlinks 2.1
70 KB
Make Hyperlinks is an Entourage AppleScript that makes proper hyperlinks (live underlined words in ordinary text that open linked web pages in the recipients default web browser when clicked) in Entourage messages.

You can also set up hyperlinked signatures to use on a regular basis.


7

Make SMI 1.0


mac Utilities->System Utilities Free
View Detail
Download Make SMI 1.0Download Make SMI 1.0
11 KB
Make SMI is an AppleScript droplet which enables the user to create a self-mounting disk image of any folder that has been dropped on its icon.

Completly freeware for personal use.

8

PPM::Make 0.76


linux Programming->Libraries Free
View Detail
Download PPM::Make 0.76Download PPM::Make 0.76
0.032 MB
PPM::Make is a Perl module that can Make a ppm package from a CPAN distribution.

SYNOPSIS

my $ppm = PPM::Make->new( [options] );
$ppm->make_ppm();

See the supplied make_ppm script for a command-line interface.

This module automates somewhat some of the steps needed to make a ppm (Perl Package Manager) package from a CPAN distribution. It attempts to fill in the ABSTRACT and AUTHOR attributes of Makefile.PL, if these are not supplied, and also uses pod2html to generate a set of html documentation. It also adjusts CODEBASE of package.ppd to reflect the generated package.tar.gz or package.zip archive. Such packages are suitable both for local installation via

C:.cpanbuildpackage_src> ppm install

and for distribution via a repository.

Options can be given as some combination of key/value pairs passed to the new() constructor (described below) and those specified in a configuration file. This file can either be that given by the value of the PPM_CFG environment variable or, if not set, a file called .ppmcfg at the top-level directory (on Win32) or under HOME (on Unix). If the no_cfg argument is passed into new(), this file will be ignored.

The configuration file is of an INI type. If a section default is specified as

[ default ]
option1 = value1
option2 = value2

these values will be used as the default. Architecture-specific values may be specified within their own section:

[ MSWin32-x86-multi-thread-5.8 ]
option1 = new_value1
option3 = value3

In this case, an architecture specified as MSWin32-x86-multi-thread-5.8 within PPM::Make will have option1 = new_value1, option2 = value2, and option3 = value3, while any other architecture will have option1 = value1 and option2 = value2. Options specified within the configuration file can be overridden by passing the option into the new() method of PPM::Make.

Valid options that may be specified within the configuration file are those of PPM::Make, described below. For the program and upload options (which take hash references), the keys (make, zip, unzip, tar, gzip), or (ppd, ar, host, user, passwd), respectively, should be specified. For binary options, a value of yes|on in the configuration file will be interpreted as true, while no|off will be interpreted as false.


9

Make Readme 1.2


windows Network Internet->Download Managers Free
View Detail
Download Make Readme 1.2Download Make Readme 1.2
615KB

It can make a Introduction automatically and quickly for the file you downloaded from Windows clipboard.
MakeReadme is a easy-to-use tool for Windows platforms.The enclosed documentation will guide new users through getting started with MakeReadme.
Thanks for choosing MakeReadme. We hope you find it fun and easy to use.
Features:
-100% Free.
-No installation required.
-No virus/adware/spyware.
10

Make Call 1.0


windows Utilities->System Tools Free
View Detail
Download Make Call 1.0Download Make Call 1.0
287 KB
Make Call is Alchemy Eye pugin that will make a call using voice modem and play specified sound file when monitored server goes down.
11

Make::Cache::Gcc 1.042


linux Programming->Libraries Free
View Detail
Download Make::Cache::Gcc 1.042Download Make::Cache::Gcc 1.042
0.025 MB
Make::Cache::Gcc is a ObjCache specialization for GCC/G++.

Make::Cache::Gcc is a superclass of Make::Cache::Obj with methods specialized for parsing GCC command lines.

Make::Cache::Gcc will run a GCC in pre-process mode to create a single source file. This file is then hashed with Make::Cache::Obj, and hits detected. On misses, GCC is run again to create the targets.


12

make htaccess and htpasswd


script PHP Free
View Detail
Download make htaccess and htpasswdDownload make htaccess and htpasswd
This is a simple PHP script that allows you to easily make htaccess and htpasswd files.
13

GNU make 3.81


linux Programming->Assembler Tools Free
View Detail
Download GNU make 3.81Download GNU make 3.81
1.1 MB
GNU make is a tool which controls the generation of executables and other non-source files of a program from the programs source files.

Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.

Capabilities of Make

· Make enables the end user to build and install your package without knowing the details of how that is done -- because these details are recorded in the makefile that you supply.
· Make figures out automatically which files it needs to update, based on which source files have changed. It also automatically determines the proper order for updating files, in case one non-source file depends on another non-source file.

As a result, if you change a few source files and then run Make, it does not need to recompile all of your program. It updates only those non-source files that depend directly or indirectly on the source files that you changed.

· Make is not limited to any particular language. For each non-source file in the program, the makefile specifies the shell commands to compute it. These shell commands can run a compiler to produce an object file, the linker to produce an executable, ar to update a library, or TeX or Makeinfo to format documentation.
· Make is not limited to building a package. You can also use Make to control installing or deinstalling a package, generate tags tables for it, or anything else you want to do often enough to make it worth while writing down how to do it.

Make Rules and Targets

A rule in the makefile tells Make how to execute a series of commands in order to build a target file from source files. It also specifies a list of dependencies of the target file. This list should include all files (whether source files or other targets) which are used as inputs to the commands in the rule.

Here is what a simple rule looks like:

target: dependencies ...
commands
...

When you run Make, you can specify particular targets to update; otherwise, Make updates the first target listed in the makefile. Of course, any other target files needed as input for generating these targets must be updated first.

Make uses the makefile to figure out which target files ought to be brought up to date, and then determines which of them actually need to be updated. If a target file is newer than all of its dependencies, then it is already up to date, and it does not need to be regenerated. The other target files do need to be updated, but in the right order: each target file must be regenerated before it is used in regenerating other targets.

Advantages of GNU Make

GNU Make has many powerful features for use in makefiles, beyond what other Make versions have. It can also regenerate, use, and then delete intermediate files which need not be saved.

GNU Make also has a few simple features that are very convenient. For example, the -o file option which says ``pretend that source file file has not changed, even though it has changed. This is extremely useful when you add a new macro to a header file. Most versions of Make will assume they must therefore recompile all the source files that use the header file; but GNU Make gives you a way to avoid the recompilation, in the case where you know your change to the header file does not require it.

However, the most important difference between GNU Make and most versions of Make is that GNU Make is free software.

Whats New in This Release:

· Major bugfixes


14

Make Link 3.0.2


windows System->Browser Tweak Free
View Detail
Download Make Link 3.0.2Download Make Link 3.0.2
17 KB
Make Link description
Make Link is a Firefox extension that will let you make HTML or ForumCode links Make Link allows you to make HTML or ForumCode links via the context menu.

Make Link is an extension for Mozilla Firefox which adds a context menu item (Make Link) which allows the user to easily copy links to the clipboard in HTML, forum-code or simple "text (URL)" format.

Make Linkalso allows the user to create his or her own link types to use with the extension, and to modify or remove the default three.

The function works in three different ways:
· When used on a link it uses the links own URL and link text for the new link.
· When used on selected text it uses the pages URL as the new link URL and the selected text as the new link text.
· When used elsewhere it uses the pages URL and title for the new link.

The copied link is stored in the clipboard to be pasted into whatever application the user wishes.

Requirements:

· Firefox: 1.0 3.0a1

15

Make Chain 1.0


mac Utilities->DTP Prepress Free
View Detail
Download Make Chain 1.0Download Make Chain 1.0
8 KB
Make Chain is a small AppleScript for Quark XPress which will enable you to convert a multi-column text box into a chain of linked boxes.

Completly freeware.


16

RPM::Make 0.8


linux Programming->Libraries Free
View Detail
Download RPM::Make 0.8Download RPM::Make 0.8
0.016 MB
RPM::Make is a Perl module to cleanly generate an RPM.

SYNOPSIS

use RPM::Make;

# The "Manifest": list of files that will comprise the software package.
my @filelist=(tmproot/file1.txt,
tmproot/file2.txt,
tmproot/file3.txt,
tmproot/file4.txt);

my %doc; my %conf; my %confnoreplace; my %metadata;

# Define special handling of files.
$doc{tmproot/file1.txt}=1;
$conf{tmproot/file2.txt}=1;
$confnoreplace{tmproot/file3.txt}=1;

# Bare minimum metadata (descriptive data of the software package).
my $pathprefix=tmproot; # Location of files to be included in package.
my $tag=Test; # Default name of the software package.
my $version=0.1; # Version number.
my $release=1; # Release number (versions can have multiple releases).

# Highly descriptive metadata.
%metadata=(
vendor=>Excellence in Perl Laboratory,
summary=>Test Software Package,
name=>$tag,
copyrightname=>...,
group=>Utilities/System,
AutoReqProv=>no,
requires=>[(PreReq: setup,
PreReq: passwd,
PreReq: util-linux
)],
description=>This package is generated by RPM::Make. .
This implements the .$tag. software package,
pre=>echo "You are installing a package built by RPM::Make; .
RPM::Make is available at http://www.cpan.org/.",
);

# Temporary "sandbox" (this should not be /tmp because this is deleted!).
my $buildloc=TempBuildLoc;

# The "execute" subroutine coordinates all of the RPM building steps.
RPM::Make::execute($tag,$version,$release,$arch,$buildloc,$pathprefix,
@filelist,%doc,%conf,%confnoreplace,
%metadata);

# You can also build an RPM in more atomic steps; these three smaller
# steps are equivalent to the execute command.

# Step 1: Generate the rpm source location.
RPM::Make::rpmsrc($tag,$version,$release,$buildloc,$pathprefix,
@filelist,%doc,%conf,%confnoreplace,
%metadata);

# Step 2: Build the rpm and copy into the invoking directory.
RPM::Make::compilerpm($buildloc,$metadata{name},$version,
$release,$arch,
$currentdir,$invokingdir);

# Step 3: Clean the location used to gather and build the rpm.
RPM::Make::cleanbuildloc($buildloc);


17

Make-Debian-X11 1.3


linux System->Boot Free
View Detail
Download Make-Debian-X11 1.3Download Make-Debian-X11 1.3
0.016 MB
Make-Debian-X11 is an add-on which makes a template with the necessary replacement files for gBootRoots Yard Method.

The root filesystem created from the template is user-mode-linux ready and includes X11, making it possible to run gBootRoot from within its own creation.

18

Make audio 0.4.1


linux Multimedia->Audio Free
View Detail
Download Make audio 0.4.1Download Make audio 0.4.1
0.016 MB
Make audio is a graphical tool to create audio CDs from MP3 or wav files. You can simply arrange a playlist of all songs that you want. The application converts MP3 files to WAV and then burns them on the CD.


19

Make Notes 2.0


mac Utilities->Others $20
View Detail
Download Make Notes 2.0Download Make Notes 2.0
303 KB
Make Notes is a small "sticky notes" type of application, which may be run continuously.

There are many useful features that you will soon discover.

Quick Start
Create note - Command-N (File->New)
Delete note - delete all text in note and close it
other features are mostly self-explanatory.

20

Make Icon 1.0


mac Utilities->Others Free
View Detail
Download Make Icon 1.0Download Make Icon 1.0
790 KB
Make Icon can read PDF files and uses the first pageto create the icon. On non PDF files, it tries to open the file as apicture using QuickTime and takes the main image inside the file.

So itshould work with all file types QuickTime can read.e.g. TIFF, JPEG, BMP, Photoshop, GIF, PNG, etc. The source code is included.

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search