Main > Free Download Search >

Free count on software for windows

count on

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1766
Count Down 1.2

Count Down 1.2


Place a countdown timer on your desktop. more>>

Count Down 1.2 is an easy to use program in which you just enter the date and time of an upcoming event, and it will show a count down timer on your screen. Select the font, size, position, and opacity of the clock. You can also remove the borders and make the entire clock translucent.

Enhancements: Has updated software, font features upgraded, and stability increase.

<<less
Download (1.9MB)
Added: 2007-02-22 License: Freeware Price:
1159 downloads
Count-- 1

Count-- 1


Count-- 1 brings a very tractable and powerful countdown program which can display a realtime countdown to any date starting from 1750s and ending at a high year limit as 9900s. more>>

Count-- 1 brings a very tractable and powerful countdown program which can display a realtime countdown to any date starting from 1750s and ending at a high year limit as 9900s. The program window displays the countdown with a refresh interval which you can set between 1/20 of a second and a second. You can select any combination of all the basic time units from milliseconds to years, including hours, weeks, months, days, minutes and seconds, for the countdown.

You can set significant digits of the values shown and even organize how significant digits look by limiting long, eye-disturbing values. You can save presets for any time you want, as many as you want. You can export these presets to a file and of course import the preset files.

Enhancements: May include unspecified updates, enhancements, or bug fixes.

<<less
Download (27.1KB)
Added: 2007-06-03 License: Freeware Price: $0.00
downloads
3 Count Bout -

3 Count Bout -


Play classic game 3 Count Bout on PC. more>> 3 Count Bout, known as Fire Suplex in Japan, is a wrestling arcade game released by SNK in 1993. Take your pick of 10 wrestlers, each with his special moves, and work your way from Rookie Champion to the World Heavyweight Title. Controlled by a joystick with 4 buttons used for Punch, Kick, Jump/Body Drop and Pin.<<less
Download (7.88MB)
Added: 2008-10-12 License: Freeware Price:
378 downloads
Count Days 1

Count Days 1


Count Days is a program allowing you to count how many days there are between two dates, or how many working days there are before a specific day. more>> <<less
Download (129.4KB)
Added: 2006-09-04 License: Freeware Price: $0.00
downloads
 
Other version of Count Days
Count Days 1.0When you want to find out how many days there are between two dates, or find out how ... days there are before a specific day, you can use CountDays to get these information to count the
License:Freeware
Download (129.4Kb)
253 downloads
Added: 2009-03-16
Count Days 1.0Count Days - Count days, count working days, count weeks, count months, and count ...When you want to find out how many days there are between two dates, or find out how many
License:Freeware
Download (129KB)
1220 downloads
Added: 2006-08-21
Color Count OCX 1.0

Color Count OCX 1.0


An ActiveX control that will indicate the number of colors available on a PC video monitor. more>>
An ActiveX control that will indicate the number of colors available on a PC video monitor.
<<less
Download (158K)
Added: 2000-02-09 License: Freeware Price:
3546 downloads
Drum Count 1.0

Drum Count 1.0


Drum count is a free software (GPL) to count drum hits in real-time. more>>
Drum count is a free software (GPL) to count drum hits in real-time. Drum count is a free software (GPL) to count drum hits in real-time.
Its a useful practice tool for drummers, and its really easy to use, simple and well-done.
Main features:
- adjustable timer: count hits in 1-9999 seconds
- auto-reset: useful if youre away from the computer
- big display
- MP3 recording: save your performances!
- configuration auto-save
- "top score" database: compare your progress over time
- strokes mode
System requirements:
- Soundcard input (microphone, line-in)
<<less
Download (5.96MB)
Added: 2007-06-19 License: GPL Price:
863 downloads
Body Count 1.0

Body Count 1.0


The Earth has once again been invaded by a horde of aliens, and its up to you (as an isolated resistance fighter with an itchy trigger finger) to stop em all by your lonesome. The future of the planet more>>

The Earth is under attack by vicious aliens that are intent on annihilating the planet?and all its inhabitants! Theres only one man with the strength and courage to stand up to this threat and save the world from total destruction: Jon Steadman. You take the role of Steadman as you face off against some of the meanest and most cunning alien foes youve ever encountered. Youre a one-man army up against alien maniacs, bikers, robots, and giant roaches. Luckily, you have a huge arsenal of weapons at your disposal, so you can launch cluster bombs, sonic blasts, and nuclear smart bombs on the aliens and watch them fry! While youll have your hands full with the army of aliens, your primary objective is to disarm the Doomsday Bomb and rescue the human hostages. If you dont think you can handle it by yourself, team up with a friend and take on the enemy together.
This is an arcade-style shooter. You shoot from first person perspective at enemies that keep appearing on the screen. Once you have eliminated enough enemies, you are automatically transferred to the next fixed screen. On your way, you can pick special items that allow you to use a powerful all-screen attack a limited amount of times.

<<less
Download (0.92MB)
Added: 2008-09-07 License: Freeware Price:
416 downloads
WH CountDown 1.0.4

