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

Differential Diagnosis Lists software
Filter: All | Freeware | Demo
 

Differential Diagnosis Lists

< 1 2 3 4 5 
Added: June 19, 2010 | Visits: 901

PyGtk-fsacls pygtk-fsacls provides a graphical interface for managing the file system Access Control Lists (or ACLs) that provide fine-grained control over access to file system objects.. Platforms: *nix

License: Freeware Download (92): PyGtk-fsacls Download

Added: November 18, 2010 | Visits: 1.215

mboxstats mboxstats project creates several top-10 lists from a file containing message in mbox-format. List of top10 lists: - Top writes - Top receivers - Top subjects - Top ccers - Top top-level-domain - Top timezones - Top organisations - Top useragents (mailprograms) - Top... Platforms: *nix

License: Freeware Size: 20.48 KB Download (115): mboxstats Download

Added: July 16, 2010 | Visits: 1.159

blq blq is a Perl script that queries one or more lists, such as the MAPS RBL or MAPS DUL, to determine if a host is listed as a potential source of spam or email abuse. Some organizations, such as the MAPS RBL and MAPS DUL, publish lists that identify potential sources of spam and email abuse. The... Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): blq Download

Added: May 13, 2010 | Visits: 1.680

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <... Platforms: *nix

License: Freeware Size: 7.17 KB Download (159): List::Maker Download

Added: April 12, 2010 | Visits: 991

GenIP GenIP is a small utility, based on the NMap target specification code, for quickly and easily generating lists of IP addresses. Usage: genip [ -h ] [ -i filename ] [ < target-spec > ... ] genip -r < ipaddress > < ipaddress > Options: -h Display uage information. -i Read target... Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): GenIP Download

Added: May 21, 2010 | Visits: 979

Thesaurus Thesaurus is a Perl module that maintains lists of associated items. SYNOPSIS use Thesaurus; my $th = Thesaurus->new( -files => [ file1, file2 ], -ignore_case => 1 ); @words = $th->find(vegan); %words = $th->find( Faye ); foreach $word ( @{ $words{Faye} } ) { #something ... }... Platforms: *nix

License: Freeware Size: 16.38 KB Download (90): Thesaurus Download

Added: November 19, 2010 | Visits: 1.110

dragList DragList is a client side Drag and Drop Ordered Lists implementation. dragList library allows you to order a list of items using drag and drop. Upon pressing ENTER the new order is communicated back to the server. This is the code that sits behind the formVista < draglist > and < dragitem >... Platforms: *nix

License: Freeware Size: 26.62 KB Download (91): dragList Download

Added: November 25, 2010 | Visits: 948

RBLchk RBLchk is a simple utility that checks an IP address with the most useful and reliable RBLs (real-time blackhole lists). Install Under the root account: make make install By default, rblchk will be installed into /usr/bin directory. Usage: rblchk 127.0.0.2 Whats New in This Release:... Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): RBLchk Download

Added: January 27, 2010 | Visits: 491

hpanel hpanel is a small panel that lists your windows. Hpanel is hacked version of fspanel, a small panel that lists your windows and allows you to switch workspaces. It requires a window manager that is compliant with the NETWM specification. It works nicely with pekwm and aewm++, and handles... Platforms: *nix

License: Freeware Size: 18.43 KB Download (96): hpanel Download

Added: May 22, 2010 | Visits: 1.456

List::Compare List::Compare is a Perl module to compare elements of two or more lists. SYNOPSIS The bare essentials: @Llist = qw(abel abel baker camera delta edward fargo golfer); @Rlist = qw(baker camera delta delta edward fargo golfer hilton); $lc = List::Compare->new(@Llist, @Rlist);... Platforms: *nix

License: Freeware Size: 184.32 KB Download (100): List::Compare Download

Added: September 09, 2010 | Visits: 1.247

