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

Simple Hebrew Calendars freeware
Filter: All | Freeware | Demo
 

Simple Hebrew Calendars

< 1 2 3 4 5 
Added: March 27, 2010 | Visits: 1.030

oz2remind oz2remind is a tool to convert OpenZaurus Opie calendar XML files to Remind format. Its a small but useful Perl script to convert the datebook.xml file used by the calendar app in OpenZaurus Opie to Remind format. About Remind: Remind is a sophisticated calendar and alarm program. It...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): oz2remind Download

Added: April 04, 2010 | Visits: 881

ICS::Simple ICS::Simple is a simple interface to CyberSource ICS2. SYNOPSIS Here is some basic code. Hopefully Ill come back through soon to document it properly. use ICS::Simple; my $ics = ICS::Simple->new( ICSPath => /opt/ics, MerchantId => v0123456789, # CyberSource supplies this number to you...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): ICS::Simple Download

Added: January 03, 2010 | Visits: 1.037

Simple Multitrack Simple Multitrack contains a set of programs that allows the simultaneous recording of an audio track while listening to a monitor mix of other tracks. This software uses the OSS audio drivers found in the Linux kernel or the CoreAudio API on Mac OS X. It has been tested on Linux 2.4.20 on a...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (101): Simple Multitrack Download

Added: July 25, 2010 | Visits: 864

Bongo Project Bongo is an easy-to-use mail and calendar system, offering a simple yet powerful user interface. Bongo project goal is to make sharing, organisation, and communication simpler, quicker, and more useful. What is Bongo? Were creating fun and simple e-mail & calendaring software. We want our...


Platforms: *nix

License: Freeware Size: 5.2 MB Download (101): Bongo Project Download

Added: January 18, 2010 | Visits: 1.052

Secret::Simple Secret::Simple are secure secrets in configurations and code. SYNOPSIS # OOP style my $ss = Secret::Simple->new(); my $ciphertext = $ss->encrypt($plaintext); my $plaintext = $ss->decrypt($ciphertext); # procedural style my $ciphertext = ssencrypt($plaintext); my $plaintext =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): Secret::Simple Download

Added: June 13, 2010 | Visits: 1.144

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with...


Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

Added: August 06, 2010 | Visits: 919

Simple Aggregator Simple Aggregator is a Web-based news aggregator. It retrieves feeds using Mark Pilgrims Ultra Liberal feed Parser, making full use of its advanced features. It stores the feeds in a MySQL database, and displays news via a PHP frontend. Whats New in This Release: - the backend is now ready...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (100): Simple Aggregator Download

Added: November 11, 2010 | Visits: 888

ConfigReader::Simple ConfigReader::Simple is a simple configuration file parser. SYNOPSIS use ConfigReader::Simple; # parse one file $config = ConfigReader::Simple->new("configrc", [qw(Foo Bar Baz Quux)]); # parse multiple files, in order $config = ConfigReader::Simple->new_multiple( Files => [ "global",...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): ConfigReader::Simple Download

Added: September 12, 2010 | Visits: 4.650

Simple Flash Menu Simple Flash Menu allows fast constructing nested menus for html pages (like on left side of this page), simply by editing xml file. No, dont afraid, xml knowledge isnt required, look on example and make similar. This done with macromedia flash, you must place on server flash script which will...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (99): Simple Flash Menu Download

Added: May 01, 2010 | Visits: 969

Simple Firewall Simple Firewall is a easy tool for administration users and access control. This tool is made for Linux. Using iptables for packet filtering Write in perl Save rules with xml. That can be run in bash shell and web interface via webmin. Whats New in This Release: - Perform reconfigure squid...


Platforms: *nix

License: Freeware Size: 98.3 KB Download (99): Simple Firewall Download

Added: May 07, 2010 | Visits: 874

Net::Delicious::Simple Net::Delicious::Simple is a Net::Delicious for backups. SYNOPSIS use Net::Delicious::Simple; my $del = Net::Delicious->new(user => plki, pswd => secret); print "$_->{href}n" for $del->all_posts; __top If you want to do anything interesting with del.icio.us automation, you probably want...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Net::Delicious::Simple Download

Added: November 07, 2010 | Visits: 1.275

Simple DirectMedia Layer Simple DirectMedia Layer project is a library that gives portable low-level access for multimedia applications. Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video...


Platforms: *nix

License: Freeware Size: 2.7 MB Download (99): Simple DirectMedia Layer Download

Added: February 20, 2010 | Visits: 963

MIDI::Simple MIDI::Simple is a procedural/OOP interface for MIDI composition. SYNOPSIS use MIDI::Simple; new_score; text_event http://www.ely.anglican.org/parishes/camgsm/bells/chimes.html; text_event Lord through this hour/ be Thou our guide; text_event so, by Thy power/ no foot shall slide;...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (99): MIDI::Simple Download

Added: January 24, 2010 | Visits: 1.068

Simple Xmms Control Simple Xmms Control is a a simple SuperKaramba theme that provides XMMS control. Icons are from nuoveXT icon theme. All suggestions are welcome!. Simple Xmms Control KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): Simple Xmms Control Download

Added: November 11, 2010 | Visits: 1.154

DBIx::Simple::Examples [COPRIGHT=1] EXAMPLES General #!/usr/bin/perl -w use strict; use DBIx::Simple; # Instant database with DBD::SQLite my $db = DBIx::Simple->connect(dbi:SQLite:dbname=file.dat) or die DBIx::Simple->error; # Connecting to a MySQL database my $db = DBIx::Simple->connect(...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): DBIx::Simple::Examples Download

Added: July 06, 2010 | Visits: 1.236

Simple XML Configuration Library Simple XML Configuration Library an XML library for parsing a simple configuration file format. Simple XML Configuration Library is actively developed for *nix, Mac OS X and *BSD. The goal of the project is to provide a library that can be easily wrapped into other languages such as Python and...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Simple XML Configuration Library Download

Added: September 08, 2010 | Visits: 537

Gtk2::GladeXML::Simple Gtk2::GladeXML::Simple is a clean object-oriented interface to Gtk2::GladeXML. SYNOPSIS package MyApp; use base qw( Gtk2::GladeXML::Simple ); sub new { my $class = shift; my $self = $class->SUPER::new( $gladefile ); return $self; } ... # Signal handlers are methods of your class...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (98): Gtk2::GladeXML::Simple Download

Added: June 22, 2010 | Visits: 1.476

Tree::Simple::View::DHTML Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML. SYNOPSIS use Tree::Simple::View::DHTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::DHTML->new($tree); ## more complex examples #...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Tree::Simple::View::DHTML Download

Added: September 20, 2010 | Visits: 1.405

Simple Website Software Simple Website Software (SWS) is my attempt to provide software to generate a reasonably modern looking web site while requiring a minimal amount of effort to set up, yet keeping the HTML pages independent so they can be easily editted and verified outside the web site. SWS requires PHP version...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Simple Website Software Download

Added: January 18, 2010 | Visits: 1.115

Simple Monitor Simple Monitor is a SuperKaramba theme inspired by the simple but effective "Very Simple Monitors" theme by the user humanthing. Some values are not displayed properly though in Very Simple Monitors (network values and IP). This could be because of different setups. My computer is pretty standard...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Simple Monitor Download

< 1 2 3 4 5