openbsd
OLSR daemon 0.4.10
OLSR daemon project is an implementation of the Optimized Link State Routing protocol for mobile ad-hoc networks more>>
OLSR is a routing protocol for mobile ad-hoc networks. The protocol is pro-active, table driven and utilizes a technique called multipoint relaying for message flooding. olsrd also implements a popular optional link quality extension. Currently the implementation compiles on GNU/Linux, Windows, OS X, FreeBSD and NetBSD systems.
OLSR daemon is a software that allows you simulate network protocol.
Olsrd is ment to be a well structured and well coded implementation that should be easy to maintain, expand and port to other platforms. The implementation is RFC3626 compliant with respect to both core and auxiliary functioning.
Olsrd supports use of loadable plugins. These can be used to to handle and generate custom packettypes to be carried by OLSRs MPR flooding scheme or for any other desired functioning.
Enhancements:
- Network simulator (olsr_switch) added. Read more in the README file included in the release.
- New experimental fish eye link distribution algorithm. Read more in the README file included in the release.
- Tiny Application Server(TAS) plugin added
- Plugin interface changes. Olsrd now exports all symbols mening that plugins can access all olsrd functions easily.
- Olsrd now builds and runs on OpenBSD
- Build system rewrites(OS detection is now done automagically)
- Lots of bugfixes and minor changes
SDL 1.2.12
cross-platform multimedia library more>> Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."
SDL supports Linux, Windows, Windows CE, BeOS, MacOS, Mac OS X, FreeBSD, NetBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. The code contains support for AmigaOS, Dreamcast, Atari, AIX, OSF/Tru64, RISC OS, SymbianOS, and OS/2, but these are not officially supported.
SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, C#, Eiffel, Erlang, Euphoria, Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP, Pike, Pliant, Python, Ruby, and Smalltalk.
SDL is distributed under GNU LGPL version 2. This license allows you to use SDL freely in commercial programs as long as you link with the dynamic library.<<less
VideoLan Client 0.8.6e Test
VideoLAN Client is a multi-platform multimedia player. It can read DVDs, VCDs, MPEG, and DivX files and from a satellite card. It can also read a stream from a network sent by the VideoLAN Server or a more>>
VideoLAN Client is a multi-platform multimedia player.
It can read DVDs, VCDs, MPEG, and DivX files and from a satellite card.
It can also read a stream from a network sent by the VideoLAN Server or another source.
The stream can be MPEG 2 TS in UDP or HTTP packets unicasted or multicasted on an IPv4 or IPv6 network.
Notes:
- DVD decryption is done through the libdvdcss library.
- DVD navigation is done through the libdvdplay library.
- supported CPU extensions are MMX, MMXEXT, SSE and 3D Now! on x86 processors, and AltiVec on G4 processors.
- the OpenBSD 2.9 default assembler does not support MMX.
- VLC for GNU/Linux supports two kinds of MPEG-2 encoding cards: Hauppauge WinTV-PVR-250/350 and Visiontech Kfir.
- VLC on GNU/Linux, Solaris, and Microsoft Windows has playback control support via libcdio and libvcdinfo. On other platforms SVCD support varies depending on the availability of these libraries. (Volunteers for adding support is always welcome.). Handling still frames (often used in menus) and switching between different video formats is a problem.
- Full color for YUV-type chromas is not handled, only the gray-scale value. Subtitle transparency is not fully supported for all chromas. Some chromas are not handled at all.
- CDDB information provided by libcddb via libcdio. Support is available on those platforms both of these libraries are available. libcddb runs on BeOS although libcdio doesnt. On Microsoft Windows, libcddb doesnt compile yet using without POSIX emulation.
VideoLan Client 0.8.6b Final
VideoLan is a multi-platform multimedia player that can read DVDs, VCDs, MPEG, and DivX files more>>
It can also read a stream from a network sent by the VideoLAN Server or another source.
The stream can be MPEG 2 TS in UDP or HTTP packets unicasted or multicasted on an IPv4 or IPv6 network.
Note
[1] DVD decryption is done through the libdvdcss library.
[2] DVD navigation is done through the libdvdplay library.
[3] supported CPU extensions are MMX, MMXEXT, SSE and 3D Now! on x86 processors, and AltiVec on G4 processors.
[4] the OpenBSD 2.9 default assembler does not support MMX.
[5] VLC for GNU/Linux supports two kinds of MPEG-2 encoding cards: Hauppauge WinTV-PVR-250/350 and Visiontech Kfir.
[6] VLC on GNU/Linux, Solaris, and Microsoft Windows has playback control support via libcdio and libvcdinfo. On other platforms SVCD support varies depending on the availability of these libraries. (Volunteers for adding support is always welcome.). Handling still frames (often used in menus) and switching between different video formats is a problem.
[7] Full color for YUV-type chromas is not handled, only the gray-scale value. Subtitle transparency is not fully supported for all chromas. Some chromas are not handled at all.
[8] CDDB information provided by libcddb via libcdio. Support is available on those platforms both of these libraries are available. libcddb runs on BeOS although libcdio doesnt. On Microsoft Windows, libcddb doesnt compile yet using without POSIX emulation.
Zenmap 4.65
A very useful network tracking utility more>> A very useful network tracking utility
Nmap (Zenmap) is an open source utility for network exploration or security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime.
Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts.
Nmap runs on all major computer operating systems, and both console and graphical versions are available.
Main features:
- Flexible: Supports dozens of advanced techniques for mapping out networks filled with IP filters, firewalls, routers, and other obstacles. This includes many port scanning mechanisms (both TCP & UDP), OS detection, version detection, ping sweeps, and more. See the documentation page.
- Powerful: Nmap has been used to scan huge networks of literally hundreds of thousands of machines.
- Easy: While Nmap offers a rich set of advanced features for power users, you can start out as simply as "nmap -v -A targethost". Both traditional command line and graphical (GUI) versions are available to suit your preference. Binaries are available for those who do not wish to compile Nmap from source.
- Free: The primary goals of the Nmap Project is to help make the Internet a little more secure and to provide administrators/auditors/hackers with an advanced tool for exploring their networks. Nmap is available for free download, and also comes with full source code that you may modify and redistribute under the terms of the license.
- Well Documented: Significant effort has been put into comprehensive and up-to-date man pages, whitepapers, and tutorials. Find them in multiple languages here.
- Supported: While Nmap comes with no warranty, it is well supported by a vibrant community of developers and users. Most of this interaction occurs on the Nmap mailing lists. Most bug reports and questions should be sent to the nmap-dev list, but only after you read the guidelines. We recommend that all users subscribe to the low-traffic nmap-hackers announcement list.
- Acclaimed: Nmap has won numerous awards, including "Information Security Product of the Year" by Linux Journal, Info World and Codetalker Digest. It has been featured in hundreds of magazine articles, several movies, dozens of books, and one comic book series. Visit the press page for further details.
- Popular: Thousands of people download Nmap every day, and it is included with many operating systems (Redhat Linux, Debian Linux, Gentoo, FreeBSD, OpenBSD, etc). It is among the top ten (out of 30,000) programs at the Freshmeat.Net repository. This is important because it lends Nmap its vibrant development and user support communities.
Enhancements:
- The Windows version of Nmap now supports OpenSSL just as the UNIX versions have for years. Both the .zip and executable installer binary packages we ship from the Nmap download page now include OpenSSL.
VideoLAN Client 0.8.6
Highly portable multimedia player for various audio and video formats. more>> VLC (initially VideoLAN Client) is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols. It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network.
[1] DVD decryption is done through the libdvdcss library.
[2] DVD navigation is done through the libdvdplay library.
[3] supported CPU extensions are MMX, MMXEXT, SSE and 3D Now! on x86 processors, and AltiVec on G4 processors.
[4] the OpenBSD 2.9 default assembler does not support MMX.
[5] VLC for GNU/Linux supports two kinds of MPEG-2 encoding cards: Hauppauge WinTV-PVR-250/350 and Visiontech Kfir.
[6] VLC on GNU/Linux, Solaris, and Microsoft Windows has playback control support via libcdio and libvcdinfo. On other platforms SVCD support varies depending on the availability of these libraries. (Volunteers for adding support is always welcome.). Handling still frames (often used in menus) and switching between different video formats is a problem.
[7] Full color for YUV-type chromas is not handled, only the gray-scale value. Subtitle transparency is not fully supported for all chromas. Some chromas are not handled at all.
[8] CDDB information provided by libcddb via libcdio. Support is available on those platforms both of these libraries are available. libcddb runs on BeOS although libcdio doesnt. On Microsoft Windows, libcddb doesnt compile yet using without POSIX emulation.<<less
IOzone 3.282
IOzone is a filesystem benchmark tool that will generate and measure a variety of file operations more>>
Iozone is useful for performing a broad filesystem analysis of a vendor?s computer platform.
The benchmark tests file I/O performance for the following operations: Read, write, re-read, re-write, read backwards, read strided, fread, fwrite, random read, pread ,mmap, aio_read, aio_write.
While computers are typically purchased with an application in mind it is also likely that over time the application mix will change. Many vendors have enhanced their operating systems to perform well for some frequently used applications.
Although this accelerates the I/O for those few applications it is also likely that the system may not perform well for other applications that were not targeted by the operating system. An example of this type of enhancement is: Database.
Many operating systems vendors have tested and tuned the filesystem so it works well with databases. While the database users are happy, the other users may not be so happy as the entire system may be giving all of the system resources to the database users at the expense of all other users.
As time rolls on the system administrator may decide that a few more office automation tasks could be shifted to this machine. The load may now shift from a random reader application (database) to a sequential reader.
The users may discover that the machine is very slow when running this new application and become dissatisfied with the decision to purchase this platform.
By using Iozone to get a broad filesystem performance coverage the buyer is much more likely to see any hot or cold spots and pick a platform and operating system that is more well balanced.
Main features:
- ANSII C source
- POSIX async I/O
- Mmap() file I/O
- Normal file I/O
- Single stream measurement
- Multiple stream measurement
- Distributed fileserver measurements (Cluster)
- POSIX pthreads
- Multi-process measurement
- Excel importable output for graph generation
- Latency plots
- 64bit compatible source
- Large file compatible
- Stonewalling in throughput tests to eliminate straggler effects
- Processor cache size configurable
- Selectable measurements with fsync, O_SYNC
- Builds for: AIX, BSDI, HP-UX, IRIX, FreeBSD, Linux, OpenBSD, NetBSD, OSFV3, OSFV4, OSFV5, SCO OpenServer, Solaris, MAC OS X, Windows (95/98/Me/NT/2K/XP)
IPv4Trace 1.0
IPv4 fragment reassembly implementation. more>> Network monitoring software such as IDS typically examines only complete IP datagrams. Thus, attackers are able to fragment their IP traffic to pass through corporate networks undetected and bypass perimeter security devices. While most network monitoring software like IDS is now capable of handling fragmented traffic, intruders still often attempt this type of attack that can bypass IDS and take systems out of commission, or result in information being stolen or corrupted.
As part of its new charter, Foundstone Labs created IPv4Trace, a Win32 C++ programming library. Because IPv4Trace is a Win32 object-oriented port of the OpenBSD 2.8 kernel-land IPv4 fragment reassembly implementation, Win32 programmers can now use the tool to reassemble fragmented IPv4 traffic in programs that process captured network traffic, allowing them to proactively circumvent an attack that can take systems out of commission or result in information being stolen or corrupted.<<less