KFocus KFocus is a personal project management program with support for task lists and log books. Supports: - Categorizing tasks into projects - Viewing how much time you have left to complete a task - Creating logs of completed tasks - Scheduling followup tasks when a task is completed -... Platforms: *nix

License: Freeware Size: 184.32 KB Download (104): KFocus Download

Added: May 10, 2010 | Visits: 1.271

Mailman Mailman is software to help manage email discussion lists, much like Majordomo and Smartmail. Unlike most similar products, Mailman gives each mailing list a web page, and allows users to subscribe, unsubscribe, etc. over the web. Even the list manager can administer his or her list entirely... Platforms: *nix

License: Freeware Size: 6.5 MB Download (94): Mailman Download

Added: August 19, 2010 | Visits: 921

GTagger GTagger is a gtkmm ID3Tag editor which allows you to comfortably browse file lists, select a file and edit/convert its ID3Tag. Furthermore the programm suggests a filename you can accept in order to rename the file suitable to the tag. Some systems require unusual options for compilation or... Platforms: *nix

License: Freeware Size: 450.56 KB Download (94): GTagger Download

Added: September 11, 2010 | Visits: 784

InfoLister 0.9f for InfoLister is an extension that lists installed extensions and themes. The user comments section here is for extension reviews. To leave feedback or report a bug please send me an e-mail.. Platforms: *nix

License: Freeware Size: 72.7 KB Download (96): InfoLister 0.9f for Download

Added: May 18, 2010 | Visits: 852

AFS::ACL AFS::ACL is a Perl class to handle the AFS Access Control Lists. SYNOPSIS use AFS::ACL; my $acl = AFS::ACL->new({foobar => none}, {anyuser => write}); $acl->set(rjs => write); $acl->nset(opusl => write); $acl->remove(rjsnfs => write); $acl->clear; foreach my $user ($acl->get_users) {... Platforms: *nix

License: Freeware Size: 184.32 KB Download (109): AFS::ACL Download

Added: January 18, 2010 | Visits: 675

wbumount Wbumount is a tool that lists processes which are blocking the unmounting of a device. Wbumount has two goals: (1) Make a "statement" how i would deal with the "umount - device is busy"-problem on the free desktop. (2) To provide a small tool which makes life easier for people already using the... Platforms: *nix

License: Freeware Size: 76.8 KB Download (91): wbumount Download

Added: November 13, 2010 | Visits: 1.287

Blue Smiley Organizer Blue Smiley Organizer is Web-based script to manage your bookmarks, diary, reminders, to-do lists, contacts, knowledge, and images in a multi-user environment. Blue Smiley Organizer also includes its own live support help system, blogs, themes, and a discussion forum.. Open Source Organizer for... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 522.24 KB Download (96): Blue Smiley Organizer Download

Added: July 25, 2010 | Visits: 1.383

importOpmlAsPodcast script importOpmlAsPodcast script imports OPML lists with urls to podcasts, which are exported by many podcast portals and podcatchers, easily into amaroK (Vers. 1.3.3 up). The script first opens a "file open dialog" with which you can choose a OPML (XML) file locally from your computer or from a... Platforms: *nix

License: Freeware Size: 2.05 KB Download (106): importOpmlAsPodcast script Download

Added: February 03, 2010 | Visits: 850

Algorithm::SkipList Algorithm::SkipList is a Perl implementation of skip lists. SYNOPSIS my $list = new Algorithm::SkipList(); $list->insert( key1, value ); $list->insert( key2, another value ); $value = $list->find(key2); $list->delete(key1); This is an implementation of skip lists in Perl. Skip... Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): Algorithm::SkipList Download

Added: August 21, 2010 | Visits: 972

iKog iKog is a very simple utility designed to make the management of your to-do lists quick and easy. The emphasis is on speed and portability. The program is a text-only utility with no graphical user-interface but it does include some features specifically designed to help with techniques such as... Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): iKog Download

< 1 2 3 4 5