Simple Project List Software Map

41835 projects in result set
Última Atualização: 2007-07-05 22:52

Program

Program is a PHP package that can be used to
manage the execution of external programs from
PHP. It can build a command line string to execute
an external program synchronously or in the
background, pass switches to define program
options, and define the program input or output
files. It also supports using driver classes that
can build complex command line switches to
simplify the definition of program options in a
simplified way.

(Machine Translation)
Sistema Operacional: OS Independent
Linguagem de Programação: PHP, PHP
Interface de Usuário: Toolkits/Libraries
Última Atualização: 2008-01-16 23:26

pyhoo

Pyhoo is a script that converts Yahoo IM logs in
.dat files into plain text.

(Machine Translation)
Sistema Operacional: OS Independent
Linguagem de Programação: Python
Última Atualização: 2006-12-12 23:56

Simple Inversion of Control

SIOC, Simple Inversion of Control (IoC), is a C# framework that implements an IoC container. This design is based on the ideas presented in Martin Fowler's article "Inversion of Control Containers and the Dependency Injection pattern". The framework is configured using declarative XML. This data can be supplied as an XML file or as a resource within an assembly. Once configured, SIOC takes care of the creation of your objects, handing the application a fully initialized object graph. The application can remain completely agnostic about where the object came from or any of the object's dependencies.

(Machine Translation)
Última Atualização: 2009-10-23 08:17

CodMACs

CodMACs helps you to write programs (in any language) very quickly by generating source code based on the structure of SQL tables. First, it reads your databases in order to create a structure for you to include in your code templates. The structure is simply a Python class. Then, the CodMACs core parses your code tamplates, interprets your CodMACs/Python code and creates a source code file that includes your code and the result of evaluating the code written in CodMACs/Python. The core of CodMACs provides you with all the necessary functionalities for a complete application framework.

(Machine Translation)
Sistema Operacional: Linux, Windows
Linguagem de Programação: Python
Tópico: Freecode.com
Última Atualização: 2011-03-07 14:19

Smarty Template Engine Theme Selection Class

Smarty Template Engine Theme Selection Class is a PHP class that can load a Smarty template theme defined in XML. It can parse a theme definition in an XML file located in the directory with the same name as the theme name. The class can return details of the theme like the name, version, creator name, URL, email address, description, and publication date. The class can also delete the directory of a given theme and its contents.

(Machine Translation)
Linguagem de Programação: PHP
Tópico: Freecode.com
Última Atualização: 2005-06-27 00:46

Scrabbleizer

Scrabbleizer is a graphical program used to keep track of Scrabble
opponents and the games played against them. Useful and interesting
statistics can be generated for individual players or all players with
the press of a button.

(Machine Translation)
Última Atualização: 2005-02-16 10:07

MyCGISession

MyCGISessions is a session management library for
C/C++ based CGI scripts. It aims are to be secure,
simple, and scalable. It stores session data in a
MySQL database, and sessions can be used by
multiple CGI scripts.

(Machine Translation)
Última Atualização: 2007-05-17 15:23

AudiOrg

AudiOrg is a command line tool to sort a
collection of audio (or possibly other media)
files into a directory structure according to
their tag metadata information. It currently
supports MP3, AAC, and OGG files and reads ID3 and
OGG tags.

(Machine Translation)
Linguagem Natural: English
Sistema Operacional: POSIX (Linux,BSD,Solaris etc..), Linux
Linguagem de Programação: C
Última Atualização: 2001-04-21 19:07

Console Zoom

Console Zoom is a program to magnify the console
letters (both local or via telnet), to allow
people with subnormal vision to use console Linux.

(Machine Translation)
Última Atualização: 2001-07-17 19:16

Dumb As Fudge FTP Daemon

daf-ftpd (Dumb As Fudge) is a simple FTP daemon that runs on a basic Perl 5 installation without special modules (currently only PERL 5.6). It requires no effort to install, configure, and run, fits in a single file, and runs in a single process (using multiplexing I/O).

(Machine Translation)
Última Atualização: 2003-01-03 06:39

LibUFO

LibUFO is a C++ core library for graphical user
interfaces (GUI). It is mainly used as OpenGL GUI
toolkit. Most standard components (such as
buttons, labels, menus, and internal frames) are
included. It is customizable via look-and-feel and
themes. There are three built-in video drivers
(respectively using GLX/X11, WGL/Win32, and
LibSDL) which are selected and loaded at run-time.
You may also create your own backend or use a
dummy driver to include libUFO widgets into an
already existing OpenGL context.

(Machine Translation)
Última Atualização: 2003-07-09 17:17

AntiChess

AntiChess is an anti-chess game written in Java. The goal is to get checkmated or lose all your pieces except your king to your opponent. You must take your opponents pieces if you can. It supports 2 player and 4 player games on the same board.

(Machine Translation)
Sistema Operacional: OS Independent
Linguagem de Programação: Java
Última Atualização: 2007-01-25 23:02

Builditis

Builditis is a build system for C/C++ projects
that reads build information from the source files
of the project. It flags files for rebuilding
based on a checksum. Program builds are organized
by directories. It only supports executable builds
for now.

(Machine Translation)
Última Atualização: 2012-01-23 23:58

libtransliterate

libtransliterate is a C++ library converts “transliterated” representations of non-English languages (that use sequences as ANSI characters to represent characters) to Unicode. It supports TLG's Beta Code and cjhebrew. The library comes with a SWIG interface definition that may work with your favorite scripting language and a hand-coded Python interface with native Python Unicode support.

(Machine Translation)
Sistema Operacional: MacOSX, Linux
Linguagem de Programação: C++, Python
Tópico: Freecode.com
Última Atualização: 2001-09-16 16:09

Ze-NewsGet

Ze-NewsGet is an application which downloads and displays the titles of the most recent news articles from news sites which are equipped with an accessible backend. Ze-NewsGet notifies the user when new articles are posted by playing a (configurable) sound. The user can click on the title of a news article to open up the article in a Web browser. Ze-NewsGet works under any operating system with a Java environment. Ze-NewsGet allows the news to come to you instead of forcing you to visit your favorite news sites on a regular basis.