|
|||||||||||
|
[osdn developer] May 31, 2003
From: <osdn-developer-txt-mm-admin(at)newsfeed.osdn.com>
Date: Sat May 31 2003 - 04:15:50 EDT
O | S | D | N NEWSLETTER
May 31, 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
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.
Gadgets: USB Digital Voice Recorder
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.
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.
TuxTyping 1.5.0 released
After over a year of development with no releases, we are pleased to present Tux Typing 2 "Preview" release. Most of the internals have been rewritten with a focus on extensibility and internationalization. Creating a language pack is now as simple as creating a file for translations (lang.po file), maybe finding a font [1], setting up how the keyboard maps to the characters [2], and finally creating some word lists. TuxTyping is an educational typing tutorial game for children starring Tux, the Linux Penguin. It is graphical and requires SDL. It is free software copyrighted under the Gnu GPL. There is a new style of game "Comet Zap" and the start of tutor components with the new "Practice" mode. We really look forward to getting feedback about what parents/teachers/students/kids think about the new work. This release has a few rough edges, but we feel that it is time to let the world see what has been happening with Tux Typing. We have forums, mailing lists, and most importantly windows and linux builds are available at http://tuxtype.sf.net We are already hard at work at 1.5.1 and hope to have it released soon making it even easier for translators and users! Thanks, Jesse Andrews - jdandr2@uky.edu Calvin Arndt - calarndt@tux4kids.net Notes: [1] We are using a font that has support for many languages (Dansk, English, French, Spanish, ...) So if the included font works with your language, you don't need to find a new font. [2] for instance in the default (English) language pack, we set up the game so if the student presses 'A' or 'a' it both works for "A".
Slashdot
[0]gafter writes "An early access prototype implementation of the proposed new J2SE 1.5 language features is available. The prototype includes [1] generics (JSR 14), [2] typesafe enums, varargs, autoboxing, foreach loops, and static import (JSR 201). In other words, all the new language features planned for 1.5 except [3] metadata (JSR 175). The prototype includes full sources for the compiler, written in the extended language. You can download the prototype from [4]java.sun.com. It requires J2SE 1.4.1 and provides some examples of how to use the new language constructs. The prototype includes an experimental type system (variant type parameters) for Generic Java that is being considered for Tiger (1.5) based on a paper by [5] Igarashi and Viroli at ECOOP 2002 . Comments and votes for the new type system are being gathered at [6]bugParade." Links
0.
http://www.gafter.com/~neal
1.
http://www.jcp.org/en/jsr/detail?id=14
2.
http://www.jcp.org/en/jsr/detail?id=201
3.
http://www.jcp.org/en/jsr/detail?id=175
4.
http://developer.java.sun.com/developer/earlyAccess/adding_generics/index.html
5.
http://www.sato.kuis.kyoto-u.ac.jp/~igarashi/papers/variance.html
6.
http://developer.java.sun.com/developer/bugParade/bugs/4856545.html
Mozilla 1.4 RC1
[0]Mister.de writes "[1]Mozilla 1.4 RC 1 is out. We've added lots of
features and fixed lots of bugs since Mozilla 1.3. Help us shake it
down in preparation for Mozilla 1.4 final. More information is
available in the [2]release notes. Mozilla is an open-source Web
browser, designed for standards compliance, performance and
portability."
0.
http://mister.de
1.
http://www.mozilla.org/releases/
2.
http://www.mozilla.org/releases/mozilla1.4rc1/
Build Your Own Fuel Injection Computer
renaissance-redneck writes "I was searching for details on assembling a
fuelie setup from junkyard parts when I stumbled across this:
'[0]MegaSquirt is an Experimental Electronic Fuel Injector Controller
for Internal Combustion engines. Its main goal was to create a simple
fuel-only controller that could be easily reproduced with
cost-effective components.' If you've got the time and the skills, it
beats spending $2000."
0. http://www.bgsoflex.com/megasquirt.html
Biofeedback Gaming
[0]runningwater writes "A new kind of game was debuted at the E3 expo. It is called [1]Journey to Wild Divine. The game features a biofeedback USB interface designed to allow a player (or players) to navigate through the game using their mind power, breath, and heart rate. This is a wild and visionary concept which works so fluidly you can blow on the screen and objects move as if propelled by your breath. The game features an awesome soundtrack, including Grammy-nominated artists and spanning many genres. This is the new generation of gaming, and you have never seen anything like this before." Their site has a page with [2]more information about the biofeedback aspect. Links
0. mailto:runningwater5@hotmail.com
1.
http://www.wilddivine.com
2.
http://wilddivine.com/modules.php?name=Content&pa=showpage&pid=43
fvwm Turns Ten
Some Old Dude writes "[0]fvwm, F* Virtual Window Manager, is
celebrating its 10th birthday in a few days. This is the window manager
I used when cutting my Linux teeth back in the last millennium, and the
one I still use today (after trying many newer ones). If it's been a
while since you've seen what fvwm can do, check out its [1]features and
[2]screenshots."
0.
http://fvwm.org/
1.
http://fvwm.org/features.php
2.
http://fvwm.org/screenshots/index.phpApplication Layer Packet Shaping on Linux http://slashdot.org/article.pl?sid=03/05/30/180224 [0]sommere writes "We have added application layer (layer-7) filtering to Linux. That means that you can set up your linux-router/linux-switch to prioritize mail over the web over kazaa or gnutella regardless of what port each program is using. Colleges have been paying thousands of dollars for packet shapers to prioritize their networks, now you can do it for free. Get your kernel patch at [0]l7-filter.sourceforge.net." Links 0. http://l7-filter.sourceforge.net/ More on Media Consolidation/Deregulation http://slashdot.org/article.pl?sid=03/05/30/1617259
I'll try to accumulate some links not [0]previously posted. [1]William
Safire comments. [2]The Register has an editorial; see also [3]The
Guardian for more on the British perspective. [4]Associated Press
story. The [5]Washington Post has a good and lengthy (and rare) piece.
The phone companies are making a [6]cynical political announcement that
they've agreed on a standard for fiber-to-the-home; that doesn't mean
they'll ever use the standard, and indeed they've already promised
*not* to roll it out anytime soon. Note that the FCC is removing any
requirement for the Bells to share their fiber, so if Verizon runs
fiber to your house, you'll be able to get Verizon service or none at
all.
0.
http://yro.slashdot.org/article.pl?sid=03/05/14/1450243&tid=103
1.
http://www.iht.com/articles/97184.html
2.
http://www.theregister.co.uk/content/7/30933.html
3.
http://www.guardian.co.uk/international/story/0,3604,966694,00.html
4.
http://story.news.yahoo.com/news?tmpl=story&u=/ap/20030528/ap_on_go_ot/media_ownership_4
5.
http://www.washingtonpost.com/ac2/wp-dyn/A46442-2003May27?language=printer
6.
http://wired.com/news/business/0,1367,59035,00.htmlUK Police Expand License Plate Camera Systems http://slashdot.org/article.pl?sid=03/05/30/1522259 An anonymous reader writes "According to this article at the BBC British Police forces are [0]widening their use of automatic License Plate recognition. One of the police officers involved says 'we can effectively deny criminals the use of the roads.' For those who don't know central London already has a network of number plate recognising camera systems to support the [1]Congestion Charge system." Links 0. http://news.bbc.co.uk/1/hi/uk_politics/2947136.stm
OrbiTouch Keyless Keyboard Review
[0]robyn217 writes "When I last looked at strange, new keyboards
0. mailto:robyn_peterson@ziffdavis.com
1.
http://slashdot.org/article.pl?sid=03/04/22/2138210&tid=137
2.
http://www.extremetech.com/article2/0,3973,1112012,00.asp
Law and Virtual Worlds
[0]Greg Lastowka writes "In light of yesterday's [1]spirited discussion
of the Shadowbane hack, I thought folks might be interested in [2]this
forthcoming article about the laws of virtual worlds. The article has
three parts: 1) a history of virtual worlds (e.g. Space War -->
MMORPGs), 2) a theoretical analysis of whether virtual world "property"
can/should be treated as legal property, and 3) an analysis of whether
virtual worlds can/should give rise to any other legal rights, i.e.
rights of avatars -- [3]an idea first floated by Raph Koster. I realize
there are plenty of strongly-held and divergent opinions on this, so
hopefully this might add to the ongoing conversation. Also, we're
revising this for publication over the summer, so we will be reading
the comments for any corrections/insights/humor that we can incorporate
into our revisions."
0.
http://www.chaihana.com/pers.html
1.
http://games.slashdot.org/article.pl?sid=03/05/28/1452201&tid=209
2.
http://papers.ssrn.com/sol3/papers.cfm?abstract_id=402860
3.
http://www.legendmud.org/raph/gaming/playerrights.html
Freshmeat
123mp3 is a frontend to BladeEnc and cdparanoia that produces MP3s from selected tracks on a CD in one automated process. Support for CDDB is also available. 2-Disk X window embedded Linux 1.0.8 (Source code) http://freshmeat.net/releases/124481/ 2-Disk X window embedded Linux is a tiny net-centric Linux that aims at portable secure remote system usage. It contains many utilities including: X Windows, vncviewer, rdesktop, a Web browser, a file manager, a text editor, a terminal, a window manager, a menu system, a dialog system, X scripting facilities, and many others. It aims to work from 1 or 2 floppy disks in any remote location.
a place to go 0.2.0
aptg (a place to go) is a Web-based mail client written in PHP, using localhost connections to a running IMAP4 server. It is designed to work with Postfix. Authentication is against a MySQL database or by a virtual mail address (also stored in the MySQL database). A powerful addressbook is also included.
Access Control Designer beta1
Access Control Designer is a universal modular tool for visually designing access control policies. The user of this system depicts requirements for the designed security policy in a graphical notation based on a generally accepted security model. The tool will then generate a configuration of security mechanisms, which will be used for the implementation of the security policy. Modularity of the tool will allow users to design security policies for a lot of various environments - systems needed to have access controlled. A pluggable module API allows third-party programmers to provide ACD modules for systems and so allow users to use ACD for designing access control policies for the systems. ALE 0.4.3
ALE aligns and merges several similar images from a digitizing device
Astaro Security Linux 4.007 (Stable 4.x) http://freshmeat.net/releases/124483/ Astaro Security Linux is a firewall solution. It does stateful packet inspection filtering, content filtering, user authentication, virus scanning, spam protection, VPN with IPSec (PKI for X.509 certificates) and PPTP, Wireless LAN, VLAN, PPPoE, PPPoA, and much more. With its Web-based management tool, WebAdmin, and the ability to pull updates via the Internet, it is pretty easy to manage. It is based on a special hardened Linux 2.4 distribution where most daemons are running in change-roots and are protected by kernel capabilities.
Barracuda Presentation Framework 1.2.0
Barracuda is an open-source Presentation Framework designed to make it easier to build servlet-based Web apps by applying proven client-server patterns to the Web development paradigm. It features a DOM-based templating mechanism for better separation of code from content, a UI component model that provides a series of server-side widgets (table, list, template, etc.) that make it easy to manipulate DOM structures, strongly typed MVC interfaces just like in Swing, support for multiple markup languages, an event model that provides Model 2 style flow control and allows for true event-driven programming on the server, powerful localization services, and much more.
BCWipe 1.2-3
BCWipe securely erases data from magnetic and solid-state memory, by repeatedly overwriting special patterns in the files to be destroyed. In normal mode, 34 patterns are used (of which 8 are random); in quick mode, U.S. DoD (Department of Defence) 5200.28 standard are used with 7-pass wiping; and in custom mode, U.S. DoD 5200.28 standards are used with a user-defined number of passes. BIE 5.1.1
BIE (Business Integration Engine) is an open source integration system that makes it easy for organizations to exchange data with external trading partners regardless of their native applications. It competes in the same space as applications like Microsoft Biz Talk except that it is truly cross-platform since it written in Java.
Botan 1.2.4 (Stable)
Botan is a library of cryptographic algorithms written in C++. It includes a wide selection of block and stream ciphers, public key algorithms, hash functions, and message authentication codes. It has an easy-to-use filter interface and supports many common industry standards, including X.509v3.
cacti 0.8 (Development)
Cacti is a complete frontend to RRDTool. It stores all of the necessary information to create graphs and populate them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain graphs, data sources, and round robin archives in a database, Cacti also handles the data gathering. There is SNMP support for those used to creating traffic graphs with MRTG.
CleanIce 1.2.6
CleanIce is a simplistic, semi-flat theme engine for GTK+ 2.x, based on the ThinIce and Clean engines of old. The GTK+ 2.x engine has many benefits over the original theme. The arrows are more consistent, the colors are slightly revised to be more usable, etc. DKMS 0.30.17
DKMS (Dynamic Kernel Module Support) is a framework where device driver source can reside outside the kernel source tree so that it is very easy to rebuild modules as you upgrade kernels. This allows Linux vendors to provide driver drops without having to wait for new kernel releases (as a stopgap before the code can make it back into the kernel), while also taking out the guesswork for customers attempting to recompile modules for new kernels. For veteran Linux users it also provides some advantages since a separate framework for driver drops will remove kernel releases as a blocking mechanism for distributing code.
DocLite 1.0
DocLite is a simple documentation authoring system. It produces multi-page HTML output in a style similar to that found in the Linux HOTWTOs or other DocBook-created documents. DocLite processes a single XML file into a number of separate HTML pages, and it creates a contents page that contains links to the various topics within each page. The idea is to produce usable documentation with a minimum of hassle.
Dustbowl Clan Tools 0.4
Dustbowl Clan Tools is a community system for e-sport teams and gaming clans, providing an integrated forum, scheduler, voting system, and lots of other features. It is PHP/MySQL-based and supports multiple languages. FAUS 1.2
FAUS is a Perl CGI to permit user administration through a Web interface. It manages users for both UNIX and Samba systems, uses sudo to give the rights to the Apache user to run some (limited) scripts as root, features different forms of authentication when using Apache, offers multilanguage support, and has log support.
Fire Flower 0.1
Fire Flowers is a fractal theme with fire colors on a grey background. The background is by d-b-c.
Freeside 1.4.1rc3
Freeside is an open-source billing package for ISPs. FVWM 2.4.16
FVWM is a multiple large virtual desktop window manager originally derived from twm. FVWM is intended to have a small memory footprint and a rich feature set, be extremely customizable and extendable and have a high degree of Motif mwm compatibility. FVWM is highly extensible through its module interface.
GNULinux 0.2
GNULinux is a theme with a gnu and a penguin. The background is by 73lab (Ayo).
Highlight 2.0-2
Highlight is a universal source code to HTML, XHTML, RTF, TeX, or LaTeX converter. (X)HTML output is formatted by Cascading Style Sheets. It supports Bash, C, C++, C#, COBOL, Java, Perl, PHP, and 40 more programming languages. It's possible to easily enhance the parsing database. IPA 1.3.4
IPA allows one to perform IP accounting based on FreeBSD IPv4/v6 Firewall (including IPFW2), OpenBSD Packet Filter, and IP Filter accounting rules on Free/Net/OpenBSD. It supports limits for accounting rules, and limits events such as "limit is reached" and "reached limit is expired." It also has a flexible configuration file with many sections and options.
IronEye Cache 1.0
IronEye Cache is a Java tool that easily enables intelligent caching in any JDBC application with no changes to source code. It lets you quickly fine-tune database performance and scalability without the cumbersome and invasive complications of traditional caching systems.
JaBaCATs 0.5 Beta
JaBaCATs is a set of basic Java tools for developers who need Certificate Authority (CA) root certificates and user certificates signed by the CA. This software is useful for application developers which use the SSL protocol and for people and organizations who want to be a Certificate Authority.
jEdit 4.2pre2 (Development)
jEdit is an Open Source text editor written in Java. It has many useful features, such as syntax highlighting, bracket matching, regular expression searching, multiple file search and replace, folding, and keyboard macros. jEdit also includes a powerful plugin architecture that allows more than 80 plugins to be downloaded and installed from within the editor.
JpGraph 1.12.2 (Stable)
JpGraph is an OO Graph drawing library for PHP 4.0.2 and above. Highlights of the available features are: text, linear, and log scales for both the X and Y axes, anti-aliasing of lines, color-gradient fills, support for GIF, JPG, and PNG formats, support for two Y axes, spider plots (a.k.a Web plots), pie-charts, lineplots, filled line plots, impulse plots, bar plots, and error plots, support for multiple plot types in one graph, intelligent autoscaling, and extensive documentation (145 pages).
jrMan 0.1
jrMan is an open source Java implementation of the Renderman standard using the Reyes algorithm.
Kleanux 1.0
Kleanux is a clean theme that inherits all its colors from the active GTK theme. It works with dark and light GTK themes.
Libbt CVS
Libbt is a C-language implementation of the BitTorrent protocol suite for Unix that was designed to be linked into a variety of languages. It is implemented as a memory-efficient single threaded library, and has fdset maintenance that can be used to either add in to your select loop or its own main loop.
libieee1284 0.2.8 (Stable)
libieee1284 is intended to be used by applications that need to communicate with (or at least identify) devices that are attached via a parallel port.
LibTomCrypt 0.75
LibTomCrypt is a comprehensive, modular, and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo- random number generators, public key cryptography, and a plethora of other routines. It has been designed from the ground up to be very simple to use. It has a modular and standard API that allows new ciphers, hashes, and PRNGs to be added or removed without change to the overall end application. It features easy to use functions and a complete user manual which has many source snippet examples.
LibTomMath 0.01
LibTomMath provides highly optimized and portable routines for a vast majority of integer-based number theoretic applications (including public key cryptography).
LiVES 0.5.5
LiVES (the Linux Video Editing System) is intended to be a simple yet powerful video effects and editing system. It will use commonly available tools (mplayer, ImageMagick, and GTK+, and in the future possibly gstreamer or xine), so it should work on most systems. It is currently usable for small video files.
MLAutosearch 1.1
MLAutosearch is a shell script which is good for searching for rare files within multiple p2p networks. It uses the mldonkey utility to carry out much of the work. It reads a file named "slist.txt" which contains mldonkey search commands and starts a mldonkey search for each line in the file. It will download the first file that matches the search, and then will remove that search string from the list. When it reaches the end of the list, it begins reading it from the beginning again. MLAutosearch will download up to 3 files simultaneously.
Monkey HTTP Daemon 0.7.1 (Stable)
Monkey HTTP Daemon is a small, powerful, and fast Web server for Linux written in C. Its features include language support, GET, POST, and HEAD methods, CGI, PHP4 , a config file (optional for every user), a mime.types file, virtual hosts, the ability to deny URLs and IPs, to run as a different user (such as nobody), serve users home directories, resume, and more.
myDVDs 2.0
myDVDs is a complete personal Web-based graphical DVD inventory database based fully upon PHP with a MySQL backend and the master Region1 DVD database. Additionally, it makes use of the :CueCat: barcode reader for database Adds and Searches. It represents an easy and efficient way of managing that ever-growing collection of DVDs.
net2ftp 0.6
net2ftp is a Web-based FTP client, offering standard FTP client functionality for Web pages.
neutralmixer 0.2
neutralmixer is a simple, light Linux mixer usable in the X environment, working as an OSD. Running in the background, it becomes visible through [Ctrl]+[Shift]+[anArrow].
O-Zone's EDITor 0.0.4
O-Zone's EDITor is a simple GTK+ 2 editor that is designed to be used for coding. Its design is based on SSEX, and it aims to be an integrated IDE.
Octave 2.1.48 (Development)
Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments. It may also be used as a batch-oriented language.
OpenSched 0.4.2
OpenSched is used to automatically schedule resources for a project. For instance, if 5 programmers cooperate on a software development project, and 100 tasks must be done, opensched can capture information about who can do what, what tasks depend on which, etc.
OZradio 0.9.5.2b beta
OZradio is a Linux FM radio player for KDE and GNOME. It supports BTTV-compatible FM and TV cards. It features the ability to save up to 10 preset stations, a sound mixer, volume control, a mute button, automatic frequency scanning, on-demand recording and replay of radio, and programmable recording. PCRE 4.3
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5, with just a few differences. The current implementation corresponds to Perl 5.005. PCRE is used by many programs including Postfix and PHP.
Penguin Greetings 0.8.2
Penguin Greetings is a Perl Web application to implement Internet greeting cards on Linux and other Unix-based systems. It can be run as a standard CGI application or as a persistent Perl interpreter (via SpeedyCGI) for production settings. It includes a complete e-card Website with 45+ cards for users who want a "plug and play" e-card solution. It is intended to make e-cards more like email by using multipart MIME email and including message text. The HTML for the cards and the creation screens are stored in templates based on Embperl so that users can completely customize the look of the program. Via Embperl, Perl expressions can be incorporated into templates for server-side processing. Access to the card creation functions can be optionally restricted to users in an htpasswd file. Cards are emailed and databases updated by a separate daemon program which allows for card scheduling and improves security and logging. Extensive documentation is provided as well an demonstration Website that make full use of the Embperl scripting capabilities. PHP 4.3.2
PHP is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. PHP runs on many different platforms and can be used as a standalone executable or as a module under a variety of Web servers. It has excellent support for databases, XML, LDAP, IMAP, Java, various Internet protocols, and general data manipulation, and is extensible via its powerful API. It is actively developed and supported by a talented and energetic international team. Numerous Open Source and commercial PHP-based application packages are available.
PHP Text File Database 0.2.1-beta-01
With the PHP Text File Interface (Txt-Db-API) you can access normal text files like an SQL Database. You don't need any special database software on the Web server, yet you can still use SQL calls. You can use the API to create, query, change, or delete SQL tables, and you don't have to bother with the text files themselves; almost everthing can be done with the supported API calls. The Txt-Db-API is object-oriented and very simple to use.
phpWebSite 0.9.2
phpWebSite provides a complete Web site content management solution. All client output is valid XHTML 1.0 and meets the W3C's Web Accessibility Initiative requirements. Features include articles, page creation, menu management, an event scheduler, a form generator, and much more.
PHPX 1.0.0 (PHPX Lite)
PHPX is a Web portal system, blog, Content Management System (CMS), forum, and more. It is designed to allow everyone to be able to have feature-rich, interactive websites even if you do not know a bit of programming. Some key features include fully-integrated forums, downloads, an image gallery with slideshow and auto-thumbnailing, support ticket system, a GUI interface for Web page content management, news with topics and instances, and a whole lot more. It allows you to fully customize the look of your site.
php_tree 1.0
php_tree supplies raw functions to display, inject, retrieve, and delete information from MySQL databases holding "flat" tree information in rows ident, parent, and haschild.
pip 1.2
Pip is a wrapper for programs that won't use stdin and stdout, but require filenames to be given on the command line; it lets you use '-' as a special filename. Now you can build pipelines to your heart's content. Pip takes care of creating and removing the temporary files needed. Also included is pip_latex, which handles the peculiarities of TeX and LaTeX.
Plush 1.2.0
Plush is a portable renderer that can render 3D images in real time.
Posadis 0.60.0pre2 (Pos6 development)
Posadis is a Domain Name Server for Unix and Win32 systems. Its main target currently is to create a useful and stable DNS server. | ||||||||||