Main > Free Download Search >

Free miller software for linux

miller

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 56
Millers Quest! 0.9.1

Millers Quest! 0.9.1


Millers Quest! is a fire-and-forget RPG, or more accurately, an RPG simulator. more>>
Millers Quest! is a role-playing simulator game. It could also be described as a "fire-and-forget role-playing game". In other words, it is not a role-playing game in the most traditional sense, because there is absolutely no player interaction. The emphasis on this game is the simulation of role-playing.
So, it is a completely non-interactive computer role-playing game. "I guess its not fun then", I can hear you say. Wrong! Millers Quest! is, in fact, very much fun. It has all of the excitement of traditional MMORPGs with none of the effort to be put in mindless treadmilling.
You can watch your character grow more potent and more powerful, and you dont need to bore yourself with details like "okay, attack the monster, Im going to win anyway".
Millers Quest! was largely inspired by its direct ancestor, Progress Quest. It is written in Ruby programming language and as such it was largely also inspired by Dwemthys Array, without any of its clever metaprogramming stuff and general bore of having to use irb to play it.
Players of Progress Quest should be right at home with Millers Quest!. What tells MQ and PQ apart is the fact that MQ is not entirely progress-driven. In MQ, all monsters have actual stats. Theres actual, stats- and probability-based fighting involved.
Since dying in a continually running game is pretty damn boring, you get also revived and healed automatically if that occurs. MQ owes a lot of its continued existence to Ruby Development Tools, the Ruby environment for the Eclipse Platform.
Enhancements:
- The combat system wasnt working quite properly, and is now fixed (somewhat).
- A confusing display message has been fixed.
- New features include optional support for curses/terminfo, allowing better-looking and more comprehensive combat display by coloring the output. (This currently requires tput(1) from ncurses.)
<<less
Download (0.021MB)
Added: 2005-10-27 License: GPL (GNU General Public License) Price:
1463 downloads
Klicker 1.04

Klicker 1.04


Klicker is a KDE/QT based metronome. more>>
Klicker project is a KDE/QT based metronome that supports from 30 to 208 beats per minute, duple, tuple, and quartal time, and it also has DCOP interfaces for interprocess control.

<<less
Download (2.5MB)
Added: 2006-01-23 License: GPL (GNU General Public License) Price:
1396 downloads
wmjmail 1.6

wmjmail 1.6


