Main > Free Download Search >

Free garden 0.5.0 software for linux

garden 0.5.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 142
Garden 0.5.0

Garden 0.5.0


Garden is a dependency injection for PHP5. more>>
Garden is a dependency injection for PHP5.

Inspired by Spring Framework, it uses XML application context with syntax as similar as possible to Spring context definitions.

Kickstarter

Create example.xml file like this (dont forget to put garden-beans.dtd next to it!):

< ?xml version="1.0" encoding="UTF-8"? >
< !DOCTYPE beans PUBLIC "-//GARDEN//DTD BEAN//EN" "garden-beans.dtd" >
< beans default-lazy-init="true" >

< bean id="dog" class="Dog" file="ext/Dog.php" >
< property name="collar" >
< ref local="dogCollar"/ >
< /property >
< /bean >

< bean id="dogCollar" class="Collar" file="ext/Dog/Collar.php" >
< property name="spiked" value="true"/ >
< /bean >

< /beans >

etx/Dog.php contains:
class Dog
{
private $collar;
public function setCollar($collar)
{
$this->collar = $collar;
}
public function getCollar()
{
return $this->collar;
}
}

etx/Dog/Collar.php contains:
class Collar
{
private $spiked;
public function setSpiked($spiked)
{
$this->spiked = $spiked;
}
public function getSpiked()
{
return $this->spiked;
}
}
<<less
Download (0.078MB)
Added: 2006-05-16 License: The Apache License 2.0 Price:
1256 downloads
Deme 0.5.0

Deme 0.5.0


Deme is a Web tool to host asynchronous meetings including discussions, document comments and collaborations. more>>
Deme is a Web tool to host asynchronous meetings including discussions, document comments and collaborations, straw polls, and decision- making for small to medium groups of people.
It also provides features useful for groups including file storage, member lists, and the like. It is intended to create an environment to allow participation and help strengthen organizations critical to civil society.
Deme is free software, licensed under the AGPL, for asynchronous interactions that include discussions, document collaboration, polls and decision making among small to medium sized groups of people. Our intent in creating Deme is to support the type of deliberation critical to the functioning of smaller, informal organizations in civil society. Read the Deme white paper (pdf format) for more detail on the priciples behind Deme.
Enhancements:
- Full email integration and interface tweaking along with standard bugfixes.
<<less
Download (0.30MB)
Added: 2005-07-15 License: AGPL (Affero General Public License) Price:
1561 downloads
Kadu 0.5.0

Kadu 0.5.0