Centericq 4.21
Centericq is a text mode window and menu driven IM interface with support for suppport for the ICQ2000, MSN, Yahoo!, AIM, IRC more>>
Actually, it was written since I didnt find any usable software of this kind that would suit me perfectly.
Main features:
- Text mode user interface
- Based on the ncurses library
- Provides windows, menus and dialogs
- Configurable color schemes
- Ability to use the program remotely via telnet or ssh
- Configuration is done with dialogs
- Support for displaying Hebrew and Arabic texts
- UI messages translated into 15 languages
- General instant messaging features
- ICQ, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber are supported
- Sending, receiving and forwarding events
- Command line parameters for sending events through an already running instance
- Mass-sending events
- Contact list groups support
- Configurable sounds for specific events and users
- External programs to process incoming events
- Viewing users personal data
- Updating self user info
- List of ignored users
- Configurable servers hostnames and port numbers
- Ability to use http proxy (method CONNECT; optionally with proxy auth) to connect to IM servers
- ICQ support
- Sending and receiving messages, URLs, contacts and SMSes
- Receiving e-mail express and web pager messages
- Delivery of SMSes through e-mail gateways supported by Mirabilis
- Sending SMSes to any phone numbers, feature to send from the command line
- Searching for users by their UINs, through White Pages and by keywords
- Random chat: searching for availble persons and setting own chat group
- Registering of new UINs
- Setting own and reading others away messages
- Server-based contact lists
- Controllable visibility and invisibility for specific users
- Peer-to-peer port range specification
- Yahoo! support
- File transfers
- Conferencing
- Fetching of custom status messages
- Typing notifications
- Searching for users through directory
- Jabber support
- Users directory search
- PGP encryption for messages
- SSL secured connections
- vCard information: both fetching and updating
- Registration on services supported by server
- Invisible mode
- Groupchat
- IRC support
- Support for private and channel-wide chat
- Showing IRC contacts on the list as well as detecting their being online
- Advanced user listing modes
- NickServ authentification support
- File transfers
- The PING command
- Password protected channels
- Integrated client for LiveJournal
- Posting of entries into a journal
- Friend list management tools
- Notifications about new entries in friends journals
- Notifications when someone adds or removes your account from their friend list
- Notifications about birthdays of LJ friends
- Other
- Integrated RSS-feeds reader
- Builds and works under Linux, FreeBSD, NetBSD, OpenBSD, Sun Solaris, Windows and MacOS X/Darwin
- Script for migrating contact list and history from licq, kxicq2, gnomeicu and micq
- Logging of programs actions
- Re-reading the configuration on-fly if changed
- Extensive and interesting documentation
TestDisk & PhotoRec 6.8 Beta
TestDisk is a tool to check and undelete partitions more>>
TestDisk is a free and useful program which queries the BIOS ( DOS/Win9x) or the OS ( Linux, FreeBSD) in order to find the Hard Disks and their characteristics ( LBA size and CHS geometry). TestDisk does a quick check of your disks structure and compares it with your Partition Table for entry errors. If the Partition Table has entry errors, TestDisk can repair them. If you have missing partitions or a completely empty Partition Table, TestDisk can search for partitions and create a new Table or even a new MBR if necessary.
However, its up to the user to look over the list of possible partitions found by TestDisk and to select the one(s) which were being used just before the drive failed to boot or the partition(s) were lost. In some cases, especially after initiating a detailed search for lost partitions, TestDisk may show partition data which is simply from the remnants of a partition that had been deleted and overwritten long ago.
TestDisk has features for both novices and experts. For those who know little or nothing about data recovery techniques, the command line parameters /log and /debug can be used to collect detailed information about a non-booting drive which can then be sent to a tech for further analysis. Those more familiar with such procedures should find TestDisk a handy tool in performing onsite recovery.
TestDisk can find lost partitions for all of these file systems:
- BeFS ( BeOS )
- BSD disklabel ( FreeBSD/OpenBSD/NetBSD )
- CramFS, Compressed File System
- DOS/Windows FAT12, FAT16 and FAT32
- HFS and HFS+, Hierarchical File System
- JFS, IBMs Journaled File System
- Linux Ext2 and Ext3
- Linux Raid
- RAID 1: mirroring
- RAID 4: striped array with parity device
- RAID 5: striped array with distributed parity information
- RAID 6: striped array with distributed dual redundancy information
- Linux Swap (versions 1 and 2)
- LVM and LVM2, Linux Logical Volume Manager
- Mac partition map
- Novell Storage Services NSS
- NTFS ( Windows NT/2K/XP/2003 )
- ReiserFS 3.5, 3.6 and 4
- Sun Solaris i386 disklabel
- Unix File System UFS and UFS2 (Sun/BSD/...)
- XFS, SGIs Journaled File System

