Simple Project List Software Map

4252 projects in result set
LastUpdate: 2010-02-18 15:00

Perl Dancer

Dancer is a Perl framework for building Web applications with minimal effort. It started as a port of Ruby's Sinatra project, but has grown on its own path. A Dancer app can run as a standalone Web server or from any Web server using PSGI. It lets the user write an application with very few lines of code. It's powerful and flexible enough to knock up a simple Web site or Web service very quickly, and can scale to much larger projects. Building a Web application with Dancer is as easy as loading the library and defining route handlers. Dancer provides an elegant syntax for defining route handlers, can render views with a variety of template engines, supports static file serving, session support, and many more features.

LastUpdate: 2006-07-28 01:38

GSUtil

GSUtil is a utility for saving, restoring, and
rebooting GrandStream BudgeTone 100 and GX2000
VOIP phones, amongst others. It's written in Perl
and was developed using standard Perl modules, so
no extra modules need to be installed.

(Machine Translation)
LastUpdate: 2014-05-20 08:25

Gedafe

Gedafe (Generic Database Front-End) is an application independent end-user web front-end for databases. Application independant means that the front-end doesn't have any information about the structure and contents of the database.

(Machine Translation)
LastUpdate: 2006-04-18 23:50

Mr. Voice

Mr. Voice is a specific-purpose Perl/Tk front-end
for an MP3 database. It was written to provide an
easy-to-use MP3 solution for the production booth
of an improv comedy troupe, and as such is
tailored to providing quick searches and playback
of MP3s that are split up into categories. While
not intended to be a standalone desktop MP3
player, others in a similar situation may find it
useful.

(Machine Translation)
LastUpdate: 2014-01-26 15:14

email-reminder

Email-reminder allows users to define events that they want to be reminded of by email. Possible events include birthdays, anniversaries, weekly, monthly, and yearly events. Reminders can be sent on the day of the event and a few days beforehand. It uses a cron job to checks for events and send reminders once a day, and a simple GUI that allows users to edit the reminders they want to receive.

(Machine Translation)
LastUpdate: 2003-11-29 13:08

cvsreport

CVSreport produces text or enhanced HTML activity reports from a local or remote CVS repository. It can be used to extract activity information from any timespan, or to automatically generate reports and store/send them on commit events. It can extract changesets (a set of commit operations which happen along a single invocation of the cvs commit command) from a CVS repository history. Used from the client side, it produces a report starting from an arbitrary date from a simple working copy. On the server side, it can automatically generate reports and mail them upon commit.

(Machine Translation)
LastUpdate: 2003-05-04 05:05

LDIF to VCard Conversion

This is a simple command line Perl script written in
order to migrate a Netscape address book to
GnomeCard. It takes an LDIF file, as exported from
Netscape, and writes out a VCard file. Currently the first
name, last name, work, home, cell phone numbers, and
email address are written. The input file may be either
DOS or Unix text format.

(Machine Translation)
LastUpdate: 2005-06-07 10:06

Penguin Greetings

Penguin Greetings is a Perl Web-based greeting
card application. It can be run as standard CGI
application or persistently via SpeedyCGI. The
package supports any number of independent ecard
sites running on the same server. Full card
contents are sent as multi-part MIME email. The
HTML for the cards and the creation screens are
rendered from Embperl or Mason templates, making
the program completely customizable by Web
developers and capable of server-side scripting in
Perl. Emailing and database updates are performed
by a separate daemon.

(Machine Translation)
LastUpdate: 2010-12-27 11:41

SchemaView Plus

SchemaView Plus is a GUI for creating, retrieving, drawing, and print­ing database schema. It uses Perl, Tk, DBI, and XML packages. Schema can be retrieved using DBIx::SystemCatalog, and it uses XML for storing and retrieving data in text files. You can write any filters to modify these XML files to add new functionality based on your projects (e.g. dropping off some relationships).

(Machine Translation)
LastUpdate: 2010-05-31 22:14

Deliantra Server

Deliantra is an advancement of the crossfire multi-user RPG game. Unlike the original project, it focuses mainly on stability and playability, but also adds modern technology such as map scripting, Perl server extensions, asynchronous I/O, higher resolution graphics, and better client support.

LastUpdate: 2005-06-20 11:08

MySQL-Formmaker

MySQL-Formmaker is a tool for creating easy administration forms and output of data. You define your forms, types of input, order, and so on, and the system makes a database for you, along with the admin and output files. You can change the layout of the output files. MySQL field-types supported are INT, VARCHAR, TEXT, DATE, and DATETIME. Input fields supported are NONE, TEXT, TEXTAREA, RADIO, CHECKBOX, SELECT, and FILE-UPLOAD.

(Machine Translation)
LastUpdate: 2014-03-13 23:14

dedup.pl

dedup.pl is a script that scans Unix file systems and deletes duplicates files or creates hard links between duplicates, thereby freeing up disk space.

(Machine Translation)
Natural Language: English, French
Programming Language: Perl
Topics: Freecode.com
LastUpdate: 2006-10-13 06:26

Interactive Bandwidth Monitor

ibmonitor is an interactive Linux console application which shows bandwidth consumed and total data transferred on all interfaces. It shows received, transmitted, and total bandwidth, calculates and displays the combined value of all interfaces; can display values in Kbits/sec(Kbps) and/or KBytes/sec(KBps), can show the maximum bandwidth consumed, can show average bandwidth consumption, and can interactively change its output display format.

(Machine Translation)
LastUpdate: 2006-10-17 13:28

g2

g2 is an easy to use, portable and powerful 2D graphics library. It provides a comprehensive set of functions for simultaneous generation of graphical output on different types of devices. The following devices are currently supported: Postscript, X11, FIG (xfig), PNG, and JPEG using the gd library, and Win32. g2 is written in C (ANSI) and additionally has Fortran, Perl, and Python interfaces.

LastUpdate: 2012-09-19 22:45

QDepo

QDepo (formerly TPDA - Query Repository Tool) is a desktop application for retrieving and exporting data from relational database systems to spreadsheet files. The graphical user interface is based on wxPerl or PerlTk. The main feature of the application is the SQL query repository management. The repository consists from a collection of XML files that ca easily be moved or copied to other computers. The supported formats are Excel (.xls), ODF, and CSV. Database management system support includes CUBRID, Firebird, MySQL, PostgreSQL, and SQLite.

(Machine Translation)
Database Environment: SQL-based
Programming Language: Perl
User Interface: Graphical