michigan ppc
Michigan search engine marketing 1.0
michigan search engine marketing bar, from Netvantage Marketing - a Michigan internet marketing firm specializing in paid search management, search en... more>> <<less
cosign 1.9.3
cosign is a Web single sign on system that allows users to authenticate once per session and access any protected Web resources. more>>
Sessions have both idle and hard timeouts, and users can logout of all protected services by visiting a single URL. The use of public key cryptography ensures that a compromise of a protected Web server has no impact on the security of other participating servers.
cgi
The central cgi is responsible for logging users into and out of the central cosign server. It is also responsible for registering each service a user logs into - this action ties the users central login cookie to their session on individual application servers such as our web mail client, web directory client, or CourseTools environment. The prototype CGI was built to use Kerberos V/GSSAPI to authenticate the user.
daemon
The central daemon is responsible for maintaining the state of all cosign sessions. This includes keeping track of which users have logged in, logged out, and idle timed out. This also means the daemon keeps track of all of the service cookies that represent the authenticated web applications a user has accessed. The daemon has the ability to replicate its cookie database to multiply hosts, so a failure of one server does not constitute a failure of the system. The daemon answers queries of user identity from both the cgi and the filter, and talks to other daemons through a replication protocol. The daemon was written in C and has knowledge of Kerberos V tickets.
filter
The filter resides on an application server, and is not part of the centralized cosign infrastructure. The filter is responsible for determining which areas of a web site are protected by cosign and which are not. If a user attempts to access a protected area, the filter assures the user is authenticated, and obtains their username, authentication realm, IP address, and optionally a Kerberos ticket. This information can then be used by other authorization mechanisms to make further access decisions. The prototype filter was written in C for Apache 1.3.x.
Enhancements:
- daemon: updated return codes
- daemon: fixed bug in retrieve access control
- daemon: fixed bug where HUP with replication turned on would cause the server to die and exit.
- man: reorganized and fixed typos
Used Cars Mt Pleasant Michigan 1.0
Search Toolbar from Mt Pleasant Used Cars Michigan for use with Mozilla Firefox. Helps to make web surfing for used cars more enjoyable. Includes a ra... more>> <<less
NP PPC Tracker 1.0
NPTracker is script to track keywords, clicks, codes and test performance of different types of advertising. Discover which keywords, search terms and referral sites actually make you money and which more>>
Free NP [KISS] Tracker Genially Simple Ad Performance Tracking
NPTracker is script to track keywords, clicks, codes and test performance of different types of advertising.
Discover which keywords, search terms and referral sites actually make you money and which ones part you with it. Simple and powerful.
NPTracker is a simple but powerful script to:
+ dynamically track performance of your PPC campaigns on a keyword level
+ reveal which keywords are profitable and which are not
+ discover what search keywords people are using when clicking on your ads
+ see exact referral sites people are coming from
+ capture traffic statistics in real-time, including IPs, browser and OS info
everything with a genuinely simple free NPTracker script.
More details about Free NP Tracker are available at http://NeoPerformancer.com/nptracker/
Requirements: PHP 4.3
<<lessSource Mage GNU/Linux 0.9.6 PPC
Sourcemage is a source-based GNU/Linux distribution based on a Sorcery metaphor of casting and dispelling programs. more>>
This is a development ISO and potentially loaded with bugs and glitches. This is where you come in. We need your help to squash these bugs.
Please download, burn, and install this ISO to a spare partition, extra computer, or over your least favorite friends Windows partition. VMWare or bochs works too. Upon finding a glitch, please report it in bugzilla. No bug is too small, or too large.
Help shape the future of Source Mage! Download the Next Generation Testing ISO and install!
Enhancements:
- A "dependency" scheme was added to make sure you dont accidentally skip a vital step or do things in the wrong order.
- You can still override dependencies if you really know what youre doing.
- Spells are now installed in the background while you are busy selecting options.
- Software RAID support via mdadm was added.
WifiWare 1.4.1
WifiWare is a mini slackware distribution intended for wifi routers, VPN servers and file servers. more>>
Full install will take cca 300MB hdd space.
Wlan-drivers package with support for major wifi chipsets included.
Other utils in /utils folder on cdrom:
- Unreal ircd
- Hybrid ircd
- bridge-utils
- kismet
- webmin
- glftpd
- and more.
Distribution contains patched ppp and kernel package/source with support for Microsoft Point-to-Point Encryption(MPPE) and Microsoft Point-to-Point Compression(MPPC). MPPC itself is patented algorithm. Patent for *Microsoft* PPC is holded by the Hifn Inc. MPPE uses RC4 encryption algorithm which itself isnt patented, but RC4 is trademark of RSA Data Security Inc.
To avoid legal problems, US citizens shouldnt use this module. Ok, you have been warned, now you can do whatever you want.
Enhancements:
- Some minor bugfixes and WiFi driver updates.
DistccPPCKnoppix 0.0.9
DistccPPCKnoppix is a Knoppix distribution that contains distcc servers for both Linux x86 and OSX ppc compiling. more>>
After running across "Building a Darwin cross compiler for use with distcc and fink" and "HOWTO: Use Gentoo Distcc Host to cross-compile for OSX" I quickly set out and build my own cross compiler to speed up my Apple OSX development. Like most people I have more x86 hardware then I do ppc. It didnt take long to get it build and a test distccd server up to show that it was working.
When I compile for Linux x86 I use distccKnoppix to utilize all my spare x86 computers I have lying around. Using the Knoppix Remastering Howto I quickly added the ppc cross compiler to distccKnoppix. Now when it boots two distccd demons start on separate ports. The default port (3632) has the x86 compiler and the ppc compiler is on port 3633.
Now Apple developers finally have a use for their x86 hardware (that they can admit to). This is also a nice cheap way to speed up OSX compiling and development.
LIBH 0.8.5 Alpha
LIBH is a collection of functions for C programming intended to be helpful or handy for C programmers. more>>
Many of these functions originated with various programming projects where they were needed. Other functions were then added to fill out the scope of possibilities to make a more complete selection.
LIBH is divided into a number of different logical sections. Each section is described in the columns at the right.
Status:
LIBH is currently only in the alpha development stage. A beta release is expected once the API is stablized.
Installation:
1. Create an empty directory anywhere you like.
2. Change the current directory to be that empty directory.
3. Using a full path (relative or absolute), execute the
"configure" script where you extracted the source, while
the empty directory is the current directory.
This is a big script building a big Makefile so it takes
a while. Typical timings are:
30s on Pentium-III, 800 MHz, Linux 2.4 [pdh]
1m45s on Celeron, 333 MHz, Linux 2.4 [pdh]
2m30s on PPC, Powerbook G3, 333 MHz, Linux 2.4 [pflanze]
You may specify an installation target with the option:
--prefix=/full/path/to/install
If you do not specify an installation target, a default
in /tmp is used with the name of the package, such as:
--prefix=/tmp/libh-${VERSION}
4. Do: make
Typical timings are:
5m on Pentium-III, 800 MHz, gcc 3.2.2, Linux 2.4 [pdh]
14m on Celeron, 333 MHz, gcc 3.2.2, Linux 2.4 [pdh]
13m30s on PPC, Powerbook G3, 333 MHz, gcc 2.95.4, Linux 2.4 [pflanze]
5. If all goes well, then do: make install
There are some other options you may use on configure, such as:
-v
More verbose output during execution of configure.
--source=
Specify the location of the source files if it cannot be
determined from the script name path.
--optimize=
Set the compiler optimization for all compiles.
The default is 2.
--execdynamic
Build all executable programs with dynamic linking to all
libraries (not just system libraries).
--execstatic
Build all executable programs with static linking to all
libraries (not just the libraries built here).
--noarlib
Do not build the static linking object archive library.
--nosolib
Do not build the dynamic linking share object library.
--asm
Produce assembly output as .s files in the same subdirectories
that the .o files are produced in.
Shake 0.26
Shake project is a defragmenter that runs in userspace, without the need of patching the kernel and while the systems is used. more>>
There is nothing magic in that : it just works by rewriting fragmented files. But it has some heuristics that could make it more efficient than other tools, including defrag and, maybe, xfs_fsr.
As root, call shake my_dir, and go do something usefull or pleasant until it complete. Then my_dir should be less fragmented.
For better results, you should call Shake on the whole partition, when youre not using it.
If you just wanted to see the fragmentation, call shake --pretend --verbose --verbose my_dir, alias shake -pvv my_dir.
Enhancements:
- A PPC target was added to the ebuild.
- A workaround for a reiser4 bug was added.
- Copyright notices and some comments were corrected.