Nmap 4.90 RC1
The name Nmap stands for Network Mapper. Nmap was designed to be a free utility for network exploration or security auditing. more>>
The name Nmap stands for Network Mapper. Nmap was designed to be a free utility for network exploration or security auditing.
Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime.
Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics.
It was designed to rapidly scan large networks, but works fine against single hosts. Nmap runs on all major computer operating systems, and both console and graphical versions are available.
Nmap is ...
- Flexible: Supports dozens of advanced techniques for mapping out networks filled with IP filters, firewalls, routers, and other obstacles. This includes many port scanning mechanisms (both TCP & UDP), OS detection, version detection, ping sweeps, and more. See the documentation page.
- Powerful: Nmap has been used to scan huge networks of literally hundreds of thousands of machines.
- Portable: Most operating systems are supported, including Linux, Microsoft Windows, FreeBSD, OpenBSD, Solaris, IRIX, Mac OS X, HP-UX, NetBSD, Sun OS, Amiga, and more.
- Easy: While Nmap offers a rich set of advanced features for power users, you can start out as simply as "nmap -v -A targethost". Both traditional command line and graphical (GUI) versions are available to suit your preference. Binaries are available for those who do not wish to compile Nmap from source.
- Free: The primary goals of the Nmap Project is to help make the Internet a little more secure and to provide administrators/auditors/hackers with an advanced tool for exploring their networks. Nmap is available for free download, and also comes with full source code that you may modify and redistribute under the terms of the license.
- Well Documented: Significant effort has been put into comprehensive and up-to-date man pages, whitepapers, and tutorials. Find them in multiple languages here.
- Supported: While Nmap comes with no warranty, it is well supported by a vibrant community of developers and users. Most of this interaction occurs on the Nmap mailing lists. Most bug reports and questions should be sent to the nmap-dev list, but only after you read the guidelines. We recommend that all users subscribe to the low-traffic nmap-hackers announcement list.
- Acclaimed: Nmap has won numerous awards, including "Information Security Product of the Year" by Linux Journal, Info World and Codetalker Digest. It has been featured in hundreds of magazine articles, several movies, dozens of books, and one comic book series. Visit the press page for further details.
- Popular: Thousands of people download Nmap every day, and it is included with many operating systems (Redhat Linux, Debian Linux, Gentoo, FreeBSD, OpenBSD, etc). It is among the top ten (out of 30,000) programs at the Freshmeat.Net repository. This is important because it lends Nmap its vibrant development and user support communities.<<less
License:GPL
Gwenhywfar 1.19.1
Gwenhywfar - Multi-platform helper library for networking and libraries more>>
Gwenhywfar also includes some often needed functions (e.g. for handling and parsing of configuration files, reading/writing of XML files, interprocess communication etc).
Gwenhywfar provides OS abstraction functions for:
- Linux
- Windows
- MacOSX
- FreeBSD
- OpenBSD
- NetBSD
Gwenhywfar is written in C, and it follows the object-oriented programming paradigm for most of its parts. The header files can directly be used from C++, too.
Main features:
- Basic Data types for binary buffers , ring buffers, linked lists, error objects, string lists (src/base/), buffered IO operations (src/io/)
- Macros for typesafe list management
- OS abstraction functions for directory and Internet address handling and library loading (src/os/)
- Networking functions which allow to manage many connections to be used economically even in single threaded applications
- High-level functions for parsing files with a simplified "XML-like" format and accessing them like a hierarchical database (src/parser/). It is able to process valid XML files, too.
- High-level cryptographic functions on top of OpenSSL functionality (src/crypt/)
- Support for interprocess communication (HTTP on top of SSL or plain TCP/UDP sockets, with or without certificates for clients and/or servers)
- Console user-interface (including a simple HTML parser) based on ncurses
- A tool to generate simple data containers from XML files. It automatically generates getters, setters, constructor, destructor, deep-copy function, usage counter handling, modification tracking, functions for reading from and writing to GWEN_DBs (used by AqBanking to create the transaction class)
System requirements:
- OpenSSL >= 0.9.6x (0.9.7x recommended); this can optionally be disabled by the configure switch --disable-ssl
- ncurses (optional, used for user interface library gwenui)

