parent
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 263
GanttPV 0.7
GanttPV is a project scheduling software. more>>
GanttPV is a project scheduling software.
Create project schedules. Plan task assignments. Create follow up lists. Display gantt charts. Manage work loads.
Define project tasks, task durations, dependencies, start dates, holidays, and normal work hours. Calculate task end dates and float. Reuse template projects. Define parent and child tasks. Mix daily, weekly, and monthly time scales in the same report. Color code resources.
Monitor the teams productivity, schedule performance, and out-of-pocket expenses.
Plan multiple projects. Share resources. Prioritize follow up items across projects.
Print attractive reports. Export web pages. Define keyboard short cuts. Write scripts in Python. Create task network diagrams. Share data via GanttPV Server.
<<lessCreate project schedules. Plan task assignments. Create follow up lists. Display gantt charts. Manage work loads.
Define project tasks, task durations, dependencies, start dates, holidays, and normal work hours. Calculate task end dates and float. Reuse template projects. Define parent and child tasks. Mix daily, weekly, and monthly time scales in the same report. Color code resources.
Monitor the teams productivity, schedule performance, and out-of-pocket expenses.
Plan multiple projects. Share resources. Prioritize follow up items across projects.
Print attractive reports. Export web pages. Define keyboard short cuts. Write scripts in Python. Create task network diagrams. Share data via GanttPV Server.
Download (0.19MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1079 downloads
Bio::Biblio::Patent 1.4
Bio::Biblio::Patent is a representation of a patent. more>>
Bio::Biblio::Patent is a representation of a patent.
SYNOPSIS
$obj = new Bio::Biblio::Patent (-doc_number => 1-2-3-4-5);
#--- OR ---
$obj = new Bio::Biblio::Patent;
$obj->doc_number (1-2-3-4-5);
A storage object for a patent. See its place in the class hierarchy in
http://industry.ebi.ac.uk/openBQS/images/bibobjects_perl.gif
Attributes
The following attributes are specific to this class (however, you can also set and get all attributes defined in the parent classes):
doc_number
doc_office
doc_type
applicants type: array ref of Bio::Biblio::Providers
<<lessSYNOPSIS
$obj = new Bio::Biblio::Patent (-doc_number => 1-2-3-4-5);
#--- OR ---
$obj = new Bio::Biblio::Patent;
$obj->doc_number (1-2-3-4-5);
A storage object for a patent. See its place in the class hierarchy in
http://industry.ebi.ac.uk/openBQS/images/bibobjects_perl.gif
Attributes
The following attributes are specific to this class (however, you can also set and get all attributes defined in the parent classes):
doc_number
doc_office
doc_type
applicants type: array ref of Bio::Biblio::Providers
Download (4.7MB)
Added: 2006-10-11 License: Perl Artistic License Price:
1109 downloads
MP3::Tag::LastResort 0.9708
MP3::Tag::LastResort is a Perl module for using other fields to fill autoinfo fields. more>>
MP3::Tag::LastResort is a Perl module for using other fields to fill autoinfo fields.
SYNOPSIS
my $mp3extra = MP3::Tag::LastResort::new_with_parent($filename, $parent);
$comment = $mp3inf->comment();
see MP3::Tag
MP3::Tag::LastResort is designed to be called from the MP3::Tag module.
It uses the artist_collection() as comment() if comment() is not otherwise defined.
<<lessSYNOPSIS
my $mp3extra = MP3::Tag::LastResort::new_with_parent($filename, $parent);
$comment = $mp3inf->comment();
see MP3::Tag
MP3::Tag::LastResort is designed to be called from the MP3::Tag module.
It uses the artist_collection() as comment() if comment() is not otherwise defined.
Download (0.17MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1080 downloads
Loadmeter 1.20
Loadmeter project is a Linux/Solaris system resource monitor that uses very little memory, and is written using raw Xlib. more>>
Loadmeter project is a Linux/Solaris system resource monitor that uses very little memory, and is written using raw Xlib.
It monitors:
- Load average
- Uptime
- Disk usage
- Memory usage
In its normal state it displays a window with a coloured bar graph showing the load average for the past minute. This is also shown in digits at the top of the window. both are updated every second. A red notch marks the maximum load since it was started, and can be reset by pressing button2 or hidden with button3. The blue notch shows the 5 minute load average.
By clicking with button1, a pop-up window appears showing the uptime, the capacity of each filesystem, and memory/swap usage. More detailed info on each filesystem is available by highlighting the corresponding one. The way this window pops down is intentional, just to make it interesting.
Any filesystems with higher usage than specified by the -warn option (default 90%) are shown with a (default)green background. The -disk option can also be used as an instant warn feature.
Press Escape in the top level window to exit.
Loadmeter also has the ability to override window managers. Giving the option -override causes the top-level window to have the override_redirect bit set. This is useful for window managers that insist upon decorating standard clients (eg Enlightenment, at least up to DR0.9). If youve given this option, then you can still resize and move the window. During moving and resizing, the cursor displays the geometry.
Ctrl-button1 lowers the window.
Ctrl-button2 raises and moves the window.
Ctrl-button3 raises and resizes the window.
A SIGUSR1 sent to the process will also raise the top level window.
There is also a -parent switch, which can be used to specify another window (in decimal or hex form) to use as the parent for the toplevel one (default is the root). This is useful for banking several together inside another window for easy positioning, etc. The lower function doesnt work if -parent is specified. Also note that you cant use both -override and -parent at the same time.
Command-line options:
-disp < display> Specify which X server to connect to
-geom < +x+y> Specify position on the screen
-sync Call sync() when checking disk usage
-numfont < font> Use for the load digits
-labelfont < font> Use for the hostname label
-popupfont < font> Use for the cursor and popup window
-popupbg < colour> Use for the popup background
-popupfg < colour> Use for the foreground of the popup
-warnbg < colour> Use for the high disk usage warning colour
-meter < colour> Use for the disk usage meter bar
-warn < pct> Min percent capacity reqd to highlight a filesystem
-label < label> Bargraph label to use instead of the hostname
-name < name> Name of the app to present to the WM
-bh < blockheight> Height of individual bargraph blocks (in pixels)
-override Always override window manager
-parent < window> Use as the parent for the toplevel window
-noshrink Dont do fancy popup window shrinking
-disk Show a warning when disk usage exceeds -warn value
-nogeom Disables displaying the window geometry in the cursor whilst moving/resizing the main window.
<<lessIt monitors:
- Load average
- Uptime
- Disk usage
- Memory usage
In its normal state it displays a window with a coloured bar graph showing the load average for the past minute. This is also shown in digits at the top of the window. both are updated every second. A red notch marks the maximum load since it was started, and can be reset by pressing button2 or hidden with button3. The blue notch shows the 5 minute load average.
By clicking with button1, a pop-up window appears showing the uptime, the capacity of each filesystem, and memory/swap usage. More detailed info on each filesystem is available by highlighting the corresponding one. The way this window pops down is intentional, just to make it interesting.
Any filesystems with higher usage than specified by the -warn option (default 90%) are shown with a (default)green background. The -disk option can also be used as an instant warn feature.
Press Escape in the top level window to exit.
Loadmeter also has the ability to override window managers. Giving the option -override causes the top-level window to have the override_redirect bit set. This is useful for window managers that insist upon decorating standard clients (eg Enlightenment, at least up to DR0.9). If youve given this option, then you can still resize and move the window. During moving and resizing, the cursor displays the geometry.
Ctrl-button1 lowers the window.
Ctrl-button2 raises and moves the window.
Ctrl-button3 raises and resizes the window.
A SIGUSR1 sent to the process will also raise the top level window.
There is also a -parent switch, which can be used to specify another window (in decimal or hex form) to use as the parent for the toplevel one (default is the root). This is useful for banking several together inside another window for easy positioning, etc. The lower function doesnt work if -parent is specified. Also note that you cant use both -override and -parent at the same time.
Command-line options:
-disp < display> Specify which X server to connect to
-geom < +x+y> Specify position on the screen
-sync Call sync() when checking disk usage
-numfont < font> Use for the load digits
-labelfont < font> Use for the hostname label
-popupfont < font> Use for the cursor and popup window
-popupbg < colour> Use for the popup background
-popupfg < colour> Use for the foreground of the popup
-warnbg < colour> Use for the high disk usage warning colour
-meter < colour> Use for the disk usage meter bar
-warn < pct> Min percent capacity reqd to highlight a filesystem
-label < label> Bargraph label to use instead of the hostname
-name < name> Name of the app to present to the WM
-bh < blockheight> Height of individual bargraph blocks (in pixels)
-override Always override window manager
-parent < window> Use as the parent for the toplevel window
-noshrink Dont do fancy popup window shrinking
-disk Show a warning when disk usage exceeds -warn value
-nogeom Disables displaying the window geometry in the cursor whilst moving/resizing the main window.
Download (0.027MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
835 downloads
PSCafe POS 1.1.1
PSCafe is a POS (Point of Sale) system for school cafeterias. more>>
PSCafe is a POS (Point of Sale) system for school cafeterias. It integrates with SIS systems like PowerSchool (which replaces Powerlunch) and the Pentamation Student Information System.
It takes into account free and reduced lunches and student credit. PSCafe POS has a Parent Access Portal that allows parents to view what their child is eating and its nutritional content. It also has a management portal that allows for item management, reporting, etc.
<<lessIt takes into account free and reduced lunches and student credit. PSCafe POS has a Parent Access Portal that allows parents to view what their child is eating and its nutritional content. It also has a management portal that allows for item management, reporting, etc.
Download (3.2MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
807 downloads
KarambaLocate 2.0
KarambaLocate is a SuperKaramba widget, a sort of GUI for shell command locate. more>>
KarambaLocate is a SuperKaramba widget, a sort of GUI for shell command locate.
Main features:
- it is possible resize the widget by clicking find icon
- for searching, write your query and run locate with return key
- it is possible scroll list of results with mouse scroll or by clicking on arrow images
- by clicking on a item (path of file or directory) of list, it is possible open html,pdf,png,jpeg,txt,dat,py using konqueror,kpdf,kuickshow,kwrite programs, in other cases parent directory will be opened with konqueror
- it designed to stay on the left side of desktop, better in the top-left corner.
<<lessMain features:
- it is possible resize the widget by clicking find icon
- for searching, write your query and run locate with return key
- it is possible scroll list of results with mouse scroll or by clicking on arrow images
- by clicking on a item (path of file or directory) of list, it is possible open html,pdf,png,jpeg,txt,dat,py using konqueror,kpdf,kuickshow,kwrite programs, in other cases parent directory will be opened with konqueror
- it designed to stay on the left side of desktop, better in the top-left corner.
Download (0.011MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
933 downloads
HTTP Anti Virus Proxy 0.86
HTTP Anti Virus Proxy is a proxy with a ClamAV anti-virus scanner. more>>
HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. HTTP Anti Virus Proxy aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic.
Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid or standalone.
Main features:
- HTTP Antivirus proxy
- Scans complete incomming traffic
- Nonblocking downloads
- Smooth scanning of dynamic and password protected traffic
- Can used with squid or other proxy
- Parent proxy support
- Transparent proxy support
- Logfile
- Process change to defined user and group
- Daemon
- Use Clamav (GPL antivirus)
- Operating System: Linux
- Written in C++
- Released under GPL
Enhancements:
- Experimental support was added for chunked Transfer-Encoding, which fixes some broken sites.
- The IGNOREVIRUS configuration directive was added for whitelisting virus names.
- The CLAMBLOCKBROKEN configuration directive was added.
- Detection with AVG was improved.
- HAVP is killed if database reloading fails for Library Scanner.
- The URL is logged when a crashed scanner process is detected.
- The build system updated, adding the --prefix, --sbindir, --sysconfdir, and --localstatedir options.
<<lessHavp antivirus proxy has a parent and transparent proxy mode. It can be used with squid or standalone.
Main features:
- HTTP Antivirus proxy
- Scans complete incomming traffic
- Nonblocking downloads
- Smooth scanning of dynamic and password protected traffic
- Can used with squid or other proxy
- Parent proxy support
- Transparent proxy support
- Logfile
- Process change to defined user and group
- Daemon
- Use Clamav (GPL antivirus)
- Operating System: Linux
- Written in C++
- Released under GPL
Enhancements:
- Experimental support was added for chunked Transfer-Encoding, which fixes some broken sites.
- The IGNOREVIRUS configuration directive was added for whitelisting virus names.
- The CLAMBLOCKBROKEN configuration directive was added.
- Detection with AVG was improved.
- HAVP is killed if database reloading fails for Library Scanner.
- The URL is logged when a crashed scanner process is detected.
- The build system updated, adding the --prefix, --sbindir, --sysconfdir, and --localstatedir options.
Download (0.53MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
932 downloads
Progress Report Manager 2.1
Progress Report Manager project is a system for entering and sending school progress reports for teachers and parents. more>>
Progress Report Manager project is a system for entering and sending school progress reports for teachers and parents.
The Progress Report Manager was built to alleviate problems experienced with traditional school progress reports.
Administrators create progress reports that are automatically sent via email.
Every week, teachers receive a message in their inbox reminding them that a new progress report has been created.
The teacher completes the progress reports online using a Web browser.
At the end of the week, the administrators click a button which sends email messages to every parent whose child received a report.
The parents can look at their students progress online and reply to teacher comments using response features.
Enhancements:
- inactivate students fixed
- help files fixed / modified / written
- report views fixed
- log files can be flushed
- semesters fixed
<<lessThe Progress Report Manager was built to alleviate problems experienced with traditional school progress reports.
Administrators create progress reports that are automatically sent via email.
Every week, teachers receive a message in their inbox reminding them that a new progress report has been created.
The teacher completes the progress reports online using a Web browser.
At the end of the week, the administrators click a button which sends email messages to every parent whose child received a report.
The parents can look at their students progress online and reply to teacher comments using response features.
Enhancements:
- inactivate students fixed
- help files fixed / modified / written
- report views fixed
- log files can be flushed
- semesters fixed
Download (0.22MB)
Added: 2006-10-28 License: GPL (GNU General Public License) Price:
1098 downloads
Path::Abstract 0.06
Path::Abstract is a fast and featurefull class for UNIX-style path manipulation. more>>
Path::Abstract is a fast and featurefull class for UNIX-style path manipulation.
SYNOPSIS
use Path::Abstract;
my $path = Path::Abstract->new("/apple/banana");
# $parent is "/apple"
my $parent = $path->parent;
# $cherry is "/apple/banana/cherry.txt"
my $cherry = $path->child("cherry.txt");
Path::Abstract->new( < path> )
Path::Abstract->new( < part>, [ < part>, ..., < part> ] )
Create a new Path::Abstract object using < path> or by joining each < part> with "/"
Returns the new Path::Abstract object
Path::Abstract::path( < path> )
Path::Abstract::path( < part>, [ < part>, ..., < part> ] )
Create a new Path::Abstract object using < path> or by joining each < part> with "/"
Returns the new Path::Abstract object
$path->clone
Returns an exact copy of $path
$path->set( < path> )
$path->set( < part>, [ < part>, ..., < part> ] )
Set the path of $path to < path> or the concatenation of each < part> (separated by "/")
Returns $path
$path->is_nil
$path->is_empty
Returns true if $path is equal to ""
$path->is_root
Returns true if $path is equal to "/"
$path->is_tree
Returns true if $path begins with "/"
path("/a/b")->is_tree # Returns true
path("c/d")->is_tree # Returns false
$path->is_branch
Returns true if $path does NOT begin with a "/"
path("c/d")->is_branch # Returns true
path("/a/b")->is_branch # Returns false
$path->to_tree
Change $path by prefixing a "/" if it doesnt have one already
Returns $path
$path->to_branch
Change $path by removing a leading "/" if it has one
Returns $path
$path->list
$path->split
Returns the path in list form by splitting at each "/"
path("c/d")->list # Returns ("c", "d")
path("/a/b/")->last # Returns ("a", "b")
$path->first
Returns the first part of $path up to the first "/" (but not including the leading slash, if any)
path("c/d")->first # Returns "c"
path("/a/b")->first # Returns "a"
$path->last
Returns the last part of $path up to the last "/"
path("c/d")->last # Returns "d"
path("/a/b/")->last # Returns "b"
path
$path->get
$path->stringify
Returns the path in string or scalar form
path("c/d")->list # Returns "c/d"
path("/a/b/")->last # Returns "/a/b"
$path->push( < part>, [ < part>, ..., < part> ] )
$path->down( < part>, [ < part>, ..., < part> ] )
Modify $path by appending each < part> to the end of $path, separated by "/"
Returns $path
$path->child( < part>, [ < part>, ..., < part> ] )
Make a copy of $path and push each < part> to the end of the new path.
Returns the new child path
$path->pop( < count> )
Modify $path by removing < count> parts from the end of $path
Returns the removed path as a Path::Abstract object
$path->up( < count> )
Modify $path by removing < count> parts from the end of $path
Returns $path
$path->parent( < count> )
Make a copy of $path and pop < count> parts from the end of the new path
Returns the new parent path
$path->file
$path->file( < part>, [ < part>, ..., < part> ] )
Create a new Path::Class::File object using $path as a base, and optionally extending it by each < part>
Returns the new file object
$path->dir
$path->dir( < part>, [ < part>, ..., < part> ] )
Create a new Path::Class::Dir object using $path as a base, and optionally extending it by each < part>
Returns the new dir object
<<lessSYNOPSIS
use Path::Abstract;
my $path = Path::Abstract->new("/apple/banana");
# $parent is "/apple"
my $parent = $path->parent;
# $cherry is "/apple/banana/cherry.txt"
my $cherry = $path->child("cherry.txt");
Path::Abstract->new( < path> )
Path::Abstract->new( < part>, [ < part>, ..., < part> ] )
Create a new Path::Abstract object using < path> or by joining each < part> with "/"
Returns the new Path::Abstract object
Path::Abstract::path( < path> )
Path::Abstract::path( < part>, [ < part>, ..., < part> ] )
Create a new Path::Abstract object using < path> or by joining each < part> with "/"
Returns the new Path::Abstract object
$path->clone
Returns an exact copy of $path
$path->set( < path> )
$path->set( < part>, [ < part>, ..., < part> ] )
Set the path of $path to < path> or the concatenation of each < part> (separated by "/")
Returns $path
$path->is_nil
$path->is_empty
Returns true if $path is equal to ""
$path->is_root
Returns true if $path is equal to "/"
$path->is_tree
Returns true if $path begins with "/"
path("/a/b")->is_tree # Returns true
path("c/d")->is_tree # Returns false
$path->is_branch
Returns true if $path does NOT begin with a "/"
path("c/d")->is_branch # Returns true
path("/a/b")->is_branch # Returns false
$path->to_tree
Change $path by prefixing a "/" if it doesnt have one already
Returns $path
$path->to_branch
Change $path by removing a leading "/" if it has one
Returns $path
$path->list
$path->split
Returns the path in list form by splitting at each "/"
path("c/d")->list # Returns ("c", "d")
path("/a/b/")->last # Returns ("a", "b")
$path->first
Returns the first part of $path up to the first "/" (but not including the leading slash, if any)
path("c/d")->first # Returns "c"
path("/a/b")->first # Returns "a"
$path->last
Returns the last part of $path up to the last "/"
path("c/d")->last # Returns "d"
path("/a/b/")->last # Returns "b"
path
$path->get
$path->stringify
Returns the path in string or scalar form
path("c/d")->list # Returns "c/d"
path("/a/b/")->last # Returns "/a/b"
$path->push( < part>, [ < part>, ..., < part> ] )
$path->down( < part>, [ < part>, ..., < part> ] )
Modify $path by appending each < part> to the end of $path, separated by "/"
Returns $path
$path->child( < part>, [ < part>, ..., < part> ] )
Make a copy of $path and push each < part> to the end of the new path.
Returns the new child path
$path->pop( < count> )
Modify $path by removing < count> parts from the end of $path
Returns the removed path as a Path::Abstract object
$path->up( < count> )
Modify $path by removing < count> parts from the end of $path
Returns $path
$path->parent( < count> )
Make a copy of $path and pop < count> parts from the end of the new path
Returns the new parent path
$path->file
$path->file( < part>, [ < part>, ..., < part> ] )
Create a new Path::Class::File object using $path as a base, and optionally extending it by each < part>
Returns the new file object
$path->dir
$path->dir( < part>, [ < part>, ..., < part> ] )
Create a new Path::Class::Dir object using $path as a base, and optionally extending it by each < part>
Returns the new dir object
Download (0.005MB)
Added: 2007-07-11 License: Perl Artistic License Price:
835 downloads
DynaPage::Document::ext::include 0.10
DynaPage::Document::ext::include module contains extensions of DynaPag::Document. more>>
DynaPage::Document::ext::include module contains extensions of DynaPag::Document.
METHODS
template ( $self, $job ) : bool
syntax:
!include.template =- B< file_name >
See also DynaPage::Template
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
data ( $self, $job ) : bool
syntax:
!include.data =- B< file_name >
Parse data read from file_name results are merged into parent document. If data contained another !include or other extension commands, they will be handled properly. Parsing is done by DynaPage::Sourcer Parse() method.
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
field ( $self, $job ) : bool
syntax-1:
!include.field.B< target-field > =- B< file_name >
syntax-2:
!include.field =- B< target-field > B< file_name >
Set target-field to contain data read from external file specified by file_name.
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
hooks ( $self, $job ) : bool
syntax-1:
!include.hooks ==~
Init => sub {
my( $self, $hook_name, $hook_params ) =@_;
...
... PERL SCRIPT CODE
...
}
~== !include.hooks
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
module ( $self, $job ) : bool
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
parameters ( $self, $job ) : bool
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
<<lessMETHODS
template ( $self, $job ) : bool
syntax:
!include.template =- B< file_name >
See also DynaPage::Template
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
data ( $self, $job ) : bool
syntax:
!include.data =- B< file_name >
Parse data read from file_name results are merged into parent document. If data contained another !include or other extension commands, they will be handled properly. Parsing is done by DynaPage::Sourcer Parse() method.
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
field ( $self, $job ) : bool
syntax-1:
!include.field.B< target-field > =- B< file_name >
syntax-2:
!include.field =- B< target-field > B< file_name >
Set target-field to contain data read from external file specified by file_name.
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
hooks ( $self, $job ) : bool
syntax-1:
!include.hooks ==~
Init => sub {
my( $self, $hook_name, $hook_params ) =@_;
...
... PERL SCRIPT CODE
...
}
~== !include.hooks
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
module ( $self, $job ) : bool
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
parameters ( $self, $job ) : bool
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
Download (0.004MB)
Added: 2007-07-23 License: Perl Artistic License Price:
823 downloads
eeStock 4.0
eeStock project is a Web application for managing an inventory. more>>
eeStock project is a Web application for managing an inventory.
eeStock is a free software which allows you to manage your stocks (items).
Its written in PHP4 and uses a PostgreSQL or MySQL database to store data.
Its divided in 2 sections:
- a user section
- an administration section
In the Stock managing section, users can:
.browse items by manufacturer, category, owner or location
.search items using a keyword
.borrow an item if this one is free
.return their items
.access to their profile
In the Administration section you can (if you have administrator or superuser rights):
.create, modify, duplicate, delete items
.browse all items (list)
.create, modify, delete categories (each category can have a parent category)
.create, modify, delete locations (each location can have a parent location)
.create, modify, delete manufacturers
.create, modify, delete users who will be owners of item(s) (only superusers)
System requirements:
- Apache (required)
- PHP (required)
- MySQL (optional)
- PostgreSQL (optional)
Install database
Create the eestock database (MySQL root user password required)
$ mysqladmin -h localhost -u root -p create eestock
Create the user "eestock" (MySQL root user password required)
$ mysql -h localhost -u root -D mysql -p < admin/utils/mysql/create_user.mysql
Create tables (MySQL root user password required)
$ mysql -h localhost -u root -D eestock -p < admin/utils/mysql/init_db.mysql
Edit file admin/config.inc to change the eestock user password.
<<lesseeStock is a free software which allows you to manage your stocks (items).
Its written in PHP4 and uses a PostgreSQL or MySQL database to store data.
Its divided in 2 sections:
- a user section
- an administration section
In the Stock managing section, users can:
.browse items by manufacturer, category, owner or location
.search items using a keyword
.borrow an item if this one is free
.return their items
.access to their profile
In the Administration section you can (if you have administrator or superuser rights):
.create, modify, duplicate, delete items
.browse all items (list)
.create, modify, delete categories (each category can have a parent category)
.create, modify, delete locations (each location can have a parent location)
.create, modify, delete manufacturers
.create, modify, delete users who will be owners of item(s) (only superusers)
System requirements:
- Apache (required)
- PHP (required)
- MySQL (optional)
- PostgreSQL (optional)
Install database
Create the eestock database (MySQL root user password required)
$ mysqladmin -h localhost -u root -p create eestock
Create the user "eestock" (MySQL root user password required)
$ mysql -h localhost -u root -D mysql -p < admin/utils/mysql/create_user.mysql
Create tables (MySQL root user password required)
$ mysql -h localhost -u root -D eestock -p < admin/utils/mysql/init_db.mysql
Edit file admin/config.inc to change the eestock user password.
Download (0.043MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
980 downloads
XML::Mini::TreeComponent 1.2.8
XML::Mini::TreeComponent is a Perl implementation of the XML::Mini TreeComponent API. more>>
XML::Mini::TreeComponent is a Perl implementation of the XML::Mini TreeComponent API.
SYNOPSIS
Dont use this class - only presents an interface for other derived classes.
This class is only to be used as a base class for others.
It presents the minimal interface we can expect from any component in the XML hierarchy.
All methods of this base class simply return NULL except a little default functionality included in the parent() method.
Warning: This class is not to be instatiated. Derive and override.
parent [NEWPARENT]
The parent() method is used to get/set the elements parent.
If the NEWPARENT parameter is passed, sets the parent to NEWPARENT (NEWPARENT must be an instance of a class derived from XML::MiniTreeComponent)
Returns a reference to the parent XML::MiniTreeComponent if set, NULL otherwise.
toString [DEPTH]
Return a stringified version of the XML representing this component and all sub-components
dump
Debugging aid, dump returns a nicely formatted dump of the current structure of the XML::Mini::TreeComponent-derived object.
<<lessSYNOPSIS
Dont use this class - only presents an interface for other derived classes.
This class is only to be used as a base class for others.
It presents the minimal interface we can expect from any component in the XML hierarchy.
All methods of this base class simply return NULL except a little default functionality included in the parent() method.
Warning: This class is not to be instatiated. Derive and override.
parent [NEWPARENT]
The parent() method is used to get/set the elements parent.
If the NEWPARENT parameter is passed, sets the parent to NEWPARENT (NEWPARENT must be an instance of a class derived from XML::MiniTreeComponent)
Returns a reference to the parent XML::MiniTreeComponent if set, NULL otherwise.
toString [DEPTH]
Return a stringified version of the XML representing this component and all sub-components
dump
Debugging aid, dump returns a nicely formatted dump of the current structure of the XML::Mini::TreeComponent-derived object.
Download (0.034MB)
Added: 2007-03-08 License: Perl Artistic License Price:
960 downloads
POE::Component::Enc::Flac 1.01
POE::Component::Enc::Flac is a POE component to wrap FLAC encoder flac. more>>
POE::Component::Enc::Flac is a POE component to wrap FLAC encoder flac.
SYNOPSIS
use POE qw(Component::Enc::Flac);
$encoder1 = POE::Component::Enc::Flac->new();
$encoder1->enc(input => "/tmp/track03.wav");
$encoder2 = POE::Component::Enc::Flac->new(
parent => mainSession,
priority => 10,
compression => best,
status => flacStatus,
error => flacEerror,
warning => flacWarning,
done => flacDone,
);
$encoder2->enc(
input => "/tmp/track02.wav",
output => "/tmp/02.flac",
tracknumber => Track 2,
comment => [
title=Birdhouse in your Soul,
artist=They Might be Giants,
date=1990,
origin=CD,
]
);
POE::Kernel->run();
ABSTRACT
POE is a multitasking framework for Perl. FLAC stands for Free Lossless Audio Codec and flac is an encoder for this standard. This module wraps flac into the POE framework, simplifying its use in, for example, a CD music ripper and encoder application. It provides an object oriented interface.
<<lessSYNOPSIS
use POE qw(Component::Enc::Flac);
$encoder1 = POE::Component::Enc::Flac->new();
$encoder1->enc(input => "/tmp/track03.wav");
$encoder2 = POE::Component::Enc::Flac->new(
parent => mainSession,
priority => 10,
compression => best,
status => flacStatus,
error => flacEerror,
warning => flacWarning,
done => flacDone,
);
$encoder2->enc(
input => "/tmp/track02.wav",
output => "/tmp/02.flac",
tracknumber => Track 2,
comment => [
title=Birdhouse in your Soul,
artist=They Might be Giants,
date=1990,
origin=CD,
]
);
POE::Kernel->run();
ABSTRACT
POE is a multitasking framework for Perl. FLAC stands for Free Lossless Audio Codec and flac is an encoder for this standard. This module wraps flac into the POE framework, simplifying its use in, for example, a CD music ripper and encoder application. It provides an object oriented interface.
Download (0.72MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1219 downloads
OSSP ex 1.0.5
OSSP ex is a small ISO-C++ style exception handling library for use in the ISO-C language. more>>
OSSP ex is a small ISO-C++ style exception handling library for use in the ISO-C language. It allows you to use the paradigm of throwing and catching exceptions in order to reduce the amount of error handling code without making your program less robust.
This is achieved by directly transferring exceptional return codes (and the program control flow) from the location where the exception is raised (throw point) to the location where it is handled (catch point) -- usually from a deeply nested sub-routine to a parent routine.
All intermediate routines no longer have to make sure that the exceptional return codes from sub-routines are correctly passed back to the parent.
The OSSP ex facility also provides advanced exception handling features like shielded and deferred exceptions. Additionally, OSSP ex allows you to choose the used underlying machine context switching facility and optionally support multi-threading environments by allowing you to store the exception catching stack in a thread-safe way.
<<lessThis is achieved by directly transferring exceptional return codes (and the program control flow) from the location where the exception is raised (throw point) to the location where it is handled (catch point) -- usually from a deeply nested sub-routine to a parent routine.
All intermediate routines no longer have to make sure that the exceptional return codes from sub-routines are correctly passed back to the parent.
The OSSP ex facility also provides advanced exception handling features like shielded and deferred exceptions. Additionally, OSSP ex allows you to choose the used underlying machine context switching facility and optionally support multi-threading environments by allowing you to store the exception catching stack in a thread-safe way.
Download (0.30MB)
Added: 2005-10-03 License: MIT/X Consortium License Price:
1481 downloads
Tk::Month 1.4
Tk::Month is a calendar widget which shows one month at a time. more>>
Tk::Month is a calendar widget which shows one month at a time.
SYNOPSIS
use Tk;
use Tk::Month;
$m = $parent->Month(
-month => July,
-year => 1997,
-title => %b %y,
-command => &press,
-printformat => %e,
-navigation => [0|1],
-includeall => [0|1],
-showall => [0|1],
-first => [0|1|2|3|4|5|6],
)->pack();
$m->configure(
-month => July,
-year => 1997,
-command => &press,
-printformat => %e %B %Y %A,
-navigation => [0|1],
-includeall => [0|1],
-showall => [0|1],
-first => [0|1|2|3|4|5|6],
);
$m->separator();
$m->command(
-label => Label,
-command => &callback,
);
<<lessSYNOPSIS
use Tk;
use Tk::Month;
$m = $parent->Month(
-month => July,
-year => 1997,
-title => %b %y,
-command => &press,
-printformat => %e,
-navigation => [0|1],
-includeall => [0|1],
-showall => [0|1],
-first => [0|1|2|3|4|5|6],
)->pack();
$m->configure(
-month => July,
-year => 1997,
-command => &press,
-printformat => %e %B %Y %A,
-navigation => [0|1],
-includeall => [0|1],
-showall => [0|1],
-first => [0|1|2|3|4|5|6],
);
$m->separator();
$m->command(
-label => Label,
-command => &callback,
);
Download (0.016MB)
Added: 2007-08-02 License: Perl Artistic License Price:
813 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 parent 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