Main > Free Download Search >

Free somewhat software for linux

somewhat

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 205
PowerMail 1.7

PowerMail 1.7


PowerMail provides a redundant and distributed system for receiving and storing mail. more>>
PowerMail provides a redundant and distributed system for receiving and storing mail.
PowerMail is a redundant and distributed system for receiving mail via SMTP and storing it for users to access with POP. The way PowerMail works is quite unorthodox, and its design emphasizes speed and efficiency.
Modified Maildir mailboxes allow PowerMail to employ hardlinks to save diskspace and deliver messages with thousands of recipients instantly.
PowerMail can operate self-sufficiently or cooperate with a regular MTA to support mail forwarding.
Enhancements:
- fixes for older gcc compilers (Ruben dArco)
- pptool ignored SYSCONFDIR and only did /etc/powermail (Ruben dArco)
- added ldap-forwarding-attribute
- --help display was somewhat screwed (Ruben dArco)
- run-as-uid/run-as-gid broken (Ruben dArco)
- TOP cleaned up (Ruben dArco)
<<less
Download (0.72MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
1590 downloads
jresolver 0.1

jresolver 0.1


jresolver is a Java DNS resolver library. more>>
jresolver is a Java DNS resolver library. This is a domain name resolver library written in pure java. It is what RFC1034 describes as a stub resolver, in other words it uses a single nameserver to do the hard work of resolving its queries. At the moment it only handles queries for MX records, but it can easily be extended to resolve new types of queries as needed.
Main features:
- Lightweight. The binary jar is less than 17k at the moment, and has no
- exernal dependencies besides JDK 1.4.
- Multi Threaded. It handles multiple concurrent threads sharing a single
- Resolver instance.
- Easy to use and develop. The software does one thing, and the code is quite
- readable.
- Free software. Released under the GPL 3.0 license, this software can be used,
- modified and redistributed by anyone respecting the terms of the license. If you
- need other licensing options, please contact me.
Usage:
A snippet of code says more than lots of words:
Resolver r = new Resolver("ns.voxbiblia.se");
List l = r.resolve(new MXQuery("voxbiblia.se"));
for (int i = 0; i < l.size(); i++) {
MXRecord mx = (MXRecord)l.get(i);
System.out.println("mx: " + mx.getExchange() + " p: "+ mx.getPreference());
}
If you want to build and test the software you need to unpack the files named jresolver-*-src.tar.bz2 and jresolver-*-test.tar.bz2 and use Apache Ant with the build.xml file included. You may need to update the test cases with your dns server names.
Enhancements:
- Somewhat tested, but not yet ready for a production environment.
<<less
Download (0.033MB)
Added: 2007-07-17 License: GPL v3 Price:
829 downloads
xenConsole r0.15 beta

xenConsole r0.15 beta


xenConsole is a curses-based tty/console monitor for Xen 2.0 more>>
xenConsole is a curses-based tty/console monitor for Xen 2.0, basically presenting the output from xm list in a full-screen interface with additional domain information from SNMP, colours and somewhat realtime updates.
Main features:
- Xen/domain/host information shown:
- Most output from xm list
- Load averages for individual domains, if available
- Uptime for individual domains, if available
- CPU & memory consumption shown as percentages for each domain
- Calculated total CPU busy/idle times/percentages
- Total Xen host CPU load is indicated in various ways
- Continously updates screen automatically
- Full screen application, colourized
- Easy to use, type q to quit
<<less
Download (0.038MB)
Added: 2005-11-05 License: Artistic License Price:
1448 downloads
Math::Vec 1.01

Math::Vec 1.01


Math::Vec is a Object-Oriented Vector Math Methods in Perl. more>>
Math::Vec is a Object-Oriented Vector Math Methods in Perl.

SYNOPSIS

use Math::Vec;
$v = Math::Vec->new(0,1,2);

or

use Math::Vec qw(NewVec);
$v = NewVec(0,1,2);
@res = $v->Cross([1,2.5,0]);
$p = NewVec(@res);
$q = $p->Dot([0,1,0]);

or

use Math::Vec qw(:terse);
$v = V(0,1,2);
$q = ($v x [1,2.5,0]) * [0,1,0];

NOTICE

This module is still somewhat incomplete. If a function does nothing, there is likely a really good reason. Please have a look at the code if you are trying to use this in a production environment.

<<less
Download (0.010MB)
Added: 2007-07-03 License: Perl Artistic License Price:
847 downloads
compact system monitor

compact system monitor


compact system monitor is a small and compact system monitor for SuperKaramba. more>>
compact system monitor is a small and compact system monitor for SuperKaramba.

Credit where credit is due, i think i stole the icons from Borealis? Nice are they not? And the idea from someone else.

The theme can be changed somewhat by editing the theme and comenting out some lines.

Hope you like it! Its my first!

<<less
Download (0.013MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1210 downloads
Go-moku Apprentice 0.6

Go-moku Apprentice 0.6


Go-moku Apprentice project consists of a gomoku player learning from its own mistakes. more>>
Go-moku Apprentice project consists of a gomoku player learning from its own mistakes.
Thus, for starters it plays like crap, but it gets real good after only a few games. Its rather scary actually.
Enhancements:
- With version 0.5, the apprentice playing engine has improved somewhat.
- Making a winning move always gets a score of INT_MAX, and making a losing move always gets a score of INT_MIN.
- The improved playing engine cost me some computing power, but Ive also been playing with gprof which should negate that effect somewhat.
<<less
Download (0.042MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1072 downloads
Glickomania 1.0

Glickomania 1.0


Glickomania is a puzzle somewhat similar to the samegame. more>>
Glickomania project is a puzzle somewhat similar to the samegame.

Gnome clickomania, or glickomania, is a simple, but dangerously addictive puzzle. The objective is to clear the board of all tiles by removing groups of identical adjacent tiles. Tiles fall downwards to fill empty gaps, and from right to left to fill empty columns.

A slight variation of clickomania is known as "the same game" and it has been implemented in KDE (ksame), Gnome (gsame), and most handhelds. The most significant difference is in the scoring: in clickomania the goal is to clear the board, whereas in "same" the objective is to remove as large groups as possible.

Glickomania can be very challenging, but this implementation is designed to be relaxing: there is no clock and the user has unlimited undo and redo.

Contrary to all other implementations I know of, glickomania ensures all problems presented to the player are indeed solvable.

<<less
Download (0.068MB)
Added: 2006-12-28 License: GPL (GNU General Public License) Price:
1031 downloads
Quadromania 0.2

Quadromania 0.2


Quadromania project is a board game written in C with SDL. more>>
Quadromania project is a board game written in C with SDL.

Your task is to restore the originating board filled with red stones. The computer will pick a named amount of 3x3 tile sets and will flip the colours of the selected tiles.

This means a red tile will become green, a green one the next colour in the amount of colours, red again in the simplest case. You select the amount of colours to use and the amount of initial rotations.

In the running game click on the center point of a 3x3 tile set to exchange that selected set following the rules above. Restore the board full of red stones before you reach the limit of maximum turns.

Quadromania is a work in progress. I currently lack the time to do a decent development on it. However the current alpha release is somewhat playable and working.

<<less
Download (0.29MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1068 downloads
Slackintosh 12.0

Slackintosh 12.0


Slackintosh is a port of Slackware GNU/Linux to PPC (Macintosh). more>>
Slackintosh is a port of Slackware GNU/Linux to PPC (Macintosh).

Russell Kroll was the first person who ported Slackware to PPC (http://slackintosh.exploits.org), but the project stalled with an unfinished 9.1 ..

I (Adrian) started again from scratch porting 10.1 to PPC, and ive stolen the name Slackintosh...

Please note that this port was not done by Russell, dont send him Bugreports.

I used the the Sources + SlackBuild files from Slackware 10.1. ..but i had to make a few changes:

The new Binutils from 10.x didnt like GCC, i used the 9.1 Version to build everything. The Installer uses BusyBox 1.0 and Linux 2.4 is not included, only 2.6.11.5 (Runs better on PPC .. imho)

Its not finished: Not all packages are ported. Youll get gcc, X, Mozilla, XFCE, Gimp.. but no
monsters like KDE & Co.

The installer maybe somewhat funky.. Missing packages are still listed and the yaboot installation isnt tested very well...

..but you should be able to get it running. It won the WFM (WorksForMe) price. (Tested on a MiniMac & iBook2)

<<less
Download (3936MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
831 downloads
md5sha1sum 0.9.5

md5sha1sum 0.9.5


md5sha1sum project provides md5sum, sha1sum, and ripemd160sum. more>>
md5sha1sum project provides md5sum, sha1sum, and ripemd160sum. They are intended to be drop in replacements for the tools from GNU textutils.

Since installing textutils is somewhat excessive for just those two utilities, these are meant to be the more compact and easier to install replacements. This is useful on systems such as Solaris where most of the tools from textutils are already provided by the vendor.

Usage:

Efforts were taken to make these programs as compatible as possible to their counterparts from GNU textutils. This doesnt mean that they -are- compatible but most people will not be able to notice the difference.

Heres a dump of md5sum --help
#########################
$ md5sum --help

Usage: ./md5sum [< option >] < file > [< file > [...] ]
./md5sum [< option >] --check < file >

Note: These options are mostly compatible with GNU md5sum
-s, -h, and -V are not available in GNU md5sum

-b, --binary Read files in binary mode
-c, --check < file > Check MD5 sums from
-t, --text Read files in ASCII mode

-s, --status Silent mode: Use exit code to determine verification

-h, --help Display this help message and exit
-V, --version Display program version and exit
#########################

Pretty self-explainatory. If you must have a man page for this program, the one for md5sum from GNU textutils should suit you fine. If you -MUST- have one specifically for this program, feel free to write it up and send it to me.
<<less
Download (0.014MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1051 downloads
Calypso MUD 0.2.1

Calypso MUD 0.2.1


Calypso MUD is a MUD (multi-user dungeon) framework. more>>
Calypso MUD project is a MUD (multi-user dungeon) framework.
Calypso is a MUD code base written in C. The goal is a code base capable of change and of adjusting readily to different ideas.
The motive is to improve a somewhat stale climate in which many of the MUDs today have to flourish.
It is a simple mud server written entirely in C, using TCP/IP for data transmission. It was my first attempt using a modular design for a project.
Enhancements:
- Mud core now completely independent from the library package!
- New library loading procedures, used with new command-line parameter
- Implemented special libraries
- Replaced control script with event script database
- Event scheduler in progress
- Autorun script added
- Autorun procedure fixed
- Background command-line parameter added
<<less
Download (0.032MB)
Added: 2006-12-18 License: LGPL (GNU Lesser General Public License) Price:
1044 downloads
belt 1.21

belt 1.21


belt is a foldable menubar. more>>
belt is a Perl/Tk application which offers a foldable menubar that works somewhat like the "belt" found on the Mac.

It reads a simple configuration files, uses XPMs for the buttons, and has a lot of options.

While not as advanced as the similar applications found in GNOME or KDE, it is rather lightweight and intended primarily for use with windowmanagers that dont have easy dynamic configuration options, like wm2 for example.

<<less
Download (0.033MB)
Added: 2006-09-26 License: BSD License Price:
1123 downloads
mytop 1.6

mytop 1.6


mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of a MySQL 3.22.x, 3.23.x, and 4.x. more>>
mytop project is a console-based (non-gui) tool for monitoring the threads and overall performance of a MySQL 3.22.x, 3.23.x, and 4.x server. It runs on most Unix systems (including Mac OS X) which have Perl, DBI, and Term::ReadKey installed. And with Term::ANSIColor installed you even get color. If you install Time::HiRes, youll get good real-time queries/second stats. As of version 0.7, it even runs on Windows (somewhat).
Installation:
tar -zxvf mytop-< version >.tar.gz
cd mytop-< version >
perl Makefile.PL
make
make test
make install
The test is a bit stupid, but its there from completeness.
Enhancements:
- Support for passwords with embedded spaces was added.
<<less
Download (0.019MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
969 downloads
PEAR HTML_Template_IT 1.2.1

PEAR HTML_Template_IT 1.2.1


PEAR HTML_Template_IT is asimple template API. more>>
PEAR HTML_Template_IT is a simple template API. The Isotemplate API is somewhat tricky for a beginner although it is the best one you can build.
template::parse() [phplib template = Isotemplate] requests you to name a source and a target where the current block gets parsed into.
Source and target can be block names or even handler names. PEAR HTML_Template_IT gives you a maximum of fexibility but you always have to know what you do which is quite unusual for php skripter like me.
I noticed that I do not any control on which block gets parsed into which one. If all blocks are within one file, the script knows how they are nested and in which way you have to parse them. IT knows that inner1 is a child of block2, theres no need to tell him about this.
Main features:
- Nested blocks
- Include external file
- Custom tags format (default {mytag})
Enhancements:
- Allows dots in placeholder and block names.
- The same object can now be used for multiple templates.
- Deprecates the $callbackobject parameter in setCallbackFunction.
<<less
Download (0.020MB)
Added: 2006-08-25 License: The PHP License Price:
1159 downloads
Fuse 0.8.0

Fuse 0.8.0


Fuse project (the Free Unix Spectrum Emulator) was originally, and somewhat unsurprisingly, a Spectrum emulator for Unix. more>>
Fuse project (the Free Unix Spectrum Emulator) was originally, and somewhat unsurprisingly, a Spectrum emulator for Unix. However, it has now also been ported to Mac OS X, which may or may not count as a Unix variant depending on your advocacy position.
Main features:
- Working 16K, 48K, 128K, +2, +2A, +3, +3e, SE, TC2048, TC2068, TS2068, Pentagon 128 and Scorpion ZS 256 emulation, running at true Speccy speed on any computer youre likely to try it on.
- Support for loading from .tzx files.
- Sound (on systems supporting the Open Sound System, SDL or OpenBSD/Solariss /dev/audio).
- Kempston joystick emulation.
- Emulation of the various printers you could attach to the Spectrum.
- Support for the RZX input recording file format, including competition mode.
- Emulation of the DivIDE, Interface I, Kempston mouse, Spectrum +3e, ZXATASP and ZXCF interfaces.
<<less
Download (1.2MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
920 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5