Main > Free Download Search >

Free marie 0.5.0 software for linux

marie 0.5.0

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

MARIE 0.5.0


MARIE is a new design tool for mobile and autonomous robot applications. more>>
MARIE project is a robotic development and integration environment focused on software reusability and exploitation of already available APIs and middlewares frequently used in robotics.
The main purpose of MARIE is to create a rapid-prototyping approach to software development in robotics.
MARIE proposes a development environment, which copes directly with inter-application communications, creating transparency for communications between them and their localization.
Each application interacts with MARIE communication system, instead of the typical application-to-application relation. It proposes a development environment, which helps and supports distributed system creation. We can see it as a toolbox appropriate for creation of robotics system, plus development guidelines and some APIs to support what is specific in applications.
MARIE uses the mediator design pattern for distributed system in order to cope with different applications not sharing the same communication protocol. This mediator design pattern creates a centralized control unit (the mediator) which interacts with each colleague (the applications) independently.
It coordinates global interactions between colleagues in order to realize the desired system. The five principal consequences from this design are: limiting subclassing, decoupling colleagues, simplifying object protocols, abstracting how objects cooperate and centralizing control.
Application Adapters are responsible for sending service requests and communications from the centralized control unit to the applications, and vice versa, using an application proxy. Each application to be integrated must have its own Application Adapter that encapsulates communication mechanism, the services it provides and the specific configurations it needs.
Communication Adapters are responsible for translating information between different communication protocols and mechanisms.
Communication Managers are responsible of creating and managing communication links between Application Adapters that need to be connected together.
Application Managers manage and control the entire system by coordinating system states, achieving coherence and stability, and configuring and controlling of all components available in the system.
Ports & Communication Strategies are responsible of interconnections between MARIEs components. Each components have one or more Ports that are used as tap points where communication links can be established. Each Port can have its own strategy, called Communication Strategy(CS), on how it handles incoming and outgoing data. Typically, CS implements or is based on a known protocol, such as TCP, UDP or IPC, but it can be any other strategies as well (shared memory, files, direct function calls, ...). Decoupling Communication Strategy from Port functionnalities opens the possibility to choose which protocol is used for each Port without having to modify code related to Ports/components functionnalities.
Enhancements:
- Lots of changes were made in this release.
- A build system based on Scons is used.
- Component creation was simplified.
- User-defined plugins were added for CFB, CS, and Data Factory (SerDes).
- Project file description is used instead of start scripts.
- Socket port number is now automatically managed.
- A new console and GUI Application Manager were added.
- A toolbox for RobotFlow was added.
- Unit tests were introduced.
- New documentation was written.
- A new wiki-based Web site used.
- Code bugs and issues were corrected.
<<less
Download (1.2MB)
Added: 2006-09-01 License: GPL (GNU General Public License) Price:
1150 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
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
Muxi 0.5.0

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
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
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
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
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
animmaker 0.5.0

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.
<<less
Download (0.035MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1340 downloads
ht://Miner 0.5.0

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 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
SCAM 0.5.0

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).

<<less
Download (0.008MB)
Added: 2005-12-27 License: GPL (GNU General Public License) Price:
1396 downloads
wGui 0.5.0

wGui 0.5.0


wGui is a simple, platform-independent dialog manager library using SDL and FreeType2. more>>
wGui is a platform independent dialog management library based on SDL (Simple Direct-Media Layer) and Freetype 2.
wGuis purpose is to fill the small niche of a GUI library for SDL. There are actually three well known alternatives: LibUta, ParaGUI and aedGui. wGui was spawned from the work of another project (as was LibUta), which I may someday actually get back to.
This was designed to have as few dependencies as possible, and currently only relies upon SDL and Freetype. There is also no platform dependent code, which means it should work properly on any platform that has SDL and Freetype.
wGui was also designed to take advantage of C++, the Standard Library, and the latest Object Oriented techniques. Unfortunately both SDL and Freetype are regular C projects, so not everything is strict C++.
Enhancements:
- The big change in this release was to support Unicode.
- Support for building in Microsoft Visual Studio 2005 has also been added.
<<less
Download (1.0MB)
Added: 2007-05-17 License: LGPL (GNU Lesser General Public License) Price:
891 downloads
PIDA 0.5.0

PIDA 0.5.0


PIDA is the Python Integrated Development Application. more>>
PIDA project is the Python Integrated Development Application.
PIDA is an IDE, but one that is slightly different from other IDEs (pyGTK required). Rather than attempting to write a set of development tools of its own, PIDA uses tools that the developer has available. In this regards PIDA can be used as a framework for putting together your own bespoke IDE.
Although still a young application, PIDA can already boast a huge number of features because of the power of some of the tools it integrates. For example features such as code completion and syntax highlighting are well implemented in PIDAs integrated editors far better than any editor built for a commercial IDE.
PIDA currently features: FUll code editing (syntax highlighting, code completion, automatic indenting, block commenting etc) Project management, version control management, Python debugger and profiler, GTK graphical user interface building and rapid application design, Pastebin integration.
Enhancements:
- The core was rewritten.
<<less
Download (1.5MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
844 downloads
Jimm 0.5.0

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
<<less
Download (10.7MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1102 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5