entries
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 972
Data::ICal::Entry::TimeZone 0.12
Data::ICal::Entry::TimeZone is a Perl module to represents a time zone definition in an iCalendar file. more>>
Data::ICal::Entry::TimeZone is a Perl module to represents a time zone definition in an iCalendar file.
SYNOPSIS
my $vtimezone = Data::ICal::Entry::TimeZone->new();
$vtimezone->add_properties(
tzid => "US-Eastern",
tzurl => "http://zones.stds_r_us.net/tz/US-Eastern"
);
$vtimezone->add_entry($daylight); # daylight/ standard not yet implemented
$vtimezone->add_entry($standard); # :-(
$calendar->add_entry($vtimezone);
A Data::ICal::Entry::TimeZone object represents the declaration of a time zone in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.
This module is not yet useful, because every time zone declaration needs to contain at least one STANDARD or DAYLIGHT component, and these have not yet been implemented.
<<lessSYNOPSIS
my $vtimezone = Data::ICal::Entry::TimeZone->new();
$vtimezone->add_properties(
tzid => "US-Eastern",
tzurl => "http://zones.stds_r_us.net/tz/US-Eastern"
);
$vtimezone->add_entry($daylight); # daylight/ standard not yet implemented
$vtimezone->add_entry($standard); # :-(
$calendar->add_entry($vtimezone);
A Data::ICal::Entry::TimeZone object represents the declaration of a time zone in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.
This module is not yet useful, because every time zone declaration needs to contain at least one STANDARD or DAYLIGHT component, and these have not yet been implemented.
Download (0.10MB)
Added: 2007-01-15 License: Perl Artistic License Price:
1013 downloads
FavNuts 0.1
FavNuts converts IE favorite files to a Netscape bookmark file. more>>
FavNuts is a Perl script that converts IE favorite files to a Netscape bookmark file and sorts the entries into alphabetical order with a directory hierarchy.
This is the information page on a piece of software I wrote that I am putting here in case users want to comment on it.
<<lessThis is the information page on a piece of software I wrote that I am putting here in case users want to comment on it.
Download (0.001MB)
Added: 2006-06-24 License: GPL (GNU General Public License) Price:
1217 downloads
Data::ICal::Entry::FreeBusy 0.12
Data::ICal::Entry::FreeBusy is a Perl module that represents blocks of free and busy time in an iCalendar file. more>>
Data::ICal::Entry::FreeBusy is a Perl module that represents blocks of free and busy time in an iCalendar file.
SYNOPSIS
my $vfreebusy = Data::ICal::Entry::FreeBusy->new();
$vfreebusy->add_properties(
organizer => MAILTO:jsmith@host.com,
# Dat*e*::ICal is not a typo here
freebusy => Date::ICal->new( epoch => ... )->ical . / . Date::ICal->new( epoch => ... )->ical,
);
$calendar->add_entry($vfreebusy);
A Data::ICal::Entry::FreeBusy object represents a request for information about free and busy time or a reponse to such a request, in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.
METHODS
ical_entry_type
Returns VFREEBUSY, its iCalendar entry name.
optional_unique_properties
According to the iCalendar standard, the following properties may be specified at most one time for a free/busy entry:
contact dtstart dtend duration dtstamp
organizer uid url
optional_repeatable_properties
According to the iCalendar standard, the following properties may be specified any number of times for free/busy entry:
attendee comment freebusy request-status
<<lessSYNOPSIS
my $vfreebusy = Data::ICal::Entry::FreeBusy->new();
$vfreebusy->add_properties(
organizer => MAILTO:jsmith@host.com,
# Dat*e*::ICal is not a typo here
freebusy => Date::ICal->new( epoch => ... )->ical . / . Date::ICal->new( epoch => ... )->ical,
);
$calendar->add_entry($vfreebusy);
A Data::ICal::Entry::FreeBusy object represents a request for information about free and busy time or a reponse to such a request, in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.
METHODS
ical_entry_type
Returns VFREEBUSY, its iCalendar entry name.
optional_unique_properties
According to the iCalendar standard, the following properties may be specified at most one time for a free/busy entry:
contact dtstart dtend duration dtstamp
organizer uid url
optional_repeatable_properties
According to the iCalendar standard, the following properties may be specified any number of times for free/busy entry:
attendee comment freebusy request-status
Download (0.10MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1011 downloads
Data::ICal::Entry::Event 0.12
Data::ICal::Entry::Event is a Perl module that represents an event in an iCalendar file. more>>
Data::ICal::Entry::Event is a Perl module that represents an event in an iCalendar file.
SYNOPSIS
my $vevent = Data::ICal::Entry::Event->new();
$vevent->add_properties(
summary => "my party",
description => "Ill cry if I want to",
# Dat*e*::ICal is not a typo here
dtstart => Date::ICal->new( epoch => time )->ical,
);
$calendar->add_entry($vevent);
$vevent->add_entry($alarm);
A Data::ICal::Entry::Event object represents a single event in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.
<<lessSYNOPSIS
my $vevent = Data::ICal::Entry::Event->new();
$vevent->add_properties(
summary => "my party",
description => "Ill cry if I want to",
# Dat*e*::ICal is not a typo here
dtstart => Date::ICal->new( epoch => time )->ical,
);
$calendar->add_entry($vevent);
$vevent->add_entry($alarm);
A Data::ICal::Entry::Event object represents a single event in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.
Download (0.10MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1011 downloads
tbibtools 0.4
tbibtools project provides a simple regexp-based bibtex parser. more>>
tbibtools project provides a simple regexp-based bibtex parser. Please be aware that this script makes a few assumptions on how a bib file should look like and that it may fail on files formatted in unusual ways.
Failure may lead to loss of bib entries and malformed or incomplete output. Comments and other text will be stripped when reformatting entries. Any feature of bibtex I dont know and/or dont use myself is most likely not supported by this script/class.
Please take care when using this script. Make backups and check the output, especially when using the -f command-line option. Dont blame me if you lose information or end up with corrupted bib files.
Enhancements:
- sortCrossref puts cross-referenced entries to the back.
- A new format, (un)selectCrossref, allows you to view only entries that are (not) cross-referenced.
- The syntax of the query command has changed: query FIELD1 => RX1, FIELD2 => RX2, etc.
- Duplicate entries and certain conflicting fields are merged.
- A problem with --ls has been fixed.
<<lessFailure may lead to loss of bib entries and malformed or incomplete output. Comments and other text will be stripped when reformatting entries. Any feature of bibtex I dont know and/or dont use myself is most likely not supported by this script/class.
Please take care when using this script. Make backups and check the output, especially when using the -f command-line option. Dont blame me if you lose information or end up with corrupted bib files.
Enhancements:
- sortCrossref puts cross-referenced entries to the back.
- A new format, (un)selectCrossref, allows you to view only entries that are (not) cross-referenced.
- The syntax of the query command has changed: query FIELD1 => RX1, FIELD2 => RX2, etc.
- Duplicate entries and certain conflicting fields are merged.
- A problem with --ls has been fixed.
Download (MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
855 downloads
conntrack 1.00 Beta1
conntrack is a userspace command line program targeted at system administrators. more>>
conntrack is a userspace command line program targeted at system administrators. conntrack program enables them to view and manage the in-kernel connection tracking state table.
Main features:
- listing the contents of the conntrack table
- searching for individual entries in the conntrack table
- adding new entries to the conntrack table
- listing entries in the expect table
- adding new entries to the expect table
<<lessMain features:
- listing the contents of the conntrack table
- searching for individual entries in the conntrack table
- adding new entries to the conntrack table
- listing entries in the expect table
- adding new entries to the expect table
Download (0.21MB)
Added: 2006-02-09 License: GPL (GNU General Public License) Price:
1359 downloads
FileTrack 0.1 Beta 3
FileTrack is a Web-enabled communication log, keeping track of all your inbound and outbound documents. more>>
FileTrack is a Web-enabled communication log, keeping track of all your inbound and outbound documents. The project supports multiple logs, auto-archiving of older entries, and generates simple reports based on multiple criteria.
One or more log entries, contacts, or documents can be grouped together into an issue for easier monitoring.
<<lessOne or more log entries, contacts, or documents can be grouped together into an issue for easier monitoring.
Download (0.045MB)
Added: 2006-11-30 License: LGPL (GNU Lesser General Public License) Price:
1058 downloads
Convert::yEnc::Entry 1.02
Convert::yEnc::Entry is a Perl module as an entry in a Convert::yEnc::RC database. more>>
Convert::yEnc::Entry is a Perl module as an entry in a Convert::yEnc::RC database.
SYNOPSIS
use Convert::yEnc::Entry;
$entry = new Convert::yEnc::Entry { size => 10000 };
$entry = new Convert::yEnc::Entry { size => 50000, part => 1 };
$entry = load Convert::yEnc::Entry "10000t10000";
$entry = load Convert::yEnc::Entry "20000t1-20000t1-2";
$ok = $entry->ybegin( { size=>10000 } );
$ok = $entry->ypart ( { begin=>1, end=>10000 } );
$ok = $entry->yend ( { size=>10000 } );
$entry->complete and ...
print "$entryn";
ABSTRACT
An entry in a Convert::yEnc::RC database
Convert::yEnc::Entry manages a single entry in a Convert::yEnc::RC database
<<lessSYNOPSIS
use Convert::yEnc::Entry;
$entry = new Convert::yEnc::Entry { size => 10000 };
$entry = new Convert::yEnc::Entry { size => 50000, part => 1 };
$entry = load Convert::yEnc::Entry "10000t10000";
$entry = load Convert::yEnc::Entry "20000t1-20000t1-2";
$ok = $entry->ybegin( { size=>10000 } );
$ok = $entry->ypart ( { begin=>1, end=>10000 } );
$ok = $entry->yend ( { size=>10000 } );
$entry->complete and ...
print "$entryn";
ABSTRACT
An entry in a Convert::yEnc::RC database
Convert::yEnc::Entry manages a single entry in a Convert::yEnc::RC database
Download (0.055MB)
Added: 2006-08-18 License: Perl Artistic License Price:
1163 downloads
Ratoximus 0.2.3
Ratoximus is a backend for rating your music on the fly. more>>
Ratoximus is a backend for rating your music on the fly. When a good song comes up on your playlist, you can mark it up to your favorites, and when you just cant stand a song, you can blacklist it.
A cleanlist is generated based on a preselected list, taking out the blacklisted entries. It includes a simple interactive frontend, and tips to other methods.
<<lessA cleanlist is generated based on a preselected list, taking out the blacklisted entries. It includes a simple interactive frontend, and tips to other methods.
Download (0.009MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1500 downloads
Data::ICal::Entry::Todo 0.11
Data::ICal::Entry::Todo is a Perl module that represents a to-do entry in an iCalendar file. more>>
Data::ICal::Entry::Todo is a Perl module that represents a to-do entry in an iCalendar file.
SYNOPSIS
my $vtodo = Data::ICal::Entry::Todo->new();
$vtodo->add_properties(
summary => "go to sleep",
status => INCOMPLETE,
# Dat*e*::ICal is not a typo here
dtstart => Date::ICal->new( epoch => time )->ical,
);
$calendar->add_entry($vtodo);
$vtodo->add_entry($alarm);
A Data::ICal::Entry::Todo object represents a single to-do entry in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.
<<lessSYNOPSIS
my $vtodo = Data::ICal::Entry::Todo->new();
$vtodo->add_properties(
summary => "go to sleep",
status => INCOMPLETE,
# Dat*e*::ICal is not a typo here
dtstart => Date::ICal->new( epoch => time )->ical,
);
$calendar->add_entry($vtodo);
$vtodo->add_entry($alarm);
A Data::ICal::Entry::Todo object represents a single to-do entry in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.
Download (0.10MB)
Added: 2007-01-13 License: Perl Artistic License Price:
1014 downloads
Data::ICal::Entry::Alarm::Audio 0.07
Data::ICal::Entry::Alarm::Audio represents an audio alarm in an iCalendar file. more>>
Data::ICal::Entry::Alarm::Audio represents an audio alarm in an iCalendar file.
SYNOPSIS
my $valarm = Data::ICal::Entry::Alarm::Audio->new();
$valarm->add_properties(
attach => [ "ftp://host.com/pub/sounds/bell-01.aud", { fmttype => "audio/basic" } ],
# Dat*e*::ICal is not a typo here
trigger => [ Date::ICal->new( epoch => ... )->ical, { value => DATE-TIME } ],
);
$vevent->add_entry($valarm);
A Data::ICal::Entry::Alarm::Audio object represents an audio alarm attached to a todo item or event in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.
<<lessSYNOPSIS
my $valarm = Data::ICal::Entry::Alarm::Audio->new();
$valarm->add_properties(
attach => [ "ftp://host.com/pub/sounds/bell-01.aud", { fmttype => "audio/basic" } ],
# Dat*e*::ICal is not a typo here
trigger => [ Date::ICal->new( epoch => ... )->ical, { value => DATE-TIME } ],
);
$vevent->add_entry($valarm);
A Data::ICal::Entry::Alarm::Audio object represents an audio alarm attached to a todo item or event in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.
Download (0.089MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 downloads
Gnome Blosxom 1.1
Gnome Bloxsom is a GUI based program to post entries to a Blosxom based weblog. more>>
Gnome Bloxsom is a GUI based program to post entries to a Blosxom based weblog. The program requires Python version 2.2 or greater, PyGTK version 2.0 or greater, and Gnome-Python for Gnome 2.
It can optionally use PyGtkSpell version 0.3.1 or greater for spell checking, which is part of Gnome-Python-Extras. More information about the Bloxsom weblog application can be found at www.blosxom.com.
<<lessIt can optionally use PyGtkSpell version 0.3.1 or greater for spell checking, which is part of Gnome-Python-Extras. More information about the Bloxsom weblog application can be found at www.blosxom.com.
Download (0.024MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1550 downloads
Data::ICal::Entry::Journal 0.12
Data::ICal::Entry::Journal is a Perl module that represents a journal entry in an iCalendar file. more>>
Data::ICal::Entry::Journal is a Perl module that represents a journal entry in an iCalendar file.
SYNOPSIS
my $vjournal = Data::ICal::Entry::Journal->new();
$vjournal->add_properties(
summary => "Minutes of my party",
description => "I cried because I wanted to.",
# Dat*e*::ICal is not a typo here
dtstart => Date::ICal->new( epoch => time )->ical,
);
$calendar->add_entry($vjournal);
A Data::ICal::Entry::Journal object represents a single journal entry in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.
<<lessSYNOPSIS
my $vjournal = Data::ICal::Entry::Journal->new();
$vjournal->add_properties(
summary => "Minutes of my party",
description => "I cried because I wanted to.",
# Dat*e*::ICal is not a typo here
dtstart => Date::ICal->new( epoch => time )->ical,
);
$calendar->add_entry($vjournal);
A Data::ICal::Entry::Journal object represents a single journal entry in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.
Download (0.10MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1012 downloads
DRBGuestbook 1.1.8
DRBGuestbook is a simple PHP guestbook script that doesnt require a database. more>>
DRBGuestbook is a simple PHP guestbook script that doesnt require a database. The project allows you delete entries and ban IP addresses through an easy-to-use, password protected administration interface. You can also receive an e-mail notification anytime someone signs your guestbook.
Main features:
- Quick and easy to install.
- No database required.
- Delete multiple entries at once.
- Ban IP addresses from signing your guestbook.
- Receive e-mail notifications when your guestbook is signed.
- Block entries containing words from a configurable bad words list.
- Pages are XHTML syntax compliant, and compatible with both IE and Firefox.
- Web-based administration interface.
Enhancements:
- This release improves the anti-spam challenge-response test.
<<lessMain features:
- Quick and easy to install.
- No database required.
- Delete multiple entries at once.
- Ban IP addresses from signing your guestbook.
- Receive e-mail notifications when your guestbook is signed.
- Block entries containing words from a configurable bad words list.
- Pages are XHTML syntax compliant, and compatible with both IE and Firefox.
- Web-based administration interface.
Enhancements:
- This release improves the anti-spam challenge-response test.
Download (0.015MB)
Added: 2007-07-16 License: Free To Use But Restricted Price:
831 downloads
CalendarTechnique 2.0.2 RC4
CalendarTechnique is a sleek, highly customizable, standards compliant web-based calendaring and scheduling application. more>>
CalendarTechnique project is a sleek, highly customizable, standards compliant web-based calendaring and scheduling application. Using CalendarTechnique, you can easily post, maintain, update and archive calendar and scheduling entries such as events, tasks and journal entries.
Main features:
- Display calendar entries in customizable Day, Week, Month, Year or List layouts.
- Extensive search and filtering capability.
- Keyword search
- Field Specific Search
- Date Range search
- Supports the Event, To-do/Task, Journal and Alarm components specified in the iCalendar specification.
- Context sensitive online documentation with index, glossary and search capability.
- A Theme based interface that allows the user to preview and select any of the available themes. New themes can also be added and customized to match the look of an existing website.
- Dynamic navigation menus.
- Mini calendars that can be displayed in four different orientations (top, bottom, left, right).
- Ability to generate and embed a remote calendar in external web pages.
- Customizable header and footer pages.
- Calendar views can be displayed within an IFrame for easy scrolling.
- Tab based forms.
- The interface can be localized to use different languages.
- Includes a legend that makes it easy to identify different entry types.
- Includes a date picker for easy selection of date values.
- Includes a color picker for easy selection of colors.
- Import and export entries from iCalendar files.
- Group entries by category and assign custom colors to each category.
- Perform conflict detection for event entries.
- Specify words to be censored, per language.
- Supports entries that span multiple days.
- Supports entries that have HTML code.
- Specify recurrence rules and by-rules for entries (Daily, Weekly, Monthly, Yearly).
- Easily duplicate entries and create exceptions to recurring entries.
- Send out notifications and reminders.
- Enable or disable public access.
- Allow public users to submit entries to the calendar, subject to approval.
- Customize the publicly accessible forms.
Enhancements:
Bug Fixes:
1. In the HomePage, the Link the Approve Pending Entries has be changed to a non-clickable label. The user can still approve entried by using the Go To -> Approve Entries menu option.
2. fixed a bug which caused the Field Visibility settings to now save and display correctly.
3. Modified the schema of the cxcal_access_log table so that the cxf_access_ip field is nullable.
<<lessMain features:
- Display calendar entries in customizable Day, Week, Month, Year or List layouts.
- Extensive search and filtering capability.
- Keyword search
- Field Specific Search
- Date Range search
- Supports the Event, To-do/Task, Journal and Alarm components specified in the iCalendar specification.
- Context sensitive online documentation with index, glossary and search capability.
- A Theme based interface that allows the user to preview and select any of the available themes. New themes can also be added and customized to match the look of an existing website.
- Dynamic navigation menus.
- Mini calendars that can be displayed in four different orientations (top, bottom, left, right).
- Ability to generate and embed a remote calendar in external web pages.
- Customizable header and footer pages.
- Calendar views can be displayed within an IFrame for easy scrolling.
- Tab based forms.
- The interface can be localized to use different languages.
- Includes a legend that makes it easy to identify different entry types.
- Includes a date picker for easy selection of date values.
- Includes a color picker for easy selection of colors.
- Import and export entries from iCalendar files.
- Group entries by category and assign custom colors to each category.
- Perform conflict detection for event entries.
- Specify words to be censored, per language.
- Supports entries that span multiple days.
- Supports entries that have HTML code.
- Specify recurrence rules and by-rules for entries (Daily, Weekly, Monthly, Yearly).
- Easily duplicate entries and create exceptions to recurring entries.
- Send out notifications and reminders.
- Enable or disable public access.
- Allow public users to submit entries to the calendar, subject to approval.
- Customize the publicly accessible forms.
Enhancements:
Bug Fixes:
1. In the HomePage, the Link the Approve Pending Entries has be changed to a non-clickable label. The user can still approve entried by using the Go To -> Approve Entries menu option.
2. fixed a bug which caused the Field Visibility settings to now save and display correctly.
3. Modified the schema of the cxcal_access_log table so that the cxf_access_ip field is nullable.
Download (2.8MB)
Added: 2006-12-25 License: GPL (GNU General Public License) Price:
1033 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above entries search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed