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

Aspen Times Co freeware
Filter: All | Freeware | Demo
 

Aspen Times Co

< 1 2 3 4 5 > 
Released: November 21, 2012  |  Added: November 21, 2012 | Visits: 795

New York Times Widget This is the brand new, Leopard-compatible widget for New York Times readers. The New York Times is the world's most visited news site. Using this widget, users can keep up to date with the very latest articles from within Dashboard on Mac OS X. It is free to download now. What's new in this...



Platforms: Mac

License: Freeware Size: 163.84 KB Download (50): New York Times Widget Download

Added: May 10, 2013 | Visits: 702

Call a function/method X times per second This simple generator function is used to call a function X times per second.





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Call a function/method X times per second Download

Added: April 10, 2013 | Visits: 492

co- ordinate values of RGB image finding co ordinate values of RGB imagas well as the gray level image.... n finding some other relevent information


Platforms: Matlab

License: Freeware Size: 10 KB Download (38): co- ordinate values of RGB image Download

finding the co-ordinate values of any gray lavel-in_gray_level_image this code will be helpful for finding the co-ordinate values of any gray level...some other result can also be obtained with this code , these are... 1..finding max histogram 2..finding min histogram 3..finding the co=ordinate values if more than one co=ordinate containing the same gray level


Platforms: Matlab


Added: June 30, 2013 | Visits: 596

WT Co-authors Displays authors of a collaboration post in place where only one is shown by default. Uses custom fields (key=coauthor;value=user's username; one per user). Note: If it doesn't automatically display the co-authors you must manually add if(function_exists(wt_the_coauthors_link)):...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): WT Co-authors Download

Released: December 18, 2014  |  Added: July 24, 2015 | Visits: 905

Clavier arabe co Clavier arabe co the virtual arabic keyboard to write arabic langage, search on the internet and translate from arabic to english, french, spanish, russian etc. A windows application that simulates a physical arabic keyboard that helps writing arabic. The arabic keyboard is very simple to use...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.03 MB Download (77): Clavier arabe co Download

Added: September 24, 2006 | Visits: 3.980

Reaction Timer For Windows A small download that times the reactions of the user and displays the results onscreen. Can be used for biology or health physics. All uses have no cost attached. No limitations. Best reaction times can be submitted to the developer's website at http://www.reaction-timer.co.nr/


Platforms: Windows

License: Freeware Size: 401 KB Download (259): Reaction Timer For Windows Download

Added: November 14, 2006 | Visits: 2.535

Reaction Timer For MSDOS A small game that times the reactions of the user and displays the results onscreen. Written as an alternative to the DirectX powered Reaction Timer For Windows. Best times can be submitted to http://www.reaction-timer.co.nr


Platforms: DOS, Windows, Windows CE

License: Freeware Size: 38 KB Download (526): Reaction Timer For MSDOS Download

Added: August 28, 2008 | Visits: 6.804

Prayer Times, Athan and Qibla for PCs Yes it's here! Prayer Times PC, the athan/athan/adhan/azan and qibla software, that runs on Windows, Mac OS X, Sun Solaris, HP, Linux/Unix and any other OS you can think of! You can now depend on Prayer Times PC to give you accurate timings for the whole world! Not to mention accurate Qibla...


Platforms: Windows, Mac, *nix

License: Freeware Size: 8.91 KB Download (1160): Prayer Times, Athan and Qibla for PCs Download

Added: January 18, 2010 | Visits: 1.665

Religion::Islam::PrayerTimes Religion::Islam::PrayerTimes is a Perl module that calculates Muslim Prayers Times and Sunrise. SYNOPSIS use Religion::Islam::PrayerTimes; #create new object with default options my $prayer = Religion::Islam::PrayerTimes->new(); #Juristic Methods: # 1 = Standard (Imams Shafii, Hanbali,...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (166): Religion::Islam::PrayerTimes Download

Added: April 08, 2010 | Visits: 1.244

Relative-Scoring Relative-Scoring is a scoring script which sets the score for tracks based on the number of times a song has been listened to compared to the most played song. Increase the score by listening to a track more! It was modified from the default script by Gábor Lehel.. Content KDE-Apps.org...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (133): Relative-Scoring Download

Added: March 04, 2010 | Visits: 1.061

BlockHosts BlockHosts is a script to record how many times "sshd" or "proftpd" is being attacked, and when a particular IP address exceeds a configured number of failed login attempts, that IP address is added to /etc/hosts.allow (or optionally to any other file). Requires python version 2.3 at a minimum,...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (99): BlockHosts Download

Added: November 16, 2010 | Visits: 1.135

Cosmos of Methos Cosmos of Methos is a game which brings you back to the world of the Ancient Times. You are placed behind the wheel of a Hellenik Trireme, of a Phoenecian trade-ship or a Skythian pirate ship. Nevertheless, you have equally the oportunity to rule your destiny. To become from a peaceful...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (101): Cosmos of Methos Download

Added: May 24, 2010 | Visits: 872

AmarokCloud AmarokCloud is a script generates a "tagcloud" from your Amarok database by score or times played. Usage: Execute to use the (crappy) GUI or via commandline: amarokcloud.py /path/to/collection.db datatype scoringtype Your collection is usually at...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): AmarokCloud Download

Added: November 18, 2010 | Visits: 895

Tie::Array::RestrictUpdates Tie::Array::RestrictUpdates can limit the number of times you change elements in an array. SYNOPSIS use Tie::Array::RestrictUpdates; tie @foo,"Tie::Array::RestrictUpdates",1; # Default limit is 1. # Every element from the array can only be changed once @foo = qw(A B C D E); for(0..4) {...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Tie::Array::RestrictUpdates Download

Added: July 08, 2010 | Visits: 847

Benchmark Benchmark is a Perl module with benchmark running times of Perl code. SYNOPSIS use Benchmark qw(:all) ; timethis ($count, "code"); # Use Perl code in strings... timethese($count, { Name1 => ...code1..., Name2 => ...code2..., }); # ... or use subroutine references. timethese($count,...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (102): Benchmark Download

Added: October 06, 2010 | Visits: 685

PasTmon PasTmon project measure the transaction response times of your web and application servers. Perform continuous passive monitoring of network traffic. Record historical data of measurements in a backend database and present via a PHP based web front-end. PasTmon is a passive network traffic...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (91): PasTmon Download

Added: September 09, 2010 | Visits: 948

pingmon pingmon is a small PING monitor, it just pings a server 5 times and displays the results. Dont really know how usefull it will be to anyone, but here it is! Change the .theme file to change the labels and the servers... ill try to do some sort of "click to change" thing later.. Download...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): pingmon Download

Added: January 20, 2010 | Visits: 781

pppcounter The general function of the pppcounter is to save the begin and finish times of the connection to a log file, and to act as a tool library for cost calculation. Save begin and finish time of the internet connection. It is contained a tool library for cost calculation. Its a simple cost calculator...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (96): pppcounter Download

Added: January 25, 2010 | Visits: 937

JIKANKEI JIKANKEI is a software of Art Project. The word JIKANKEI is the Time System in Japanese. JIKANKEI does not express scientifically accurate data. It is only an Art work. Linger in the morning brightness, in the afternoon glow, and enjoy the gradually changing seasons on this globe. JIKANKEI is...


Platforms: Mac

License: Freeware Download (97): JIKANKEI Download

< 1 2 3 4 5 >