ember 0.5.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 137
WorldForge::Ember 0.5.0
WorldForge::Ember is sn OGRE based 3D MMORPG client for WorldForge. more>>
Ember is a 3d client for the WorldForge project. It uses the Ogre 3d graphics library for presentation and CEGUI for its GUI system.
The client can model a full 3d world with dynamic terrain generation. It has an easy to use GUI system with widgets for server browsing, login, and character selection, and context menus for in game interaction.
WorldForge::Ember has support for experimental graphical features such as dynamically generated trees, realistic water, and ground cover.
Main features:
- Full 3d world with dynamic terrain generation
- Easy to use GUI system
- Context menus for in game interaction
- Support for experimental graphical features such as dynamically generated trees, realistic water and ground cover
<<lessThe client can model a full 3d world with dynamic terrain generation. It has an easy to use GUI system with widgets for server browsing, login, and character selection, and context menus for in game interaction.
WorldForge::Ember has support for experimental graphical features such as dynamically generated trees, realistic water, and ground cover.
Main features:
- Full 3d world with dynamic terrain generation
- Easy to use GUI system
- Context menus for in game interaction
- Support for experimental graphical features such as dynamically generated trees, realistic water and ground cover
Download (58.7MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
816 downloads
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.
<<lessIt 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.
Download (0.30MB)
Added: 2005-07-15 License: AGPL (Affero General Public License) Price:
1561 downloads
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.
<<lessThe 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.
Download (0.13MB)
Added: 2007-08-01 License: LGPL (GNU Lesser General Public License) Price:
819 downloads
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.
<<lessIt 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.
Download (0.020MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1285 downloads
animmaker 0.5.0
animmaker creates an unindexed raw AVI from a list or stream of uncompressed Targa files. more>>
animmaker creates an unindexed raw AVI from a list or stream of uncompressed Targa files (the ones generated by POV-Ray are accepted perfectly).
After having a raw AVI file generated by animmaker, you can encode it to DivX with MPlayer, like this:
mencoder foo.avi -o foo2.avi -divx4opts br=800:q=5:key=25
Or if you prefer libavcodec instead of divx4linux and two-pass encoding (enhances the quality/size ratio), you can do it like this:
mencoder foo.avi -o foo2.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=800:vhq:vpass=1
mencoder foo.avi -o foo2.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=800:vhq:vpass=2
Refer to the mencoder documentation to see how you can add audio, use different codecs, tune the compression parameters etc. Note that not all codecs support two pass encoding, which is completely optional anyway.
Version restrictions:
- All input tga files must be the same resolution.
- Only uncompressed bgr24/bgr16/bgr15 tga files are accepted.
- The resulting avi will not contain index.
- Resulting avi may not be bigger than 2 GB.
- Only raw audio is accepted, and the soundtrack can only have 1 or 2 channels and can only be 8-bit or 16-bit.
Enhancements:
- This release adds support for huge files (64-bit offsets), and the AVI OpenDML vprp section in the riffdump program.
- Some code cleanup was also done.
<<lessAfter having a raw AVI file generated by animmaker, you can encode it to DivX with MPlayer, like this:
mencoder foo.avi -o foo2.avi -divx4opts br=800:q=5:key=25
Or if you prefer libavcodec instead of divx4linux and two-pass encoding (enhances the quality/size ratio), you can do it like this:
mencoder foo.avi -o foo2.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=800:vhq:vpass=1
mencoder foo.avi -o foo2.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=800:vhq:vpass=2
Refer to the mencoder documentation to see how you can add audio, use different codecs, tune the compression parameters etc. Note that not all codecs support two pass encoding, which is completely optional anyway.
Version restrictions:
- All input tga files must be the same resolution.
- Only uncompressed bgr24/bgr16/bgr15 tga files are accepted.
- The resulting avi will not contain index.
- Resulting avi may not be bigger than 2 GB.
- Only raw audio is accepted, and the soundtrack can only have 1 or 2 channels and can only be 8-bit or 16-bit.
Enhancements:
- This release adds support for huge files (64-bit offsets), and the AVI OpenDML vprp section in the riffdump program.
- Some code cleanup was also done.
Download (0.035MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1340 downloads
Muxi 0.5.0
Muxi is a tv application and personal video recorder for DVB-T. more>>
Muxi is a tv application and personal video recorder for DVB-T. The project includes an electronic programme guide, live stream recording and time shifting.
<<less Download (0.37MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
830 downloads
ht://Miner 0.5.0
ht://Miner is a system for Web usage mining and data warehousing that allows for the discovery of knowledge from data. more>>
ht://Miner is a system for Web usage mining and data warehousing that allows for the discovery of knowledge from data (KDD) regarding usage on the Web, such as unique visitors, sessions, and transactions. The information is then organized in the PostgreSQL RDMBS.
<<less Download (1.0MB)
Added: 2007-02-05 License: GPL (GNU General Public License) Price:
992 downloads
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.
<<lessBuilt 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.
Download (0.59MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
qmeterslib 0.5.0
qmeterslib library provides a highly customizable Qt widget for creating complex analog dial widgets. more>>
qmeterslib library provides a highly customizable Qt widget for creating complex analog dial widgets. It supports multiple scales, multiple needles, and customizable needles and backgrounds.
qmeterslib library works as a "container" QAnalogMeter widget that is initially empty. The developer must create one or more instances of a scale (clock or sector) and one or more instances of index/needle (clock, donut, pie). A demo application is included.
Enhancements:
- All KDE dependence was removed from the demo and the project itself.
- The project is now based on Qmake instead of KDevelop.
- Index behavior was corrected so that values out of range are not considered for widget update.
<<lessqmeterslib library works as a "container" QAnalogMeter widget that is initially empty. The developer must create one or more instances of a scale (clock or sector) and one or more instances of index/needle (clock, donut, pie). A demo application is included.
Enhancements:
- All KDE dependence was removed from the demo and the project itself.
- The project is now based on Qmake instead of KDevelop.
- Index behavior was corrected so that values out of range are not considered for widget update.
Download (0.15MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1014 downloads
SCAM 0.5.0
SCAM is a simple system, based on GNU Make, but adding autoconf-like configuration. more>>
SCAM stands for Simple Configure for Automatic Makefiles.
SCAM is a simple system, based on GNU Make, but adding autoconf-like configuration.
Autoconf usually takes ages to update a configuration just for a simple program, and adds kilobytes of unusefull checks about compiler and system. Also it sort of need the GNU automake for several tasks.
Both automake and autoconf can be replaced by SCAM on basic GNU/Linux systems with standard GNU Make.
Of course SCAM generate Makefiles that are at least as compatibles as automake ones to allow creation of Debian packages (my actual quality test).
<<lessSCAM is a simple system, based on GNU Make, but adding autoconf-like configuration.
Autoconf usually takes ages to update a configuration just for a simple program, and adds kilobytes of unusefull checks about compiler and system. Also it sort of need the GNU automake for several tasks.
Both automake and autoconf can be replaced by SCAM on basic GNU/Linux systems with standard GNU Make.
Of course SCAM generate Makefiles that are at least as compatibles as automake ones to allow creation of Debian packages (my actual quality test).
Download (0.008MB)
Added: 2005-12-27 License: GPL (GNU General Public License) Price:
1396 downloads
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.
<<lessJude 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.
Download (2.58MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1661 downloads
Jimm 0.5.0
Jimm is an ICQ?clone for mobile devices with J2ME (MIDP) technology. more>>
Jimm is a native ICQ clone for Java 2 Platform Micro Edition (J2ME), Mobile Information Device Profile (MIDP) 1.0 and 2.0 . It supports the new v8 protocol, former protocols are not supported.
Jimm is the most lightweight ICQ clone available, so please do not expect the same features your favourite desktop client has.
Main features:
- Request and read the server side contact list
- Send plain messages (type 1 and 2)
- Receive plain messages (type 1, 2 and 4, and offline messages)
- Send URL messages (type 4)
- Send and receive status messages (away, n/a, etc.)
- Receive URL messages (type 1, 2 and 4, and offline messages)
- Send file transfer messages and send files (type 2 and direct connection)
- Set your status (away, n/a, etc.)
- Receive status updates (user is away, n/a, etc.)
- Request information about other users
- Remove users from the server side contact list
- Add users to the server side contact list
- Rename users on the server side contact list
- Search for users
- Answer authorization requests
- Multilingual user interface
<<lessJimm is the most lightweight ICQ clone available, so please do not expect the same features your favourite desktop client has.
Main features:
- Request and read the server side contact list
- Send plain messages (type 1 and 2)
- Receive plain messages (type 1, 2 and 4, and offline messages)
- Send URL messages (type 4)
- Send and receive status messages (away, n/a, etc.)
- Receive URL messages (type 1, 2 and 4, and offline messages)
- Send file transfer messages and send files (type 2 and direct connection)
- Set your status (away, n/a, etc.)
- Receive status updates (user is away, n/a, etc.)
- Request information about other users
- Remove users from the server side contact list
- Add users to the server side contact list
- Rename users on the server side contact list
- Search for users
- Answer authorization requests
- Multilingual user interface
Download (10.7MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1102 downloads
JabberTools 0.5.0
JabberTools is a set of tools that makes it easier to use and convert to Jabber. more>>
JabberTools is a set of tools that makes it easier to use and convert to Jabber.
It is important to note that in certain scenarios, the server may take a little while to complete the tasks described below and may not response. For now, to compensate, we dont check for a response. Thus, you may encounter cases where account creations, removals, or password changes may not work. If you encounter such a case, please submit a bug report at http://jabbertools.sf.net/ or email mike@aspect.net.
How to run the Account Manager (commandline)
Create a new account
Remove your account from the server
Change your Jabber password
To run the JabberTools Account Manager:
/account_manager.pl
or
/perl account_manager.pl
and follow the interactive prompting on the screen.
How to run the Account Manager (web-based)
To install the Account Manager as a script others can use on your web server:
copy or move account_manager/www/account_manager-www.pl to the top level of your servers cgi-script directory
make the file executable (chmod 755 account_manager-www.pl should work)
copy, link, or move common/jabbertools-common.pl to the to the top level of your servers cgi-script directory
copy, link, or move account_manager/www/top_html-am.inc and bot_html-am.inc to the top level of your servers cgi-script directory.
if you wish, modify top_html-am.inc and bot_html-am.inc to make the account manager
Enhancements:
- Importer
- Imports from several new programs (Gerrys ICQ, etc)
- Additional stability in importing ICQ2000 data
- Direct XML IQ imports (basically Gabber exported roster)
- Fix many timeout problems with web-based interface
- Intelligent commandline prompting
- Account Manager
- New!
- Intelligent commandline prompting
- Create new accounts
- Remove your account
- Change your password
- Commandline and web-based interfaces
<<lessIt is important to note that in certain scenarios, the server may take a little while to complete the tasks described below and may not response. For now, to compensate, we dont check for a response. Thus, you may encounter cases where account creations, removals, or password changes may not work. If you encounter such a case, please submit a bug report at http://jabbertools.sf.net/ or email mike@aspect.net.
How to run the Account Manager (commandline)
Create a new account
Remove your account from the server
Change your Jabber password
To run the JabberTools Account Manager:
/account_manager.pl
or
/perl account_manager.pl
and follow the interactive prompting on the screen.
How to run the Account Manager (web-based)
To install the Account Manager as a script others can use on your web server:
copy or move account_manager/www/account_manager-www.pl to the top level of your servers cgi-script directory
make the file executable (chmod 755 account_manager-www.pl should work)
copy, link, or move common/jabbertools-common.pl to the to the top level of your servers cgi-script directory
copy, link, or move account_manager/www/top_html-am.inc and bot_html-am.inc to the top level of your servers cgi-script directory.
if you wish, modify top_html-am.inc and bot_html-am.inc to make the account manager
Enhancements:
- Importer
- Imports from several new programs (Gerrys ICQ, etc)
- Additional stability in importing ICQ2000 data
- Direct XML IQ imports (basically Gabber exported roster)
- Fix many timeout problems with web-based interface
- Intelligent commandline prompting
- Account Manager
- New!
- Intelligent commandline prompting
- Create new accounts
- Remove your account
- Change your password
- Commandline and web-based interfaces
Download (0.035MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1220 downloads
jHomenet 0.5.0
jHomenet is a home automation application. more>>
jHomenet is a home automation application. jHomenet uses both X-10 and Dallas Semiconductor 1-Wire network sensors and devices to collect sensor data and control devices.
jHomenet project can be programmed to respond to events, including particular sensor data values or time-of-day events.
Enhancements:
- This is a binary only release that includes several changes.
- Most noticable is the change in the versioning format.
- This change, however, also includes a drastic change in the library versioning and dependency framework.
- Other changes include a revised EventLogger, some UI tweaks, and several new jhomenet-commons JUnit unit tests.
- Some significant changes were also made to the Ant build setup.
<<lessjHomenet project can be programmed to respond to events, including particular sensor data values or time-of-day events.
Enhancements:
- This is a binary only release that includes several changes.
- Most noticable is the change in the versioning format.
- This change, however, also includes a drastic change in the library versioning and dependency framework.
- Other changes include a revised EventLogger, some UI tweaks, and several new jhomenet-commons JUnit unit tests.
- Some significant changes were also made to the Ant build setup.
Download (9.1MB)
Added: 2007-07-16 License: LGPL (GNU Lesser General Public License) Price:
832 downloads
wmpuzzle 0.5.0
wmpuzzle provides a 4x4 puzzle on a 64x64 mini window. more>>
wmpuzzle provides a 4x4 puzzle on a 64x64 mini window. You can puzzle any XPM image you wish, and there are many graphics applications available to convert other images into the XPM format.
wmpuzzle will let you save the current state of the image at any time. When the puzzle has been completed the full image will be shown. The program is designed to work with the WindowMaker dock, but will work with other window managers as well.
INSTALLATION:
On Debian systems, install the Debian package: type dpkg -i wmpuzzle_*.deb as root. If you need to compile it first, e.g. you want to install the unstable version on a woody system, type dpkg-buildpackage -rfakeroot -tc -uc -us.
On Non-Debian systems compile the program typing ./configure, make and then make install as root.
HOW TO USE THIS PROGRAM
Please read the manual page, type `man wmpuzzle.
<<lesswmpuzzle will let you save the current state of the image at any time. When the puzzle has been completed the full image will be shown. The program is designed to work with the WindowMaker dock, but will work with other window managers as well.
INSTALLATION:
On Debian systems, install the Debian package: type dpkg -i wmpuzzle_*.deb as root. If you need to compile it first, e.g. you want to install the unstable version on a woody system, type dpkg-buildpackage -rfakeroot -tc -uc -us.
On Non-Debian systems compile the program typing ./configure, make and then make install as root.
HOW TO USE THIS PROGRAM
Please read the manual page, type `man wmpuzzle.
Download (0.080MB)
Added: 2006-10-24 License: GPL (GNU General Public License) Price:
1095 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 ember 0.5.0 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