|
|||||||||||
|
[osdn developer] May 30, 2003
From: <osdn-developer-txt-mm-admin(at)newsfeed.osdn.com>
Date: Fri May 30 2003 - 04:15:50 EDT
O | S | D | N NEWSLETTER
May 30, 2003 DEVELOPER SERIES
The 'Developer Series' Newsletter is developed to bring Open Source
related content to a user with a focus for development with Open Source
If you'd like to receive more content relating to
Open Source subscribe at
http://www.osdn.com/newsletters/
==============================================================
Sponsored by Thinkgeek
http://www.ThinkGeek.com/
Thinkgeek
Computing: ThermalTake HardCano 10
Computing: ThermalTake Xaser PC Cases
Gadgets: Squid Light
Interests: Tempt me.
Interests: I'm blogging this.
Gadgets: USB Memory Watch
Cube Goodies: R/C Hovercraft
Caffeine: Octane Energy Gel
Gadgets: Yes Solstice
Computing: TouchStream LP ZeroForce Keyboard http://www.thinkgeek.com/computing/input/keyboards/5fff/
Cube Goodies: Duct Tape Wallet
Computing: Ideazon Zboard
Computing: ICE-Cube Barebones Mini-PC
Gadgets: Inova X5 LED Flashlights
Tshirts: fork agent smith
Caffeine: Jo Mints w/Guarana
Tshirts: Follow the white rabbit.
Cube Goodies: Midnight blue 'geek.' glass http://www.thinkgeek.com/cubegoodies/mugs/5f01/
Tshirts: M.A.D.
Sourceforge
WebGUI 5.3 is here and packed with new goodies. It includes a new theme management system that will easily enable you to transport your designs and templates from one site to another with the click of a mouse. 5.3 also includes a new Data Form wobject that allows content managers to build simple data entry applications on the fly. The default rich editor has been upgraded to include direct integration with the collateral manager, spell checking, and emoticons. There is also a brand new trash and clipboard management system which makes it even easier to move your content around. Among dozens of other features there are also over 10 new macros to make your content mangement experience faster and easier. You can find our latest release here: http://sourceforge.net/project/showfiles.php?group_id=51417
FreedroidRPG 0.9.5 released
Version 0.9.5 of Freedriod RPG has been released. Freedriod RPG is a graphical single player role playing game for Linux, featuring the Tux as the hero battling evil MS machines in a future universe. Version 0.9.5 now comes with map editor, dialog editor and item editor. Any new submissions for characters, dialogs, quests and other content welcome. You can find our latest release here: https://sourceforge.net/project/showfiles.php?group_id=54521
YAM Amiga 2.4p1 bugfix release
The YAM (Yet-Another-Mailer) open source team is pleased to announce
the release of version 2.4p1 of the well-known AmigaOS Email client
Columba 0.10.1 released
A new stable version of Columba is now available. Columba is an email client written in Java, featuring a user-friendly graphical interface with wizards and internalionalization support. Its a powerful email management tool with features to enhance your productivity and communication. So, take control of your email before it takes control of you! This version fixes several bugs related to i18n and attachment issues. http://columba.sourceforge.net/index.php?page=download For more information visit: http://columba.sourceforge.net/index.php?page=news
par2cmdline v0.2 released
PARv2.0 is a parity archive file format specification that uses
reed-soloman code to protect sets of files within your filesystem.
PARv2.0 allows for protection of files without having to archive them
first by operating on virtual "blocks" of data within those files. For
every N recovery blocks, you can recover N missing or corrupted blocks.
PARs main purpose is helping to insure binary usenet propigation, but
is by no means limited to that purpose. Announcement: Version 0.2 of
par2cmdline is now available for download in source code form from the
following URL:
OggCarton Home Jukebox goes beta
OggCarton is a cross-platform CD ripper, database, and web server for Ogg and MP3 files. OggCarton needs no external database or web server. With this release, the OggCarton Home Jukebox software moves from the alpha to the beta stage. Accordingly, binaries and installers for Linux, Mac OS X, and Windows are now available for those who prefer to not roll their own. Full source is still available for those who do. Enjoy!
Tcl/Tk 8.4.3 release
Tool Command Language (Tcl) is an interpreted language and very portable interpreter for that language. Tcl is embeddable and extensible, and has been widely used since its creation in 1988 by John Ousterhout. The Tcl Core Team is pleased to announce the 8.4.3 releases of the Tcl scripting language and the Tk toolkit. This is the third patch release of Tcl/Tk 8.4. Tcl/Tk 8.4.3 Release Announcement May 20, 2003 The Tcl Core Team is pleased to announce the 8.4.3 releases of the Tcl scripting language and the Tk toolkit. This is the third patch release of Tcl/Tk 8.4. More details can be found below. We would like to express our gratitude to all those who submit bug reports and patches. This information is invaluable in enabling us to identify and eliminate problems in the core. Where to get the new releases:
SCons 0.14 adds Java support, Autoconf-like functionality http://sourceforge.net/forum/forum.php?forum_id=279029 SCons alpha release 0.14 is now available for download. SCons is a software construction tool (build tool, or substitute for Make) implemented in Python, based on the winning design in the Software Carpentry build tool competition (in turn based on the Cons build tool). This release most notably adds support for Java builds (javac, javah, rmic and jar), and adds integrated Autoconf-like functionality for finding #include files and libraries. This release also contains significant performance improvements from previous releases. IMPORTANT: Release 0.14 contains the following interface changes: - Tool specifications no longer take a "platform" argument. - Emitter functions in Builders are now passed Node objects, not strings, for all targets and sources. - New TargetSignatures() and SourceSignatures() functions have been added to replace SetBuildSignatureType() and SetContentSignatureType(). - The Export() function and the exported variables argument of SConscript() now search for variables using the same rules as Python: local first, then global. - The SetJobs() and GetJobs() functions have been deprecated in favor of using SetOption('num_jobs', num) and GetOption('num_jobs'). - Callable expansions of construction variables in a command line now take a fourth "for_signature" argument that is set when the expansion is being called to generate a build signature. - Construction variables for building a target are now frozen when the Builder is called; later changes to the Environment do not necessarily affect how the target is build. See the release notes for more information about these changes. This release adds the following features: - Support for the Java tools javac, javah, rmic and jar has been added. - A Configure() function has been added that supports a lot of functionality similar to Autoconf. - A new PLATFORM construction variable stores a string representing the platform on which SCons is being run. - Dependencies may now be specified on in-core Python values. - Help text can now be sorted arbitrarily. - New $TARGET and $SOURCE attributes: ".posix" expands to a path name with forward slashes as separators, even on Win32 systems; ".srcpath" expands to a path to the source of a file in a BuildDir; ".srcdir" expands to a path to the BuildDir itself. - A new clear() method resets a Node's state for re-use by continuous integration build interfaces. - Support for using Ghostscript to convert Postscript to PDF files has been added. - A stand-alone "Alias" function has been added. - Import('*') will now import everything that's been Export()ed.
Python 2.2.3 rc 1
The first and hopefully only release candidate for Python 2.2.3 is now out. See http://www.python.org/2.2.3 for details. We expect Python 2.2.3 final to be released within a week of this announcement. DocBook XSL Stylesheets V1.61.2 released http://sourceforge.net/forum/forum.php?forum_id=279457 Major bug fix for 1.61.1 and accumulated enhancements and fixes from previous releases.
Slashdot
Blue Stone writes "The Lord of The Rings, is to [0]become a [1]musical, to be staged in [2]London's West End, in 2005, on the book's 50th anniversary. The £8m (US$12m) production has lyrics by [3]Shaun McKenna and music by Stephen Keeling and Bernd Stromberger, while [4]Matthew Warchus will direct." If they can get Leonard Nimoy to sing the Bilbo Baggins song on stage, I'd go ;) Links
0.
http://news.bbc.co.uk/1/hi/entertainment/film/2944402.stm
1.
http://www.guardian.co.uk/arts/news/story/0,11711,965572,00.html
2.
http://www.londontheateronline.com/LondonTheatremap.html
3.
http://www.mercurymusicals.com/associates/mckenna.html
4.
http://www.zealpictures.com/production/warchus_bio.htmlCopy Protection a Crime Against Humanity http://slashdot.org/article.pl?sid=03/05/30/0227258
[0]Trevalyx writes "An article over at [1]Wired looks into the
[2]relation between copy protection and the reality of a rational
amount of 'wiggle room' that is typically provided by the legal system.
It's a topic covered often on Slashdot, but it's still a good read.
Should be accompanied by a visit to the [3]Electronic Frontier
Foundation for your Daily Dose of Defending Digital Freedom." The
article does a good job of giving examples of legal leeway that's
granted every day.
0.
http://www.trevalyx.com
1.
http://www.wired.com/
2.
http://www.wired.com/wired/archive/11.06/view.html
3.
http://www.eff.org/Running a Research Lab on Free Software? http://slashdot.org/article.pl?sid=03/05/30/0221234 Neurotensor asks: "My lab is researching quantum computing, and I don't like the fact that Windows / Visual Basic [seems to be] the preferred solution for controlling the experiments. It's not just a pride thing, unlike many colleagues I know what I'm missing out on, in the free software world. I've wasted a *lot* of time and effort trying to implement some very simple stuff with free (and better) alternatives, simply because certain hardware manufacturers utterly refuse to support anything other than Windows." There were [0]older [1]articles that touched on this subject, 2 years ago, but are others still finding themselves in the same situation as the submitter? Links 0. http://ask.slashdot.org/article.pl?sid=01/03/24/0251208&tid=156
YOPY Arrives
[0]Victor Tramp writes "Apparently the fabled Linux based [1]YOPY handheld has been put on the market after all! Not only do they look like cool PDA versions of a Gameboy Advance SP (they fold), they look like they give the Zaurus a real run for the money, featurewise. Though the fastest processor is 206MHz, they include CompactFlash and MMC slots on the [2]3700 model. Apparently you can download their [3]Linupy distro, too. And finally, they don't seem to be [4]vaporware!" Links
0. mailto:junk_mayl@hotm a i l . c om
1.
http://yopy.com/english/products/overview.htm
2.
http://yopy.com/english/products/yp3700_overview.htm
3.
http://yopy.com/english/download/overview.htm
4.
http://yopy.com/english/preorder/predorder_orderinfo.htm
Department of Defense Gadget Show
blackp writes "[0]DefenseLINK has an article about [1]Force Protection Equipment Demonstration IV. This year they had over 2,600 gadget and equipment for defense and government agencies. The list includes kevlar suits, body heat camo, a RoBoCop Suit, even biometric identification. Some pictures are available, although somewhat limited. This show seems perfect for the geek with a big budget." Or the government with a big budget. Still, some neat things on display. Links 0. http://www.defenselink.mil/ Microsoft to Pay AOL $750M in Settlement http://slashdot.org/article.pl?sid=03/05/29/2245236
aoteoroa writes "Microsoft will [0]pay $750 million to AOL Time Warner
to settle an antitrust lawsuit filed by AOL on behalf of its subsidiary
Netscape last year, the companies said Thursday. At first blush the
deal looks good, but I can't help but wonder how a deal that ties AOL
to IE again will negatively impact my [1]favorite web browser." Here's
a news.com story that [2]also covers it. Is the browser war over? If
so, it sure was anticlimactic.
0.
http://money.cnn.com/2003/05/29/technology/microsoft/index.htm
1.
http://www.mozilla.org/
2.
http://news.com.com/2100-1032_3-1011296.html
3 Major HD Makers Recalling Drives?
[0]mauriceh writes "Seems that 3 major Hard Disk companies have a
problem with defective 40GB platters. A [1]major recall is in the
works." Seagate, Hitachi, and Maxtor 40 & 80 gig drives appear to be
the troubled drives.
0. mailto:maurice@harddata.com
A Supernova In Red/Blue Plaid, Please
Snotnose writes "The New York Times is reporting that scientists have
found a [0] a supernova factory . From the article, scientists
estimated that the cluster alone, which contains up to a million stars,
probably produces a supernova once every two years. That is a rate 50
times higher than usual in entire galaxies. Stars explode in Earth's
home galaxy, the Milky Way, only once in a century.. Sounds pretty
awesome. "
0. http://www.nytimes.com/2003/05/28/science/28ASTR.html
Might Mars Contain Life?
[0]stagmeister writes "According to the [1]BBC, the [2]Viking probes to
Mars in the 1970s "detected strange signs of activity in the Martian
soil - akin to microbes giving off gas," and that while those findings
were not acknowledged as proof of life then, "[3]in 1997, reached the
conclusion ... that the so-called LR (labelled release) work had
detected life." At the same time, the British are [4]launching a probe
to try to find life on Mars."
0. mailto:jasonlustig@@@adelphia...net
1.
http://news.bbc.co.uk/
2.
http://nssdc.gsfc.nasa.gov/planetary/viking.html
3.
http://news.bbc.co.uk/1/hi/sci/tech/2941826.stm
4.
http://seattlepi.nwsource.com/national/123715_mars27.html
San Mehat On Web Services & .Net
A reader writes: "There's an interview with [0]San Mehat in regards to .Net & Webservices. He has some interesting comments about what will work and what won't work, and where things are going." San is well known for [1]his Netwinder work, as well as being a good [2]DJ. And, in the interest of full disclosure, San does work for [3]VA Software, the parent company of [4]OSDN, as is DevChannel. Links
0.
http://webservices.devchannel.org/article.pl?sid=03/05/28/0821232
1.
http://www.netwinder.org/howto/Disk-Update-HOWTO-6.html
2.
http://www.nthdegreerecords.com/sanmehat.asp
3.
http://www.vasoftware.com
4.
http://www.osdn.com
Freshmeat
Arkhe Theme is a nice-looking theme containing a CG Knot.
AweMUD 0.1.7
AweMUD is a MUD server for use with fantasy-settings. Features include skill-based character development, fully dynamic objects and characters, and custom worlds. The engine will eventually have completely interactive rooms (items can be placed under benches, doors can be destroyed), complex magick, and interactive NPCs.
Background Buddy 1.21
BackgroundBuddy is an automatic wallpaper changer for GNOME 2.x, FluxBox, WindowMaker, and XFCE that supports multiple directories as well as subdirectories in those multiple directories and runs as a daemon.
BenMP3 1.0.8
BenMP3 is a small and powerful sound player for the Linux console (with or without ncurses). It can play MP2, MP3, MPEG, OGG, wav, aiff, xm, it, mod, and CD formats. It has French and English interfaces.
Bug-Track.com 2.0
Bug-Track.com is a Web-based service specifically designed to log and track your project's bugs. You can access encrypted reports of your bugs, issues, or defects from anywhere at any time through a Web browser (or lock it into just your own Web server). It features unlimited users and unlimited projects.
CCT Chinese TeX system 0.5.0 Beta 3
CCT is a Chinese Language Extention to TeX that was developed by the Academy of Sciences in Beijing.
cgipaf 1.3.0pre4 (Development)
cgipaf is a combination of three CGI programs. passwd.cgi, which allow users to update their password, viewmailcfg.cgi, which allows users to view their current mail configuration, and mailcfg.cgi, which updates the mail configuration. All programs use PAM for user authentication. It is possible to run a script to update SAMBA passwords or NIS configuration when a password is changed. mailcfg.cgi creates a .procmailrc in the user's home directory. A user with too many invalid logins can be locked. The minimum and maximum UID can be set in the configuration file, so you can specify a range of UIDs that are allowed to use cgipaf.
Cream for Vim 0.22
Cream is a configuration of the famous Vim text editor that makes it easier to use, like an Apple- or Windows-style text editor. It uses Vim's own extensibility to improve menus, keyboard shortcuts, and editing behavior. Cream seamlessly maintains Vim's insertmode to access all the power of the original Vim plus many custom Cream extensions.
CueAct 0.1.1
CueAct is a utility that uses the CueCat driver to execute specific commands when a barcode is swiped with a CueCat reader. The program can run different programs based on different types of barcodes read, or the particular reader that has been used to read a barcode. The options for barcode recognition and commands to run are fully configurable, and the utility can run as a standard program or a daemon in the background.
CueCat driver for Linux 0.8.1
Linux device driver for CueCat barcode readers that supports multiple PS/2 CueCats on either the keyboard port, mouse port (without disabling the mouse) or USB port through a PS/2 -> USB adapter, or native USB CueCats. A standalone application that doesn't require the driver and also reads barcodes from a CueCat connected to a serial port through a homemade PS/2 -> serial converter is included as well. The driver separates CueCat barcode scancodes from normal keyboard or mouse scancodes, decode the barcodes, performs error-checking on them and send them in clear text through a normal character device file. NOTE : the company that created the CueCat has disappeared. CueCat readers are no longer produced or distributed.
DivXWMAConverter 1.0
DivXWMAConverter allows you to convert DivX movies files with WMA audio so that they can be converted under Mac OS X with DivX Validator. The WMA codec is not available under Mac OS X, as a consequence tools like DivX Validator won't be able to validate DivX files including WMA audio. Although movie players like MPlayer allow you to play such DivX movies, MPlayer is much slower than Quicktime for playing movies, and G3-based computers (500MHz and slower) may not be fast enough to play high-resolution DivX movies. For these machines, DivXWMAConverter can be very helpful.
Dragon Character Training 0.3
Dragon Character Training is a PalmOS program using stroke recognition to help you learn to read and write Chinese characters. It is good for learning Mandarin vocabulary and characters. DSPAM 2.6.0.64
DSPAM is a server-side anti-spam agent for UNIX email servers. It masquerades as the email server's local delivery agent and filters/learns SPAM using a Bayesian statistical approach which provides an administratively maintenance-free, self-learning Anti-Spam service. Each email is broken down into its most interesting tokens, each assigned a spam probability. All probabilities are then combined to produce a statistical probability of spam. This approach, applied to a mature corpus of email, has the potential to yield a 99.5% success rate with only 0.03% chance of false positives.
EBsuite.com 05312003
EBsuite.com is a Web-based e-business software suite for small to mid-sized businesses and developers. Its project management module contains integrated bug tracking, file checkin/checkout, patch management, project/task scheduling, a Gantt chart, a calendar/task application, and much more.
ecamegapedal 0.4.2
Ecamegapedal is a real-time effect processor tool that includes a graphical user interface for controlling effect parameters. It is meant to be used as a virtual guitar or studio effect box. In addition to real-time operation, it supports reading from and writing to audio files. All audio objects and effect plugin types provided by the ecasound libraries are supported, including ALSA, JACK, OSS, aRts, over 20 file formats, over 30 effect types, LADSPA plugins, and multi-operator effect presets. It uses the ecasound and Qt libraries. Echo Web Application Framework 1.0 Release Candidate 3 http://freshmeat.net/releases/124341/ Echo is a framework for developing object-oriented, event-driven Web applications in Java. Echo removes the developer from having to think in terms of "page-based" applications and enables him/her to develop applications using the conventional object-oriented and event-driven paradigm for user interface development. Knowledge of HTML, HTTP, and JavaScript is not required. Tutorials, white papers, and full API documentation are available.
EzSDK 4.69
EzSDK is a PHP SDK which includes a PHP source code generator, a library of PHP classes, and an application environment consisting of premade supporting modules. The modules handle user application and data access security, DB compatibility (with MySQL, MS SQL, Oracle, etc.), a built-in GUI interface with an interactive desktop, and more. Fast OnlineUpdate for SuSE 0.10.0pre2 (Beta) http://freshmeat.net/releases/124359/ Fast OnlineUpdate for SuSE (fou4s) is a bash script that provides the functionality of YOU (YaST OnlineUpdate), but can also work in background and check for updates every night. It supports resumed downloads and proxies by using wget. GPG signatures are also checked.
FireStorm 1.0
FireStorm is a powerful development tool that reduces the amount of coding required for a typical business application by automatically generating the persistence tier. It reverse-engineers existing data sources and generates a Java persistence framework that is independent of any specific persistence technology, and then offers the choice of generating implementation logic based on JDBC or EJB. The generated source code conforms to the widely accepted Data Access Objects (DAO) design pattern and has no dependencies on any proprietary runtime libraries.
Flat Assembler 1.46.9.4
The Flat Assembler is a fast and efficient self-assembling 80x86 assembler for Linux, DOS, and Windows. It supports all 8086-80486/Pentium instructions with MMX, SSE, SSE2 and 3DNow! extensions. It can produce output in binary, MZ, PE, or COFF formats. It has advanced but easy-to-use macroinstruction support, and it does multiple quick passes to optimize the code for size. It is totally written in assembly language.
Formmail-trap 2.6 (Stable)
Formmail-trap is a CGI program that automatically detects attempts to probe a formmail open relay and reports the event to the ISP of the one who made the attempt.
FreeJ 0.5 (Stable)
FreeJ is a digital instrument for video livesets, featuring realtime rendering of multilayered video and chained effect filtering directly on the screen. It plays with video4linux devices, DIVX/AVI files, and PNG images, letting you dynamically apply on each layer a chain of effect plugins.
FreeMarker 2.3pre1 (Lazarus)
FreeMarker is a template engine that was originally designed so that servlet-based applications could keep graphical design separate from application logic. The templates provide an easy and highly flexible way to generate any kind of text output (HTML, RTF, PostScript, TeX, source code, etc.) from a variety of data sources such as Java objects, Jython objects, XML object models, and more.
Genmake 2003_05_29
Genmake creates Makefiles for C/C++ projects from a simple project description. The project description file can contain any number of projects and dependencies between them. The description is organized into workspace, projectspace and filespace and supports any number of build modes (debug, release, etc.).
ggcov 0.1.2
Ggcov is a GTK+ GUI for exploring test coverage data produced by C programs compiled with gcc -fprofile-arcs -ftest-coverage. It's basically a GUI replacement for the gcov program that comes with gcc.
gnokii 0.5.1
gnokii is a Linux/Unix tool suite for Nokia (GSM) mobile phones. It provides a virtual Hayes-AT compatible modem to allow data calls to be made to a modem or ISP as well as providing a phone book, and SMS and ringtone management. Phones supported include recent models such as the 6310, 6510, and 6210, and older phones like the 3110, 3810, 8110, 5110, 6110 and their derivatives.
gURLChecker 0.5.0 (Unstable)
gURLChecker is a C/GNOME 2 tool that can check links on a single Web page or on a whole Web site in order to determine the validity of each page.
iHook 0.9.1
iHook is a graphical frontend for any command-line executable. It gives scripts a pleasant Aqua face, and allows script writers to provide graphical feedback without having to learn one of the higher APIs available for Mac OS X. iHook accomplishes this through its ability to understand a set of directives. When a script writes an iHook Directive to stdout, iHook will modify its own interface based on the content of the Directive. In this way, a simple shell script can have an Aqua interface, complete with a progress bar and drawer. When launched in the Finder, iHook prompts the user to choose a script to run; iHook also accepts file drops on its icon, and will attempt to run the dropped file. When no user is logged in, iHook tries to execute /etc/logout.hook. This makes iHook highly useful as an interface for Mac OS X LogoutHooks.
imageSearch 0.6
imageSearch is a Python script that recursively searches directories for duplicate images. When duplicates are found, they are displayed in a GUI as a tree with buttons for deleting the ones you don't want.
j4RCS 0.1.6
j4RCS is a simple Java Swing frontend for the RCS program. It allows you to manage projects made of several files instead of doing it file by file with the commandline program.
JTAG Tools 0.4
JTAG Tools is a software package which enables working with JTAG-aware
KBabel 1.2beta2
KBabel is a set of tools for editing and managing PO files created by gettext. Its main component is a powerful and comfortable PO file editor which features full navigation capabilities, full editing functionality, the ability to search for translations in different dictionaries, spell and syntax checking, showing diffs, and much more. It also includes a "Catalog Manager", which is a file manager view that provides an overview of PO files. Last but not least, it includes a standalone dictionary application which provides the additional capability of accessing KBabel's powerful dictionaries.
kcd 6.13.0 (Development)
kcd is a directory change utility similar to NCD. It helps you navigate the directory tree. You can also supply part of the desired directory name in the command line and let kcd find it for you.
KGuitune 0.2 (KDE3)
KGuitune is a guitar-and-other-instruments tuner. It takes a signal from the microphone, calculates its frequency, and displays it on a note scale graphic and an oscilloscope. It supports normal, Wien, and physical tuning.
Kiwa 0.11.0 (Development)
Kiwa is a Web-based, object-oriented development and run-time environment. The goal of this project is to allow site administrators to graphically design their site's businness workflows (XML automats). It uses a template system to display pages, and offers easily extendable object libraries that can be plugged as cartridges. LANforge FIRE &amp; ICE 3.7.3-beta3 (Development) http://freshmeat.net/releases/124392/ The LANforge is a unified multi-protocol network traffic generation and WAN simulation application. It allows testing and verification labs to simulate real world customer traffic. The WAN simulator allows the injection of latency and other network oddities like dropped, duplicated, and re-ordered packets. The LANforge provides a scriptable command line interface with Perl libraries as well as a graphical user interface.
libmplot 0.6.1
libmplot is a library for drawing graphics primitives such as lines and text into a bitmap.
licq-osd 1.2.7
The licq-osd plugin that enables licq to display new messages as an On Screen Display message.
Linux Security Auditing Tool 0.6.9
Linux Security Auditing Tool (LSAT) is a post install security auditing tool. It is modular in design, so new features can be added quickly. It checks many system configurations and local network settings on the system for common security/config errors and for packages that are not needed. It has been tested on Linux (Gentoo, Red Hat, Debian, etc.) and Solaris (SunOS 2.x).
linuxsms 0.64
Linuxsms is a Perl script to send SMS to GSM phones. There is support for multiple servers/gateways (some servers require registration). The script has an adressbook, the ability to compress SMS, and the ability to check for new versions.
Log Tool 1.2.4
Logtool is a syslog file parser, report generator, and monitoring utility. It takes logfiles from syslog, multilog, or other ASCII log generating sources as input from stdin, and depending on command line switches and/or config file settings, will parse and filter out unwanted messages from the logfile accordingly, and generate output in ANSI color, formatted ASCII, CSV (for spreadsheets), or HTML format. It is very handy for use in automated nightly reports, and online monitoring of logfile activity. It comes with some simple example scripts and documentation.
m0n0wall pb11r400
m0n0wall is an all-in-one firewall software package that is based on FreeBSD. It is geared towards embedded PCs, but the CD-ROM version also works on standard PCs. It includes an easy-to-use Web interface like commercial firewall boxes do. PHP is used instead of shell scripts, and the entire system configuration is stored in a single XML-formatted file. There is support for wireless LAN, VPN, traffic shaping, and more.
mkvtoolnix 0.4.2
mkvtoolnix is a set of tools that allow users to display information about, extract streams from, merge several streams into, and split Matroska media files. Supported stream types include video streams from AVIs or Ogg files and Vorbis audio from Ogg files among many others. The resulting files can be played back with mplayer or the Matroska Direct Show filter under Windows.
mod_security 1.5
Mod_security is an intrusion detection and prevention module for the Apache Web server. Its purpose is to protect vulnerable applications by detecting and (optionally) rejecting attacks. In addition to request filtering, it also can create Web application audit logs. Requests are filtered using regular expressions. Mod_security can analyse POST payloads, unlike other similar projects.
Moodle 1.0.9
Moodle is a learning management system for producing Internet-based course Web sites. It is written in PHP and is easy to install and use on Linux, Windows, and Mac OS X. It has been designed to support modern pedagogies based on social constructionist theory, and includes activity modules such as forums, resources, journals, quizzes, surveys, choices, and assignments. It has been translated into 30 languages, with more on the way. Moodle offers a free alternative to commercial software such as WebCT and Blackboard, and is being used by a growing number of universities, schools, and independent teachers for distance education or to supplement face-to-face teaching.
Mozilla 1.0.2 (1.0)
Mozilla is a Web browser that is being developed by the Free Software Community with the cooperation and support of Netscape. The current Mozilla is a completely new software based on the "NGLayout" layout engine and runs on almost all current operating systems. Mozilla's user interface is written on top of NGLayout using XUL and JavaScript. The Mozilla project only develops and tests the source code for other projects / companies to use. Netscape 6 (the Web browser from Netscape) and Beonex Communicator (an open-source project to make a Mozilla for end-users) are directly based on Mozilla. Many other projects use/embed Mozilla's rendering engine (e.g., Galeon).
Mozilla 1.4beta (Development)
Mozilla is a Web browser that is being developed by the Free Software Community with the cooperation and support of Netscape. The current Mozilla is a completely new software based on the "NGLayout" layout engine and runs on almost all current operating systems. Mozilla's user interface is written on top of NGLayout using XUL and JavaScript. The Mozilla project only develops and tests the source code for other projects / companies to use. Netscape 6 (the Web browser from Netscape) and Beonex Communicator (an open-source project to make a Mozilla for end-users) are directly based on Mozilla. Many other projects use/embed Mozilla's rendering engine (e.g., Galeon).
Music Player Daemon 0.6.1
Music Player Daemon (MPD) allows remote access for playing music (MP3 and Ogg Vorbis) and managing playlists. The design focus is on integrating a computer into a stereo system that provides control for music playback over a local network. Currently, it includes a Web interface, phpMp. The goals are to be easy to install/use, to have minimal resource requirements, stability, and flexibility.
MyClassifiedsSQL 2.0 (Stable)
MyClassifiedsSQL is a Perl/CGI/MySQL implementation of online classifieds, similar to other classifieds or auction sites. It displays all aspects of the classifieds and creates all of the files for you. Only one file needs to be edited to specify the categories, colors, template, and a few other site-specific variables and preferences. The script supports email and deletion/modification of ads by users, as well as searching ads, and auto-delete after an admin-specified number of days.
NewsMonster Beta2.5
NewsMonster is an advanced Weblog manager, reputation system, micropayment economy, and semantic Web application. It allows the user to keep track of news and use reputation within the blogging community to help discover new Weblogs, important articles, and other compelling relationships. OBM 0.6.4
OBM is an Intranet application written to help manage a company. It can also be used as a contact and customer database or as a shared calendar. It is written with PHP and requires MySQL to work (although support for other databases is possible). It supports internationalization and themes, and it includes: sales force, help desk, time tracking, user, and administration modules.
Open BEAGLE 1.1.1
| ||||||||||