Main > Free Download Search >

Free gnus software for linux

gnus

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1849
Gnus 5.10.8

Gnus 5.10.8


Gnus is a flexible message reader running under GNU Emacs. more>>
Gnus is a flexible message reader running under GNU Emacs. Gnus supports reading and composing both news and mail. In addition, it is able to use a number of web-based sources as inputs for its groups.
The main Gnus goal is to provide the user with an efficient and extensible interface towards dealing with large numbers of messages, no matter the form they may have or wherever they may come from.
Gnus is a fully MIME-compliant and supports reading and composing messages using any charset that GNU Emacs supports.
Enhancements:
- This release fixes many bugs in 5.10.6.
<<less
Download (2.4MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1293 downloads
GNU EMMS 3.0

GNU EMMS 3.0


GNU EMMS is the Emacs Multimedia System. more>>
GNU EMMS is the Emacs Multimedia System. It tries to be a clean and small application to play multimedia files from Emacs using external players. Many of its ideas are derived from MpthreePlayer , but it tries to be more general and cleaner.
The fact that EMMS is based on external players makes it powerful, because it supports all formats that those players support, with no effort from your side.
Main features:
- Free Software (as in Free Speech, and Free Beer)
- Extensible
- Very light (some might even say stealth)
- Audio support : MP3, Ogg Vorbis, FLAC
- Video support : MPEG, WMV, MOV, AVI, OGM, MKV, etc...
- Tagging capability, possibly batched
- Playlist management
- Remotely drivable via emacsclient (playlist creation via rox-filer, for example))
- And last but no least : Written in Emacs lisp.
Enhancements:
- This release includes a large amount of new features, and is released under the GNU General Public License version 3.
<<less
Download (0.10MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
847 downloads
GNU adns 1.0

GNU adns 1.0


GNU adns is a resolver library for C and C++ programs. more>>
GNU adns is a resolver library for C and C++ programs.
Includes automatic sanity checking and responses that are automatically decoded into a natural C representation. Very easy to use for simple programs that just want to look up MX records or translate names to addresses.
Time-to-live, CNAME, and similar information are returned in an easy to use manner, and you can launch many queries at once and deal with the replies asynchronously. The program reports errors in a way that distinguishes the cause of failure.
Main features:
- It is reasonably easy to use for simple programs which just want to translate names to addresses, look up MX records, etc.
- It can be used in an asynchronous, non-blocking, manner. Many queries can be handled simultaneously.
- Responses are decoded automatically into a natural representation for a C program - there is no need to deal with DNS packet formats.
- Sanity checking (eg, name syntax checking, reverse/forward correspondence, CNAME pointing to CNAME) is performed automatically.
- Time-to-live, CNAME and other similar information is returned in an easy-to-use form, without getting in the way.
- There is no global state in the library; resolver state is an opaque data structure which the client creates explicitly. A program can have several instances of the resolver.
- Errors are reported to the application in a way that distinguishes the various causes of failure properly.
- Understands conventional resolv.conf, but this can overridden by environment variables.
- Flexibility. For example, the application can tell adns to: ignore environment variables (for setuid programs), disable hostname syntax sanity checks to return arbitrary data, override or ignore resolv.conf in favour of supplied configuration, etc.
- Believed to be correct ! For example, will correctly back off to TCP in case of long replies or queries, or to other nameservers if several are available. It has sensible handling of bad responses etc.
<<less
Download (0.24MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1236 downloads
GNU 3DKit

GNU 3DKit


GNU 3DKit is a platform independent rendering architecture based on OpenGL, written in ObjC. more>>
GNU 3DKit is a platform independent rendering architecture based on OpenGL, written in ObjC.

GNU 3DKit is part of the GNUstep environment, which provides an object-oriented application development framework and tool set.

<<less
Download (MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1238 downloads
GNU Anubis 4.0

GNU Anubis 4.0


GNU Anubis is an SMTP message submission daemon. more>>
GNU Anubis is an SMTP message submission daemon. It represents an intermediate layer between mail user agent (MUA) and mail transport agent (MTA), receiving messages from the MUA, applying to them a set of predefined changes and finally inserting modified messages into an MTA routing network.

The set of changes applied to a message is configurable on a system-wide and per-user basis. The built-in configuration language used for defining sets of changes allows for considerable flexibility and is easily extensible.

<<less
Download (0.85MB)
Added: 2005-09-24 License: GPL (GNU General Public License) Price:
1490 downloads
GNU Thales 1.0

GNU Thales 1.0


GNU Thales provides an IRC-to-MySQL gateway. more>>
GNU Thales provides an IRC-to-MySQL gateway.
It connects to your IRC network as a server (like other services), and store everything it receives in a MySQL database.
It doesnt build stats itself, it just fills 5 MySQL tables called user, server, chan, ison and maxvalues.
You can then query the database with SQL queries to retrieve the information you need.
Enhancements:
- added a workaround for a possible unreal bug.
- using autoconf 2.59 instead of autoconf 2.13.
- no longer report usage if you are using Unreal.
- added support for unreal modules modes. see the UnrealModules file.
- added Memphisnet.orgs memphistools ! see examples/memphistools/.
- added secondary keys to ison table, which provided a 10% speed benefit.
- added unreals +T cmode.
- added unreals +D umode (needed for PrivDeaf module)
- added unreals +z umode. patch from nick martini
- nickinfo, an example from Andreas Lindemann !
- Recycled-counter, an example from ProPheT !
- server.linkedto is now an int (was a tinyint).
<<less
Download (0.18MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
969 downloads
GNU CLISP 2.41

GNU CLISP 2.41


GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system. more>>
GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system (CLOS, MOP), sockets, fast bignums, and foreign language interface which runs on most UNIXes and Win32.
Common Lisp is a high-level, all-purpose, object-oriented, dynamic, functional programming language.
CLISP is a Common Lisp implementation by Bruno Haible, then of Karlsruhe University, and Michael Stoll, then of Munich University, both in Germany. GNU CLISP supports the Lisp described in the ANSI Common Lisp standard plus many extensions.
CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, i18n, regular expressions, a socket interface, and more. An X11 interface is available through CLX, Garnet and CLUE/CLIO. Command line editing is provided by readline. CLISP runs Maxima, ACL2 and many other Common Lisp packages.
CLISP runs on most Unix workstations (Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MB of RAM.
CLISP is Free Software and may be distributed under the terms of GNU GPL. You may distribute commercial proprietary applications compiled with CLISP, see file COPYRIGHT in the CLISP distribution.
The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed at run time.
Enhancements:
- The new libsvm module makes Support Vector Machines available in CLISP.
<<less
Download (9.5MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1110 downloads
GNU XaoS 3.2.2

GNU XaoS 3.2.2


GNU XaoS project is a a real-time fractal zoomer. more>>
GNU XaoS project is a a real-time fractal zoomer.
GNU XaoS is free software. You are welcome to redistribute it under certain conditions. It also means that you may get sources and help its authors with the development.
If you dont know what a fractal is, please try the tutorial "An introduction to fractals". If you are new to XaoS you should try it too, since it is quite a good example of XaoSs features.
To see more about XaoS features, try the tutorial "XaoS features overview".
Both the tutorials are divided into chapters and available from help menu. So you dont need to watch them all at once (they are about half an hour long)
Enhancements:
- Fixed bug which was preventing XaoS from rendering images over 2500x2500
- Added fullscreen driver
- Upgraded libpng to 1.2.12
<<less
Download (1.3MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1142 downloads
GNU Chess 5.07

GNU Chess 5.07


GNU Chess project is a computer program which plays the Game of Chess. more>>
GNU Chess project is a computer program which plays the Game of Chess.
GNU Chess lets most modern computers play a full game of chess.
It has a plain terminal interface but supports visual interfaces such as X-Windows "xboard" and Windows-for-PC "winboard" as well as a full 3-dimensional wooden chess-board protocol for the Novag Chess board enabling one to be relatively free of the computer itself.
Enhancements:
- Minor ScoreDev code tidy
- ensure gnuchessx included in EXTRA_DIST
- Fix to Posix thread for readline
- Fix to ensure "HARD" is default
- Improve Posix thread handling
- Portability fix IsTrustedPlayer
- Portability fix to lexpgn.l
- Changes to lexpgn.l to handle some special cases
- Fix trailing "/" in FEN causes buffer overflow issues.
- Portability fix to lexpgn.l
<<less
Download (0.22MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
641 downloads
GNU Go 3.6

GNU Go 3.6


GNU Go is a free program that plays the game of Go. more>>
GNU Go is a free program that plays the game of Go. GNU Go has played thousands of games on the NNGS Go server.

GNU Go is now also playing regularly on the Legend Go Server in Taiwan, on the WING server in Japan, and many volunteers run GNU Go clients on KGS. GNU Go has established itself as the leading non-commercial go program in the recent tournaments that it has taken part in.
<<less
Download (2.6MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1513 downloads
GNU ed 0.8

GNU ed 0.8


GNU ed is an 8-bit clean, POSIX-compliant line editor. more>>
GNU ed is a line-oriented text editor. GNU ed is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts.
A restricted version of `ed, `red, can only edit files in the current directory and cannot execute shell commands. `ed is the `standard text editor in the sense that it is the original editor for Unix, and thus widely available.
Enhancements:
- The testsuite now exits unsuccesfully in case of error.
- Some minor problems in the manual page have been fixed.
- The GFDL has been added to the info file.
<<less
Download (0.086MB)
Added: 2007-08-20 License: GPL v3 Price:
800 downloads
GNU Robots 1.0D

GNU Robots 1.0D


GNU Robots project is a robot construction game. more>>
GNU Robots project is a robot construction game.
GNU Robots is a game/diversion where you construct a program for a little robot, then watch him explore a world.
The world is filled with baddies that can hurt you, objects that you can bump into, and food that you can eat.
The goal of the game is to collect as many prizes as possible before you are killed by a baddie or you run out of energy.
GNU Robots is a game/diversion where you construct a program for a little robot, then watch him explore a world. The world is filled with baddies that can hurt you, objects that you can bump into, and food that you can eat. The goal of the game is to collect as many prizes as possible before are killed by a baddie or you run out of energy. GNU Robots (including source) will be released under the GNU General Public License.
The GNU Robots playing field is filled with food (increases energy), prizes (to increase your score), walls (which you can bump into), and baddies (which can inflict damage.)
To make the program easier to design and implement, I have decided to let the robot program be written in a text file, so that advanced programmers dont have to limit themselves to a visual programming interface. The language will be Scheme, which provides for flexibility in writing your programs. For non-programmers, there will also be a visual programming interface, which will generate Scheme code.
GNU Robots uses GNU Guile as the language back-end (Scheme). This will make the GNU Robots game engine more consistent with other GNU projects, as it will use the same extension language.
Enhancements:
- Added some extra documentation (but not much) and the early beginning of code clean-up.
<<less
Download (0.070MB)
Added: 2006-11-17 License: GPL (GNU General Public License) Price:
1076 downloads
GNU/DOS 2006 SR1

GNU/DOS 2006 SR1


GNU/DOS is a distribution of FreeDOS. more>>
GNU/DOS is a FreeDOS distribution.
Main features:
- Several core FreeDOS packages
- The DJGPP development environment with many GNU programs
- The Arachne Web browser and e-mail client
- The OpenGEM graphical user interface with many GEM programs
- The vim editor for developers
- The MTXE screen saver
- GPL, GPL with DJGPP exceptions, vim, Artistic License, Jason Hood License, and LGPL licensed source code for all of the above
GNU/DOS is very well suited for:
- Web and e-mail (no Java or other "plugins") through a dial-up modem (not a "Winmodem") or Ethernet connection
- Classic DOS and console UNIX applications and games
- Development (using the GNU Compiler Collection)
- And more!
Enhancements:
- This release features various updates, bugfixes, and new programs.
- Arachne 1.90 and vim 7.0 were included along with various DJGPP updates and a bootable CD installation option.
<<less
Download (285.6MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1271 downloads
GNU Mailutils 1.2

GNU Mailutils 1.2


GNU Mailutils contains a series of useful mail clients, servers, and libraries. more>>
These are the primary mail utilities of the GNU system.

Specifically, this package contains a POP3 server, an IMAP4 server, and a Sieve mail filter. It also provides a POSIX mailx client and a collection of other tools.

<<less
Download (3.3MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
849 downloads
GNU Termutils 2.0

GNU Termutils 2.0


GNU Termutils provides control utilities for the GNU terminal. more>>
GNU Termutils provides control utilities for the GNU terminal.
This directory contains the GNU terminal control utilities tput and tabs. tput is a program to enable shell scripts to portably use special terminal capabilities. Although its interface is similar to that of terminfo-based tput programs, it actually uses termcap. tabs is a program to set hardware terminal tab settings.
Enhancements:
- Package renamed to termutils.
- Added SysV tabs utility.
- tput has longname, init and reset options.
- tput has --standard-input option.
- Works with POSIX.1 termios systems as well as BSD sgtty.
- Configuration updated to current standards.
<<less
Download (0.11MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
970 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5