Kadu is a QT-based client for Gadu-Gadu. more>>
Kadu project was started in 2001 as a simple KDE API try-out. Eventually, it became the most popular Gadu-Gadu client for Linux and other Unices (and MacOS X).
Kadu depends on Qt library version 3.x. Beginning with version 0.3.3 it does not require the K Desktop Environment libraries and can be used with other window managers.
Kadu supports Gnome and Window Maker as well. The core of Kadu is the libgadu library (its role being handling the network layer).
Main features:
- Gadu-Gadu v6.0 support,
- contacts groups with drag and drop support,
- icon depicting the sender (as in ICQ),
- KDE, Gnome2, Window Maker integration with tray,
- message encryption with OpenSSL,
- sms sending to all Polish mobile networks,
- file transfers (DCC),
- multiuser chats,
- event notifications by sound,
- event notifications by hint near icon in tray,
- notification about program updates,
- using descriptions from other programs (e.g. XMMS titles),
- detailed error notification,
- animated emoticons and support of original set of emoticons from GG,
- configurable windows look (colors),
- configurable chat history,
- advanced information panel - using html formatting
- advanced contact configuration,
- toolbar,
- multicolumn contact list,
- advanced network configuration (server IP and server port selection, proxy).
<<less
Download (MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
992 downloads
Jude 0.5.0

Jude 0.5.0


Jude is a RAD tool for data management applications. more>>
Jude is a rapid application development tool that permits to formalize a problem and then obtain a full featured and easy to use data management, workgroup application that can be further adapted implementing specific agents.

Jude is based on a knowledge-base with an object-oriented structure on the server side and a compound-document, agent-based user interface on the client side.

Relational database, Object-Oriented database, document-management systems, XML documents, compound-documents, declarative programming, agent-based systems and Java are well understood technologies but when you use them alone in order to build data-management applications you encounter many problems.

For example relational databases management systems cannot support new data types and for some applications the allowed data are not sufficient. They lack support for long-transactions.

The development of an application using object-oriented database management systems encourages procedural coding over declarative coding and this tends to produce code hard to maintain because there are many relationships between different parts of the program. Jude tries to join all benefits of these technologies in a coherent application framework.

Jude permits developers to specify an abstract, simplified view of the world we wish to represent using an high-level, declarative, object-oriented language and then to obtain a full functional work-group application. Jude try to join in a simple but powerful way many powerful programming paradigms: object-oriented, declarative, agent-based and compound-document.

Developers can extend application functionalities adding new agents to the system. Developers can reuse already specified knowledge-base clusters (there are already clusters related to physics, organization relationships, chemical). Developers can reuse already specified agents, in particular agents related to user interface.

Jude permits users to manage (view, edit, retrieve) documents and structured informations using a coherent and simple to grasp environment based on Java and Swing library.
<<less
Download (2.58MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1661 downloads
Zen Garden 0.6.92

Zen Garden 0.6.92


Zen Garden is a tool for watching over the installation and building of source archives. more>>
zengarden is a tool that watches over the installation and building of source archives. It is a fork of installwatch that has been heavily updated with modern features.
It can prevent build tools from interfering with files outside the build directory and create a virtual chroot to perform installations in or backup the files the install overwrites.
Installation
Installwatch has been tested on Linux only.
Before compiling, you can edit the Makefile and change the PREFIX variable. Common values are `/usr and `/usr/local.
To compile it, a simple `make followed by `make install should do the magic.
You need an ELF system, but I dont think its a problem today...
If you want to try installwatch on itself for the first time, do the following instead of `make install.
Bash family:
LD_PRELOAD=./installwatch.so make install
Tcsh family:
setenv LD_PRELOAD ./installwatch.so ; make install
Of course, you must be root in the installwatch source directory.
Remember, if you belong to the tcsh family, LD_PRELOAD will remain set after `make install, so be sure to clear the variable.
Enhancements:
- autoolized - at least for the most part
- minor bug fixes
- viewcvs (not really a feature in the tarball) - thx to sofar
<<less
Download (0.27MB)
Added: 2005-04-07 License: GPL (GNU General Public License) Price:
1662 downloads
Pydar 0.5.0

Pydar 0.5.0


Pydar is a digital audio recorder providing scheduled recording of radio programs. more>>
Pydar is a digital audio recorder providing scheduled recording of radio programs. It provides scheduling recording of radio programmes. Pydar can compress programmes on the fly into either Ogg Vorbis or Ogg Speex formats as well as recording to uncompressed Microsoft WAV files. Pydar is free software licensed under the GNU General Public License.
Pydar will run only on GNU/Linux or similar operating systems which have the Linux binary interface exactly (pydar directly uses the kernel interface to tune the radio.
Pydar requires Python >= 2.2 (probably), PyGTK >= 2.0.0, Libglade >= 2.0.0 to run together with at and sox to schedule recordings. Pydar does not require any GNOME specific libraries but does follow the GNOME Human Interface Guidelines (please report deviations from the HIG as bugs).
Users running Redhat GNU/Linux 9.0 must upgrade PyGTK before pydar will function correctly. The RPMs provided in Fedora Core (pygtk2, pygtk2-devel, pygtk2-libglade) have been tested and are known to work.
Enhancements:
- TODO, pydar, src/pydar.glade, src/pydar/gui.py, src/pydar/tuner.py: Added a few warning/confirmation dialogs. Added a few beeps when dumb stuff happens. Improved error reporting by being more conservative about swallowing exceptions
<<less
Download (0.039MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1188 downloads
Graviton 0.5.0

Graviton 0.5.0


Graviton is a old-fashioned two player space shooter. more>>
Graviton project is a old-fashioned two player space shooter.
Graviton is a game in the style of the old space shooters of the Amiga, such as Bratwurst or Gravity Force 2.
It has been updated with 3D graphics.
Version restrictions:
- This is a VERY early version of this game. There is no network play, no fancy graphics, only one type of ship, one type of gun, etc. And respawning isnt implemented yet, but I consider that to be one of the least of the problems. Rest assured, it will be implemented very soon. First, however, I need some kind of font support to allow the number of lives to be drawn - and therefore texture loading support.
<<less
Download (0.19MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1052 downloads
rit 0.5.0

rit 0.5.0


rit is an Ruby IMAP tool. more>>
rit is an Ruby IMAP tool.

It can be used to manipulate mailboxes over IMAP, allowing you to copy and delete mailboxes and their contents.

When copying a mailbox, its subscription status and all of the IMAP flags of the messages it contains are preserved on the destination server. You can also perform dynamic mailbox name translation if you need to rename the mailboxes as you copy them.

The software has been fairly heavily tested using Cyrus IMAP 2.1.12 and version 3.2.3-GA of the Mirapoint operating system. A few system I/O errors have occurred during that testing, but all known logical bugs in the program have now been eliminated.

The software has not been tested with the University of Washington IMAP server and is unlikely to work, due to namespace issues. This may be investigated for a later release. If you are in a position to test such a set-up and supply a patch, I would be glad to hear from you.

<<less
Download (0.020MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1285 downloads
dynacc 0.5.0

dynacc 0.5.0


Dynacc aims to be a Pakage which gives you control other your Internet Connection. more>>
Dynacc aims to be a Pakage which gives you control other your Internet Connection. It runs a linux router/host which provides MASQ services and HTTP proxying for a LAN. It gives you the Power to define users/groups which are allowed to make internet connections. Dynacc makes Firewall/MASQ ACCEPT rules for them, and tells Squid to do HTTP-caching for them.
The Pakage switches the connection on when the first user logged in and turns it off when the last logged out!
Dynacc comes with a fast SQUID-redirector plugin which offers firewall authentication and fast redirect routines. As a PLUS it removes this borring Advertisement-Banners!
Scripts to add/delete or calculate Onlinetime for one user or a bunch users the same time come also with this pakage.
The Pakage is made for use at Schools, firms, Internetcafes or your home.
Enhancements:
- ipchains
- any webserver able to do cgi/1.0
- Only supports SuSE firewall Scripts, yet!Contribute!
<<less
Download (0.12MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1207 downloads
LLnextgen 0.5.0

LLnextgen 0.5.0


LLnextgen is an Extended LL(1) parser generator. more>>
LLnextgen is an Extended-LL(1) parser generator. LLnextgen project is a rewrite of the LLgen parser generator by D. Grune and C.J.H. Jacobs which is part of the Amsterdam Compiler Kit (ACK).
Like all parser generators, LLnextgen takes the description of the grammar with associated actions as input, and generates a parser routine for use in compilers and other text processing programs.
LLgen, and therefore LLnextgen, extends on the LL(1) class of parser generators by allowing FIRST/FIRST conflicts and FIRST/FOLLOW conflicts to be resolved with both static and dynamic conditions.
Enhancements:
- This release adds a new operator for specifying an optional-final repetition.
- This is useful for implementing grammar rules like C99/C++ enums where a comma after the last constant is allowed, but not required.
- An option was added to change the extensions of the generated files.
<<less
Download (MB)
Added: 2007-05-27 License: Open Software License Price:
880 downloads
Alligator 0.5.0

Alligator 0.5.0


Alligator is an RSS aggregator. more>>
Alligator is a new RSS aggregator [newsreader] developed on Mono (in C# language) platform with GTK#-based user interface.
Main features:
- support for all RSS (Rich Site Summary, RDF Site Summary, Really Simple Syndication) versions:
- 0.90 [netscape]
- 0.91 [netscape, userland]
- 0.92 [rss-dev, userland]
- 0.93 [userland]
- 0.94 [userland]
- 1.0 [rss-dev]
- 2.0x [userland]
- support for Atom version 0.3
- simple, clean, user-friendly, Gnome-style interface based on GTK
- platform-independency - designed to work for all platforms supported by Mono and GTK#
- embedded Gecko-based browser
Enhancements:
- organizing feeds in a tree of folders, with drag and drop support
- brand new toolbar
- keeping selection of feeds/items on right mouse click
- error dialogs after unsuccessful feed load are now hidden to statusbar
- a lot of little fixes
<<less
Download (0.031MB)
Added: 2006-07-11 License: Common Public License Price:
1209 downloads
MyPaint 0.5.0

MyPaint 0.5.0


MyPaint is a painting application with brush dynamics. more>>
MyPaint is a painting application with brush dynamics.

MyPaint is a fast painting/scribbling program. It is like the GIMP with only the airbrush tool, but with more dynamics.

For example you can noisify the brush radius depending on the pointer speed. It supports pressure sensitive graphic tablets. MyPaint has an infinite canvas and an own color selector, but no layers and no undo function.

<<less
Download (1.1MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
870 downloads
Elidune 0.5.0

Elidune 0.5.0


Elidune project is a library management software. more>>
Elidune project is a library management software.
Built as a client/server application, using the XML-RPC protocol, it has been developed to be easy to use, yet powerful and able to be easily extended.
It supports cataloguing, customisable search, user management, and document circulation.
Enhancements:
- Makefile.am (SUBDIRS): Add m4.
- (ACLOCAL_AMFLAGS): New variable.
- (EXTRA_DIST): Add config.rpath.
- configure.in (AC_OUTPUT): Add m4/Makefile.
<<less
Download (0.59MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
Decibel 0.5.0

Decibel 0.5.0


Decibel is a realtime communication framework based on Telepathy more>>
Decibel is a realtime communication framework based on Telepathy. It is meant to integrate VoIP, text chat, CTI (computer telephone integration), and similar applications into the users desktop.

The project consists of a desktop neutral policy daemon called Houston and desktop specific components for user interaction.

Houston is a plain, non-graphical Qt application which is supposed to get started when a user logs in. It is a policy daemon, which opens communication channels for the user and starts components in response to events triggered.

<<less
Download (0.13MB)
Added: 2007-08-01 License: LGPL (GNU Lesser General Public License) Price:
819 downloads
Mailody 0.5.0

Mailody 0.5.0


Mailody is a Qt/KDE based mail client which only supports the IMAP protocol. more>>
Mailody is a Qt/KDE based mail client which only supports the IMAP protocol. It supports tabbed email reading. This is the first release. I want to have feedback about all the problems. To which mailservers can Mailody not talk for example. Are there any crucial bugs which renders the software unusable for you.
By the way, that is something different as experimental. Mailody should not trash your mail or do other nasty things. I understand mail is important to you. I use Mailody on a daily bases and I would not do that if its buggy.
Enhancements:
- rewrite of large parts of the imap part.
- fetch mailboxlist removed, sync is improved.
- new attachment list in the composer.
- added a re-edit, makes resend possible.
- added a save as draft to the composer.
- added a possibility to add a automatically generated html part to each message.
- fixed bug in selecting the correct profile for forwarding messages.
- stopped stripping the signature when forwarding a message.
- fixed quick search when switching folders.
- Speed improvement for opening folders.
- Fixed drawing error on first messages.
- Added go-to-next-unread.
- Added the possibility to save a message to disk.
- Added fixed font mode for the composer.
- Fixed rare bug in quoted printible messages.
- Improved signature handling.
- Extended the command line parameters & dcop.
- Added a basic phising check.
- Fix some encoding issues in subject and name.
- Most important: ** A MANUAL ** by Richard Johnson.
<<less
Download (0.68MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
934 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5