Main > Free Download Search >

Free plus4emu 1.2.1 software for linux

plus4emu 1.2.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 137
plus4emu 1.2.1

plus4emu 1.2.1


plus4emu is a portable emulator of the Commodore Plus/4 computer. more>>
plus4emu is a portable emulator of the Commodore Plus/4 computer. It supports Windows and POSIX platforms (32 bit Windows and 32 and 64 bit Linux have been tested).
The project implements accurate, high quality hardware emulation, but the system requirements are higher than that of most other emulators.
Enhancements:
- TED emulation improvements were made.
- The frame rate in full speed mode is now limited to a maximum of 50 Hz to improve performance.
- Some minor bugs were fixed.
<<less
Download (0.65MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
805 downloads
LMule 1.2.1

LMule 1.2.1


LMule is a Linux port of eMule client using wxWindows class library. more>>
LMule is a Linux port of eMule client using wxWindows class library.
<<less
Download (1.3MB)
Added: 2005-08-15 License: GPL (GNU General Public License) Price:
1534 downloads
XStream 1.2.1

XStream 1.2.1


XStream is a simple library to serialize objects to XML and back again. more>>
XStream is a simple library to serialize objects to XML and back again. It is easy to use, is not requiring the definition of mappings, is fast, and integrates with other XML APIs.
Main features:
- Ease of use. A high level facade is supplied that simplifies common use cases.
- No mappings required. Most objects can be serialized without need for specifying mappings.
- Performance. Speed and low memory footprint are a crucial part of the design, making it suitable for large object graphs or systems with high message throughput.
- Clean XML. No information is duplicated that can be obtained via reflection. This results in XML that is easier to read for humans and more compact than native Java serialization.
- Requires no modifications to objects. Serializes internal fields, including private and final. Supports non-public and inner classes. Classes are not required to have default constructor.
- Full object graph support. Duplicate references encountered in the object-model will be maintained. Supports circular references.
- Integrates with other XML APIs. By implementing an interface, XStream can serialize directly to/from any tree structure (not just XML).
- Customizable conversion stategies. Strategies can be registered allowing customization of how particular types are represented as XML.
- Error messages. When an exception occurs due to malformed XML, detailed diagnostics are provided to help isolate and fix the problem
Enhancements:
- A lot has changed since 1.1.2, especially for writing DOM structures or JSON.
- A lot of new converters have been added.
- There is more support for JDK 5-specific elements.
- JRockit and certain CGLIB proxies are supported.
- Many more abilities are available to tweak the processed XML.
<<less
Download (5.9MB)
Added: 2006-11-18 License: BSD License Price:
1076 downloads
TEMPO 1.2.1

TEMPO 1.2.1


TEMPO (Topographic Eeg Mapping PrOgram) is open source software for 3D visualization of brain electrical activity. more>>
TEMPO (Topographic Eeg Mapping PrOgram) is open source software for 3D visualization of brain electrical activity. TEMPO accepts EEG file in standard EDF format and creates animated sequence of topographic maps.

Topographic maps are generated over 3D head model and user is able to navigate around head and examine maps from different viewpoints.

Most mapping parameters are adjustable through appropriate graphical user interface controls. Also, individual topographic maps could be saved in PNG format for future examination or publishing.
<<less
Download (0.78MB)
Added: 2005-06-13 License: GPL (GNU General Public License) Price:
1596 downloads
OBLISK 1.2.1

OBLISK 1.2.1


OBLISK is a packaging system that is distribution independent. more>>
OBLISK, the Open Binary Linux Install System Kit, aims to make any package install on any modern GNU/Linux system.

OBLISK packages are sent in an appdir-like package, so they can be ran entirely in place, but also have an installer, so they can be installed to /usr, or any other path.
<<less
Download (0.084MB)
Added: 2005-11-10 License: MIT/X Consortium License Price:
1443 downloads
K-Umts 1.2.1

K-Umts 1.2.1


Kumts utility uses wvdial ,in order to connect your 3G UMTS card to your laptop or pcmcia adapter. more>>
Kumts utility uses wvdial, in order to connect your 3G UMTS card to your laptop or pcmcia adapter.

Configure section provide password,username and number to dial. You can create a wvdial.config file in /tmp directory with "save config" button.

At reboot temp file will be destroyed for safety. Check on syslog terminal your output connection and have fun with your wireless umts card..

<<less
Download (0.061MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1106 downloads
Atheme 1.2.1

Atheme 1.2.1


Atheme is a portable, secure set of IRC services that are designed to run on many IRCds. more>>
Atheme project is a portable, secure set of open source IRC services released under the BSD license, designed to run on many IRCds.

Unlike alternative packages, Athemes core is minimalistic, providing only required functionality. Extra modules providing functionality you want as a network administrator can be acquired through our (upcoming) module repository.

That said, Atheme provides a fairly complete services set, excluding features designed for oper abuse. It also adds a twist on many of the classic features of Services, such as NOOP.
<<less
Download (0.70MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1101 downloads
Tunnel 1.2.1

Tunnel 1.2.1


Tunnel project is a simple game involving a ball going down a tunnel. more>>
Tunnel project is a simple game involving a ball going down a tunnel.

Tunnel is a game in which you control a capsule going down a tunnel, shooting other balls in the way. In the process you should pick up power-ups and avoid collisions with enemy balls coming your way.

During the game, you can fire at other balls. They break into fragments which can damage your capsule, so beware.

If the game is too slow on your computer, try using a lower resolution, either using command line options or by modifying the options files.

Tunnel is free software released under the GPL.

<<less
Download (0.40MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1087 downloads
libb64 1.2.1

libb64 1.2.1


libb64 is a library of ANSI C routines for fast encoding and decoding of data into and from the base64-encoded format. more>>
libb64 is a library of ANSI C routines for fast encoding/decoding data into and from a base64-encoded format. C++ wrappers are included, as well as the source code for standalone encoding and decoding executables.

Base64 uses a subset of displayable ASCII characters, and is therefore a useful encoding for storing binary data in a text file, such as XML, or sending binary data over text-only email.

I did this because I needed a fast C++ implementation of base64 encoding and decoding, without any licensing problems. Some implementations are released under either the GNU/GPL, or a BSD-variant, which is not what I require. Some decent ones are available in Java, but as mentioned, I need C++ code.

The available code is mostly slow as well, and complicated to understand, use and maintain. Base64 encoding and decoding is ideally suited to be implemented using co-routines, which make the code more compact, easier to read, and easier to use.
<<less
Download (0.007MB)
Added: 2006-12-08 License: Public Domain Price:
1051 downloads
Vex 1.2.1

Vex 1.2.1


Vex is a CSS-styled editor for document-type XML such as DocBook and xhtml. more>>
Vex is a CSS-styled editor for document-type XML such as DocBook and xhtml.
Vex provides a wordprocessor-like interface for editing structured documents in XML. It is written in Java and based on the Eclipse platform.
Main features:
- Uses regular CSS for styling documents.
- Constrains the document to valid XML while you type.
- Produces readable, word-wrapped XML documents.
- Leverages the power of the Eclipse platform, e.g. supports full integration with CVS.
<<less
Download (25MB)
Added: 2005-08-08 License: GPL (GNU General Public License) Price:
1539 downloads
flexbackup 1.2.1

flexbackup 1.2.1


flexbackup is a flexible backup tool. more>>
flexbackup is for you if you have a single or small number of machines, amanda is "too much", and tarring things up by hand isnt nearly enough...
Main features:
- Easy to configure
- Uses dump, afio, GNU tar, cpio, star, pax, or zip archivers
- Full and numbered levels of incremental backup (acts like "dump")
- Compression and buffering options for all backup types
- Does remote filesystems (over rsh/ssh; no special service)
- Package delta mode can backup files not owned by rpm, or owned+changed files.
- Writes to tapes, on-disk archive files, or on-disk directory trees
- Keeps a table of contents so you know what archives are on each tape
- Nice log files
<<less
Download (0.083MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1655 downloads
KEnigma 1.2.1

KEnigma 1.2.1


KEnigma is a replica of the German enigma code machine used in WW2 written in ruby/kde. more>>
KEnigma is a replica of the German enigma code machine used in WW2 written in ruby and kde.

This is an exact copy of the real machine (You could encode a message on a real enigma and decode it using this.)

<<less
Download (0.032MB)
Added: 2006-02-17 License: GPL (GNU General Public License) Price:
1344 downloads
ghasher 1.2.1

ghasher 1.2.1


ghasher can easily show the MD5 sum(or md2,md4,sha1,sha,ripemd160,dss1) of a file. more>>
ghasher can easily show the MD5 sum(or md2,md4,sha1,sha,ripemd160,dss1) of a file.

Motivation for this utility was that users shouldnt need to open a command line for checking the MD5 sum of files they download.

Its written using GTK2 and OpenSSL.

<<less
Download (0.011MB)
Added: 2005-11-22 License: GPL (GNU General Public License) Price:
1437 downloads
Etlinux 1.2.1

Etlinux 1.2.1


Etlinux is a complete Linux-based system designed to run on very small industrial computers. more>>
etLinux is an embedded linux distribution, intended for PC/104 boards with flash disk (like M-Systems DiskOnChip) with very little memory and disk space (starting from 2Mb of RAM and 2Mb of flash disk).
Subsequently well refer to the development platform as the "host system" and to the target machine (the one on which etLinux will run) ad the "target system".
Etlinux is a complete Linux-based system designed to run on very small industrial computers. It has been designed to be small, modular, flexible and complete.
Its reduced memory and disk requirements make it ideal for all cost-sensitive situations, while at the same time its modularity and completeness give the full power of unix even for embedded applications.
Etlinux is ideal in all embedded system applications where advanced unix facilities are a must: preemptive multitasking, multithreading, memory protection, fast I/O, enhanced reliability, speed, ...
Moreover, source code availability is a guarantee for the longevity of Etlinux based products.
But perhaps the greatest advantage over competitors is given by the enormous and proven availability of advanced development tools, documentation and sources, giving an effective edge to the developer and reducing the time to market.
In fact the availability of constantly updated quality C/C++ compilers, debuggers, libraries, interpreted languages, and other tools is the most compelling reason to switch away from old proprietary embedded development environments.
Main features:
- embedded cgi-capable WEB server
- a telnet server
- an email server, with the ability to execute commands sent by email from a remote site
- CORBA support
- easy-to-use remote file management
- the powerful Tcl scripting language
- a flexible package selection scheme, allowing an easy customization of the system
- source code available for every component
<<less
Download (5.0MB)
Added: 2005-05-11 License: GPL (GNU General Public License) Price:
1629 downloads
libStreamedXML 1.2.1

libStreamedXML 1.2.1


libStreamedXML is a parser for Streamed XML, a simplified subset of XML initially developed for networked embedded applications. more>>
libStreamedXML is a parser for Streamed XML, a simplified subset of XML initially developed for networked embedded applications.
Streamed XML was designed to be simpler and more robust than XML while still keeping the overall structure of such a document.
libStreamedXML library is a C++ parser providing an event-based interface (much like sax).
Enhancements:
- libCStreamedXML and a test program were added.
- libCStreamedXML is a smaller and simpler implementation of a Streamed XML parser written in C.
<<less
Download (0.031MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1155 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5