wmjmail is a very simple text based mail checker. more>>
wmjmail is a very simple text based mail checker. It is not designed for pop3 mailbox checking--just use fetchmail to d/l it all, then check it locally. It includes a small tool kit to help write your own dockapps.
I set out to create a mail checker. I got tired of re-engineering someones dock app every time I needed a new one. So I designed jDockApp. My very very new dock app library. jDockApp isnt really ready for release yet. Which is why its not being released separately. If youre looking for a text based dock app to re-engineer for something, this might be a good candidate. Eh... Heres a source sample for this app:
jpprintf(0, 0, YELLOW, " J-mail");
jpprintf(1, 2, BLUE, "New");
jprintf(GREEN, ":");
jpprintf(7, 2, CYAN, "%i", new);
jpprintf(1, 3, BLUE, "Read");
jprintf(GREEN, ":");
jpprintf(7, 3, CYAN, "%i", read);
jpprintf(1, 4, BLUE, "Total");
jprintf(GREEN, ":");
jpprintf(7, 4, CYAN, "%i", tot);
Enhancements:
- multiple mailbox bugfixes
<<less
Download (0.024MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1108 downloads
filepp 1.8.0

filepp 1.8.0


filepp is a generic file preprocessor. more>>
filepp is a generic file preprocessor. It is designed to allow the functionality provided by the C preprocessor to be used with any file type. This project supports the following keywords, all of which have their usual C preprocessor meanings and usage:
- #include
- #define
- #if
- #elif
- #ifdef
- #ifndef
- #else
- #endif
- #undef
- #error
- #warning
However, filepp is much more than a rewrite of the C preprocessor, it features the following enhancements:
- An extended #if keyword which includes string and regular expression parsing.
- It works with all character sets including international characters, not just ASCII characters.
- The prefix to the keyword (normally #) and the line continuation character (normally ) can be set to any character, string or regular expression.
- Keywords can be added, removed or modified.
- Macro expansion can work on whole or part words (the C preprocessors macro expansion only works on whole words).
- Macros can have multiple arguments.
- Filepp has a debugging mode to help when things go wrong.
- Environment variables can be automatically defined as macros.
- Blank lines originating from include files can be suppressed.
- Filepp can be customised on the fly using the #pragma keyword which allows any of filepps internal functions to be called.
- Modules can be written (in Perl) to modify or extend the behaviour of filepp.
These are just some of the enhancements filepp has over the normal C preprocessor. Its main advantage is the ability to write modules to extend and modify its behaviour. Filepp is written in Perl and allows anyone who knows how to program in Perl to easily write modules. Filepp comes with a set of modules which do the following:
- for module: Implements the #for keyword. The allows loops to be generated, the behaviour is similar to Perl and C loops.
- foreach module: Implements the #foreach keyword. The allows loops to be generated for a list of strings, the behaviour is similar to Perl and csh foreach loops.
- c-comment module: Removes C and C++ style comments from a file.
- hash-comment module: Remove # style comments (as used in Perl and shell scripts) from a file.
- function module: Allows macros to be written which directly call Perl functions. This allows macros to give dynamic output.
- maths module: Implements basic maths functions including add, subtract, multiply, divide, sine, cosine, exponential, random etc.
- format module: Provides a list of functions for formatting text including a C/Perl style printf function and the Perl substr function.
- literal module: This module prevents macros appearing in strings being replaced.
- toupper module: Converts all lowercase letters in a file to uppercase.
- tolower module: Converts all uppercase letters in a file to lowercase.
- bigdef module: Enables multi-line macros to be defined without needing to put a line continuation character at the end of each line - makes large macros much more readable.
- bigfunc module: Same as bigdef, only difference is any keywords embedded in the macro are evaluated when the macro is replaced rather than when the macro is defined.
- defplus module: Enables existing macros to be appened to.
- blc module: Enables automatic line continuation if a closing bracket is on a line below the opening bracket.
- cmacro module: Makes certain macros more "C" like by putting quotes around their values.
- cpp module: Makes filepp behave as a basic C preprocessor.
- regexp module: Implements Perl style regular expression search and replacement, which allows regular expressions to be searched for and replaced with other strings.
- grab module: Used to grab input before any processing is done on it.
Enhancements:
- This release includes a rewrite of the processing chain so macros within macros behave correctly.
- Several other bugfixes and minor enhancements were made.
<<less
Download (0.079MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
954 downloads
SNMP::Info::Layer3::N1600 1.04

SNMP::Info::Layer3::N1600 1.04


SNMP::Info::Layer3::N1600 is a Perl5 Interface to Nortel 16XX Network Devices. more>>
SNMP::Info::Layer3::N1600 is a Perl5 Interface to Nortel 16XX Network Devices.

SYNOPSIS

# Let SNMP::Info determine the correct subclass for you.

my $n1600 = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
# These arguments are passed directly on to SNMP::Session
DestHost => myswitch,
Community => public,
Version => 1
)
or die "Cant connect to DestHost.n";

my $class = $n1600->class();

print "SNMP::Info determined this device to fall under subclass : $classn";

Provides abstraction to the configuration information obtainable from a Nortel N16XX device through SNMP.

For speed or debugging purposes you can call the subclass directly, but not after determining a more specific class using the method above.
my $n1600 = new SNMP::Info::Layer3::N1600(...);

<<less
Download (0.13MB)
Added: 2007-06-12 License: Perl Artistic License Price:
865 downloads
OpenWebMail 2.52

OpenWebMail 2.52


Open WebMail is a webmail system based on the Neomail version 1.14 from Ernie Miller. more>>
Open WebMail is a webmail system based on the Neomail version 1.14 from Ernie Miller. Open WebMail is designed to manage very large mail folder files in a memory efficient way.
OpenWebMail also provides a range of features to help users migrate smoothly from Microsoft Outlook to Open WebMail.
Main features:
For Users:
- Auto Login
- Multiple Languages/Multiple Charsets
- Strong MIME Message Capability
- Full Content Search
- Draft Folder Support
- Confirm Reading Support
- Spelling Check Support
- vCard compliant Addressbook
- POP3 Support
- Mail Filter Support
- AntiSpam Support through SpamAssassin (http://www.spamassassin.org)
- AntiVirus Support through ClamAV (http://www.clamav.net)
- Calendar with Reminder/Notification Support
- Webdisk Support
- HTTP Compression
For System:
- Fast Folder Access
- Efficient Message Movement
- Smaller Memory Footprint
- Graceful File Lock
- Various Authentication Modules
- PAM support
- Remote SMTP Relaying
- Virtual Hosting
- User Alias
- Pure Virtual User Support
- Per User Capability Configuration
- Persistent Running through SpeedyCGI
<<less
Download (7.3MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1286 downloads
IceBreaker 1.2.1

IceBreaker 1.2.1


IceBreaker project is an addictive action-puzzle game involving bouncing penguins. more>>
IceBreaker project is an addictive action-puzzle game involving bouncing penguins.
IceBreaker is an action-puzzle game in which you must capture penguins from an Antarctic iceberg so they can be shipped to Finland, where they are essential to a secret plot for world domination.
To earn the highest Geek Cred, trap them in the smallest space in the shortest time while losing the fewest lives. IceBreaker was inspired by (but isnt an exact clone of) Jezzball by Dima Pavlovsky.
Enhancements:
- little bits of code cleanup
- slightly increase bonus for clearing more than 80 on higher levels to help counteract the fact that having more penguins make that more and more impossible
<<less
Download (0.055MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
659 downloads
Ticketsmith 1.0 RC1

Ticketsmith 1.0 RC1


Ticketsmith is a web-based support ticket system with an email gateway. more>> <<less
Download (0.020MB)
Added: 2005-04-22 License: VPL (Voxel Public License) Price:
911 downloads
dlg2html 1.0

dlg2html 1.0


dlg2html provides a converter for DLG Pro (Dialog) BBS message bases to HTML. more>>
dlg2html provides a converter for DLG Pro (Dialog) BBS message bases to HTML.

dlg2html is a set of Bash shell scripts which help automate the conversion of DLG Pro message bases to HTML for archiving or mirroring on the Web.

(DLG Pro is a Bulletin Board System for Amiga personal computers.) The HTML message files contain the appropriate links to the next and previous messages, as well as to any replies or referenced messages.

A message index is also produced. dlg2html works with terminal dumps of DLG message boards, which means that you do not need access to the actual BBS files to perform the conversion.

<<less
Download (0.018MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
983 downloads
minihuff 1.0

minihuff 1.0


minihuff is a data compression library with a simple new twist on Huffman coding. more>>
minihuff is a data compression library with a simple new twist on Huffman coding. Instead of storing the frequency analysis for some set of data with the data itself, minihuff enables the creation of a static frequency table to be stored at both ends of a connection.
minihuff allows effective compression even for very small pieces of data that maintain similar entropy characteristics.
Please note that minihuff is written entirely in portable C as it is intended primarily for embedded applications. This is also why I havent gone to a lot of trouble in the distribution. There arent, after all, a lot of Linux distros for the 8051 yet.
Enhancements:
- I have tested this library in my own code for some time, so I hope it is at least somewhat robust barring any distribution bugs. It has been used successfully between an 8051 (big endian) and a Pentium 4 (little endian). I hope Ive also solved some floating point portability issues for good.
- Nonetheless, there naturally may be bugs remaining. If you can find any - or if it just doesnt work! - I would very much appreciate a note with as much detail as possible on the problem.
<<less
Download (MB)
Added: 2006-02-22 License: LGPL (GNU Lesser General Public License) Price:
1340 downloads
IRCRelay 1.0

IRCRelay 1.0


IRCRelay provides an IRC relay client based on Tkinter. more>>
IRCRelay provides an IRC relay client based on Tkinter.

IRCRelay is an IRC relay client based on Tkinter. IRCRelay will connect to two different servers and join a channel on each, passing messages users would say back and forth across the servers.

It includes an unfinished console-only version and a fully functional GUI version.

I use to spend a lot of time on irc.enterthegame.com with a few of my friends.
If you spend enough time on ETG, you will learn that it sucks, lag-wise of course.
So my friends found a new server, irc.box.sk. The majority of us didnt want to go to a new server, so we had this issue of 80% of us on ETG and the other 20% on box.sk.

IRCRelay was my solution.

It allowed us to all be in the same channel by creating two connections, one to box.sk, and one to ETG. IRCRelay would join both channels, passing messages users would say back and forth across the servers.

There are two different versions in this tarball:
ircrelay-gui.py - This is the original, Tkinter based relay.
ircrelay-console.py - This was a console based version I never finished.

<<less
Download (0.005MB)
Added: 2007-04-17 License: Python License Price:
921 downloads
libsgml 1.1.4

libsgml 1.1.4


libsgml is a fast, lightweight state machine SGML parser capable of parsing HTML, XML. more>>
libsgml is a fast, lightweight state machine SGML parser capable of parsing HTML, XML, and most other markup languages in their most elementary forms.
libsgml library natively supports parsing HTML and XML documents into a tree format (DOM). All other markup languages may be parsed via a system of callbacks.
SUPPORTS:
libsgml supports the following features:
- HTML DOM parsing.
- Tag escaping
- Text, comment, and element stripping
- XML DOM parsing.
- Custom SGML parsing.
Enhancements:
- Bug fix in base 64 decoding that could lead to heap corruption.
<<less
Download (0.10MB)
Added: 2006-02-17 License: Freely Distributable Price:
1344 downloads
K Executable Viewer 0.1

K Executable Viewer 0.1


K Executable Viewer is a KDE executable viewer. more>>
Kbview - also known as the K Executable viewer - is a program that is designed to allow you to browse most executable formats. At present only ELF is supported.

This program is presently in pre-alpha state. While I have a general idea of how I want the development to proceed, and I am taking steps towards this goal (the release that is on this page is not the bleeding edge code), it is not there yet. I have released this code only as a proof of concept, and in the hope that anyone that finds it useful will contribute to it.

In short, not everything is implemented, and not everything that is implemented works. Also, not everything that is implemented is in its final state, even if it does work.

At present you can: Open executable files, get a list of the sections, view the string, symbol, and note tables (though note support is presently half-assed), and partial support for demangling the symbols is also provided.
<<less
Download (0.79MB)
Added: 2005-03-07 License: GPL (GNU General Public License) Price:
1695 downloads
Centre 2.11.1

Centre 2.11.1


Centre is a free student information system for public and non-public schools. more>> <<less
Download (1.6MB)
Added: 2007-07-10 License: GPL (GNU General Public License) Price:
841 downloads
Numarray 1.4.0

Numarray 1.4.0


Numerical Python adds a fast array facility to the Python language. more>>
Numarray provides array manipulation and computational capabilities similar to those found in IDL, Matlab, or Octave. Using numarray, it is possible to write many efficient numerical data processing applications directly in Python without using any C, C++ or Fortran code (as well as doing such analysis interactively within Python or PyRAF).
For algorithms that are not well suited for efficient computation using array facilities it is possible to write C functions (and eventually Fortran) that can read and write numarray arrays that can be called from Python.
Numarray is a re-implementation of an older Python array module called Numeric. In general its interface is very similar. It is mostly backward compatible and will be becoming more so in future releases. Numarray offers more capability than Numeric but is still behind Numeric in some areas:
numarray is efficient for large arrays (>20,000 elements) but is slower than Numeric for small arrays by a factor of 2 to 4.
numarray has a smaller selection of addon packages. numarray currently has ports of Numeric packages for linear algebra, random numbers, and fourier transforms. numarray has native packages for convolution and multi-dimensional image processing. Most Numeric extensions (C or Fortran) can be ported to numarray with minimal effort.
numarray is sufficiently developed to be useful for a number of applications, and is being used in the Hubble Space Telescope data processing pipeline (for the Advanced Camera for Surveys) and to develop the Cosmic Origins Spectrograph pipeline. PyFITS is also based on it. Most of STScIs future astronomical data processing applications will be built using its capabilities.
Numarray is being developed as an Open Source project on SourceForge from which the current development source code may be obtained. The Science Software Branch at STScI is leading this development effort.
STScI has settled on the matplotlib plotting package as the recommended 2-d data visualization tool for numarray data. While its support for numarray and Tkinter is now present, we are holding off a bit before recommending its use for all users. If you dont mind possible problems with installation or some holes in functionality it can be used now. We are in the process of improving the installation documentation for use with numarray.
Although matplotlib has its heritage in trying to emulate matlab plotting capabilities from Python, it does not require matlab. Currently the documentation is geared towards those more familiar with matlab, though many users will have no problem generating simple plots with it. It is still undergoing considerable development (by the original author, John Hunter, and with contributions by STScI and others) and we hope to fill the holes in functionality in the coming months. Nevertheless, it is capable of doing many things now.
Enhancements:
ENHANCEMENTS
- Speed improvement for numarray operators. The Python level hook mapping numarray operators onto universal functions has been moved down to C.
- Speed improvement for string-array comparisons, any(), all(). String correlation is ~10x faster.
- Better operation with py2exe to help it automatically detect the core numarray extensions to include in an installer.
- scipy newcore compatible lower case type names (e.g. int32 not Int32)
- scipy newcore dtype keyword and .dtypechar attribute.
BUGS FIXED / CLOSED
- 1323355 Apps fail with import_libnumarray
- 1315212 Infinite loop converting some scalar strings into a list
- 1298916 rank-0 tostring() broken
- 1297948 records.array fails to create empty fields
- 1286291 import sys missing from array_persist.py
- 1286168 Generic sequences in ``strings.array()``
- 1236392 Outdated web link in announcements
- 1235219 LinearAlgebraError not imported in linear_algebra
<<less
Download (1.1MB)
Added: 2005-10-27 License: GPL (GNU General Public License) Price:
1459 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4