Main > Free Download Search >

Free messyfront 18 software for linux

messyfront 18

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 190
MESSyFront 18

MESSyFront 18


MESSyFront is a frontend for the MESS emulator. more>>
MESSyFront is a frontend for the MESS emulator. MESSyFronts main goal of the project is to get the user in to the emulation environment as quickly as possible.

The secondary goal is targetting Tandy Color Computer users that run Linux (or *nix envrionments). As interest grows, other target environments may be added.

<<less
Download (0.13MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
813 downloads
Sabayon 2.18.1

Sabayon 2.18.1


Sabayon is a system administration tool to manage GNOME desktop settings. more>>
Sabayon is a system administration tool to manage GNOME desktop settings.

Sabayon provides a sane way to edit GConf defaults and GConf mandatory keys: the same way you edit your desktop. Sabayon launches profiles in an Xnest window.

Any changes you make in the Xnest window are saved back to the profile file, which can then be applied to users accounts.

<<less
Download (0.76MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
947 downloads
MonetDB 4.18.0

MonetDB 4.18.0


MonetDB is an open source high-performance database system developed at CWI. more>>
MonetDB is an open source high-performance database system developed at CWI, the Institute for Mathematics and Computer Science Research of The Netherlands.
MonetDB project was designed to provide high performance on complex queries against large databases, e.g. combining tables with hundreds of columns and multi-million rows.
As such, MonetDB can be used in application areas that because of performance issues are no-go areas for using traditional database technology in a real-time manner.
MonetDB has been successfully applied in high-performance applications for data mining, OLAP, GIS, XML Query, text and multimedia retrieval.
MonetDB achieves this goal using innovations at all layers of a DBMS: a storage model based on vertical fragmentation, a modern CPU-tuned vectorized query execution architecture that often gives MonetDB a more than 10-fold raw speed advantage on the same algorithm over a typical interpreter-based RDBMS.
MonetDB is one of the first database systems to focus its query optimization effort on exploiting CPU caches. MonetDB also features automatic and self-tuning indexes, run-time query optimization, a modular software architecture, etcetera.
In-depth information on the technical innovations in the design and implementation of MonetDB can be found in our digital library.
Main features:
- A fairly extensive ANSI SQL-99 language interface including:
- Primary and foreign key enforcement
- View management
- Sub-queries
- Authorization scheme
- Unicode support (UTF-8)
- Support for external functions
- A full-fledged and scalable implementation of XQuery.
- SQL and XQuery query caching to speed up data processing.
- Extensible architecture at any level of sophistication needed.
- The MonetDB engine can be embedded into your application.
- High performance, using highly tuned data structures and algorithms to exploit the power of modern hardware.
- Transaction control at various levels of granularity, which makes query dominant applications run at light speed.
- Tapping into the experiences gained in supporting XML, Multimedia, GIS, etc. applications right op top of a kernel without the overhead often encountered in SQL-based systems.
- Broad hardware spectrum ranging from StrongARM-based PDAs up to Opteron-based Servers (cf. Platforms).
- 32- and 64-bit cross-platform support for:
- Linux, Microsoft Windows, Apple MacOS X, Sun Solaris, IBM AIX, and SGI IRIX;
<<less
Download (5.6MB)
Added: 2007-06-14 License: MPL (Mozilla Public License) Price:
867 downloads
MissingH 0.18.3

MissingH 0.18.3


MissingH is a large collection of assorted utility libraries for Haskell. more>>
MissingH is a large collection of assorted utility libraries for Haskell. MissingHs primary audience is Haskell programmers that want to get practical things done fast.

It also serves as a staging area of sorts for useful, general-purpose Haskell code. This could be code that may eventually wind up in base Haskell libraries, or it could grow into a library in its own and be forked off. Or it could remain in MissingH indefinately.

But that doesnt mean that MissingH is of low quality. It is backed by a rigorous unit test suite and comprehensive documentation.

As this site goes live, MissingH is undergoing a major renovation. So please pardon the lack of extensive FAQs, HOWTOs, etc. at the moment; they would surely all be obsolete if they were written right now.
<<less
Download (0.12MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
961 downloads
Zircon 1.18

Zircon 1.18


Zircon is an X Window System interface to Internet Relay Chat. more>>
Zircon is an X Window System interface to Internet Relay Chat. The software is written in tcl/tk and uses the native network communications of tcl.
Suggestions for improvements to Zircon are welcome. I am particularly interested in making the system useful for those users in groups where JIPS and other national character sets are used.
Zircon has more features than you could possibly imagine and implements nearly everything that the irc II clients support as well as many other useful and interesting features.
Main features:
- There is no JIS support. This needs a kanjified tcl/tk and some changes to zircon. Someone in Japan used to provide support for this but seems no longer to do so. Tcl 8.1 has proper unicode support included so this problem will go away soon.
- Character escaping in the low level CTCP protocol is not done everywhere, but it *is* done for SED encrypted messages
- You cannot configure anything other than Channels using the configuration panel. If you wish to configure Message channels then you have to do them by hand in the rc file. One day I will completely redo the configuration system....
- The Sketch Pad facility is (still!!) not completely finished. (and will probably move out into the plugin system when I get that done)
- The Clear button does not clear the screen. This is a tcl/tk problem and I cannot do anything (useful) to solve it. If you Shift-click on the button then the screen and the history are cleared, this does work
<<less
Download (0.30MB)
Added: 2005-09-16 License: GPL (GNU General Public License) Price:
1498 downloads
libgnomeprint 2.18.1

libgnomeprint 2.18.1


libgnomeprint is a Gnome printing library. more>>
libgnomeprint is a Gnome printing library.
This is an implementation of the Gnome Printing Architecture, as described in:
http://www.levien.com/gnome/print-arch.html
An updated description of gnome-print and future plans can be found in :
http://www.levien.com/gnome/print-summit-2000.htm
We have a mailing list setup:
gnome-print@gnome.org
Overview
1. Imaging
Gnome-print uses semi-standard PostScript imaging model. I.e. all
shapes are described as sequences of path commands (moveto, lineto
curveto, closepath) and images created through fill and stroke
operators.
2. Coordinates
The initial coordinate system is identical to the PostScript one,
i.e. unit is 1 typographic point and y grows upwards on the page.
Coordinate system can be modified, using concat operator.
3. Graphic state
Graphic state is manipulated through usual operators, like
setrgbcolor, setopacity, setlinewidth. There are gsave and grestore
operators that manipulate graphic state stack.
Currently the only supported colorspace is RGB, as we have yet to
figure out the patent issues involved in CMYK and other colorspaces.
4. Text
There are 2 primary text operators. The simpler one (show) accepts
UTF-8 encoded string, and outputs it as well as possible using
current font from graphic state.
The other one (glyphlist) accepts device idependently formatted
sequence of glyphs - i.e. user program should do exact layout and
languge analyzing itself. Glyphlist can include glyphs from different
fonts, use different colors and position glyphs either in
predetermined coordinates or use simple font-specific positioning
rules (glyph advances for latin-like fonts).
5. Fonts
Gnome-print uses type1 fonts for all rendering, so printed output
is always identical to onscreen preview.
Enhancements:
- Fix a crash in Gedit caused by a typo. (Jeremy Messenger, Joe Marcus Clarke)
- Fix compiler warnings (Damien Carberry, Michael Wolf)
Updated translations:
- fi (Ilkka Tuohela)
- ga (Ignacio Casal Quinteiro)
- si (Danishka Navin)
- ta (Tirumurthi Vasudevan)
- vi (Pham Thanh Long)
<<less
Download (1.1MB)
Added: 2007-08-08 License: LGPL (GNU Lesser General Public License) Price:
807 downloads
Roadnav 0.18

Roadnav 0.18


Roadnav is an in-car navigation system capable of running on a variety of operating systems. more>>
Roadnav is an in-car navigation system that can run on a variety of operating systems like Linux, Windows, and Mac OS X.
Roadnav can obtain a cars present location from a GPS unit, plot street maps of the area, and provide verbal turn by turn directions to any location in the USA.
Roadnav uses the free TIGER/Line files from the US Census Bureau to build the maps, along with the GNIS state and topical gazetteer data from the USGS to identify locations.
Main features:
- Generates street level maps for the US
- Interfaces with GPS units to display your position in real time
- Verbal turn by turn directions to any place in the US. Automatically recomputes directions if you miss a turn.
- On screen keyboard
- 3D (drivers perspective) view mode
- Daytime and nighttime color schemes
- Automatic day/night mode switching
- Plots nearby landmarks and points of interest
- Can operate offline (without an Internet connection)
- Antialiased output
- Supports multiple operating systems including Windows, Linux, and Mac OS X
- Uses freely available data from the US Census Bureau and the USGS
- Appearance can be customized with skins
- Can output status information to LCD devices through LCDproc
Enhancements:
Enhancements:
- Adds option to Preferences to enable gpsd buffering (reduces jitter).
- Adds experimental GPX import support.
- Disk usage reduced by ~30%.
- Adds GPS serial initialization string option to Preferences.
- Adds preference to override default map directory.
- Adds option for username/password proxy authentication.
- Adds "Use System Proxy Settings" preference, which reads proxy settings from the HTTP_PROXY environmental variable.
Bug Fixes:
- Fixes Delete button in Waypoints dialog when no waypoints exist.
- Workaround for buggy serial implementations.
- Fixes Windows 2000 compatibility.
- Fixes i18n issue in OSM code.
- Improved address look up.
- Eliminates IPP error messages when printer is not configured.
- Improved compatibility with DeLorme Tripmate and Earthmate GPS units.
- Win32 floating point model changed from fast to precise. Should resolve problems calculating routes.
- Fixes focusing issue in keyboard dialog.
Developer Visible Changes:
- MapControlData_Tiles index files eliminated.
- Direct access to Point::m_fLong and Point::m_fLat eliminated. Use the Point::Set* and Point::Get* functions instead.
Misc:
- Compiled maps now organized in a more human readable format.
- Eliminates TIGER/Line 2006 First Edition from search path.
- Proxy settings now on their own preferences page.
- When maps have to be upgraded, adds option to not upgrade map files and immediately terminate Roadnav instead.
- Small map labels now have a solid background instead of a cross hatch.
<<less
Download (2.5MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
851 downloads
M2Crypto 0.18

M2Crypto 0.18


M2Crypto project is a crypto and SSL toolkit for Python. more>>
M2Crypto project is a crypto and SSL toolkit for Python.
Main features:
- RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES).
- SSL functionality to implement clients and servers.
- HTTPS extensions to Pythons httplib, urllib, and xmlrpclib.
- Unforgeable HMACing AuthCookies for web session management.
- FTP/TLS client and server.
- S/MIME.
- ZServerSSL: A HTTPS server for Zope.
- ZSmime: An S/MIME messenger for Zope.
<<less
Download (0.36MB)
Added: 2007-07-27 License: BSD License Price:
819 downloads
libgnomeprintui 2.18.0

libgnomeprintui 2.18.0


libgnomeprintui is a GNOME printing UI library. more>>
libgnomeprintui is a GNOME printing UI library.

WARNING

This is the _development_ branch, and currently requires unreleased versions of gtk+ out of CVS.

Installation:

The simplest way to compile this package is:

1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.

Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.

2. Type `make to compile the package.

3. Optionally, type `make check to run any self-tests that come with the package.

4. Type `make install to install the programs and any data files and documentation.

5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<less
Download (0.80MB)
Added: 2007-03-12 License: LGPL (GNU Lesser General Public License) Price:
956 downloads
Eggdrop 1.6.18

Eggdrop 1.6.18


Eggdrop is the worlds most popular open source Internet Relay Chat (IRC) bot. more>>
Eggdrop is the worlds most popular open source Internet Relay Chat (IRC) bot. Originally created by Robey Pointer in December 1993 for use on a channel called #gayteen, it has spawned an almost cult like following of users. It is a feature rich program designed to be easily used and expanded upon (using Tcl scripting) by both novice and advanced IRC users on a variety of hardware and software platforms.

Eggdrop is freely available and can be freely distributed under the terms of GNU General Public License.

An IRC bot is a program that sits on an IRC channel and preforms automated tasks while looking just like a normal user on the channel. Some of these functions include protecting the channel from abuse, allowing privileged users to gain op or voice status, logging channel events, providing information, hosting games, etc.

One of the features that makes Eggdrop stand out from other bots is module and Tcl scripting support. With scripts and modules, you can make the bot preform almost any task you want. They can do anything from preventing floods to greeting users and banning advertisers from channels.

You can also link multiple Eggdrop bots together to form a botnet. This can allow bots to op each other securely, control floods efficiently, and even link channels across multiple IRC networks. It also allows the Eggdrops share user lists, ban lists, exempt/invite lists, and ignore lists with other bots if userfile sharing is enabled. This allows users to have the same access on every bot on your botnet. It also allows the bots to distribute tasks such as opping and banning users. See doc/BOTNET for information on setting up a botnet.

Eggdrop is always being improved and adjusted because there are bugs to be fixed and features to be added (if the users demand them, and they make actually sense). In fact, it existed for several years as v0.7 - v0.9 before finally going 1.0. This version of Eggdrop is part of the 1.6 tree. A valiant effort has been made to chase down and destroy bugs.

This README file contains information about how to get Eggdrop, command line options for Eggdrop, what you may need to do when upgrading from older versions, a list of frequently asked questions, how to set up a crontab, some boring legal stuff, info about the mailing list (a great place to ask questions, and a good place to report bugs, too), some basics about CVS usage, and some channels where you might get help with Eggdrop.
<<less
Download (0.786MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1105 downloads
libmrss 0.18.0

libmrss 0.18.0


libmRSS is a C library for parsing, writing, and creating RSS. more>>
libmRSS is a C library for parsing, writing, and creating RSS (Rich Site Summary or Really Simple Syndication, but not RDF Site Summary) files or streams.
Enhancements:
- This release fixes the new API for error codes and messages.
<<less
Download (0.34MB)
Added: 2007-07-05 License: LGPL (GNU Lesser General Public License) Price:
841 downloads
RSS Panel 1.18

RSS Panel 1.18


RSS Panel is a Firefox extension that displays RSS directly from originating website. more>>
RSS Panel is a Firefox extension that displays RSS directly from originating website.

This extension auto discovers an associated RSS feed for the current site, if available. It then puts a floating panel in the left upper corner of the browser window, which can be expanded to view all links from the RSS index.

The panel can also be dragged and closed.

<<less
Download (0.008MB)
Added: 2007-06-07 License: MPL (Mozilla Public License) Price:
871 downloads
EmiFreq applet 0.18

EmiFreq applet 0.18


EmiFreq applet is an daemon that shows/control the CPU frequency and temperature thanks to the cpufreq sysfs kernel interface. more>>
EmiFreq applet is an daemon that shows/control the CPU frequency and temperature thanks to the cpufreq sysfs kernel interface.

The emifreqd daemon enables the applet to change the cpu speed. The GUI is very clean, intuitive fast access to frequency change (with HIG help). Modelled over the Wireless applet.

Nicely support vertical panels (change the look depending on the orientation).

<<less
Download (0.37MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1543 downloads
Moagg 0.18

Moagg 0.18


Moagg combines several game types of other genres like races, search & rescue, seek & destroy et cetera into a 2D gravity game. more>>
Moagg combines several game types of other genres like races, search & rescue, seek & destroy et cetera into a 2D gravity game.
You are pilot of a small space ship and have to navigate that ship through different levels. But beside the gravity that drags you down there are other obstacles like laser ports, magnets, black holes, cannons, rockets and grinders you have to master.
Main features:
- Fully playable singleplayer game
- Missions on different difficulty levels
- Mission-dependend highscores
- Lots of static and dynamic obstacles
- Full controls configuration
- Basic sound support
- Basic player configuration
- Basic ship configuration
- Qt based level editor
Enhancements:
- Magnets now can be activated, deactivated and toggled via a switch or via the appropriate events, like laser barriers. The tutorial level switches.xml was adapted to demonstrate this. (btrummer, 2005-04-17)
- Fuel platforms now can define a fuel_cost property, which means that refueling the ship is not free anymore. (btrummer, 2005-04-16)
- SAM batteries now can be destroyed by projectiles too (like turrets). (btrummer, 2005-03-12)
- Now every decoration object supports the hide-property and can be shown via the show-event during game flow. (btrummer, 2005-03-12)
- Added three new levels to mission1. (btrummer, 2005-03-01, thanks to Will Poulsen)
- Fixed a bug, where the initial position of a turret projectile was calculated wrong, thus causing immediate collisions with the turret. (btrummer, 2005-02-08, thanks to Stefan Hamacher for reporting)
<<less
Download (0.40MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1508 downloads
MRTGWebCfg 2.18

MRTGWebCfg 2.18


MRTGWebCfg is a tool for configuring MRTG through a Web-based interface. more>>
MRTGWebCfg is a tool for configuring MRTG through a Web-based interface.
MRTG is an abbrevation of "Multi Router Traffic Grapher", which is a service, collecting data through SNMP queries and putting that data on a Web page.
For instance, it can represent link load (incoming data rate, outgoing data rate, maximum and average data rate) on hourly, daily and other basis.
MRTGWebCfg is a PHP written tool which provides Web based interface for:
- Managing MRTG config
- Plotting custom RRD plots
- Plotting graphical data on Web pages
Enhancements:
- This release adds MySQL support and has minor bugfixes.
<<less
Download (0.041MB)
Added: 2007-05-26 License: GPL (GNU General Public License) Price:
881 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5