named
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3700
Class::Accessor::Named 0.005
Class::Accessor::Named is a great way to automate the tedious task of generating accessors and mutators. more>>
Class::Accessor::Named is a great way to automate the tedious task of generating accessors and mutators. One small drawback is that due to the details of the implemenetation, you only get one "__ANON__" entry in profiling output.
That entry contains all your accessors, which can be a real pain if youre attempting to figure out _ w_ h_ i_ c_ h of your accessors is being called six billion times.
This module is a development aid which uses Hook::LexWrap and Sub::Name to talk your accessors into identifying themselves. While it shouldnt add much additional runtime overhead (as it acts only Class::Accessors generator functions), it has not been designed for production deployment.
<<lessThat entry contains all your accessors, which can be a real pain if youre attempting to figure out _ w_ h_ i_ c_ h of your accessors is being called six billion times.
This module is a development aid which uses Hook::LexWrap and Sub::Name to talk your accessors into identifying themselves. While it shouldnt add much additional runtime overhead (as it acts only Class::Accessors generator functions), it has not been designed for production deployment.
Download (0.020MB)
Added: 2006-09-06 License: Perl Artistic License Price:
1143 downloads
Unimaginatively-named Calendar 3.7.0
Unimaginatively-named Calendar produces useful, printable calendars on a Web site. more>>
Unimaginatively-named Calendar project began out of frustration with other web-based calendar tools inability to display a readable calendar format. Unimaginatively-named Calendar was very much a project to "scratch an itch" -- to meet an immediate need that the author had. Since then, it has evolved considerably into a very useful tool that produces prettier calendars than those printed by most organizer software.
The first version of this software was written in ASP (VBScript) and ran on IIS 4.0 or higher with a database on SQL Server 7.0 or higher. It has since been completely rewritten in Java to run on Tomcat 5.5 or higher with a database on MySQL 3.3 or higher. The feature set is largely the same, though the two versions have no code in common.
Main features:
- The entire calendar is rendered in HTML -- no Flash or Java is used.
- Single-day, multi-day and occassional events are all supported. "Occasional" events are those events that occur multiple times but dont necessarily follow a regular pattern.
- Repeating events are supported and can repeat on a daily, weekly, monthly or yearly basis.
- Events may be categorized for easy administration.
- Nearly everything about the display is themable -- colors, fonts, border styles, first day of the week, weekday column widths, categories, etc.
- A calendar may be setup as a "private" calendar, so the user must be logged in to see it.
- Apple iCal and Mozilla Sunbird users can subscribe to the calendar with one click.
- NEW! The admin tool is password protected!
<<lessThe first version of this software was written in ASP (VBScript) and ran on IIS 4.0 or higher with a database on SQL Server 7.0 or higher. It has since been completely rewritten in Java to run on Tomcat 5.5 or higher with a database on MySQL 3.3 or higher. The feature set is largely the same, though the two versions have no code in common.
Main features:
- The entire calendar is rendered in HTML -- no Flash or Java is used.
- Single-day, multi-day and occassional events are all supported. "Occasional" events are those events that occur multiple times but dont necessarily follow a regular pattern.
- Repeating events are supported and can repeat on a daily, weekly, monthly or yearly basis.
- Events may be categorized for easy administration.
- Nearly everything about the display is themable -- colors, fonts, border styles, first day of the week, weekday column widths, categories, etc.
- A calendar may be setup as a "private" calendar, so the user must be logged in to see it.
- Apple iCal and Mozilla Sunbird users can subscribe to the calendar with one click.
- NEW! The admin tool is password protected!
Download (1.9MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1289 downloads
Unimaginatively-named Attendance 1.8.0
Unimaginatively-named Attendance is a Web application for taking and tracking attendance records online. more>>
Unimaginatively-named Attendance tool was originally created to provide attendance tracking for a scout troop but is actually completely free of anything scout-specific. Unimaginatively-named Attendance is perfect for tracking attendance for any type of group.
Main features:
- The roster of names is stored separate from the attendance records so names are only entered once.
- Each name on the roster has an associated "type" (available types are user-configurable) so that each "type" is grouped together in reports for easy viewing.
- Birthdays are tracked and notifications appear when a birthday is coming up or has just passed.
- Each attendance record can have any number of attributes. For example, the administrator could define an attribute named "late". As records are input, "late" will appear as a checkbox next to each persons name. When the box is checked, it will be tabulated in the reports next to the record of present/not present.
- Several reports are available to provide different summaries of the data from "when was each person last seen" to full percentage listings of each persons attendance record.
- The interface is usable from PDAs and "smart phones". It has been extensively tested on a Treo 600.
- A permission-based login system allows three levels of access:
- "View only" access allows the user to view attendance records and generate reports but not to edit any data.
- "Editor" access allows the user to define new events and create/edit attendance records but not to alter the roster, the event types, the attributes or logins.
- "Admin" access allows the user complete access to all data.
<<lessMain features:
- The roster of names is stored separate from the attendance records so names are only entered once.
- Each name on the roster has an associated "type" (available types are user-configurable) so that each "type" is grouped together in reports for easy viewing.
- Birthdays are tracked and notifications appear when a birthday is coming up or has just passed.
- Each attendance record can have any number of attributes. For example, the administrator could define an attribute named "late". As records are input, "late" will appear as a checkbox next to each persons name. When the box is checked, it will be tabulated in the reports next to the record of present/not present.
- Several reports are available to provide different summaries of the data from "when was each person last seen" to full percentage listings of each persons attendance record.
- The interface is usable from PDAs and "smart phones". It has been extensively tested on a Treo 600.
- A permission-based login system allows three levels of access:
- "View only" access allows the user to view attendance records and generate reports but not to edit any data.
- "Editor" access allows the user to define new events and create/edit attendance records but not to alter the roster, the event types, the attributes or logins.
- "Admin" access allows the user complete access to all data.
Download (1.6MB)
Added: 2006-05-02 License: GPL (GNU General Public License) Price:
1271 downloads
Twisted Names 0.3.0
Twisted Names is both a domain name server as well as a client resolver library. more>>
Twisted Names project is both a domain name server as well as a client resolver library.
Twisted Names comes with an "out of the box" nameserver which can read most BIND-syntax zone files as well as a simple Python-based configuration format.
Twisted Names can act as an authoritative server, perform zone transfers from a master to act as a secondary, act as a caching nameserver, or any combination of these.
Twisted Names client resolver library provides functions to query for all commonly used record types as well as a replacement for the blocking gethostbyname() function provided by the Python stdlib socket module.
Twisted Names is available under the MIT Free Software licence.
Enhancements:
- Errors in the markup used in API documentation have been fixed.
- A bug where the DNS client would sometimes drop a response has been fixed.
- A bug which prevented non-IN lookups from generating malformed queries has been fixed.
<<lessTwisted Names comes with an "out of the box" nameserver which can read most BIND-syntax zone files as well as a simple Python-based configuration format.
Twisted Names can act as an authoritative server, perform zone transfers from a master to act as a secondary, act as a caching nameserver, or any combination of these.
Twisted Names client resolver library provides functions to query for all commonly used record types as well as a replacement for the blocking gethostbyname() function provided by the Python stdlib socket module.
Twisted Names is available under the MIT Free Software licence.
Enhancements:
- Errors in the markup used in API documentation have been fixed.
- A bug where the DNS client would sometimes drop a response has been fixed.
- A bug which prevented non-IN lookups from generating malformed queries has been fixed.
Download (0.028MB)
Added: 2006-05-28 License: MIT/X Consortium License Price:
1246 downloads
Swing AutoMenu 2.1
Swing AutoMenu is a automatic menu generator. more>>
Swing AutoMenu is a automatic menu generator that makes it easy to create JBarMenus and popup menus from XML definitions when building GUIs in Swing.
Main features:
Bar/Popup menu
- menu item
- checkbox item
- radio button item/group
- separator
- submenus
- support icons
- named disable map
- event dispatcher
Popup menu
- invoker state item - a special item that can be enable/disable according the state returned by a named function from invoker
- invoker state check - a special item used to change some named invoker state
- hintlist - a special item that can dinamicaly build a submenu with given list itens from invoker
Enhancements:
- Some new dynamic functions were added, like a hintlist that get a list from the invoker object and builds a submenu.
- Putting a bar menu in your application can now be done very easily by using the ABarMenu class.
<<lessMain features:
Bar/Popup menu
- menu item
- checkbox item
- radio button item/group
- separator
- submenus
- support icons
- named disable map
- event dispatcher
Popup menu
- invoker state item - a special item that can be enable/disable according the state returned by a named function from invoker
- invoker state check - a special item used to change some named invoker state
- hintlist - a special item that can dinamicaly build a submenu with given list itens from invoker
Enhancements:
- Some new dynamic functions were added, like a hintlist that get a list from the invoker object and builds a submenu.
- Putting a bar menu in your application can now be done very easily by using the ABarMenu class.
Download (0.040MB)
Added: 2006-06-06 License: LGPL (GNU Lesser General Public License) Price:
1239 downloads
Snd 9.2
Snd is a freeware sound editor modelled loosely after Emacs. more>>
Snd is a freeware sound editor modelled loosely after Emacs and an old, sorely-missed PDP-10 sound editor named Dpysnd.
It can accommodate any number of sounds, each with any number of channels. It can be customized and extended using Guile or Ruby.
<<lessIt can accommodate any number of sounds, each with any number of channels. It can be customized and extended using Guile or Ruby.
Download (4.0MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
835 downloads
DNS name parser 1.2.1
DNS name parser is a Java utility library for parsing dns names, ip and hw addresses. more>>
DNS name parser is a Java utility library for parsing dns names, ip and hw addresses.
Synopsis
import su.netdb.parser.*;
Parser parser = new Parser();
Hashtable result = parser.parse(str);
System.out.println("string: "+result.get("string"));
System.out.println("hw: "+result.get("hw"));
System.out.println("name: "+result.get("name"));
System.out.println("domain: "+result.get("domain"));
System.out.println("ip_low: "+result.get("ip_low"));
System.out.println("ip_high: "+result.get("ip_high"));
"DNS name parser" is an utility library created to be used in a search application. Given a single input field its function is to differentiate between several types of possible input strings. Namely if it a dns name, IP address (exact, ip range or ip with wildcards) or hardware address. The result of the parsing is a Hashtable with possible keys "string", "hw", "name", "domain", "ip_low" and "ip_high".
<<lessSynopsis
import su.netdb.parser.*;
Parser parser = new Parser();
Hashtable result = parser.parse(str);
System.out.println("string: "+result.get("string"));
System.out.println("hw: "+result.get("hw"));
System.out.println("name: "+result.get("name"));
System.out.println("domain: "+result.get("domain"));
System.out.println("ip_low: "+result.get("ip_low"));
System.out.println("ip_high: "+result.get("ip_high"));
"DNS name parser" is an utility library created to be used in a search application. Given a single input field its function is to differentiate between several types of possible input strings. Namely if it a dns name, IP address (exact, ip range or ip with wildcards) or hardware address. The result of the parsing is a Hashtable with possible keys "string", "hw", "name", "domain", "ip_low" and "ip_high".
Download (0.008MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
835 downloads
KPSAD 0.2
KPSAD is a simple shell script to report PSAD alerts via KDE. more>>
KPSAD is a simple shell script to report PSAD alerts via KDE. The project supports simple whitelisting.
Ok, this is important. To stop KPSAD annoying you, create a whitelist file!!! The whitelist file is named ".whitelist" in the same directory as the program itself.
After the whitelist is created, then youre almost ready to go. Open up the program in your favourite text editor. At the bottom of the script, theres a section where you can add a mail client. This is optional, but allows you to run this almost transparently to PSAD
YOU NEED PSAD FOR THIS TO WORK!!!
Get PSAD, then edit the config file, so it points at the KPSAD program as the "mailCmd"
In future, I will write a script that will install this automatically, and generate whitelists, and allow you to add a new probe to the whitelist or black list, etc. In the meantime though, here you go.
There is a sample whitelist file in this directory. Its probably invisible to you, because its named .whitelist.
<<lessOk, this is important. To stop KPSAD annoying you, create a whitelist file!!! The whitelist file is named ".whitelist" in the same directory as the program itself.
After the whitelist is created, then youre almost ready to go. Open up the program in your favourite text editor. At the bottom of the script, theres a section where you can add a mail client. This is optional, but allows you to run this almost transparently to PSAD
YOU NEED PSAD FOR THIS TO WORK!!!
Get PSAD, then edit the config file, so it points at the KPSAD program as the "mailCmd"
In future, I will write a script that will install this automatically, and generate whitelists, and allow you to add a new probe to the whitelist or black list, etc. In the meantime though, here you go.
There is a sample whitelist file in this directory. Its probably invisible to you, because its named .whitelist.
Download (0.003MB)
Added: 2006-11-20 License: Freely Distributable Price:
1069 downloads
Workspace Name Applet 0.0.2
Workspace Name Applet is a Gnome panel applet to display and edit the name of the current workspace. more>>
Workspace Name Applet is a Gnome panel applet to display and edit the name of the current workspace.
<<less Download (0.088MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1181 downloads
Convert::ASCIInames 1.002
Convert::ASCIInames is a Perl module that includes ASCII names for control characters. more>>
Convert::ASCIInames is a Perl module that includes ASCII names for control characters.
SYNOPSIS
use Convert::ASCIInames;
Convert::ASCIInames::Configure(fallthrough => 1);
$name = ASCIIname($character_ordinal);
$name = ASCIIaltname($character_ordinal);
$name = ASCIIdescription($character_ordinal);
$name = ASCIIaltdescription($character_ordinal);
$character_ordinal = ASCIIordinal($name);
Most if not all of the non-printing characters of the ASCII character set had special significance in the days of teletypes and paper tapes. For example, the character code 0x00 would be sent repeatedly in order to give the receiving end a chance to catch up; it signified "no action" and so was named NUL. The sending end might follow each line of text with a number of NUL bytes in order to give the receiving end a chance to return its print carriage to the left margin.
The control characters (so-called because they were used to control aspects of communication or receiving devices) were given short 2-to-4 letter names, like CR, EOT, ACK, and NAK.
Some of these special purposes have become obsolete, but some of them are still in use. For example, character 0x07 (BEL) is used to ring the feeper; 0x05 (ENQ) is recognised by many terminals as a trigger to report their status; and 0x08 (BS) still means "move the cursor back one space".
This module will return the ASCII name for specified characters, or the character code if given an ASCII name. In addition, the full descriptive name ("Start of Heading" instead of SOH) is available, although reverse translation of the descriptions isnt provided.
Some control characters have altername names. Character 0x13 is named DC3 ("Device Control 3"), but is probably better known by its alternate name of XOFF. These alternate names are also available through this modules functions.
<<lessSYNOPSIS
use Convert::ASCIInames;
Convert::ASCIInames::Configure(fallthrough => 1);
$name = ASCIIname($character_ordinal);
$name = ASCIIaltname($character_ordinal);
$name = ASCIIdescription($character_ordinal);
$name = ASCIIaltdescription($character_ordinal);
$character_ordinal = ASCIIordinal($name);
Most if not all of the non-printing characters of the ASCII character set had special significance in the days of teletypes and paper tapes. For example, the character code 0x00 would be sent repeatedly in order to give the receiving end a chance to catch up; it signified "no action" and so was named NUL. The sending end might follow each line of text with a number of NUL bytes in order to give the receiving end a chance to return its print carriage to the left margin.
The control characters (so-called because they were used to control aspects of communication or receiving devices) were given short 2-to-4 letter names, like CR, EOT, ACK, and NAK.
Some of these special purposes have become obsolete, but some of them are still in use. For example, character 0x07 (BEL) is used to ring the feeper; 0x05 (ENQ) is recognised by many terminals as a trigger to report their status; and 0x08 (BS) still means "move the cursor back one space".
This module will return the ASCII name for specified characters, or the character code if given an ASCII name. In addition, the full descriptive name ("Start of Heading" instead of SOH) is available, although reverse translation of the descriptions isnt provided.
Some control characters have altername names. Character 0x13 is named DC3 ("Device Control 3"), but is probably better known by its alternate name of XOFF. These alternate names are also available through this modules functions.
Download (0.011MB)
Added: 2006-08-21 License: Perl Artistic License Price:
1159 downloads
Domain Name Portfolio 0.8.0
Domain Name Portfolio is a PHP and MySQL based application to help domain owners better organize their portfolio. more>>
Domain Name Portfolio is a PHP and MySQL based application to help domain owners better organize their portfolio.
It allows you to list your domains with their expiry, registrar, and a price.
Also allows visitors to your portfolio to contact you about a given domain.
Main features:
- Script features
Enhancements:
- This release brings support for MySQLi, along with minor bugfixes and several function improvements.
<<lessIt allows you to list your domains with their expiry, registrar, and a price.
Also allows visitors to your portfolio to contact you about a given domain.
Main features:
- Script features
Enhancements:
- This release brings support for MySQLi, along with minor bugfixes and several function improvements.
Download (0.15MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
822 downloads
Net::LDAPapi 3.0.0
Net::LDAPapi is a Perl5 Module Supporting LDAP API. more>>
Net::LDAPapi is a Perl5 Module Supporting LDAP API.
This module allows Perl programmers to access and manipulate an LDAP based Directory.
Versions beginning with 1.40 support both the original "C API" and new "Perl OO" style interface methods. With version 1.42, Ive added named arguments.
THE INTIAL CONNECTION
All connections to the LDAP server are started by creating a new "blessed object" in the Net::LDAPapi class. This can be done quite easily by the following type of statement.
$ld = new Net::LDAPapi($hostname);
Where $hostname is the name of your LDAP server. If you are not using the standard LDAP port (389), you will also need to supply the portnumber.
$ld = new Net::LDAPapi($hostname, 15555);
The new method can also be called with named arguments.
$ld = new Net::LDAPapi(-host=>$hostname, -port=>15389);
Instead of the above mentioned argumens -url can be used in the following form
$ld = new Net::LDAPapi(-url=>"ldap://host:port");
Setting -debug=>"TRUE" will enable more verbose error messages.
Note that with named arguments, the order of the arguments is insignificant.
<<lessThis module allows Perl programmers to access and manipulate an LDAP based Directory.
Versions beginning with 1.40 support both the original "C API" and new "Perl OO" style interface methods. With version 1.42, Ive added named arguments.
THE INTIAL CONNECTION
All connections to the LDAP server are started by creating a new "blessed object" in the Net::LDAPapi class. This can be done quite easily by the following type of statement.
$ld = new Net::LDAPapi($hostname);
Where $hostname is the name of your LDAP server. If you are not using the standard LDAP port (389), you will also need to supply the portnumber.
$ld = new Net::LDAPapi($hostname, 15555);
The new method can also be called with named arguments.
$ld = new Net::LDAPapi(-host=>$hostname, -port=>15389);
Instead of the above mentioned argumens -url can be used in the following form
$ld = new Net::LDAPapi(-url=>"ldap://host:port");
Setting -debug=>"TRUE" will enable more verbose error messages.
Note that with named arguments, the order of the arguments is insignificant.
Download (0.054MB)
Added: 2007-08-02 License: Perl Artistic License Price:
813 downloads
sync2cd 1.3
sync2cd is an incremental archiving tool. more>>
sync2cd is an incremental archiving tool. sync2cd project allows backing up complete filesystem hierarchies to multiple backup media (e.g. CD-R). Files are archived incrementally, i.e. only new or changed files are stored during an archive operation.
All entity types are supported: directories, files, symlinks, named pipes, sockets, block and character devices.
<<lessAll entity types are supported: directories, files, symlinks, named pipes, sockets, block and character devices.
Download (0.038MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
927 downloads
JBinHex 0.5
JBinHex is both a library and a command-line tool, written in Java, to decode files in the Apple Macintosh BinHex 4.0 format. more>>
JBinHex is both a library and a command-line tool, written in Java, to decode files in the Apple Macintosh BinHex 4.0 format.
It accepts the following command line parameters:
Either -u < url > or -f < file > to specify the source BinHexed file. If neither of those options is present, DeBinHex reads stdin.
-d to decode the data fork. It will be put in the file with the name that came from the BinHex header.
-df < filename > to decode the data fork to the named file instead of the name that came from the BinHex header.
-r to decode the resource fork. It will be put in the file with the name that came from the BinHex header, with the extension ".resource" appended to it.
-rf < filename > to decode the resource fork to the named file instead of the name that came from the BinHex header.
Both -d/-df options and -r/-rf may be present at the same time. If none of these options is present, DeBinHex will decode the data fork as if the -d options was specified.
-h to only show the header of the BinHex file on stdout. The decoding options are ignored.
<<lessIt accepts the following command line parameters:
Either -u < url > or -f < file > to specify the source BinHexed file. If neither of those options is present, DeBinHex reads stdin.
-d to decode the data fork. It will be put in the file with the name that came from the BinHex header.
-df < filename > to decode the data fork to the named file instead of the name that came from the BinHex header.
-r to decode the resource fork. It will be put in the file with the name that came from the BinHex header, with the extension ".resource" appended to it.
-rf < filename > to decode the resource fork to the named file instead of the name that came from the BinHex header.
Both -d/-df options and -r/-rf may be present at the same time. If none of these options is present, DeBinHex will decode the data fork as if the -d options was specified.
-h to only show the header of the BinHex file on stdout. The decoding options are ignored.
Download (0.035MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1164 downloads
Picard 0.7.1
Picard is the Next-Generation MusicBrainz Tagger. more>>
Picard is the Next-Generation MusicBrainz Tagger. The project code-named Picard is the next generation MusicBrainz tagging application.
This new tagging concept is Release oriented, as opposed to track oriented like the ClassicTagger was.
Picard is written in Python, which is a cross-platform language - this allows the same code to run both on Windows and on Linux.
<<lessThis new tagging concept is Release oriented, as opposed to track oriented like the ClassicTagger was.
Picard is written in Python, which is a cross-platform language - this allows the same code to run both on Windows and on Linux.
Download (0.032MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1114 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 named 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