WH CountDown 1.0.4


Will count down to the date you specify. more>> Will count down to the date you specify.

The WH CountDown application was designed to count down to the date you specify.
System requirements:
- VB5 Runtime Library

<<less
Download (10KB)
Added: 2008-09-24 License: Freeware Price: FREE
404 downloads
DropCount 1.05

DropCount 1.05


DropCount is a tiny app that you can drag and drop folders onto to get a report of file count more>>
DropCount is a tiny app that you can drag and drop folders onto to get a report of file count, folder count, total size, presence of hidden/readonly subdirs, and max path size. For example, this program might be useful for cd burning.
<<less
Download (4.72KB)
Added: 2006-12-10 License: Freeware Price:
1048 downloads
Count Source Lines 1.3

Count Source Lines 1.3


Line count is a useful utility which is based on the LF or CRLF terminated lines in the source file more>>
Line count is a useful utility which is based on the LF or CRLF terminated lines in the source file. Multiple commands on the same line are counted as
one line, one command split across multiple lines is counted as
multiple lines.
This method is easier to process and is believed to gave a
better measure of code complexity than counting number of
commands.
A comment line which contains no alphanumeric characters is
not believed to help document the code and is therefore counted
as blank.
Where a line contains both code and comment, it is counted as
code.
In C++ syntax, lines containing only { or ; are considered
blank. Lines containing only } are considered code. This is
intended give closer alignment with other languages where the
looping and branching structures have a terminating line of
code such as "END IF".
In C++ syntax each line inside a block comment must contain
one or more alphanumeric characters to be classed as comment.
Lines which do not meet this criteria are classed as blank.
In FORTRAN Fixed syntax, lines must have characters between
column 7 and 72 inclusive to be classed as code.
In FORTRAN Fixed syntax, Compaq Visual FORTRAN allows comments
to be started by a ! anywhere on the line, as per free form
syntax. This is not in the FORTRAN 77 specification and these
lines will be counted as blank.
<<less
Download (24KB)
Added: 2006-05-23 License: Freeware Price:
1287 downloads
Count Em All 1.1

Count Em All 1.1


Counts your addons, plugins, themes, cookies, downloads, and error console messages. more>> Counts your addons, plugins, themes, cookies, downloads, and error console messages.

Count Em All has the ability to count all the items that are in your Download window or your Add-ons window of your Firefox browser.
System requirements:
- Firefox 3.0

<<less
Download (7KB)
Added: 2008-09-29 License: Freeware Price: FREE
390 downloads
D-Day CountDown 1.2

D-Day CountDown 1.2


D-Day CountDown is a widget that will count down to a specific day more>>
D-Day CountDown is a widget that will count down to a specific day. It is possible to setup past(+) or future(-) d-day. And it is possible to select background image.
Based on QuietCountDown.
<<less
Download (80KB)
Added: 2007-02-01 License: Freeware Price:
1003 downloads
Count Detector 1.5.0

Count Detector 1.5.0


plugin for messenger plus! 3 more>> This plugin will display a count down in your display name. Allowing you to "tell" people the amount of days left to any holidays, or any major event that is coming up.
The plugin also provides a detection system to detect active running program (i.e. program that is running in the foreground), and display a customisable message in your personal message box in Microsoft Messenger. This allows you for instance to display a message in your personal message telling your contacts that you are playing a game.
<<less
Download (95k)
Added: 2008-11-01 License: Freeware Price:
358 downloads
Word Counter 1.1

Word Counter 1.1


Maxthon add-on that will count all the words from a selected text on your current webpage more>>
Maxthon add-on that will count all the words from a selected text on your current webpage Word Counter is a plugin that will count all the words present in a selected area on your webpage.
System requirements:
- Maxthon
<<less
Download (1KB)
Added: 2007-09-24 License: Freeware Price:
760 downloads
IE Count Keywords 1.0

IE Count Keywords 1.0


Counts keyword occurences on any page from IE context menus. more>> Adds new Count Keywords context menu item to Internet Explorer. Right-click anywhere on any page loaded in IE, click the new menu item, enter a keyword or phrase, and the amount of occurences of that word or phrase on that page is then counted and displayed. Great for webmasters who wish to optimize keyword distribution in their page text to acheive a higher search engine ranking.<<less
Download (338KB)
Added: 2003-10-21 License: Freeware Price:
2194 downloads
 
Other version of IE Count Keywords
IE Count Keywords 1.0Counts keyword occurences on any page from IE context menus. IE Count Keywords 1.0 - Harmony ... should you click the "Count Keywords" menu item again. The program is completely safe to use and
License:Freeware
Download (348KB)
1769 downloads
Added: 2004-12-21
IE Count Keywords 1.0Adds new Count Keywords context menu item to Internet Explorer. Right-click anywhere on any ... the amount of occurences of that word or phrase on that page is then counted and displayed. Great
License:Freeware
Download (348KB)
1168 downloads
Added: 2006-08-12
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5