|
|
 |
|
 |
|
BugHotel Reservation System project is a hotel booking and accounting software package which uses the Internet to "network" your corporate office to each of your hotels. All data processing occurs at the Application Service Provider (ASP) data center. Income statements, reports, etc. may be customized.
|
|
 |
|
 |
 |
|
 |
|
ALE is an image-processing program used for tasks such as image mosaicking, super-resolution, deblurring, noise reduction, and anti-aliasing.
|
|
 |
|
 |
 |
|
 |
|
PHP Data Grid Class can be used to display MySQL query results in HTML tables. PHP Data Grid Class executes a given SQL SELECT query and generates an HTML table defined by a template to display the query results.
The results table also shows links to navigate between query result pages. The number of result rows to display per page is configurable. The results can be sorted by columns that the user may choose by clicking on column links. The list of sortable columns may be restricted.
|
|
 |
|
 |
 |
|
 |
|
Jakarta Project offers a diverse set of open source Java solutions and is a part of The Apache Software Foundation (ASF) which encourages a collaborative, consensus-based development process under an open software license.
|
|
 |
|
 |
 |
|
 |
|
MLDBM is a Perl module to store multi-level hash structure in single level tied hash.
SYNOPSIS
use MLDBM; # this gets the default, SDBM
#use MLDBM qw(DB_File FreezeThaw); # use FreezeThaw for serializing
#use MLDBM qw(DB_File Storable); # use Storable for serializing
$dbm = tie %o, 'MLDBM' [..other DBM args..] or die $!;
|
|
 |
|
 |
 |
|
 |
|
MARC is a Perl extension to manipulate MAchine Readable Cataloging records.
SYNOPSIS
use MARC;
|
|
 |
|
 |
 |
|
 |
|
Webswell Connect is an e-business integration framework based on the ebXML standard. Webswell Connect allows easy, interactive and user-friendly installation.
|
|
 |
|
 |
 |
|
 |
|
PRES project (the Press Release System) is a simple content management system, essentially targeted at producing a news and information site. Managing a PRES system is designed to be simple.
However, presentation is sophisticated and flexible. An elementary knowledge of IT would be useful but expertise in designing and managing websites is not a requirement. PRES can be used for anything from private 'blogging' to corporate news systems.
|
|
 |
|
 |
 |
|
 |
|
check_logfiles is a plugin for Nagios which checks logfiles for defined patterns. check_logfiles project is capable of detecting logfile rotation.
If you tell it how the rotated archives look, it will also examine these files. Unlike check_logfiles, traditional logfile plugins were not aware of the gap which could occur, so under some circumstances they ignored what had happened between their checks.
A configuration file is used to specify where to search, what to search, and what to do if a matching line is found.
|
|
 |
|
 |
 |
|
 |
|
C++ Portable Types Library (PTypes) is a simple alternative to the STL that includes multithreading and networking. C++ Portable Types Library (PTypes) defines dynamic strings, variants, character sets, lists and other basic data types along with portable thread and synchronization objects, IP sockets and named pipes. Its main `target audience' is developers of complex network daemons, robots or non-visual client/server applications of any kind.
|
|
 |
|
 |
 |
|
 |
|
h264enc is a shell script which encodes video files or DVDs to the H.264 format using MEncoder. The script is targeted primarily at power users who like to tweak their settings in order to achieve best possible quality
|
|
 |
|
 |
 |
|
 |
|
xvidenc enables encoding DVDs or video files to the XviD format.
Advanced shell script for encoding DVDs or video files to the XviD format using the encoding utility MEncoder from MPlayer. Supports all the useful options an end-user would need to make a successful encode. The script is a CLI front end to MEncoder.
|
|
 |
|
 |
 |
|
 |
|
Hegons project is a HEterogeneous Grooming Optical Network Simulator that supports mixed routing and wavelength assignment algorithms and optional wavelength conversions capability on each node.
The goal of Hegons is the evaluation of different dynamic routing and wavelength assignment (RWA) algorithms in WDM optical networks in terms of several measures such as: call blocking probability, fairness (variance in blocking probability), call setup time, etc.
|
|
 |
|
 |
 |
|
 |
|
Msql is a Perl interface to the mSQL and mysql databases.
SYNOPSIS
use Msql;
$dbh = Msql->connect($host);
$dbh = Msql->connect($host, $database);
|
|
 |
|
 |
 |
|
 |
|
NDBM_File is a Perl module that allows tied access to ndbm files.
SYNOPSIS
use Fcntl; # For O_RDWR, O_CREAT, etc.
use NDBM_File;
tie(%h, 'NDBM_File', 'filename', O_RDWR|O_CREAT, 0666)
or die "Couldn't tie NDBM file 'filename': $!; aborting";
# Now read and change the hash
$h{newkey} = newvalue;
print $h{oldkey};
...
untie %h;
|
|
 |
|
 |
Новостей: 995 (Страниц: 67, Новостей на странице: 15)
[ 38 ] | |1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41| 42|43|44|45|46|47|48|49|50|51|52|53|54|55|56|57|58|59|60|61|62|63|64|65|66|67|
|
|