gnu snowboards
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1853
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.
<<lessGNU 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.
Download (0.070MB)
Added: 2006-11-17 License: GPL (GNU General Public License) Price:
1076 downloads
GNU Robbo 0.57
GNU Robbo is a game ported from the Atari XE/XL. more>>
GNU Robbo project is a game ported from the Atari XE/XL.
The player has to rescue Robbo the robot from an unfriendly planet and help him collect all the parts of a capsule so he can go to another level.
<<lessThe player has to rescue Robbo the robot from an unfriendly planet and help him collect all the parts of a capsule so he can go to another level.
Download (0.065MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1057 downloads
GNU Ocrad 0.17
Ocrad is the GNU OCR (Optical Character Recognition) program, implemented as a filter and based on a feature extraction method. more>>
GNU Ocrad is an OCR (Optical Character Recognition) program implemented as a filter and based on a feature extraction method.
Also includes a layout analyser able to separate the columns or blocks of text normally found on printed pages.
Ocrad can be used as a stand-alone console application, or as a backend to other programs.
Enhancements:
- The license has been updated to GPL version 3 or later.
- The "--scale" option no longer suppresses ORF output.
- The removal of thick frames has been improved.
- "Textline" now accepts more than one big initial.
- The files "configure" and "Makefile.in" have been modified to be more GNU-standards compliant.
<<lessAlso includes a layout analyser able to separate the columns or blocks of text normally found on printed pages.
Ocrad can be used as a stand-alone console application, or as a backend to other programs.
Enhancements:
- The license has been updated to GPL version 3 or later.
- The "--scale" option no longer suppresses ORF output.
- The removal of thick frames has been improved.
- "Textline" now accepts more than one big initial.
- The files "configure" and "Makefile.in" have been modified to be more GNU-standards compliant.
Download (0.074MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
848 downloads
GNU tar 1.18
GNU tar program provides the ability to create tar archives, as well as various other kinds of manipulation. more>>
GNU tar program provides the ability to create tar archives, as well as various other kinds of manipulation. For example, you can use Tar on previously created archives to extract files, to store additional files, or to update or list files which were already stored.
Initially, tar archives were used to store files conveniently on magnetic tape. The name "Tar" comes from this use; it stands for tape archiver. Despite the utilitys name, Tar can direct its output to available devices, files, or other programs (using pipes), it can even access remote devices or files (as archives).
<<lessInitially, tar archives were used to store files conveniently on magnetic tape. The name "Tar" comes from this use; it stands for tape archiver. Despite the utilitys name, Tar can direct its output to available devices, files, or other programs (using pipes), it can even access remote devices or files (as archives).
Download (2.5MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
857 downloads
GNU barcode 0.98 Beta
GNU Barcode is a tool to convert text strings to printed bars. more>>
GNU Barcode is a tool to convert text strings to printed bars. GNU barcode supports a variety of standard codes to represent the textual strings and creates postscript output.
Main features:
- Available as both a library and an executable program
- Supports UPC, EAN, ISBN, CODE39 and other encoding standards
- Postscript and Encapsulated Postscript output
- Accepts sizes and positions as inches, centimeters, millimeters
- Can create tables of barcodes (to print labels on sticker pages)
<<lessMain features:
- Available as both a library and an executable program
- Supports UPC, EAN, ISBN, CODE39 and other encoding standards
- Postscript and Encapsulated Postscript output
- Accepts sizes and positions as inches, centimeters, millimeters
- Can create tables of barcodes (to print labels on sticker pages)
Download (0.32MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1240 downloads
GNU C library 2.4
GNU C library is the C library used in the GNU system. more>>
GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.
GNU C library is used by almost all C programs and provides the most essential program interface.
The history of Unix and various standards determine much of the interface of the C library. In general the GNU C library supports the ISO C and POSIX standards. We also try to support the features of popular Unix variants (including BSD and System V) when those do not conflict with the standards. Different compatibility modes (selectable when you compile an application) allow the peaceful coexistence of compatibility support for different varieties of Unix.
The GNU C library is primarily designed to be a portable and high performance C library.
It follows all relevant standards (ISO C 99, POSIX.1c, POSIX.1j, POSIX.1d, Unix98, Single Unix Specification). It is also internationalized and has one of the most complete internationalization interfaces known.
<<lessGNU C library is used by almost all C programs and provides the most essential program interface.
The history of Unix and various standards determine much of the interface of the C library. In general the GNU C library supports the ISO C and POSIX standards. We also try to support the features of popular Unix variants (including BSD and System V) when those do not conflict with the standards. Different compatibility modes (selectable when you compile an application) allow the peaceful coexistence of compatibility support for different varieties of Unix.
The GNU C library is primarily designed to be a portable and high performance C library.
It follows all relevant standards (ISO C 99, POSIX.1c, POSIX.1j, POSIX.1d, Unix98, Single Unix Specification). It is also internationalized and has one of the most complete internationalization interfaces known.
Download (19.5MB)
Added: 2006-03-06 License: GPL (GNU General Public License) Price:
1344 downloads
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.
<<lessGNU 3DKit is part of the GNUstep environment, which provides an object-oriented application development framework and tool set.
Download (MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1238 downloads
GNU Gadu 2.3.0
GNU Gadu is an Instant Messenger program created to work with protocols popular in Poland (but not only) more>>
GNU Gadu is an "Instant Messenger" program created to work with protocols popular in Poland (but not only).
GNU Gadu is based on extensible plug-in idea, also graphical user interface (written in GTK+) is a plugin. We support Gadu-Gadu, Tlen.pl and Jabber protocols currently.
<<lessGNU Gadu is based on extensible plug-in idea, also graphical user interface (written in GTK+) is a plugin. We support Gadu-Gadu, Tlen.pl and Jabber protocols currently.
Download (1.3MB)
Added: 2006-10-15 License: GPL (GNU General Public License) Price:
660 downloads
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.
<<lessThe 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.
Download (0.85MB)
Added: 2005-09-24 License: GPL (GNU General Public License) Price:
1490 downloads
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
<<lessGNU 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
Download (0.22MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
641 downloads
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).
<<lessIt 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).
Download (0.18MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
969 downloads
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
<<lessGNU 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
Download (1.3MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1142 downloads
GNU polyxmass 0.9.6
GNU polyxmass is mass spectrometric software suite for (bio)-polymers. more>>
GNU polyxmass is mass spectrometric software suite for (bio)-polymers.
GNU polyxmass features an integrated mass spectrometry framework where users are able to define brand new polymer chemistries (within the polyxdef module), and use these definitions in order to make simple mass calculations (within the polyxcalc module) or perform complex simulations of polymer chemistry with related mass data computations (within the polyxedit module).
The framework allows full customization of every aspect of the polymer chemistry being defined, and of the way the polymer sequences are graphically displayed. This program was formerly called "polyXmass".
<<lessGNU polyxmass features an integrated mass spectrometry framework where users are able to define brand new polymer chemistries (within the polyxdef module), and use these definitions in order to make simple mass calculations (within the polyxcalc module) or perform complex simulations of polymer chemistry with related mass data computations (within the polyxedit module).
The framework allows full customization of every aspect of the polymer chemistry being defined, and of the way the polymer sequences are graphically displayed. This program was formerly called "polyXmass".
Download (0.90MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1205 downloads
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.
<<lessGNU 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.
Download (2.6MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1513 downloads
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.
<<lessA 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.
Download (0.086MB)
Added: 2007-08-20 License: GPL v3 Price:
800 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gnu snowboards search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed