openarena 0.7.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 82
OpenArena 0.7.0
OpenArena is an open-source content package for Quake III Arena. more>>
OpenArena is an open-source content package for Quake III Arena licensed under the GPL, effectively creating a free stand-alone game.
The art direction of Open Arena is about "double" as Quake III Arena:
- double texture resolution, i.e. 512x512 as opposed to a 256x256
- double the polycount of models, instead of 700-900 youll have 1200-2000 poly players
- Sound is probably mixed in 44khz rather than 22khz, but I dunno about that as 44khz seems to crash Q3A at this moment
Hopefully the detail should still be scalable with texture resolution and LoDs for slower computers (read: my p100 with voodoo2)
Concepts would be loose, so dont expect a remake of Klesk in his original Klesk form, or any direct remakes of any map/weapon/model.
<<lessThe art direction of Open Arena is about "double" as Quake III Arena:
- double texture resolution, i.e. 512x512 as opposed to a 256x256
- double the polycount of models, instead of 700-900 youll have 1200-2000 poly players
- Sound is probably mixed in 44khz rather than 22khz, but I dunno about that as 44khz seems to crash Q3A at this moment
Hopefully the detail should still be scalable with texture resolution and LoDs for slower computers (read: my p100 with voodoo2)
Concepts would be loose, so dont expect a remake of Klesk in his original Klesk form, or any direct remakes of any map/weapon/model.
Download (250.9MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
559 downloads
OpenDaemon 0.7.0
OpenDaemon (Formerly OpenXMLD) started as an open-source native XML database server. more>>
OpenDaemon (Formerly OpenXMLD) started as an open-source native XML database server, which aims at achieving the following special goals:
- Performant enough that it can eliminate all the performance problems related to XMLs nature (e.g the need to make a parse tree for each document). so it can offer XMLs extensibility in places where any other non-XML database server can be used.
- As much SQL-compliant as possible so it can replace the current non-XML servers easily and with a minimum of effort (e.g having ODBC and JDBC drivers with no SQL XML translation stuff.)
After about a year of development, it was found that its better to concentrate in the first place on the platform containing the server rather than the query parsing and data extraction functionaltiy, the decision was to do everything on its own, by creating a server platform that provides a generic and flexible model of work the same previous goals could be achieved easier and in a more open and distributed manner.
In this direction, OpenDaemon could reach the stage at which it can be a server of any protocol, and the protocol implementation can utilize a broad set of capabilities built inside the server.
Because portability is a concern, OpenDaemon contains well-defined interfaces between its modules, to allow for easy replacement of any part for portability or performance reasons. Last but not least - OpenDaemon is written with object orientation in mind in the C programming language.
OpenDaemon is an extension of the efforts formerly done in KXParse.
Enhancements:
- Generlized the engine interface so it is not XML-specific.
- Engine capability specification.
- Support for a broader range of functionality within the engine API.
- Configuration parser and API rewrite using bison and flex.
- Support for interface association to a particular port.
- Support for interface parameters and interface instances.
- Generic, more flexible storage API and associated walker.
- Multi-process multi-tasker cleanups.
- Initial support for engine association to file types using the file extension.
- Error reporting model across engines and interfaces.
- Improved and more efficient connection handling.
- Better organization for the source code tree.
- Renamed to OpenDaemon.
<<less- Performant enough that it can eliminate all the performance problems related to XMLs nature (e.g the need to make a parse tree for each document). so it can offer XMLs extensibility in places where any other non-XML database server can be used.
- As much SQL-compliant as possible so it can replace the current non-XML servers easily and with a minimum of effort (e.g having ODBC and JDBC drivers with no SQL XML translation stuff.)
After about a year of development, it was found that its better to concentrate in the first place on the platform containing the server rather than the query parsing and data extraction functionaltiy, the decision was to do everything on its own, by creating a server platform that provides a generic and flexible model of work the same previous goals could be achieved easier and in a more open and distributed manner.
In this direction, OpenDaemon could reach the stage at which it can be a server of any protocol, and the protocol implementation can utilize a broad set of capabilities built inside the server.
Because portability is a concern, OpenDaemon contains well-defined interfaces between its modules, to allow for easy replacement of any part for portability or performance reasons. Last but not least - OpenDaemon is written with object orientation in mind in the C programming language.
OpenDaemon is an extension of the efforts formerly done in KXParse.
Enhancements:
- Generlized the engine interface so it is not XML-specific.
- Engine capability specification.
- Support for a broader range of functionality within the engine API.
- Configuration parser and API rewrite using bison and flex.
- Support for interface association to a particular port.
- Support for interface parameters and interface instances.
- Generic, more flexible storage API and associated walker.
- Multi-process multi-tasker cleanups.
- Initial support for engine association to file types using the file extension.
- Error reporting model across engines and interfaces.
- Improved and more efficient connection handling.
- Better organization for the source code tree.
- Renamed to OpenDaemon.
Download (0.022MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1428 downloads
Sarien 0.7.0
Sarien project is a Sierra AGI interpreter for games like Kings Quest and Space Quest. more>>
Sarien project is a Sierra AGI interpreter for games like Kings Quest and Space Quest.
Sarien is a portable Sierra AGI resource interpreter engine that allows you to play Sierra On-Line AGI version 2 and version 3 games (such as Space Quest 1 and 2, and Leisure Suit Larry in the Land of the Lounge Lizards) natively in Linux, Solaris, Windows, and other platforms.
Enhancements:
- added QNX native sound driver (untested)
- ported to DOS 16-bit using Turbo C++
- started MacOS port using MPW (incomplete)
- changed palette to use Amiga-ish colors instead of PC EGA
- added "crc" command to the interpreter console
- sprite blitting algorithm changed to work with hidden screens
- fixed add.to.pic to erase and re-blit all sprites
- reimplemented options -C (show game CRC), -L (list games) and -P (picture viewer)
- unk_xxx command names changed to official names
- added Amiga Gold Rush! 2.05 game ID
- added support to Amiga v3 games
- added support to Amiga sound emulation
- fixed input prompt in normal input mode
- using table instead of computed values for priority bands
- implemented set.pri.base (used in KQ4)
- implemented echo.line (to repeat last input line with F3)
- implemented adj.ego.move.to.x.y (for click-to-walk interface)
- added mouse event support to the X11, SDL and Win32 drivers
- added debug info on status line (activated with key F11)
- implemented click-to-walk mouse interface
- menu system rewritten to allow mouse operation
- added experimental hi-res picture mode (switch with toggle.monitor)
- added mouse support in the picture viewer
- added SGML man page (use docbook-to-man to create the roff file)
- added AGI Mouse 1.0 protocol emulation
- merged Richard Houles MacOS X port
- merged Paul Hills Amiga port
- merged Vasyl Tsvirkunovs PocketPC port
- added experimental support to noise channel
- implemented picture offset according to configure.screen
- implemented invisible ego signaling
- fixed command get.num
- fixed controller reset (moved to the end of the cycle)
- fixed v3 game loading in big-endian machines
- sound tuning improved, added chorus and envelope release
- savegame subsystem rewritten
<<lessSarien is a portable Sierra AGI resource interpreter engine that allows you to play Sierra On-Line AGI version 2 and version 3 games (such as Space Quest 1 and 2, and Leisure Suit Larry in the Land of the Lounge Lizards) natively in Linux, Solaris, Windows, and other platforms.
Enhancements:
- added QNX native sound driver (untested)
- ported to DOS 16-bit using Turbo C++
- started MacOS port using MPW (incomplete)
- changed palette to use Amiga-ish colors instead of PC EGA
- added "crc" command to the interpreter console
- sprite blitting algorithm changed to work with hidden screens
- fixed add.to.pic to erase and re-blit all sprites
- reimplemented options -C (show game CRC), -L (list games) and -P (picture viewer)
- unk_xxx command names changed to official names
- added Amiga Gold Rush! 2.05 game ID
- added support to Amiga v3 games
- added support to Amiga sound emulation
- fixed input prompt in normal input mode
- using table instead of computed values for priority bands
- implemented set.pri.base (used in KQ4)
- implemented echo.line (to repeat last input line with F3)
- implemented adj.ego.move.to.x.y (for click-to-walk interface)
- added mouse event support to the X11, SDL and Win32 drivers
- added debug info on status line (activated with key F11)
- implemented click-to-walk mouse interface
- menu system rewritten to allow mouse operation
- added experimental hi-res picture mode (switch with toggle.monitor)
- added mouse support in the picture viewer
- added SGML man page (use docbook-to-man to create the roff file)
- added AGI Mouse 1.0 protocol emulation
- merged Richard Houles MacOS X port
- merged Paul Hills Amiga port
- merged Vasyl Tsvirkunovs PocketPC port
- added experimental support to noise channel
- implemented picture offset according to configure.screen
- implemented invisible ego signaling
- fixed command get.num
- fixed controller reset (moved to the end of the cycle)
- fixed v3 game loading in big-endian machines
- sound tuning improved, added chorus and envelope release
- savegame subsystem rewritten
Download (0.027MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1083 downloads
ORSA 0.7.0
ORSA is an interactive tool for Celestial Mechanics. more>>
ORSA is an interactive tool for scientific grade Celestial Mechanics computations. Asteroids, comets, artificial satellites, Solar, and extra-Solar planetary systems can be accurately reproduced, simulated, and analyzed.
<<less Download (0.72MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1667 downloads
Leonardo 0.7.0
Leonardo is an extensible content management system written in Python. more>>
Leonardo is an extensible content management system written in Python. Leonardo is architected in a REST-like style and initially focused on providing for personal websites with a password-protected wiki and blog (including Atom feed).
It can be run as CGI and uses the filesystem as a database.
Enhancements:
- support for Atom 1.0
- comments optionally can require answering a simple question to reduce spamming
- site owner can optionally be emailed when new comments are made
- pages now record their author which is displayed on the page, in blog lists and atom feeds
- there is now a provider which lists blog months
- it is now possible to update a page or its properties without the last modified changing
- comments can be deleted if logged in
- formatting of comments is improved by translating newlines to br
- the main page template is now in LFS
- home page link is now part of menu rather than template to give user more control
- subtitle is now completely formatted in page template to give user more control
- copyright_holder changed to general rights statement
- removed stray ) in draft template causing malformed html
- delete page no longer has duplicate headings
- template files now have provider name in the filename
- leonardo library now in Python package to avoid name clashes
- after delete there is now a link to return to deleted resources parent
- switched from using shelve to pickle (shelve was causing problems for people moving between different systems with different anydbm implementations)
- files are now written in binary mode to avoid problems on Windows
- fixed bug where question mark in permalink wasnt getting escaped
<<lessIt can be run as CGI and uses the filesystem as a database.
Enhancements:
- support for Atom 1.0
- comments optionally can require answering a simple question to reduce spamming
- site owner can optionally be emailed when new comments are made
- pages now record their author which is displayed on the page, in blog lists and atom feeds
- there is now a provider which lists blog months
- it is now possible to update a page or its properties without the last modified changing
- comments can be deleted if logged in
- formatting of comments is improved by translating newlines to br
- the main page template is now in LFS
- home page link is now part of menu rather than template to give user more control
- subtitle is now completely formatted in page template to give user more control
- copyright_holder changed to general rights statement
- removed stray ) in draft template causing malformed html
- delete page no longer has duplicate headings
- template files now have provider name in the filename
- leonardo library now in Python package to avoid name clashes
- after delete there is now a link to return to deleted resources parent
- switched from using shelve to pickle (shelve was causing problems for people moving between different systems with different anydbm implementations)
- files are now written in binary mode to avoid problems on Windows
- fixed bug where question mark in permalink wasnt getting escaped
Download (0.095MB)
Added: 2006-03-16 License: GPL (GNU General Public License) Price:
1317 downloads
Download (0.34MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
888 downloads
Xplorer 0.7.0
Xplorer is a file manager with fast and accurate filetype detection. more>>
Xplorer is a filemanager for POSIX conformant operating systems using the Window-System (X11).
You can navigate in your local filesystem and launch applications.
Xplorer figures out filetypes and launches an application appropriate to process these files.
You can get information about files, move, copy or delete them.
Xplorer gets most of its functionality from C++X (libcxxx), a shared library written from scratch. C++X and Xplorer are developed in parallel at present, but in the future there will be other applications using C++X. Until then, C++X is only available as part of the Xplorer package.
C++X has built-in support for internationalization. English and German language is offered at the moment. The tool intlize needed to create translations is shipped with Xplorer.
One goal of C++X is to minimize dependencies on other programs/libraries, Xplorer should run on every POSIX box with a working X-Window-System.
Enhancements:
- CApplication no longer complains about missing application configuration files
- CPermissionSheet: for superuser all groups are listed
- CPermissionSheet: superuser is allowed to change file owner
- changes in settings dialog show up immediately
- added "Apply" Button to CSettings
- other icon sizes
- DrawItem working for Icon View
- working configure for CXplorerList
- added TextSizeHint to List Controls
- working CListControl::ScrollIn
- CListControl::GetBounds working for icon view
- CListControl::ItemFromPos working for icon view
- made CTextSizeHint a struct
- corrected CXplorerList::GetDnDAction
- fixed bug for Radio Type MenuItems
- fixed multi column view
- bugfix: ListControls restore the lower border too
- added exception handling check to configure.in
<<lessYou can navigate in your local filesystem and launch applications.
Xplorer figures out filetypes and launches an application appropriate to process these files.
You can get information about files, move, copy or delete them.
Xplorer gets most of its functionality from C++X (libcxxx), a shared library written from scratch. C++X and Xplorer are developed in parallel at present, but in the future there will be other applications using C++X. Until then, C++X is only available as part of the Xplorer package.
C++X has built-in support for internationalization. English and German language is offered at the moment. The tool intlize needed to create translations is shipped with Xplorer.
One goal of C++X is to minimize dependencies on other programs/libraries, Xplorer should run on every POSIX box with a working X-Window-System.
Enhancements:
- CApplication no longer complains about missing application configuration files
- CPermissionSheet: for superuser all groups are listed
- CPermissionSheet: superuser is allowed to change file owner
- changes in settings dialog show up immediately
- added "Apply" Button to CSettings
- other icon sizes
- DrawItem working for Icon View
- working configure for CXplorerList
- added TextSizeHint to List Controls
- working CListControl::ScrollIn
- CListControl::GetBounds working for icon view
- CListControl::ItemFromPos working for icon view
- made CTextSizeHint a struct
- corrected CXplorerList::GetDnDAction
- fixed bug for Radio Type MenuItems
- fixed multi column view
- bugfix: ListControls restore the lower border too
- added exception handling check to configure.in
Download (1.1MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
815 downloads
DeadlyCobra 0.7.0
DeadlyCobra is a game similar to the classic Nibbles or snake game. more>>
DeadlyCobra project is a game similar to the classic Nibbles or snake game.
Basically the point of the game is to eat as many pebbles (in this case "Men") as possible without eating yourself or hitting a wall.
Features include both single and multiplayer modes, cool 2-D graphics and energizing music for each level.
It was originally designed to compete in No Starch Presss game cometition, but has continued to evolve and grow beyond the December 1st, 2001 deadline.
Main features:
- 2 Single player modes:
- Adventure & Longest Snake
- 2 Head to Head multiplayer modes:
- Standard & Instant Respawn
- Simple design, keeping the program small
- 4 targets w/ individual movement patterns
- 9 difficulty increments
- 3 different levels
- Music for each level
- Sound effects
- High score save
<<lessBasically the point of the game is to eat as many pebbles (in this case "Men") as possible without eating yourself or hitting a wall.
Features include both single and multiplayer modes, cool 2-D graphics and energizing music for each level.
It was originally designed to compete in No Starch Presss game cometition, but has continued to evolve and grow beyond the December 1st, 2001 deadline.
Main features:
- 2 Single player modes:
- Adventure & Longest Snake
- 2 Head to Head multiplayer modes:
- Standard & Instant Respawn
- Simple design, keeping the program small
- 4 targets w/ individual movement patterns
- 9 difficulty increments
- 3 different levels
- Music for each level
- Sound effects
- High score save
Download (3.2MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1047 downloads
archivemail 0.7.0
archivemail is an archiver and compressor for old email messages. more>>
archivemail is a tool written in Python for archiving and compressing old email in mailboxes. archivemail can move messages older than the specified number of days to a separate mbox format mailbox that is compressed with gzip, or optionally just delete old email.
Maybe some of your mailboxes are quite large (eg, over 10,000 messages) and they are taking a while to load in your mail reader. Perhaps they are taking up too much space on your disk. Archiving old messages to a separate, compressed mailbox will mean:
1. Your mail reader will get a huge performance boost loading and reading your mail.
2. You will be taking up less disk space, since old mail will be compressed. (Mail usually compresses quite nicely.)
3. You wont be confronted with semi-obsolete mail all the time.
If you would prefer to just delete old email rather than archive it, archivemail can do that too.
Main features:
- Support for archiving IMAP, mbox, MH and maildir format mailboxes.
- You can configure the amount of days before mail is considered old -- with the default being 180 days.
- Messages that are flagged important are not archived or deleted unless you specify the --include-flagged option.
- Optionally warn about duplicate Message-IDs in a mailbox.
- You can specify an option so that unread mail is never archived.
- Allows you to store the compressed archive mailboxes in a directory of your choice, with an extension of your choice.
- Support for deleting old mail rather than archiving it.
- Optional ability to archive messages older than an absolute date with the --date option.
- Ability to only archive messages over a certain byte size.
<<lessMaybe some of your mailboxes are quite large (eg, over 10,000 messages) and they are taking a while to load in your mail reader. Perhaps they are taking up too much space on your disk. Archiving old messages to a separate, compressed mailbox will mean:
1. Your mail reader will get a huge performance boost loading and reading your mail.
2. You will be taking up less disk space, since old mail will be compressed. (Mail usually compresses quite nicely.)
3. You wont be confronted with semi-obsolete mail all the time.
If you would prefer to just delete old email rather than archive it, archivemail can do that too.
Main features:
- Support for archiving IMAP, mbox, MH and maildir format mailboxes.
- You can configure the amount of days before mail is considered old -- with the default being 180 days.
- Messages that are flagged important are not archived or deleted unless you specify the --include-flagged option.
- Optionally warn about duplicate Message-IDs in a mailbox.
- You can specify an option so that unread mail is never archived.
- Allows you to store the compressed archive mailboxes in a directory of your choice, with an extension of your choice.
- Support for deleting old mail rather than archiving it.
- Optional ability to archive messages older than an absolute date with the --date option.
- Ability to only archive messages over a certain byte size.
Download (0.035MB)
Added: 2006-11-05 License: GPL (GNU General Public License) Price:
1084 downloads
Monsterz 0.7.0
Monsterz is a little arcade puzzle game, similar to the famous Bejeweled or Zookeeper. more>>
Monsterz is a little arcade puzzle game, similar to the famous Bejeweled or Zookeeper.
Monsterzs goal of the game is to create rows of similar monsters, either horizontally or vertically. The only allowed move is the swap of two adjacent monsters, on the condition that it creates a row of three or more. When alignments are cleared, pieces fall from the top of the screen to fill the board again. Chain reactions earn you even more points.
This game is mostly about luck, but it remains highly addictive. You have been warned. Currently three modes are available:
Classic- play against the clock and clear a given number of each monster type to reach next level.
Puzzle- clear lines of monsters to move pieces around and put together the puzzle.
Training- play against the clock in a neverending level, chose the timer difficulty and number of monsters for infinite fun.
Monsterz is completely free software, available under the terms of the WTFPL.
<<lessMonsterzs goal of the game is to create rows of similar monsters, either horizontally or vertically. The only allowed move is the swap of two adjacent monsters, on the condition that it creates a row of three or more. When alignments are cleared, pieces fall from the top of the screen to fill the board again. Chain reactions earn you even more points.
This game is mostly about luck, but it remains highly addictive. You have been warned. Currently three modes are available:
Classic- play against the clock and clear a given number of each monster type to reach next level.
Puzzle- clear lines of monsters to move pieces around and put together the puzzle.
Training- play against the clock in a neverending level, chose the timer difficulty and number of monsters for infinite fun.
Monsterz is completely free software, available under the terms of the WTFPL.
Download (2.4MB)
Added: 2006-05-12 License: WTFPL Price:
1263 downloads
Nessj 0.7.0
Nessj is an application/network security scanner client for Nessus and Nessus compatible (OpenVAS, etc.) servers. more>>
Nessj is an application/network security scanner client for Nessus and Nessus compatible (OpenVAS, etc.) servers.
In addition to an improved user interface, Nessj provides session management with templates, report generation using XSLT including charts/graphs, and vulnerability trending
<<lessIn addition to an improved user interface, Nessj provides session management with templates, report generation using XSLT including charts/graphs, and vulnerability trending
Download (0.55MB)
Added: 2006-08-03 License: Artistic License Price:
1180 downloads
Dirac 0.7.0
Dirac is a video codec that provides general-purpose video compression and decompression tools. more>>
Dirac is a video codec that provides general-purpose video compression and decompression tools comparable with state-of-the-art systems.
Dirac video codec is available for distribution under the MPL version 1.1 software license.
Dirac is an open source video codec. It uses a traditional hybrid video codec architecture, but with the wavelet transform instead of the usual block transforms. Motion compensation uses overlapped blocks to reduce block artefacts that would upset the transform coding stage.
Dirac can code just about any size of video, from streaming up to HD and beyond, although certain presets are defined for different applications and standards. These cover the parameters that need to be set for the encoder to work, such as block sizes and temporal prediction structures, which must otherwise be set by hand.
Dirac is intended to develop into real coding and decoding software, capable of plugging into video processing applications and media players that need compression.
It is intended to develop into a simple set of reliable but effective coding tools that work over a wide variety of content and formats, using well-understood compression techniques, in a clear and accessible software structure. It is not intended as a demonstration or reference coder.
Enhancements:
- This is a major release to comply with the latest version of the Dirac Bytestream Specification.
- Support has been added for constant bit-rate coding in addition to existing constant quality coding.
- Arithmetic coding and motion vector data partitioning have been improved.
- The encoder and decoder API have changed.
- New patches have been released for MPlayer and FFMpeg.
- A new version of the DirectShow filter to comply with Dirac 0.7.0 has been released.
<<lessDirac video codec is available for distribution under the MPL version 1.1 software license.
Dirac is an open source video codec. It uses a traditional hybrid video codec architecture, but with the wavelet transform instead of the usual block transforms. Motion compensation uses overlapped blocks to reduce block artefacts that would upset the transform coding stage.
Dirac can code just about any size of video, from streaming up to HD and beyond, although certain presets are defined for different applications and standards. These cover the parameters that need to be set for the encoder to work, such as block sizes and temporal prediction structures, which must otherwise be set by hand.
Dirac is intended to develop into real coding and decoding software, capable of plugging into video processing applications and media players that need compression.
It is intended to develop into a simple set of reliable but effective coding tools that work over a wide variety of content and formats, using well-understood compression techniques, in a clear and accessible software structure. It is not intended as a demonstration or reference coder.
Enhancements:
- This is a major release to comply with the latest version of the Dirac Bytestream Specification.
- Support has been added for constant bit-rate coding in addition to existing constant quality coding.
- Arithmetic coding and motion vector data partitioning have been improved.
- The encoder and decoder API have changed.
- New patches have been released for MPlayer and FFMpeg.
- A new version of the DirectShow filter to comply with Dirac 0.7.0 has been released.
Download (0.70MB)
Added: 2007-05-09 License: MPL (Mozilla Public License) Price:
904 downloads
Plume 0.7.0
Plume is a complete set of packages to create and administrate a network of diskless computers used as X terminals. more>>
Plume is a complete set of packages to create and administrate a network of diskless computers used as X terminals. Stations root filesystem is extensively based on Debian with as few new packages as possible. It is clean and lean, as well as easy to understand and adapt if needed.
It is all about setting up easily a server with thin clients, each based on Debian. It is meant and known to be particularly light on the clients (ex.: it requires as few as 4MB RAM on a typical client) and run on commodity hardware.
Thin client [1]: A thin client is a computer (client) in client-server architecture networks which has little or no application logic, so it has to depend primarily on the central server for processing activities. The word "thin" refers to the small boot image which such clients typically require - perhaps no more than required to connect to a network and start up a graphical interface.
Plume is working fine at several places for a long time now (early year 2000), without much maintenance and without specialists needed when something is to be done. It has successfully and painlessly passed a migration from Potato to Woody on at least one server and from Woody to Sarge on at least one other server. As it is available as Debian packages (only sources on this site, though you can find binary packages on apt.bxlug.be), it should be a snap to install on any Debian machine out there.
It is meant first for schools, and as such fits well on really old PC (as little as 486 with 8MB RAM). It has been thought as a clean replacement of LTSP.
The project is currently hosted at SourceForge.net. You can find it here.
You can download the latest source release here. There are currently packages for Debian Woody, but as of now, it still works fine on Sid also. For binary releases (Debian packages) I suggest you contact us on the mailing-list(archives and more available here), you dont even have to subscribe to do it. There is even a French-speaking mailing-list dedicated to current users of Plume installations here.
<<lessIt is all about setting up easily a server with thin clients, each based on Debian. It is meant and known to be particularly light on the clients (ex.: it requires as few as 4MB RAM on a typical client) and run on commodity hardware.
Thin client [1]: A thin client is a computer (client) in client-server architecture networks which has little or no application logic, so it has to depend primarily on the central server for processing activities. The word "thin" refers to the small boot image which such clients typically require - perhaps no more than required to connect to a network and start up a graphical interface.
Plume is working fine at several places for a long time now (early year 2000), without much maintenance and without specialists needed when something is to be done. It has successfully and painlessly passed a migration from Potato to Woody on at least one server and from Woody to Sarge on at least one other server. As it is available as Debian packages (only sources on this site, though you can find binary packages on apt.bxlug.be), it should be a snap to install on any Debian machine out there.
It is meant first for schools, and as such fits well on really old PC (as little as 486 with 8MB RAM). It has been thought as a clean replacement of LTSP.
The project is currently hosted at SourceForge.net. You can find it here.
You can download the latest source release here. There are currently packages for Debian Woody, but as of now, it still works fine on Sid also. For binary releases (Debian packages) I suggest you contact us on the mailing-list(archives and more available here), you dont even have to subscribe to do it. There is even a French-speaking mailing-list dedicated to current users of Plume installations here.
Download (0.091MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
Passepartout 0.7.0
Passepartout is a desktop publishing application. more>>
Passepartout is an Open Source* Desktop Publishing* application for the X Window System*. Passepartouts goal is to create a system capable of producing pre-press material of professional quality, but also to be a useful tool for any enthusiast with access to a printer.
The main focus is on making it easy for the user to create publications with a flexible layout, typical examples being magazines, brochures and leaflets.
Passepartout is still in the early stages of development, but it is already quite usable.
Main features:
- A user-friendly GTK+-based interface
- Layout templates
- An XML-based typesetting engine called xml2ps
- User-defined text formatting with XSLT stylesheets
- Unicode support
- Importing EPS (Encapsulated PostScript) files
- Importing images in JPEG, TIFF, PNG (no transparency), XPM, PNM, RAS, BMP and GIF format
- Text running around image (or text) frames
- Printing to PDF, PostScript and EPS
- Support for Type1 and TrueType fonts
<<lessThe main focus is on making it easy for the user to create publications with a flexible layout, typical examples being magazines, brochures and leaflets.
Passepartout is still in the early stages of development, but it is already quite usable.
Main features:
- A user-friendly GTK+-based interface
- Layout templates
- An XML-based typesetting engine called xml2ps
- User-defined text formatting with XSLT stylesheets
- Unicode support
- Importing EPS (Encapsulated PostScript) files
- Importing images in JPEG, TIFF, PNG (no transparency), XPM, PNM, RAS, BMP and GIF format
- Text running around image (or text) frames
- Printing to PDF, PostScript and EPS
- Support for Type1 and TrueType fonts
Download (0.42MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
828 downloads
Time Manager 0.7.0
Time Manager is a CGI script that keeps track of how much time you have spent at work. more>>
Time Manager is a cgi-bin script that keeps track on how much time you have spent at work. This works with the user signing on and off whenever he or she arrives or leaves.
Time Manager relies heavily on the Date::Manip module which has to be installed before running the script.
Enhancements:
- made a new monthly stats
- reversed change entry list
- actions like signon/off are now linked up with the main menu giving an action-status line at the bottom of the page.
- added some buttons where lists could get long (weekly stats)
<<lessTime Manager relies heavily on the Date::Manip module which has to be installed before running the script.
Enhancements:
- made a new monthly stats
- reversed change entry list
- actions like signon/off are now linked up with the main menu giving an action-status line at the bottom of the page.
- added some buttons where lists could get long (weekly stats)
Download (0.036MB)
Added: 2005-07-04 License: GPL (GNU General Public License) Price:
1572 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 openarena 0.7.0 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