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

Android Call Time freeware
Filter: All | Freeware | Demo
 

Android Call Time

< 1 2 3 4 5 > 
Added: April 13, 2010 | Visits: 1.091

Regexp::Common::time Regexp::Common::time Perl module contains date and time regexps. SYNOPSIS use Regexp::Common qw(time); # Piecemeal, Time::Format-like patterns $RE{time}{tf}{-pat => pattern} # Piecemeal, strftime-like patterns $RE{time}{strftime}{-pat => pattern} # Match ISO8601-style date/time...



Platforms: *nix

License: Freeware Size: 35.84 KB Download (88): Regexp::Common::time Download

Added: April 04, 2010 | Visits: 1.280

Time::Format Time::Format is a Perl module for easy-to-use date/time formatting. SYNOPSIS use Time::Format qw(%time %strftime %manip); $time{$format} $time{$format, $unixtime} print "Today is $time{yyyy/mm/dd}n"; print "Yesterday was $time{yyyy/mm/dd, time-24*60*60}n"; print "The time is...





Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): Time::Format Download

Added: May 09, 2010 | Visits: 1.307

Python Call Graph Python Call Graph (pycallgraph) is a Python library that creates call graphs for Python programs pycallgraph is quite new. It seems to work well and I will most likely improve it in the near future!. Gravit is a free gravity simulator.


Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): Python Call Graph Download

Added: February 02, 2010 | Visits: 1.633

Time::Zone Time::Zone is a miscellaneous timezone manipulations routines. SYNOPSIS use Time::Zone; print tz2zone(); print tz2zone($ENV{TZ}); print tz2zone($ENV{TZ}, time()); print tz2zone($ENV{TZ}, undef, $isdst); $offset = tz_local_offset(); $offset = tz_offset($TZ); This is a collection of...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (111): Time::Zone Download

Added: February 16, 2010 | Visits: 1.757

OCERA Real Time Ethernet The ORTE is an implementation of the RTPS communication protocol defined by Real Time Innovations. RTPS is an application layer protocol targeted to the real-time communication area. It is built on top of a standard UDP stack. This protocol is being submitted to the IETF as an informational...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (106): OCERA Real Time Ethernet Download

Added: March 19, 2010 | Visits: 989

Time::Warp Time::Warp is a Perl module to control over the flow of time. SYNOPSIS use Time::Warp qw(scale to time); to(time + 5); # 5 seconds ahead scale(2); # make time flow twice normal Our external experience unfolds in 3 1/2 dimensions (time has a dimensionality of 1/2). The Time::Warp module...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Time::Warp Download

Added: May 16, 2010 | Visits: 1.562

LightWeight Time Tracker LightWeight Time Tracker (LWTT) is a very simple time-tracking program. LightWeight Time Tracker provides independent real-time tracking of multiple tasks (such as programming, lectures, presentations, etc.). The data are saved to an XML file under the home directory.. Lightweight Time Tracker...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (165): LightWeight Time Tracker Download

Added: July 26, 2010 | Visits: 1.180

Bookmark Time 0.2 Bookmark Time is an Amarok script that lets you bookmark a point in time in a music file. When you play it again, you can choose the bookmarked times from the mouse menu.. Bookmark Time KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): Bookmark Time 0.2 Download

Added: October 14, 2010 | Visits: 683

Time::Piece Time::Piece is a Perl module that contains Object Oriented time objects. SYNOPSIS use Time::Piece; my $t = localtime; print "Time is $tn"; print "Year is ", $t->year, "n"; This module replaces the standard localtime and gmtime functions with implementations that return objects. It does...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Time::Piece Download

Added: February 09, 2010 | Visits: 1.176

Double Choco LatteBugzero Double Choco Latte is a GNU Enterprise package that provides basic project management capabilities, time tracking on tasks, call tracking, email notifications, online documents, statistical reports, a report engine, and more features are either working or being developed/planned. It can be...


Platforms: *nix

License: Freeware Size: 993.28 KB Download (99): Double Choco LatteBugzero Download

Added: September 05, 2010 | Visits: 1.616

