garden gnomes
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1081
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;
}
}
<<lessInspired 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;
}
}
Download (0.078MB)
Added: 2006-05-16 License: The Apache License 2.0 Price:
1256 downloads
K Menu Gnome 0.6.6
K Menu Gnome project is a K Menu with Gnome folder and extra icons for KDE 3.2 or later. more>>
K Menu Gnome project is a K Menu with Gnome folder and extra icons for KDE 3.2 or later.
If you install both KDE and Gnome then K Menu will become a mess with overpopulated submenus. Some distributions try to solve this by hiding many Gnome apps in KDE and most KDE apps in Gnome. I do not like that. I want to access Gnome apps in KDE and KDE apps in Gnome. So this is my attempt to both maintain desktop interoperability and unmess the menus.
Why should one install both KDE and Gnome at all? You might share your machine with somebody who prefers the other desktop, or you might be a desktop junky like I am.
K Menu Gnome does not integrate well with the menus of heavily customized distributions such as Mandriva, SUSE, or UHU-Linux.
<<lessIf you install both KDE and Gnome then K Menu will become a mess with overpopulated submenus. Some distributions try to solve this by hiding many Gnome apps in KDE and most KDE apps in Gnome. I do not like that. I want to access Gnome apps in KDE and KDE apps in Gnome. So this is my attempt to both maintain desktop interoperability and unmess the menus.
Why should one install both KDE and Gnome at all? You might share your machine with somebody who prefers the other desktop, or you might be a desktop junky like I am.
K Menu Gnome does not integrate well with the menus of heavily customized distributions such as Mandriva, SUSE, or UHU-Linux.
Download (0.34MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
836 downloads
Packet Garden 1.0pre5
Packet Garden is a project that allows you to grow a world from network traffic. more>>
Packet Garden is a project that allows you to grow a world from network traffic.
Packet Garden captures information about how you use the internet and uses this stored information to grow a private world you can later explore.
To do this, Packet Garden takes note of all the servers you visit, their geographical location and the kinds of data you access.
Uploads make hills and downloads valleys, their location determined by numbers taken from internet address itself.
The size of each hill or valley is based on how much data is sent or received.
Plants are also grown for each protocol detected by the software; if you visit a website, an HTTP plant is grown. If you share some files via eMule, a Peer to Peer plant is grown, and so on.
<<lessPacket Garden captures information about how you use the internet and uses this stored information to grow a private world you can later explore.
To do this, Packet Garden takes note of all the servers you visit, their geographical location and the kinds of data you access.
Uploads make hills and downloads valleys, their location determined by numbers taken from internet address itself.
The size of each hill or valley is based on how much data is sent or received.
Plants are also grown for each protocol detected by the software; if you visit a website, an HTTP plant is grown. If you share some files via eMule, a Peer to Peer plant is grown, and so on.
Download (2.5MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1015 downloads
Freerock GNOME 2.14.3
Freerock GNOME is a complete GNOME Desktop distribution designed and packaged specifically for Slackware Linux. more>>
Freerock GNOME is a complete GNOME Desktop distribution designed and packaged specifically for Slackware Linux.
Freerock GNOME installs cleanly and non-intrusively by utilizing the standard Slackware software package format (".tgz"). Freerock GNOME integrates seamlessly and easily into Slackware Linux version 10.2.
<<lessFreerock GNOME installs cleanly and non-intrusively by utilizing the standard Slackware software package format (".tgz"). Freerock GNOME integrates seamlessly and easily into Slackware Linux version 10.2.
Download (MB)
Added: 2007-03-18 License: GPL (GNU General Public License) Price:
952 downloads
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
<<lessIt 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
Download (0.27MB)
Added: 2005-04-07 License: GPL (GNU General Public License) Price:
1662 downloads
Hearts for GNOME 0.1.3
Hearts for GNOME is an implementation of the classic card game for the GNOME desktop. more>>
Hearts for GNOME is an implementation of the classic card game for the GNOME desktop, featuring configurable rulesets and editable computer opponents to satisfy widely diverging playing styles. Hearts is Free Software, released under the GNU General Public License and should be able to run on any computer that can run the GNOME desktop.
Main features:
- Various rulesets with configurable options
- Multiple computer opponents with differing styles of play
- Drag & drop adding of new opponents
- Easy creation and modification of opponents through the Lua scripting language
<<lessMain features:
- Various rulesets with configurable options
- Multiple computer opponents with differing styles of play
- Drag & drop adding of new opponents
- Easy creation and modification of opponents through the Lua scripting language
Download (0.43MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1085 downloads
Einstein@GNOME 1.4
Einstein@GNOME is a GNOME panel applet that lets you participate in the Einstein@Home neutron star search. more>>
Einstein@GNOME is a GNOME panel applet that lets you participate in the Einstein@Home neutron star search.
It is a frontend for the boinc client and was developed because there are no other decent GUIs available yet.
<<lessIt is a frontend for the boinc client and was developed because there are no other decent GUIs available yet.
Download (0.021MB)
Added: 2005-08-03 License: GPL (GNU General Public License) Price:
1543 downloads
libgail-gnome 1.19.5
libgail-gnome is a GNOME library. more>>
libgail-gnome is a GNOME library.
Dependencies
In order to get CVS libgail-gnome installed on your system, you need to have
libbonoboui and gnome-panel installed as well. Note that libgail-gnome also requires atk and gnome-common.
Building
To compile a CVS version of libgail-gnome on your system, you will need to take several steps to setup the tree for compilation. You can do all these steps at once by running:
cvsroot/libgail-gnome# ./autogen.sh
Basically this does the following for you:
cvsroot/libgail-gnome# aclocal; automake; autoconf
The above commands create the "configure" script. Now you can run the configure script in cvsroot/libgail-gnome to create all the Makefiles.
Before running autogen.sh or configure, make sure you have libtool in your path.
Note that autogen.sh runs configure for you. If you wish to pass options like --prefix=/usr to configure you can give those options to autogen.sh and they will be passed on to configure.
<<lessDependencies
In order to get CVS libgail-gnome installed on your system, you need to have
libbonoboui and gnome-panel installed as well. Note that libgail-gnome also requires atk and gnome-common.
Building
To compile a CVS version of libgail-gnome on your system, you will need to take several steps to setup the tree for compilation. You can do all these steps at once by running:
cvsroot/libgail-gnome# ./autogen.sh
Basically this does the following for you:
cvsroot/libgail-gnome# aclocal; automake; autoconf
The above commands create the "configure" script. Now you can run the configure script in cvsroot/libgail-gnome to create all the Makefiles.
Before running autogen.sh or configure, make sure you have libtool in your path.
Note that autogen.sh runs configure for you. If you wish to pass options like --prefix=/usr to configure you can give those options to autogen.sh and they will be passed on to configure.
Download (0.33MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
836 downloads
xchat-gnome 0.18
xchat-gnome is a new frontend to the popular X-Chat IRC client. more>>
Historically, the OSS desktop has been steadily improving in usability, accessibility, and general slickness, yet the world of IRC clients has not kept up. With IRC being one of the fundamental methods of communication within the open source community, it is bizzare that this area has been neglected.
GNOMEs philosophy in terms of user interfaces has been progressing towards presenting the user with few options, yet sane defaults. While many of the normal X-Chat options will be preserved inside GConf, only the most common settings will be included in the main user interface. The GTK+ frontend provides excessive customizability, with options scattered throughout the interface. This leads to an inconsistent user experience, confusion, and general clutter.
One thing to note is that this project is still extremely young. As such, at the moment is is not extremely trivial to build, run or debug. If anyone is interested in helping out, stop by #xchat-gnome on irc.freenode.net
Enhancements:
- This release has a few important bug fixes.
<<lessGNOMEs philosophy in terms of user interfaces has been progressing towards presenting the user with few options, yet sane defaults. While many of the normal X-Chat options will be preserved inside GConf, only the most common settings will be included in the main user interface. The GTK+ frontend provides excessive customizability, with options scattered throughout the interface. This leads to an inconsistent user experience, confusion, and general clutter.
One thing to note is that this project is still extremely young. As such, at the moment is is not extremely trivial to build, run or debug. If anyone is interested in helping out, stop by #xchat-gnome on irc.freenode.net
Enhancements:
- This release has a few important bug fixes.
Download (1.8MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
829 downloads
Gnome OSD 0.12.1
Gnome OSD is a notification system. more>>
Gnome OSD project is a notification system.
Gnome OSD is a new small project to create an OSD (On Screen Display) infrastructure, similar to XOSD.
It includes a command-line client, and sample xchat and rhythmbox plugins.
<<lessGnome OSD is a new small project to create an OSD (On Screen Display) infrastructure, similar to XOSD.
It includes a command-line client, and sample xchat and rhythmbox plugins.
Download (0.20MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
938 downloads
Java-Gnome 4.0.3
Java-GNOME is a set of Java bindings for the GNOME and GTK libraries. more>>
Java-GNOME application is a set of Java bindings for the GNOME and GTK libraries that allow GNOME and GTK applications to be written in Java.
The Java-Gnome API has been carefully designed to be easy to use, maintaining a good OO paridigm, yet still wrapping the entire functionality of the underlying libraries.
Java-Gnome can be used with the Eclipse development environment and Glade user interface designer to create applications with ease.
Java-Gnome is part of the official Gnome Bindings Release, commiting us to high quality regular releases.
<<lessThe Java-Gnome API has been carefully designed to be easy to use, maintaining a good OO paridigm, yet still wrapping the entire functionality of the underlying libraries.
Java-Gnome can be used with the Eclipse development environment and Glade user interface designer to create applications with ease.
Java-Gnome is part of the official Gnome Bindings Release, commiting us to high quality regular releases.
Download (0.17MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
815 downloads
Gnome Blosxom 1.1
Gnome Bloxsom is a GUI based program to post entries to a Blosxom based weblog. more>>
Gnome Bloxsom is a GUI based program to post entries to a Blosxom based weblog. The program requires Python version 2.2 or greater, PyGTK version 2.0 or greater, and Gnome-Python for Gnome 2.
It can optionally use PyGtkSpell version 0.3.1 or greater for spell checking, which is part of Gnome-Python-Extras. More information about the Bloxsom weblog application can be found at www.blosxom.com.
<<lessIt can optionally use PyGtkSpell version 0.3.1 or greater for spell checking, which is part of Gnome-Python-Extras. More information about the Bloxsom weblog application can be found at www.blosxom.com.
Download (0.024MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1550 downloads
Folding@Gnome 1.19 (testing)
Folding@Gnome project is an applet is a GUI that keeps track of the background protein folding progress done by Folding@Home more>>
Folding@Gnome project is an applet is a GUI that keeps track of the background protein folding progress done by Folding@Home
The Folding@Gnome applet is merely a GUI in which you can adjust your Folding@Home settings and view the folding progress. Folding@Home is a background process that uses spare CPU cycles to calculate the folding of proteins. For more info, please visit Stanfords Folding@Home homepage.
<<lessThe Folding@Gnome applet is merely a GUI in which you can adjust your Folding@Home settings and view the folding progress. Folding@Home is a background process that uses spare CPU cycles to calculate the folding of proteins. For more info, please visit Stanfords Folding@Home homepage.
Download (0.056MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
980 downloads
XPenguins GNOME Applet 2.1.1
The XPenguins GNOME Applet allows you to fill your screen with penguins at the click of a button. more>>
The XPenguins GNOME Applet allows you to fill your screen with penguins at the click of a button, as well as being able to change their number and speed on the fly.
You must install the basic XPenguins package first.
<<lessYou must install the basic XPenguins package first.
Download (0.063MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1510 downloads
GNOME Sudoku 0.7.1
GNOME Sudoku is a Sudoku player and generator for the GNOME Desktop. more>>
GNOME Sudoku is a GNOME-based puzzle game. Sudoku is a popular puzzle Japanese logic game. GNOME Sudoku intends to provide a simple interface for generating, playing, saving, printing and solving Sudoku puzzles.
At present, GNOME Sudoku supports infinite undo, generation of symmetric puzzles with unique solutions, and basic features to help gameplay.
<<lessAt present, GNOME Sudoku supports infinite undo, generation of symmetric puzzles with unique solutions, and basic features to help gameplay.
Download (0.12MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1105 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 garden gnomes 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