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

Time Scheduler Church Directory freeware
Filter: All | Freeware | Demo
 

Time Scheduler Church Directory

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

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 (94): Regexp::Common::time Download

Added: April 04, 2010 | Visits: 1.289

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: February 02, 2010 | Visits: 1.639

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 01, 2010 | Visits: 1.121

Search Into Directory With this service menu you will be able to search into directory by right-clicking on it. Search Into Directory starts a kfind window (part of kdebase) ready to search into the selected directory. Note : This servicemenu is in fact duplicated of an existing one on kde-apps. So Ive removed mine...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (95): Search Into Directory Download

Added: March 19, 2010 | Visits: 994

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 (106): Time::Warp Download

Added: January 14, 2010 | Visits: 4.385

Auto Directory Index PHP Script AutoIndex is a PHP script that makes a table that lists the files in a directory, and lets users access the files and subdirectories. It includes searching, icons for each file type, an admin panel, uploads, access logging, file descriptions, and more..


Platforms: *nix

License: Freeware Size: 84.99 KB Download (372): Auto Directory Index PHP Script Download

Added: April 07, 2010 | Visits: 1.354

Shell Directory Manager Shell Directory Manager is a small tool for managing often-visited directories using a shell like bash. I offer two new commands: dm is a manager for a small database, where you name directories with a short alias. And dmcd is a function for your current shell, which lets you go to a directory...


Platforms: *nix

License: Freeware Download (98): Shell Directory Manager Download

Added: March 09, 2010 | Visits: 1.575

Directory Analysis Tool Directory Analysis Tool is used to analyze LDAP directories and report on their contents. Useful if you want to find inactive accounts, people who havent changed passwords, or who has administrator privileges..


Platforms: *nix

License: Freeware Download (178): Directory Analysis Tool Download

Added: July 26, 2010 | Visits: 1.187

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: 687

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: June 02, 2010 | Visits: 1.612

Directory Server NT Authentication Module Directory Server NT Authentication Module provides a plugin allowing LDAP authentication via an NT domain account. The Directory Server NT Authentication Module project is made of two parts: The first is a simple daemon which takes an NT users domain credentials (including password) and...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (97): Directory Server NT Authentication Module Download

Added: May 01, 2010 | Visits: 1.220

Directory Assistant Directory Assistant is an application for managing an LDAP address book. The focus is to create a very easy to use program, with only the few but necessary features. The target of Directory Assistant is novice users that still need to keep their addresses in an LDAP server..


Platforms: *nix

License: Freeware Size: 18.43 KB Download (112): Directory Assistant Download

Added: July 08, 2010 | Visits: 781

cstermin cstermin project is a small scheduler for keeping track of recurring events like birthdays or one-time appointments. The appointments are read from an configuration file created by the user and displayed on the console or with the help of a Gtk2 widget. You can configure how long in advance you...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): cstermin Download

Added: May 08, 2010 | Visits: 892

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: November 04, 2010 | Visits: 2.932

Job Scheduler The Job Scheduler runs executable files, shell scripts and database procedures automatically (MySQL, PostgreSQL, Firebird and SQL Server, Oracle, DB2). Job Scheduler processes sequential and parallel tasks and job chains, provides an API for job implementation with Java, Javascript, VBScript,...


Platforms: *nix

License: Freeware Download (132): Job Scheduler Download

Added: September 04, 2010 | Visits: 1.758

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: 876

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: May 29, 2018  |  Added: July 14, 2018 | Visits: 4.873

Portable Efficient Calendar Free Efficient Calendar Free is a professional, cross-platform and easy-to-use scheduler, planner and reminder. You can sync data across PCs and mobile phones. It saves your time by allowing international holidays and major holidays of some countries to be imported directly. Multiple calendar...


Platforms: Windows, Windows 8, Windows 7, Windows Server, iOS, Android, iPhone

License: Freeware Size: 20.07 MB Download (2327): Portable Efficient Calendar Free Download

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

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: July 01, 2007  |  Added: July 29, 2010 | Visits: 1.909

.NET Active Directory Wrapper Lite .Net Active Directory Lite is a free package of two Visual Studio solutions (.sln) that includes all the source code to calling multiple Active Directory function and a complete sample application that demonstrates the functionality of the wrapper. Both solutions are written in C# and are...


Platforms: Windows

License: Freeware Size: 186 KB Download (145): .NET Active Directory Wrapper Lite Download

< 1 2 3 4 5