do
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3788
domadi 0.2
domadi [DO MAilDIr] is a daemon that monitors the contents of mail folders stored in maildir format. more>>
domadi [DO MAilDIr] is a daemon that monitors the contents of mail folders stored in maildir format.
When changes are seen, actions can be taken. It can be used together with an IMAP server to automatically learn email that is moved into a junk folder as spam.
<<lessWhen changes are seen, actions can be taken. It can be used together with an IMAP server to automatically learn email that is moved into a junk folder as spam.
Download (0.019MB)
Added: 2007-04-23 License: GPL (GNU General Public License) Price:
915 downloads
PHP 2 Do 0.1.0
PHP 2 Do project is a simple, straightforward todo list. more>>
PHP 2 Do project is a simple, straightforward todo list.
PHP 2 Do is a simple todo list with categories, date entered, and date due.
The PHP 2 Do coding project is a simple easy to use To Do list that uses PHP and MySQL. I created this simply to keep track of the various tasks I needed to work on.
Main features:
- Add to the list with the following information:
- Listing Name
- User
- Due Date
- Category
- Discription
- View listings for one or multiple users
- Delete from the list
- Mark an entry as "Done"
- Modify a listing
- Add an entry for a specific user
- Create and asign a category for a particular listing
- View all listings marked as "Done"
- Delete entries marked as "Done"
<<lessPHP 2 Do is a simple todo list with categories, date entered, and date due.
The PHP 2 Do coding project is a simple easy to use To Do list that uses PHP and MySQL. I created this simply to keep track of the various tasks I needed to work on.
Main features:
- Add to the list with the following information:
- Listing Name
- User
- Due Date
- Category
- Discription
- View listings for one or multiple users
- Delete from the list
- Mark an entry as "Done"
- Modify a listing
- Add an entry for a specific user
- Create and asign a category for a particular listing
- View all listings marked as "Done"
- Delete entries marked as "Done"
Download (0.008MB)
Added: 2007-01-25 License: Freeware Price:
1003 downloads
PDF Download 0.8.1
PDF Download is an extension which allows you to choose what to do with a PDF file on a website. more>>
PDF Download is an extension which allows you to choose what to do with a PDF file on a website.
Allows to choose if you want to view a PDF file inside the browser (as PDF or HTML), if you want to view it outside Firefox with your default or custom PDF reader, or if you want to download it!
<<lessAllows to choose if you want to view a PDF file inside the browser (as PDF or HTML), if you want to view it outside Firefox with your default or custom PDF reader, or if you want to download it!
Download (0.12MB)
Added: 2007-06-04 License: MPL (Mozilla Public License) Price:
879 downloads
XAO::DO::FS::Config 1.06
XAO::DO::FS::Config is an embeddable configuration object for XAO::FS. more>>
XAO::DO::FS::Config is an embeddable configuration object for XAO::FS.
SYNOPSIS
use XAO::Projects;
use XAO::Objects;
my $config=XAO::Objects->new(objname => Config,
sitename => test);
XAO::Projects::create_project(name => test,
object => $config,
set_current => 1);
my $fsconfig=XAO::Objects->new(objname => FS::Config,
odb_args => {
dsn => OS:MySQL_DBI:test_os
user => test,
password => TeSt,
});
$config->embed(fs => $fsconfig);
my $odb=$config->odb();
The XAO::DO::FS::Config is normally used in larger projects configurations that are persistent in memory. See XAO::DO::Config for more information on how embeddable configuration objects work.
METHODS
cleanup ()
Calls reset() method on the odb to clean up the handler and prepare it for the next session.
disable_special_access ()
Disables use of odb() method to set a new value (this is the default state).
embeddable_methods ()
Used internally by global Config object, returns an array with embeddable method names. Currently there is only one embeddable method -- odb().
enable_special_access ()
Enables use of odb() method to set a new value. Normally you do not need this method.
Example:
$config->enable_special_access();
$config->odb($odb);
$config->disable_special_access();
new ($$)
Creates a new empty configuration object. If odb_args is given then it will connect to a database using these arguments.
Example:
my $fsconfig=XAO::Objects->new(objname => FS::Config,
odb_args => {
dsn => OS:MySQL_DBI:test_os
user => test,
password => TeSt,
});
odb (;$)
Returns current database handler. If called with an argument and speciall access is enabled then replaces database handler.
<<lessSYNOPSIS
use XAO::Projects;
use XAO::Objects;
my $config=XAO::Objects->new(objname => Config,
sitename => test);
XAO::Projects::create_project(name => test,
object => $config,
set_current => 1);
my $fsconfig=XAO::Objects->new(objname => FS::Config,
odb_args => {
dsn => OS:MySQL_DBI:test_os
user => test,
password => TeSt,
});
$config->embed(fs => $fsconfig);
my $odb=$config->odb();
The XAO::DO::FS::Config is normally used in larger projects configurations that are persistent in memory. See XAO::DO::Config for more information on how embeddable configuration objects work.
METHODS
cleanup ()
Calls reset() method on the odb to clean up the handler and prepare it for the next session.
disable_special_access ()
Disables use of odb() method to set a new value (this is the default state).
embeddable_methods ()
Used internally by global Config object, returns an array with embeddable method names. Currently there is only one embeddable method -- odb().
enable_special_access ()
Enables use of odb() method to set a new value. Normally you do not need this method.
Example:
$config->enable_special_access();
$config->odb($odb);
$config->disable_special_access();
new ($$)
Creates a new empty configuration object. If odb_args is given then it will connect to a database using these arguments.
Example:
my $fsconfig=XAO::Objects->new(objname => FS::Config,
odb_args => {
dsn => OS:MySQL_DBI:test_os
user => test,
password => TeSt,
});
odb (;$)
Returns current database handler. If called with an argument and speciall access is enabled then replaces database handler.
Download (0.096MB)
Added: 2007-08-01 License: Perl Artistic License Price:
814 downloads
Do178Builder 20060709
Do178Builder is a documentation tool used throughout the software/hardware development effort. more>>
Do178Builder project is a documentation tool used throughout the software/hardware development effort, helping to produce the DO-178B/254 documentation much less painfully.
A major obstacle to creating airborne products, for smaller developers, is the necessity to qualify the software per RTCA/DO-178B, or hardware per RTCA/DO-254. Without this qualification, airborne products cannot be deployed.
Enhancements:
- DO-254 support was added.
- The editor font size is adjustable.
- Multiple-developer database-locking is possible.
- Many project-template and stylesheet improvements were made.
- Change-tracking support was added.
- Document-navigation aids were added, such as searching and moving just within a specific document type.
- Arbitrary DocBook features are supported.
- Wizards were added for inserting tables, lists, and graphics.
- Documents can be pruned to an assurance level.
- Test case support was added for high-level requirements.
- External traceability support was added.
- Bugs were fixed.
- A DO-254 sample project was started.
<<lessA major obstacle to creating airborne products, for smaller developers, is the necessity to qualify the software per RTCA/DO-178B, or hardware per RTCA/DO-254. Without this qualification, airborne products cannot be deployed.
Enhancements:
- DO-254 support was added.
- The editor font size is adjustable.
- Multiple-developer database-locking is possible.
- Many project-template and stylesheet improvements were made.
- Change-tracking support was added.
- Document-navigation aids were added, such as searching and moving just within a specific document type.
- Arbitrary DocBook features are supported.
- Wizards were added for inserting tables, lists, and graphics.
- Documents can be pruned to an assurance level.
- Test case support was added for high-level requirements.
- External traceability support was added.
- Bugs were fixed.
- A DO-254 sample project was started.
Download (0.22MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1201 downloads
XAO::DO::Web::MenuBuilder 1.07
XAO::DO::Web::MenuBuilder is a Perl module for building all sorts of menus. more>>
XAO::DO::Web::MenuBuilder is a Perl module for building all sorts of menus.
SYNOPSIS
< %MenuBuilder
base="/bits/top-menu"
item.0="statistic"
item.1="config"
item.1.grayed
item.2="password"
item.2.grayed
active="statistic"
% >
< %MenuBuilder
base="/bits/top-menu"
item.0="statistic"
item.1="config"
item.2="password"
grayed="config,password"
active="statistic"
% >
Assumes the following file structure at the `base:
header - static menu header (optional)
footer - static menu footer (optional)
separator - static menu items separator
item-NAME-normal - normal item text
item-NAME-grayed - grayed item text
item-NAME-active - currently opened page
If "grayed" argument is "*" then all menu items are displayed in "grayed" mode.
<<lessSYNOPSIS
< %MenuBuilder
base="/bits/top-menu"
item.0="statistic"
item.1="config"
item.1.grayed
item.2="password"
item.2.grayed
active="statistic"
% >
< %MenuBuilder
base="/bits/top-menu"
item.0="statistic"
item.1="config"
item.2="password"
grayed="config,password"
active="statistic"
% >
Assumes the following file structure at the `base:
header - static menu header (optional)
footer - static menu footer (optional)
separator - static menu items separator
item-NAME-normal - normal item text
item-NAME-grayed - grayed item text
item-NAME-active - currently opened page
If "grayed" argument is "*" then all menu items are displayed in "grayed" mode.
Download (0.011MB)
Added: 2006-09-05 License: Perl Artistic License Price:
1144 downloads
Taekwon-Do Theory Assistant 1.2.1
Taekwon-Do Theory Assistant tests you on your Taekwon-Do theory in preparation for your gradings. more>>
Taekwon-Do Theory Assistant tests you on your Taekwon-Do theory in preparation for your gradings.
Taekwon-Do Theory Assistant fires questions at you and you keep going until you get them all right. Taekwon-Do Theory Assistant includes exercises that go up to First Degree Black Belt level.
This program was designed with the GTI (Global Taekwon-Do International) school of Taekwon-Do in mind, which is based on the ITF (International Taekwondo Federation) system, and uses the terminology and refers to the moves and patterns of this system.
Enhancements:
- References to GTI have been removed to give the application more generel appeal.
- The help file URL has also been updated to point to taekwondotheory.co.uk.
<<lessTaekwon-Do Theory Assistant fires questions at you and you keep going until you get them all right. Taekwon-Do Theory Assistant includes exercises that go up to First Degree Black Belt level.
This program was designed with the GTI (Global Taekwon-Do International) school of Taekwon-Do in mind, which is based on the ITF (International Taekwondo Federation) system, and uses the terminology and refers to the moves and patterns of this system.
Enhancements:
- References to GTI have been removed to give the application more generel appeal.
- The help file URL has also been updated to point to taekwondotheory.co.uk.
Download (0.097MB)
Added: 2007-02-04 License: GPL (GNU General Public License) Price:
1018 downloads
Pay day Cash Loan 1.0
Pay day Cash Loan toolbar for IE with useful gadgets including a quick launch To-do List, Daily Calorie Counter, Email Notifier, Weather and News Tick... more>> <<less
Download (1101KB)
Added: 2009-04-11 License: Freeware Price: Free
196 downloads
Gorgon 0.1
Gorgon project is lightweight abd simple feed aggregator. more>>
Gorgon project is lightweight abd simple feed aggregator.
For now only supported feed type is RSS (Really Simple Syndication), versions 0.9x and 2.0. Atom and RDF are planned in next release.
The main philosophy behind is to do job the best it can do. This means that there is no built-in web browser, various file types downloader etc. Why? Because we have tools that do this, and do it very well (Navigator, Firefox, wget, etc.).
Current status of develpment is: "initial"; which means, ahem, You know, bugs, crashes, playing Morbid Angel in your sound set...
Until I place some sort of tool for bugs reporting, please mail me for above behaviours.
<<lessFor now only supported feed type is RSS (Really Simple Syndication), versions 0.9x and 2.0. Atom and RDF are planned in next release.
The main philosophy behind is to do job the best it can do. This means that there is no built-in web browser, various file types downloader etc. Why? Because we have tools that do this, and do it very well (Navigator, Firefox, wget, etc.).
Current status of develpment is: "initial"; which means, ahem, You know, bugs, crashes, playing Morbid Angel in your sound set...
Until I place some sort of tool for bugs reporting, please mail me for above behaviours.
Download (0.17MB)
Added: 2006-01-19 License: GPL (GNU General Public License) Price:
1374 downloads
PCJBot 0.5
PCJBot is a jabber bot written in Perl with PCJ. more>>
PCJBot is a jabber bot written in PCJ. It can do various things on a jabber multi-user chat (MUC) channel. PCJ means for POE::Component::Jabber, the bot uses this POE perl module to connect to a jabber server and a chat room.
Plugins include:
Bloglines
Cron
DNS lookups
Fortunes
Math
Spelling
Seen" nick
Spellcheck
URL repository
Weather lookup
<<lessPlugins include:
Bloglines
Cron
DNS lookups
Fortunes
Math
Spelling
Seen" nick
Spellcheck
URL repository
Weather lookup
Download (0.017MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1227 downloads
Audio::AMR::Decode 0.01
Audio::AMR::Decode is a Perl extension do decode .amr files. more>>
Audio::AMR::Decode is a Perl extension do decode .amr files.
SYNOPSIS
use Audio::AMR::Decode;
Audio::AMR::Decode::amr2raw(infile.amr, outfile.pcm);
This module will attempt to decode an amr encoded audio file to a raw pcm audio encoded file.
The package contains C-source files for the optimized fixed-point speech decoder. The optimized fixed-point speech decoder is bit-exact with 3GPP TS 26.073 fixed-point speech decoder version 4.1.0.
<<lessSYNOPSIS
use Audio::AMR::Decode;
Audio::AMR::Decode::amr2raw(infile.amr, outfile.pcm);
This module will attempt to decode an amr encoded audio file to a raw pcm audio encoded file.
The package contains C-source files for the optimized fixed-point speech decoder. The optimized fixed-point speech decoder is bit-exact with 3GPP TS 26.073 fixed-point speech decoder version 4.1.0.
Download (0.13MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1229 downloads
runsuid 1.5
runsuid runs a script with another user-id/group-id, when the user has the right to do so according to the configuration file. more>>
runsuid runs a script with another user-id/group-id, when the user has the right to do so according to the configuration file.
If used in the right combination with access restrictions this can ease the life of system administrators. Additionally, it can be used for running CGI-scripts as different fixed users.
Enhancements:
- A stupid options parsing bug and a memory leak (with no security implications) were fixed.
- Spelling corrections were made.
<<lessIf used in the right combination with access restrictions this can ease the life of system administrators. Additionally, it can be used for running CGI-scripts as different fixed users.
Enhancements:
- A stupid options parsing bug and a memory leak (with no security implications) were fixed.
- Spelling corrections were made.
Download (0.020MB)
Added: 2007-01-24 License: GPL (GNU General Public License) Price:
1003 downloads
nuoveXT 1.6
nuoveXT provides an icon theme for GNOME and KDE. more>>
nuoveXT provides an icon theme for GNOME and KDE.
This is my first attempt of creating an icon theme. There is still a lots to do, but I thought I could share what Ive done so far. Made entirely with Inkscape.
Enhancements:
- Switched back to GPL ;-)
- New amarok, kmail icons
- Added some missing icons in apps
- Firefox 1.5 theme
<<lessThis is my first attempt of creating an icon theme. There is still a lots to do, but I thought I could share what Ive done so far. Made entirely with Inkscape.
Enhancements:
- Switched back to GPL ;-)
- New amarok, kmail icons
- Added some missing icons in apps
- Firefox 1.5 theme
Download (13.1MB)
Added: 2007-02-08 License: GPL (GNU General Public License) Price:
607 downloads
pingmon 2.2
pingmon is a small PING monitor, it just pings a server 5 times and displays the results. more>>
pingmon is a small PING monitor, it just pings a server 5 times and displays the results.
Dont really know how usefull it will be to anyone, but here it is!
Change the .theme file to change the labels and the servers... ill try to do some sort of "click to change" thing later.
<<lessDont really know how usefull it will be to anyone, but here it is!
Change the .theme file to change the labels and the servers... ill try to do some sort of "click to change" thing later.
Download (0.003MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
891 downloads
EMWave2D 0.3
EMWave2D project is a 2D electromagnetic wave simulation program. more>>
EMWave2D project is a 2D electromagnetic wave simulation program. It solves Maxwells equation using Finite Difference Time Domain (FDTD) method.
It is very simple program to use and to modify. It can do many different simulations such as scattering, diffraction, and refraction.
<<lessIt is very simple program to use and to modify. It can do many different simulations such as scattering, diffraction, and refraction.
Download (0.11MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
1006 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 do 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