Blender For Linux PPC 2.44
3D software Cross platform, with OpenGL uniform GUI For Linux PPC Python 2.5 more>> Aimed world-wide at media professionals and artists, Blender can be used to create 3D visualizations, stills as well as broadcast and cinema quality video, while the incorporation of a real-time 3D engine allows for the creation of 3D interactive content for stand-alone playback.
Originally developed by the company Not a Number (NaN), Blender now is continued as Free Software, with the source code available under the GNU GPL license. It now continues development by the Blender Foundation in the Netherlands.
Key Features:
For Linux PPC/Python 2.5
Fully integrated creation suite, offering a broad range of essential tools for the creation of 3D content, including modeling, uv-mapping, texturing, rigging, weighting, animation, particle and other simulation, scripting, rendering, compositing, post-production, and game creation;
Cross platform, with OpenGL uniform GUI on all platforms, ready to use for all versions of Windows (98, NT, 2000, XP), Linux, OS X, FreeBSD, Irix, Sun and numerous other operating systems;
High quality 3D architecture enabling fast and efficient creation work-flow;<<less
File::Searcher 0.91
File::Searcher is a searches for files and performs search/replacements on matching files. more>>
SYNOPSIS
use File::Searcher;
my $search = File::Searcher->new(*.cgi);
$search->add_expression(name=>street,
search=>1234 Easy St.,
replace=>456 Hard Way,
options=>i);
$search->add_expression(name=>department,
search=>(Dept.|Department)(s+)(d+),
replace=>$1$2$3,
options=>im);
$search->add_expression(name=>place,
search=>Portland, OR(.*?)97212,
replace=>Vicksburg, MI${1}49097,
options=>is);
$search->start;
# $search->interactive; SEE File::Searcher::Interactive
@files_matched = $search->files_matched;
print "Files Matchedn";
print "t" . join("nt", @files_matched) . "n";
print "Total Files:t" . $search->file_cnt . "n";
print "Directories:t" . $search->dir_cnt . "n";
my @files_replaced = $search->expression(street)->files_replaced;
my @files_replaced = $search->expression($expression)->files_replaced;
my %matches = $search->expression(street)->matches;
my %replacements = $search->expression(street)->replacements;
File::Searcher allows for the traversing of a directory tree for files matching a Perl regular expression. When a match is found, the statistics are stored and if the file is a text file a series of searches and replacements can be performed. File::Searcher has options that allow for backing-up / archiving files and has OO access to reporting and statistics of matches and replacements.
Memory Allocation Checker 0.2.1
Memcheck provides the ability to fault on pointer overrun or freed pointer deference. more>>
It has a very small performance impact, with the tradeoff of a large memory footprint. It includes a validation test suite to verify correctness of the library. It is tested on a variety of architectures, including Alpha, ARM, HPPA, PPC, ix86, IA64, rs6000, S390, SPARC, and SPARC64.
It is tested on a variety of platforms, including OSF, FreeBSD, NetBSD, OpenBSD, Linux, HP/UX, Mac OSX, AIX, SCO, and Solaris.
Enhancements:
- Some missing backtraces were fixed.
- An atexit replacement was implemented to catch allocations that are freed by previously installed atexit handlers.
- Deeper backtraces are stored, and internal recursions are handled.
diet libc 0.30
diet libc is a library for creating small, statically-linked binaries. more>>
diet libc can be used to create small, statically-linked binaries under x86, AMD64, SPARC, SPARC64, PPC, PPC64, ARM, MIPS, MIPS64, PA-RISC, S/390, S/390x (64-bit S/390), and Alpha-Linux.
Enhancements:
- Improvements to GCC 4 support. toascii, ustat, strnlen, clearenv, ngettext, dngettext, strdupa, and strndupa are provided.
- Extended attribute, thread, and misc. syscalls have been added.
- There are many general and platform-specific bugfixes.
TA-Linux 0.2.0
TA-Linux is a small, multiplatform Linux distribution. more>>
The secondary goal is to support as many different architectures as possible.
At this time i386, Alpha, PPC and MIPS are fully supported with Sparc and PA-RISC around the corner.
Extra software not included in the base is handled using a system like the *BSD ports/gentoo portagee/etc called Collection, that handles installation, upgrading and dependencies.
The primary way of installing new software is to download the source, compile and install it (totally automatic). The user can also choose to install already built binary packages, also automatically using the Collection system.
cl-wav-synth 2007-02-15
cl-wav-synth is a wav sample editor. more>>
The spectrum editor is here just for educational purpose. It show the effect of adding sinus together. But it can load spectrum from the sharc project and can be used to produce instruments sounds (the sample amplitude need to be modified to have a real sound).
The song editor is a way to express a song. A song is just a list of events to write on a wav file. cl-wav-synth traverses the song list and evaluates the form of each song-sample, if the result is a wav sample, it is merged in the song wav file.
Installation:
To run the CLIM CLI interface of cl-wav-synth, you need a lisp implementation* with asdf, McCLIM and the CLIM Listener built in. Then you can load the file load.lisp or edit it for tweaking.
Tested with CMUCL (GNU/Linux x86, MacOS X), SBCL (GNU/Linux x86 and PPC, MacOS X) and CLISP (GNU/Linux x86 and PPC, MacOS X and MS-Windows)
Enhancements:
- cl-wav-synth uses the mikmod library as its default player.
- A song recorder has been added.
- It allows you to bind keys to samples and to record a song played with the keyboard in real time.
- The recorded song can be edited by hand.