Main > Free Download Search >

Free cats script

cats

Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 19
CATS Applicant Tracking System 0.7

CATS Applicant Tracking System 0.7


CATS is industrys first open source Applicant Tracking System (ATS). Built on the LAMP platform (Linux, Apache, MySQL, and PHP), it can be installed and running in 5 minutes on a Unix or Windows platform. It features built-in applicant tracking, resume more>> CATS is industrys first open source Applicant Tracking System (ATS). Built on the LAMP platform (Linux, Apache, MySQL, and PHP), it can be installed and running in 5 minutes on a Unix or Windows platform. It features built-in applicant tracking, resume search, CRM, and a reporting dashboard for staffing agencies and corporate HR departments. Ideal for recruiters and human resource managers for managing their employment/recruiting workflow.<<less
Added: 2006-01-20 License: Other Price: $0.00USD
16 downloads
 
Other version of CATS Applicant Tracking System
Price: FreeAdditionalInfoFreetoinstallanduse.Payafeeforhostedservice
License:Other Free / Open Source License
Download
871 downloads
Added: 2006-01-20
ClanAdmin Tools 1.3.3

ClanAdmin Tools 1.3.3


ClanAdmin Tools (CAT) is created for e-Sport clans that need a simple admin system to their site. CAT is totally free of charge and satisfies the needs that a clan might have. ClanAdmin Tools is based on PHP coding and MySql databases. You can use CAT more>> ClanAdmin Tools (CAT) is created for e-Sport clans that need a simple admin system to their site. CAT is totally free of charge and satisfies the needs that a clan might have. ClanAdmin Tools is based on PHP coding and MySql databases. You can use CAT even if youre not familiar with PHP and MySql. All it takes is some knowledge in html-coding.<<less
Added: 2005-02-19 License: GPL Price: $0.00USD
16 downloads
 
Other version of ClanAdmin Tools
License:GPL
Download
1711 downloads
Added: 2005-02-19
Posts per Cat 0.0.12

Posts per Cat 0.0.12


Posts per Cat is a functional and helpful plugin that get all categories from database, then list last N posts from all category in boxes organised in two columns. more>> <<less
Added: 2010-05-19 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
 
Other version of Posts per Cat
Posts per Cat 0.0.11Posts per Cat acts as an easy-to-use and beneficial plugin that get all categories from database, then list last N posts from all category in boxes organised
Price: GPLGNUGeneralPublicLicense
License:GPL - GNU General Public License
Download
downloads
Added: 2010-05-11
Posts per Cat 0.0.7Posts per Cat is created to be a simple-to-use and effective plugin that gets all categories from database, then list last N posts from all category in boxes
Price: GPL
License:GPL
Download
1 downloads
Added: 2009-04-03
Bibs Feed Cat Widget 1.0

Bibs Feed Cat Widget 1.0


Bibs Feed Cat Widget is a user-friendly, secure and reliable application that places a Widget which shows all your categories togehther with RSS Feeds for each category in your WordPress sidebar. more>> <<less
Added: 2010-03-30 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
GreetingChat 1.0 b?ta

GreetingChat 1.0 b?ta


GreetingChat is an interface of direct dialogue inspired by PhpMyChat. Those who are already familiarized with PhpMyChat will not be disoriented quoted orders, but as for interface, it completely differs. More convivial and nicer. Most this Cat, it is more>> GreetingChat is an interface of direct dialogue inspired by PhpMyChat. Those who are already familiarized with PhpMyChat will not be disoriented quoted orders, but as for interface, it completely differs. More convivial and nicer. Most this Cat, it is his virtual figure in 3D, LinvingActor. It transmits dialogues of chatteurs direct.<<less
Added: 2007-11-29 License: GPL Price: $0.00USD
10 downloads
IntraVersion 2.11

IntraVersion 2.11


IntraVersion brings back a multi-user, version control system that is capable of storing unlimited versions of any type of files. more>> <<less
Added: 2009-01-10 License: GPL Price: GPL
1 downloads
WP-CopyProtect 2.1.0

WP-CopyProtect 2.1.0


WP-CopyProtect is such an easy-to-use and handy software which protects your blog content from getting copie more>>

WP-CopyProtect 2.1.0 is such an easy-to-use and handy software which lets you protect your blog content from getting copied. A simple plug-in developed to stop the Copy cats.

Both disable right click and disable selection of text can be switch ON or OFF through Settings menu.