Real-Time Proactive Secret Sharing Library Real-Time Proactive Secret Sharing Library is an implementation of the Shamirs secret sharing scheme and Herzbergs proactive secret sharing algorithm. Real-Time Proactive Secret Sharing Library targets the RTAI OS. It includes a port of GNU GMP to RTAI, which is used for multiple precision...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (115): Real-Time Proactive Secret Sharing Library Download

Added: September 05, 2010 | Visits: 1.312

Remote Python Call RPyC stands for Remote Python Call, a pun over remote procedure call. It is completely transparent and symmetrical. It is inspired by the work of eyal lotem (pybuild.sf.net) on pyinvoke, and was made for two purposes: Learning the lowlevel of the python language attempting to improve pyinvoke...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): Remote Python Call Download

Added: May 08, 2010 | Visits: 886

Time::Elapse Time::Elapse is a Perl extension for monitoring time conveniently during tasks. Time::Elapse is a very simple class with one method: lapse. Basically, the lapse method eats the brains of the variable, squirrels away whatever value it may have held internally, (much like space aliens are known...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (111): Time::Elapse Download

Added: September 04, 2010 | Visits: 1.755

Time::Convert Time::Convert is a Perl interface to converting unix seconds to years, days, hours and minutes. SYNOPSIS use Time::Convert; my $convert = new Time::Convert; EXAMPLE use Time::Convert; my $convert = new Time::Convert; $REPLY = $convert->ConvertSecs(time); print($REPLY);.


Platforms: *nix

License: Freeware Size: 2.05 KB Download (94): Time::Convert Download

Added: March 22, 2010 | Visits: 875

Time::Progress Time::Progress Perl module contains elapsed and estimated finish time reporting. SYNOPSIS # autoflush to get r working $| = 1; # get new `timer my $p = new Time::Progress; # restart and report progress $p->restart; sleep 5; # or do some work here print $p->report( "done %p elapsed: %L...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (99): Time::Progress Download

Released: June 01, 2011  |  Added: June 11, 2011 | Visits: 3.187

Free Large Android Icons Free Large Android Icons picture various space creatures, such as robots, crawlers and androids. Not only does the set present the creatures themselves, it also shows their moods and actions. All the images are created by professional artists and demonstrate bright colors and well-finished...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Freeware Size: 13.74 MB Download (3439): Free Large Android Icons Download

Released: March 23, 2013  |  Added: April 29, 2014 | Visits: 1.950

Ultra Atom Time Synchronizer Synchronize standard NIST time server. Support customized time server. Support SNTP protocol. Support TIME protocol. Can be used as a TIME server. Synchronize time regularly or once windows starts.


Platforms: Windows

License: Freeware Size: 1.05 MB Download (156): Ultra Atom Time Synchronizer Download

Released: January 24, 2010  |  Added: November 13, 2010 | Visits: 1.497

Time Watch Time Watch synchronize the system time with a NTP-server over the Internet by using the NTP-protocol. In addition, the program offers information as for example a calendar with all holidays and special days for Germany, Austria and Switzerland as well as signs of the zodiac, sunrise, phases of...


Platforms: Windows

License: Freeware Size: 1.58 MB Download (192): Time Watch Download

Released: November 22, 2010  |  Added: January 03, 2011 | Visits: 2.019

Handy Backup for Android Handy Backup for Android lets you back up contacts, SMS, files and settings of your Android-powered mobile devices to SDCard or Online Backup server. Contacts are saved in VCard format and can be later imported to Outlook or other messaging software.


Platforms: Android

License: Freeware Size: 1.35 MB Download (161): Handy Backup for Android Download

Released: June 02, 2011  |  Added: August 04, 2011 | Visits: 1.658

Free Video to Android Converter Convert video files to MP4 format (MPEG4, AAC) compatible with your Android OS device. You can save videos in high, standard and economy quality. Free Video to Android Converter supports such popular Android OS devices as Motorola Droid/MileStone, HTC Desire/Tattoo/Wildfire, Google Nexus One,...


Platforms: Windows

License: Freeware Size: 15.08 MB Download (161): Free Video to Android Converter Download

< 1 2 3 4 5 >