AXIGEN Mail Server Office Edition Free 7.3.0
AXIGEN Office Edition is a FREE, reliable and secure mail server for Linux, BSD, Solaris. It offers (E)SMTP, POP3, IMAP4 and Webmail services for 5 users, centralized Web/CLI Admin, Personal Organizer, Groupware and free technical support. more>>
AXIGEN Office Edition is a FREE, reliable messaging solution intended for home users and small companies. It offers integrated mail services for 5 users, 1 server and free technical support services for 1 year.
Main services: (E)SMTP/IMAP4/POP3, WebMail access from PCs and mobile phones, Personal Organizer, Groupware, support for iCal, centralized WEB/CLI administration. AXIGEN is available for many Linux distros (such as Gentoo, RedHat, Fedora, Slackware, Debian, Ubuntu, Mandriva), as well as for BSD and Solaris platforms.
Groupware and collaboration:
-Shared folders/permissions
-Free/Busy status
-Send emails in the name of another user
-Improved AXIGEN Outlook Connector (online/offline mode, per-folder synchronization)
Enhanced mobility and time management:
-Skinnable & multilanguage Standard WebMail Interface (HTML editor, RPOP, temporary email addresses)
-Personal Organizer (includes Calendar/Journal/Tasks/Notes, iCal/Webcal access on Mozilla Thunderbird/Lightning, Apple iCal etc)
-Address book (personal, public, domain contacts)
-User groups, mailing lists
-Desktop-like Ajax WebMail Interface (keyboard navigation & shortcuts, drag-and-drop, continuous scrolling)
-Replace offensive words in message
Connectivity and architecture:
-Mail storage with index based access
-In-depth connection control
-Built-in Milter support
-FTP Backup & Restore
-Comprehensive charts and statistics
Server Security:
-Multiple AntiVirus & AntiSpam support
-Authentication & Encryption
-SPF and DomainKeys compliance
Please download and install the trial kit for the desired platform, then register here in order to activate your free Office Edition license: http://www.axigen.com/mail-server/register.php
Also, we invite you to take advantage of our AXIGEN Mobile Office promotion: http://www.axigen.com/promos/mobile-office/
For only 99 Euro/Yea we offer: 10 email accounts Push Email, PIM Synchronization, Groupware & Collaboration. Yearly license & 24x7 technical support.
System Requirements: Intel x86/PowerPC/Sparc;Linux kernel 2.6,FreeBSD 7x/6x,NetBSD 4.0,OpenBSD 4.3/4.4,Solaris 10;256 RAM
Enhancements: Identity Confirmation, export/import Contacts in WebMail, password expiry policies (notification mechanism and password history capability), enhanced backup & restore (access to backup elements hierarchy through a virtual file system), customizable welcome message, and more.
<<less
/Sparc;Linux kernel 2.6,FreeBSD 7x/6x,NetBSD 4.0,OpenBSD 4.3/4.4,Solaris 10;256 RAM. Enhancements: Mailing list accounts within the Ajax Webmail interface, set the default Webmail interfaceLicense:Freeware
/Sparc;Linux kernel 2.6,FreeBSD 7x/6x,NetBSD 4.0,OpenBSD 4.3/4.4,Solaris 10;256 RAM. Enhancements: New Desktop-like WebMail interface based on Ajax (keyboard navigation, shortcuts, dragLicense:Freeware
Ancysoft Data Recovery Software 1.0
Data Recovery Software, Data Undelete, File Recovery, Unformat and Unerase tool more>> The most technologically advanced data recovery software solutions. File Recovery Software, Data Recovery, Data Undelete, Unformat and Unerase tools for FAT/NTFS (Windows), HFS/HFS+ (Mac), UFS1/UFS2 (FreeBSD/OpenBSD/NetBSD), Ext2FS/3FS (Linux) file systems with a range of data recovery software from leading software companies. Learn the most effective, well-tested hard drive data recovery software solutions are available to meet your needs.<<less
Njam 1.00
Njam is a pacman-like game with single/multiplayer/duel modes, networking support and integrated level editor. It features great graphics, music, sound fx and a lot of levels to play more>>
* Single and multiplayer mode (local or network)
* Duel mode (players compete each other to get more points)
* Non-duel mode (players cooperate to finish as many levels as they can)
* Great music and sound effects
* Customizable level skins
* Many different levels
* Integrated level editor
It runs on Linux, Windows, BeOS, OpenBSD, FreeBSD, MacOS X and MorphOS.
- Page: 1 of 2
- 1
- 2