You must enable the options from WP-CopyProtect settings page after installing the plugin, to enable the protection to your blog.

Major Features:

  1. Disable selection of text
  2. Disable right click on your blog. (Diable right click with popup message or without popup message.)
  3. will not affect SEO. Search engines can read your content without any problem.

Enhancements:

  • Footer link is now optional.

Requirements:

  • Wordpress 2.0 or higher
<<less
Added: 2010-10-28 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
Interfacing Hardware with Mathematica

Interfacing Hardware with Mathematica


Interfacing Hardware with Mathematica is designed as a flexible Mathematica script to serve as a how-to tutorial on hardware interactions within the language more>>

Interfacing Hardware with Mathematica is designed as a flexible Mathematica script to serve as a how-to tutorial on hardware interactions within the language

Once you get to appreciate the beauty of a programming language like Mathematica, you want to do everything with it. That includes playing card game (Fitch\'s card trick), going to movie together (movie marathon), and even making you coffee in the morning or feeding your cat.

Mathematica can do the latter by interfacing with external hardware through the digital input/output ports of your computer, i.e. Mathematica can toggle the digital signal lines of your computer\'s serial port, parallel port and even the USB port. In essence Mathematica, like many native (or aboriginal) programming languages, can talk with the \"low level\" hardware components of your computer through which gives you the ability to control the external pieces of hardware in the real physical world.

<<less
Added: 2010-03-12 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
downloads
INSERTROWS

INSERTROWS


INSERTROWS - Insert rows into a matrix at specific locations more>> INSERTROWS provides you a powerful mathematical tool which is able to insert rows into a matrix at specific locations.

C = INSERTROWS(A,B,IND) inserts the rows of matrix B into the matrix A at the positions IND. Row k of matrix B will be inserted after position IND(k)in the matrix A. If A is a N-by-X matrix and B is a M-by-X matrix, C will be a (N M)-by-X matrix. IND can contain non-integers.

If B is a 1-by-N matrix, B will be inserted for each insertion position specified by IND. If IND is a single value, the whole matrix B will be inserted at that position. If B is a single value, B is expanded to a row vector. In all other cases, the number of elements in IND should be equal to the number of rows in B, and the number of columns, planes etc should be the same for both matrices A and B. If any of the inputs are empty, C will return A.

Examples:
% the size of A,B, and IND all match
C = insertrows(rand(5,2),zeros(2,2),[1.5 3])
% the row vector B is inserted twice
C = insertrows(ones(4,3),1:3,[1 Inf])
% matrix B is expanded to a row vector and inserted twice (as in 2)
C = insertrows(ones(5,3),999,[2 4])
% the whole matrix B is inserted once
C = insertrows(ones(5,3),zeros(2,3),2)
[C, RA, RB] = INSERTROWS(...) will return the row indices RA and RB for which C
corresponds to the rows of either A and B.
[c,ra,rb] = insertrows([1:4].,99,[0 3]) ;
c. % -> [99 1 2 3 99 4] ;
c(ra). % -> [1 2 3 4] ;
c(rb). % -> [99 99] ;
To insert columns, planes, etc., you can permute the inputs and ipermute the result.
A = ones(4,3) ; B = zeros(4,1) ;
C = insertrows(permute(A,[2 1]), permute(B,[2 1]),1) ;
C = ipermute(C,[2 1]) ;
See also PERMUTE, IPERMUTE, RESHAPE, CAT

Requirements:

  • MATLAB Release: R13
<<less
Added: 2007-10-15 License: Freeware Price: Freeware
11 downloads
Itsucks Website Script 1.0

Itsucks Website Script 1.0


The point of itsucks is to have no point. This is a fun little website which allows you to see what sucks more, AOL or Tiscali? America or England? Frogs or Cats? You can find all this out by inputting a word in each box above! This is a joke site and more>> The point of itsucks is to have no point. This is a fun little website which allows you to see what sucks more, AOL or Tiscali? America or England? Frogs or Cats? You can find all this out by inputting a word in each box above! This is a joke site and should not be seen as a way to see if Frogs are better than Jesus. Jokes are fun for the most part, but dont be silly with this site!<<less
Added: 2007-08-16 License: Other Price: $0.00USD
11 downloads
CyberPet Content Management 1.0

CyberPet Content Management 1.0


Completely manage your Animal Shelter or Similar Facility with no Programming Experience! Full CMS that allows owners to upload pictures of cats or dogs. a.) Phone, Email, Website Address are modified on the back end. b.) HTML compatable Welcome more>> Completely manage your Animal Shelter or Similar Facility with no Programming Experience! Full CMS that allows owners to upload pictures of cats or dogs. a.) Phone, Email, Website Address are modified on the back end. b.) HTML compatable Welcome message, enter and update your welcome message in plain text or html. c.) Add, Edit, Delete, and Update animals at your location to the database. d.) Pet fields include Type(Cat or Dog), Type(Stray or Adoption), Description (Up to 255 characters), Image file (Upload Gif or JPG) e.) Update your password with current password confirm and 2x double confirmation of new password. f.) Emails from interested browsers are automatically tagged with "[CyberPet] Regarding an animal from your webpage." So you know where the email is coming from. g.) Auto generation of "Send to Friend" message, requires users to use there current email client preventing any unwarrented spam from your mail server. h.) Integrated hit counter on every page!<<less
Added: 2007-01-14 License: GPL Price: $0.00USD
11 downloads
 
Other version of CyberPet Content Management
CyberPet Content ManagementMike Koenig - Full CMS that allows owners to upload pictures of cats or dogs. a.) Phone, Email, Website Address are modified. Completely
License:GPL
Download
1039 downloads
Added: 2007-01-14
Startpage 1.1

Startpage 1.1


Do you want a script that let you add easely catagories and links on your website? This is the right script. Simple to install and simple to management your links and cats in the admin menu. There are no limits for the links and cats. Visitors can more>> Do you want a script that let you add easely catagories and links on your website? This is the right script. Simple to install and simple to management your links and cats in the admin menu. There are no limits for the links and cats. Visitors can also add a link to your site with CAPTCHA safety. the only thing you must do is validate or delete that link. You can change the colors in the admin panel so you dont have to edit some css file. There is a demo aviable on the site.<<less
Added: 2008-10-21 License: GPL Price: $0.00USD
14 downloads
Amazon aStore PHP Search Box

Amazon aStore PHP Search Box


Amazon aStore Search Box is a very simple, portable search box that lets visitors search for products in a specific category in your Amazon aStore. Just customize with your aStore URL and relevant cat more>> Amazon aStore Search Box is a very simple, portable search box that lets visitors search for products in a specific category in your Amazon aStore. Just customize with your aStore URL and relevant category node number. Then add the PHP script to your aStore page and the search box to any web page. After clicking the search button your aStore will open inside your web site displaying the products that matched the search.<<less
Added: 2006-11-29 License: Freeware Price: Free
1087 downloads
Fuse-DBI 0.08

Fuse-DBI 0.08


Fuse-DBI module allows you to mount your database as file system. more>> Fuse-DBI 0.08 offers you a wonderful tool which allows you to mount your database as file system. This module will use Fuse module, part of FUSE (Filesystem in USErspace) to mount your database as file system. That will give you possibility to use normal file-system tools (cat, grep, vi) to manipulate data in database.
<<less
Added: 2007-06-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
12 downloads
PHP Boolean to SQL Query Translator

PHP Boolean to SQL Query Translator


PHP Boolean to SQL Query Translator is designed as a set of helpful PHP functions enabling you to convert boolean syntax (such as \dogs\ and \cats\ not \mammoth\) into SQL statements that can be run as a database query. more>> <<less
Added: 2009-07-17 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2

cats in All Software

Sleeping Cats 1.1


There are pictures of: Sleeping cats’ faces-the cutest faces in the world; one cat, two cats, brother and sister cats; cats cuddling with their mothers; and

13 Cats Lite 0.0.2


13 Cats – “Don’t Let the Cat Out of the Bag!” 13 Cats, for the iPhone and iPod touch, is the quintessential high energy game for action loving gamers. 13 Cats Lite

13 Cats 1.0.0


13 Cats – “Don’t Let the Cat Out of the Bag!” 13 Cats, for the iPhone and iPod touch, is the quintessential high energy game for action loving gamers. 13 Cats 1.0.0 - 13 Cats Catalog, Inc

Blue Cats Stereo ParametrEQ 3.3


"The best of both worlds, in stereo!" - Blue Cats Stereo ParametrEQ is a 7 bands parametric stereo equalizer based on Blue Cats ParametrEQ

Fan Black Cats Free 1.4


Fan Black Cats Free brings you an effective and easy to use application which is created especially for the Black Cats Fans by Football10 pro and the