|
|||||||||||
|
[osdn developer] February 14, 2003
From: <osdn-developer-txt-mm-admin(at)newsfeed.osdn.com>
Date: Fri Feb 14 2003 - 04:15:50 EST
O | S | D | N NEWSLETTER
February 14, 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
Tshirts: I Didn't Get the Memo
Tshirts: Esc
Tshirts: Network Security Staff
Interests: O'Reilly Coaster Set
Cube Goodies: Meetings
Gadgets: Radiation Detection Watch
Cube Goodies: Indifference
Cube Goodies: Motivation
Computing: iGesture Pad
Electronics: SOCOM Navy Seals for PS2
Electronics: PowerPad Pro XBOX Controller http://www.thinkgeek.com/electronics/xbox/xboxhard/5bec/
Electronics: SI-5 Gen2 Speakers
Electronics: Panzer Dragoon ORTA for Xbox http://www.thinkgeek.com/electronics/xbox/xboxsoft/5ce8/ Computing: PowerPad Extended Life Notebook Batteries http://www.thinkgeek.com/computing/accessories/5cec/
Computing: Glow Wire PC Lights
Gadgets: ER1 Personal Robot System
Gadgets: Securikey Authentication System http://www.thinkgeek.com/gadgets/security/5cd6/ Electronics: Infoglobe Caller ID Display http://www.thinkgeek.com/electronics/phones/5c83/ Computing: Dual RW DVD/CD Internal Drive http://www.thinkgeek.com/computing/drives/5c94/
Sourceforge
Revival/2k has released a new version of the Extended Web-Interface. v1.0.1 is now available. Revival/2k is a modular network interface system that allows multiple web applications (forums, mail, login, etc), internet servers (NNTP, POP3, etc) and a Telegard/Renegade styled
telnet server all using the same DBs, and shareing information. The
initial release of the WIGUEST module has also been made. v0.1.0 is
also available, and requires the The extended web-interface v1.0.1 or
later to operate. WIGUEST is a guestbook system for Revival/2k. V1.0.1
adds support for GuestBook type modules. If you're seeing this outside
of the Revival/2k project, you can visit Revival2k at
http://www.sourceforge.net/projects/revival2k
DVArchive V2.0 available
DVArchive allows you to turn your PC into a "Virtual ReplayTV" that can download shows and serve them back up to your ReplayTVs as well as automated schedules and the like. DVArchive V2.0 is a major update with lots of bug fixes, lots of new features and a drastically rewritten infrastructure/plumbing. DVArchive V2.0 is now available You can read more about DVArchive at it's home page http://dvarchive.sourceforge.net DVArchive V2.0 makes some serious changes in your DVArchive.xml and Local.guide files. Please read the CHANGELOG.txt before running it and if you are upgrading, be sure to backup your Local.guide and DVArchive.xml files first. If this will be your first use of DVArchive, please review the README.txt before running it. -- Gerrys Plea :-) *** PLEASE READ THE CHANGELOG.txt and README.txt *** Most questions folks have asked are answered in the CHANGELOG.txt or the README.txt or TROUBLESHOOTING.txt. Please check them over before you report a problem
FreeGuide TV Guide 0.5.2-1 released
This include channel sets and movie highlighting as well as a fixed NA grabber. (The files uploaded when this release was named 0.5.2 contained some minor Windows bugs which have now been fixed.) FreeGuide is a TV guide. Download TV listings from the Internet, view them offline, create a personalised TV guide and choose favourites. It uses the XMLTV tools to grab listings for the UK, USA, Canada, Norway, Sweden, Germany and New Zealand.
ntfsprogs 1.7.1 (stable) released
This release includes urgent bug fixes! Upgrade from 1.7.0 and 1.7.0beta is essential. See the ChangeLog for details. (Note ntfsprogs was formerly linux-ntfs.) The goals of this project are: create a new Linux kernel driver for the NTFS file system (v1.2 and later 3.0), user space utilities (e.g. format, ntfs check, etc.) and a library to avoid code duplication and provide access to NTFS to other GPLed programs.
Tiki 1.5 -Regulus- RC2 released
This is a new release candidate before the 1.5 release. Lot of bugs and problems found in the RC1 version have been fixed in this new release. Tiki is a CMS system based on a Wiki, it has all the features a regular Wiki application has and a lot more. Tiki uses PHP and templates via Smarty.
SCons 0.11 is now available
SCons alpha release 0.11 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). IMPORTANT: Release 0.11 contains the following interface changes: - The default suffix for static object files when using gcc has been changed to ".os" to allow shared and static object files to exist side-by-side in the same directory. - When no command-line targets are specified, the default behavior is now to build all derived files in or below the current directory (like Make). This can be disabled by explicitly specifying "Default(None)" in an SConscript file. - Setting the BUILDERS construction variable now clears previous Builder attributes from the construction Environment. - An "env" argument has been added to the strfunction() method of Python function Actions. See the release notes for more information about these changes. This release adds the following features: - A new CacheDir() function and related command-line options --cache-disable, --cache-force and --cache-show support the ability to share derived files between builds. - Support for the IRIX platform and SGI MIPSPro tool chain. - Support for the PharLap ETS tool chain. - Support for compiling with Microsoft VC++ when running Cygwin Python. - New AddPreAction() and AddPostAction() functions. - Python function Actions can now include the contents of construction variables in their signatures. - A new strfunction() method has been added for external command Actions. - The SConscript() function now takes optional "build_dir" and "duplicate" keyword arguments that make it easier to set up a build directory. - The same Win32 object files can now be linked into either shared or static libraries. The following fixes have been added: - Fixed many (not all) situations when interrupts (CTRL-C) wouldn't actually stop a build. - Libraries in the LIBS construction variable can now explicitly include a library prefix and suffix. - The Win32 scons.bat script now has DOS-standard CR-LF line endings. - Fixed how the Environment.Append() method works BUILDERS (and other dictionaries). - Fixed how a file prefix is added when the target isn't specified. - Better error messages whene a BuildDir is read-only. - A platform or tool module can now be directly imported even after it's been included in a construction Environment. - The output of -c -n is now correct when a target is a directory. Performance has been improved as follows: - Added support for caching values when use --implicit-cache. The following changes have been made to the SCons packaging: - Added new --standard-lib, --standalone-lib and --version-lib options to the "setup.py install" command to make it easier to install the SCons build engine (library) into different locations. If no explicit library installation location is specified, the SCons "setup.py" script now looks for an existing SCons build engine in these three locations and prefers where the build engine was installed previously. The documentation has been improved: - Eliminated description of some deprecated keywords. - Updated description of BuildDir() to try to explain more clearly how to set up a build directory. FinkCommander (GUI for Fink package mgr) v. 0.5.0 http://sourceforge.net/forum/forum.php?forum_id=251651 Version 0.5.0 of FinkCommander has been released. It has a number of significant new features, including a package browser, which provides a Finder-like interface for viewing the files intalled on your system by a particular Fink package. FinkCommander is a graphical user interface for the Fink software packaging system for Mac OS X. It provides an intuitive front-end to the Fink command-line tools for downloading and installing Unix software. If you have version 0.4.3 installed, you will need to move it to the trash before installing this version.
Freevo version 1.3.1 released
Freevo is a Linux application that turns a PC with a TV capture card
and/or TV-out into a standalone multimedia jukebox/VCR/PVR/HTPC/DVR/set
top box. It uses MPlayer to play and record audio+video. It is
optimized for use with a TV+remote. There is a new stable binary
release (1.3.1) available on SourceForge.net's download page. It
includes a number of important changes from the last stable release
AOLserver 4.0 beta 2 released
The second beta release of AOLserver 4.0 is available. In addition to bug fixes, this includes enhancements for international and Win32 support. AOLserver is a multithreaded, Tcl-enabled, massively-scalable and extensible web server tuned for large scale, dynamic web sites. AOLserver also includes complete database integration and a dynamic page scripting language.
Tiny COBOL Compiler release 0.60
The Tiny COBOL compiler project is developing a COBOL compiler for use on Linux; it generates GNU x86 assembler code. With this release, improvements have been made in the following areas: locking for relative files, better support of print files (write after and before advancing) and better compatibility with 85 Standard for some indexed file I/O operations.
Slashdot
[0]burgburgburg writes "We all recall Microsoft's last [1]attempt to emulate the Apple [2]Switch ads. Well, it seems they're at it again. MacNN reports that Microsoft has sent out emails to those who have recently registered MS products, [3]looking for candidates for their 'Sensible Solutions' campaign, which will 'highlight computer professionals that have recently converted from Apple Computer products to Microsoft based systems.' Do you qualify? You must be 'a US resident with a minimum of 3 years experience as a computer professional. You must have used an Apple Computer product and a Microsoft based system as part of your work'. So when does it just stop being the sincerest form of flattery and just become utter, pathetic laziness?" Links
0.
http://`moc.liame' `ta' `60neksilps'
1.
http://slashdot.org/article.pl?sid=02/10/18/1239246&tid=133
2.
http://www.apple.com/switch/
3.
http://www.macnn.com/news.php?id=18372Red Hat, Oracle to get Gov't Certification for Linux http://slashdot.org/article.pl?sid=03/02/14/0011214
Mark writes "As this [0]news.com article states, '[1]Red Hat and
[2]Oracle plan to announce on Thursday that the companies have teamed
to get Linux evaluated under the Common Criteria, a certification that
could open doors for the broader use of open-source software by
government agencies.' It looks like this will be an important step in
getting Linux to be more widely adopted in governments around the
world."
0.
http://news.com.com/2100-1001-984383.html?tag=fd_top
1.
http://www.redhat.com/
2.
http://www.oracle.com/
SMP-Oriented Video Card Round-up
Jason Mitchell writes "I just noticed that [0]2CPU.com has posted a
rather large [1]video card round-up. They ran game and application
benchmarks on a dual Athlon MP and Xeon workstation and also did some
unique qualitative testing pertaining to s-video output quality. It's a
good read."
Warcraft 3 Expansion Beta Signups Announced http://slashdot.org/article.pl?sid=03/02/13/2352206
Clomer writes "[0]Blizzard Entertainment has announced the signups for
the beta testing of the upcoming expansion set to [1]Warcraft 3 called
[2]The Frozen Throne. The beta will be online-only over [3]battle.net,
requires the full version of Warcraft 3, and is only open to US
residents. Signups will be at [4]battle.net starting on Friday, 14
February and will last a week."
0.
http://www.blizzard.com/
1.
http://www.blizzard.com/war3/
2.
http://www.blizzard.com/war3x/
3.
http://www.battle.net/
4.
http://www.battle.net/register/war3xbeta/Slashback: Regalia, Godseye, Undetection http://slashdot.org/article.pl?sid=03/02/13/0048219 Slashback tonight with a round of updates and clarifications on Yahoo! v. France, William Gibson's new book(tour), lowish-tech helping to solve the Columbia mystery, searchable utra-localized information and more. Read on for the details.
FTP: Better Than HTTP, Or Obsolete?
An anonymous reader asks "Looking to serve files for downloading
Murchison Meteorite Still Contentious
An anonymous reader writes "The well-known 1969 meteorite that fell 60
miles north of Melbourne, Australia, remains [0] remarkably contentious
today. The 100 kilogram [1]carbon rock : a) contains pre-biotic
proteins and 12% water; b) harbors 50 amino acids not found on Earth;
c) favors the tell-tale signature of biochemistry based on a dominant
left-handed chirality, compared to random or racemic mixtures found in
test-tube syntheses. While terrestrial contamination (even interior to
the meteor) may discount this so-called 'Murchison meteor', its light
isotopes of carbon and nitrogen suggest the left-handed amino acids not
found elsewhere on Earth have the same ratios as the right-handed ones.
This would not be the case if, say, bacteria was just making the
left-handed ones after impact. Seems quite a controversy from
down-under."
0. http://www.astrobio.net/news/article375.html Yamaha To Withdraw From CD-R/RW Business http://slashdot.org/article.pl?sid=03/02/13/2052251 An anonymous reader writes "What's going on. When I first heard this I thought it was a bad joke. They make great burners! 'Tokyo, February 5, 2003 – Yamaha Corp. [0]decided at a board meeting to cease sales of CD-R/RWs for personal computers and to withdraw completely from the business by the end of March 2003.'" Does any other company make burners that [1]can burn an image on the CD? Links 0. http://www.global.yamaha.com/news/20030205.html
Dragon's Lair 3D Not Worth The Effort
[0]Anonymous Coward writes "While not the best source for gaming
information, [1]CNNs Technology section has a review of Ubi Softs
[2]Dragon's Lair 3D. Long story short, according to the writer Marc
Saltzman, the game isn't worth it. In fact, the opening paragraph says,
'The only thing worse than a lousy video game is when it taints a
well-respected, 20-year-old franchise.' One interesting tidbit from the
article, the original Dragon's Lair is one of only three video games on
display at the Smithsonian. The other two games being Pac-Man and
Pong."
0.
http://home.earthlink.net/~kspandle
1.
http://www.cnn.com/
2.
http://www.cnn.com/2003/TECH/fun.games/02/13/saltzman.dragon/index.html
Buy Broadband From Your Neighbor
[0]infractor writes "Wired has [1]an article about a wireless project
delivering free broadband to a rural community. Using Linux based
[2]devices called [3]meshboxes from [4]Locustworld, they've created a
[5]local mesh network. More detail in this [6]article. With Wi-Fi
friendly ISPs talking about [7]micro-ISP deals for wireless sharers
this could be the accelerator UK broadband has been waiting for." Last
year [8]we mentioned the MeshAP-05, a bootable CD which "turns a single
board computer or laptop into a mesh node and access point," since
updated to MeshAP-06. Update: 02/13 19:52 GMT by [9]T: I see from
comments that -08 is actually the current version of MeshAP, with -09
soon. Thanks.
0. mailto:dont@spam.to
1.
http://www.wired.com/news/business/0,1367,57617,00.html
2.
http://www.linuxdevices.com/articles/AT5073214560.html
3.
http://www.locustworld.com/meshbox.html
4.
http://locustworld.com/
5.
http://www.kingsbridgelink.co.uk/
6.
http://www.guardian.co.uk/guardian_jobs_and_money/story/0,3605,891166,00.html
7.
http://lists.consume.net/pipermail/consume-thenet/2003-February/007713.html
8.
http://slashdot.org/article.pl?sid=02/10/01/2220255&tid=126
9.
http://www.monkey.org/~timothy/
Freshmeat
AbstractDB is a PHP wrapper class which provides easy and simple class
methods to access the most important database functions. It contains
classes implementing the functionality for native PHP functions
AddressScrambler 0.2.2
AddressScrambler is yet another Javascript email address scrambler to help protect email addresses on Web pages from being harvested. It comes with a handy helper page the generates the necessary code for use.
Advanced Banner Rotation Software 3.4
The Advanced Banner Rotation software enables you to display all your adverts in just one area of your page. It will load all your banner adverts and rotate them while your visitors view your page. In addition, search engines will no longer judge your page to be just another classified ad page. Its main features include unlimited banners, configurable link and target frame/window for each banner, any size banners, adjustable transition speed, ability to vary the pause time between banners, and a range of changeover effects.
Afternoon Stalker 1.0.3
Afternoon Stalker is a clone of the 1981 Intellivision game Night Stalker. The player is in a two-dimensional maze. The player is attacked by robots that shoot at it and that it must shoot down.
Apache Tooling Scripts 0.1.4
Apache Tooling Scripts is a set of scripts for creating and removing Apache virtual Web sites. It creates entries in httpd.conf and a new Web directory with an index.htm file.
Article Manager 1.24
Article Manager is a fully featured Web content management system that makes it easy for non- technical users to easily update and manage articles, news stories, headlines, and editorials. It includes the following features: supports multiple users with different access levels (Administrators, Editors, Trusted Writers, and Writers), uploads up to 10 images per article, password protected login screen, advanced setup options to make it easy to customize the program, a powerful search engine, a customizable database, the ability to customize the HTML templates, and much more.
AtariSIO 0.10
AtariSIO is a Linux kernel driver module plus a small set of tools that implement the Atari 8-bit (400/600/800/XL/XE) computer series SIO protocol. The kernel driver handles the low-level parts and provides a simple interface for user space applications. This package contains two tools: atariserver, an Atari disk drive emulator (similar to SIO2PC or APE for MSDOS), and atarixfer, a tool to transfer disk images to/from a connected Atari disk drive. Blackdown Java 2 Standard Edition for Linux 1.4.1-01-FCS http://freshmeat.net/releases/112917/ The Java 2 Standard Edition (J2SE) is a feature-complete development and deployment platform. Blackdown provides both a SDK (J2SDK, formerly known as JDK) and a runtime environment (J2RE) for Linux on various architectures (ix86, Sparc, PPC, S/390, ARM, m68k). Both the J2SDK and the J2RE contain the Java Plug-In for Netscape 4.x and Mozilla/Netscape 6.x.
Bloskunk 0.0.1
Bloskunk is a minimalistic but customizable and expandable Weblog application for SkunkWeb. It features archiving by day, month, or year, RSS syndication, and Bloxsom-style entry editing.
BPhpWebmail Frontend 1.0.1
BPhpWebmail Frontend is an easy-to-use and easy-to-install Web mail frontend. It features support for multiple POP and IMAP servers, Inbox, Outbox, Sent, and Saved folders, and an address book.
C++ Debugging Support library 0.99.28
Libcwd is a full-featured, professional, well-documented library to support C++ developers with debugging their applications. It includes support for ostream-based debug output, custom debug channels and devices, powerful memory allocation debugging, run-time sourcefile:linenumber information, and demangled type names of variables. Libcwd is thread-safe.
cdargs 1.24
cdargs adds a bookmark feature and a simple filebrowser to the builtin shell command `cd'. This lets you jump to various places throughout the filesystem with just a few keystrokes. It is intended for heavy shell users.
ChessY! 0.01
ChessY! is a Java application that allows you to visually review the game histories that you can email to yourself at the end of a Yahoo! online chess game.
Comunap 0.0.1
Comunap is an early stage Python OpenNapster client.
Cubex Rubik's Cube Solver .398
Cubex is a CGI Rubik's Cube solver that produces a highly-detailed solution for any mixed-up Rubik's Cube in seconds.
CVS-SSH2 Plug-in for Eclipse 0.0.4
CVS-SSH2 Plug-in for Eclipse is an Eclipse plug-in to allow CVS access on an encrypted session by SSH2 protocol.
Drall 1.11.1.0 (Development)
Drall is a script which allows users to access their directories and files remotely without the need of using insecure FTP and telnet. It enables the user to treat the remote file system as if it was on their local hard disk through a normal Web browser. The interface resembles the well known Norton Commander and Midnight Commander. Single or dual-panel views makes it easy to see an overview of the file system and the modular design means you only use the features you need. Drall is written in Perl for easy customization and expansion.
EasyMailings 0.2.0
EasyMailings reads in an ASCII text file of addresses and outputs mailing labels in Adobe's Portable Document Format. The labels are sorted according to U.S. Postal Service regulations, that is, by tray and then package. It prints a header at the start of each tray and package, which greatly simplifies the mailing party. It can print bar-coded labels (both address and tray). It has no GUI and requires somewhat laborious printer calibration.
evilbar 1.2.1
evilbar is small ncurses-based bar which is designed to match the style of evilwm. It sports a right-aligned clock, APM status, and XMMS control. FAI 2.4
FAI (fully automatic installation) is a non-interactive system to install a Debian GNU/Linux operating system on a group of PCs or a Linux cluster. After installation, the systems are fully configured and ready to run. It is a scalable method for performing unattended installation and updating. Changes to the configuration files of the operating system are made by cfengine, shell, and Perl scripts.
ffGuestBook 1.0b7
ffGuestBook is a PHP guestbook for Web sites. Instead of using SQL databases, it relies on flat files for storage. It is fully configurable through templates, and includes support for English and German. An administration interface for moderating entries is also provided, along with restrictions for preventing users from entering silly email addresses or unnecessarily long text
FLP 1.042b
FLP (Flaimo's Little Package) is a collection of PHP classes for internationalization. It formats date and time strings, replaces keywords, converts measurement units between SI and the US Customary System, and more. FLTK 1.1.3
FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and Mac OS X. It provides modern GUI functionality without the bloat, and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, and also works fine as a shared library. It also includes an excellent UI builder called FLUID that can be used to create applications in minutes.
FreeGuide TV Guide 0.5.2
FreeGuide TV Guide is a TV guide program which grabs listings from the Internet and allows you to view them and construct a personalised guide to print out. It uses the XMLTV tools to grab listings, and requires Java 1.4 or above.
glitch killer 2.1
glitch killer solves the problem of protected CD rips sometimes having scratchy noises by analysing the recorded .wav file and removing all "clicks".
GNU TeXmacs 1.0.1.4
GNU TeXmacs is a free scientific text editor, which was inspired by both TeX and GNU Emacs. The editor allows you to write structured documents via a "wysiwyg" and user friendly interface. The program implements high quality typesetting algorithms and TeX fonts. It is also possible to use TeXmacs as an interface to computer algebra systems. Finally, TeXmacs supports the Guile/Scheme extension language, which makes it possible to adapt the user interface to specific needs, and even to extend the editor.
GtkTerm 0.98.6
GtkTerm is a serial port terminal written in GTK+ . It is a clone of the famous Hyperterminal. The port can be set up, and the control signal can be toggled. It also supports file transfers and an hexadecimal view of the data.
gURLChecker 0.1-0
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.
hdup 1.6.2 (Development)
hdup is used to back up a filesystem. Features include encryption of the archive (via mcrypt), compression of the archive (bzip/gzip/none), the ability to transfer the archive to a remote host (via scp/rsync), and no obscure archive format (it is a normal compressed tar file).
IcePref2 2.1
IcePref2 is an updated, overhauled, improved, and perfected version of the original IcePref (which was abandoned by the original author). This new version includes many new features and bugfixes, and is a sub-project of the IceWM Control Panel project. It is optimized for IceWM 1.2.2 and better.
IceWM Control Panel 0.1beta-2
IceWM Control Panel is the first full-featured, GTK-based control panel for IceWM. It features such tools as Ice Sound Manager (for managing IceWM sound events), IcePref2, a wallpaper manager, and many other tools bundled into a familiar Windows-like Control Panel interface.
id3lib.py 1.0
id3lib.py is a Python module which allows you to read and write ID3 tags for a given MP3 file. It is derived from Ben Gertzfield's ID3.py, but allows a bit more flexibility in its tag editing features.
Intercom 0.15
Intercom is a flexible voice communication utility for Unix systems. It supports the standard audio compression codecs such as GSM, G.711, and G.72x as well as audio encryption. Intercom was designed mostly for high-speed InterNet connections which are able to provide high quality audio. However, it also works on lower bandwidth connections such as dialup if so configured.
Jaffer 0.05
Jaffer is a Java implementation of an Appletalk File Server over TCP. Jaffer is only concerned with the latest AFP specifications and supporting OS X and OS 9 clients. It is mainly focused on a tight, clean, fast codebase that is very portable and embeddable.
Java Serialization to XML 1.0.7.3
Java Serialization to XML (JSX) allows you to write and read any Java object graph as XML data with one line of code. You can verify your data and manipulate it with standard XML tools like DOM, JDOM, and XSLT. JSX automatically creates a file format/wire protocol for all Java objects, so that it is always up to date as the code evolves. When you need backward compatibility, JSX provides the evolution techniques of Java Object Serialization, and you can also modify the XML directly. Unlike databinders, such as JAXB and Castor, no explicit mapping is required, and JSX works for all objects.
jaxml 3.0
jaxml is a Python module designed to ease the creation of human readable XML documents. It is designed to be small, easy-to-use, and powerful.
jmame 0.6.2
jmame is a Java-based frontend to XMAME. It uses the Swing toolkit and uses XML to store all settings.
JPluck 0.9 beta 1
JPluck allows users to convert Web sites to Plucker documents. It creates Plucker documents ready to be installed and read.
Krename 2.5.2 (Development)
Krename is a very powerful batch file renamer for KDE3 which can rename a list of files based on a set of expressions. It can copy/move the files to another directory or simply rename the input files. Krename supports many conversion operations, including conversion of a filename to lowercase or to uppercase, conversion of the first letter of every word to uppercase, adding numbers to filenames, finding and replacing parts of the filename, and many more. It can also change access and modification dates, permissions, and file ownership.
LinPHA 0.5.0
LinPHA is an easy to use, multilingual, flexible photo/image archive/album/gallery written in PHP. It uses a MySQL database to store information about your pictures. It comes with a HTML-based installer, so you don't need experience in setting up SQL databases. Thumbnails are created as needed and stored in the SQL DB.
LooperDB 0.1
LooperDB is a secure, multithreaded alert database used primarily for
network/security management. It is indended to be used as a central MoM
MaybeUpload 1-0-6-pre3 (Development)
MaybeUpload is a Java language package intended to make it much easier to write Servlets which handle RFC1867 file upload.
Meta-CVS 1.0.3 (Stable)
Meta-CVS is version control system created around CVS. It retains most of the features of CVS while adding support for first class directory structure versioning, storage of symbolic links, and versioning of execute permissions and user-defined properties. Meta-CVS greatly simplifies branching and merging by keeping track of what is merged where. It records file types and automatically assigns a CVS keyword expansion mode to newly added files whose suffixes match previously recorded types. Meta-CVS also has an importing feature that automatically figures out renames and moves, making it possible to easily keep up with patches from multiple sources in spite of directory structure changes.
Meteor-II 1.1 (Development)
Meteor-II supports the Meteor-II framegrabber family based on the Video Interface ASIC (VIA) by Matrox. It supports the Video 4 Linux 2 API, and requires a 2.4 Linux kernel.
MiddleMan 1.4
Middleman is a fast HTTP/HTTPS proxy server with features designed to remove unwanted content and increase privacy. It features an XML-like configuration file and an intuitive Web interface. It can be used to filter HTTP headers, block certain files or mime types, block cookies to and from certain sites, redirect requests, forward requests through another proxy using NTLM or Basic authentication, block inappropiate content using a keyword scoring system, and manipulate the contents of files using either its builtin rewrite feature or an external program or script. It fully implements the HTTP/1.1 protocol, including persistent connections and gzip encoding.
Moneydance 3.2
Moneydance is an easy-to-use financial organizer built for the Internet. You can use it to organize your finances so that you can get on with the important things in life. The familiar interface makes managing your money easy, while the advanced features give you the ability to visually track your spending. Graphs and reports provide financial feedback, while features such as budgeting, online banking, and transaction reminders help you keep an eye on your money.
Net::Server::Mail 0.06
Net::Server::Mail is a versatile and extensible implementation of the SMTP protocol and its different evolutions like ESMTP and LMTP. The event-driven, object-oriented API makes it easy to incorporate the SMTP protocol to your programs.
NetProtect Firewall Router 1.0
The Netprotect Firewall is a spin-off from the IPCOP GPL Firewall, with many extensions built-in. One big goal is to have a product that is usable in corporate environments. Network Utilities Module for Webmin 1.060.1 http://freshmeat.net/releases/112923/ The Network Utilities Module for Webmin features tools like ping, traceroute, nslookup, nmap, whois, dig and an IP subnet calculator.
Newspost 2.1
Newspost is a full-featured USEnet binary autoposter. It is meant as an all-in-one posting solution. In addition to posting files, it can post text prefixes, and generate and post .SFV files and .PAR volumes.
NFGWebChat 1.0
NFGWebChat is a single channel chat Web application designed scalability and accessibility in mind.
ng-utils 0.4
ng-utils is a collection of small tools to access netgroup contents.
OSSP lmtp2nntp 1.2.0
OSSP lmtp2nntp is an LMTP service for use in conjunction with an MTA
Pathan 1.2 rc1
Pathan is an XPath processing library. It is written in C++ and uses the Xerces-C DOM XML Parser by the Apache Foundation. It fully supports the W3C XPath 1 specification.
PhpBaseClasses 0.1.0
PHPBaseClasses is a multi-tier and fully object-oriented set of base
classes written for and in PHP. Currently the storage tier is SQL only,
but supports multiple databases, including any ODBC database, MsSQL
phpWebFileManager 0.5
phpWebFileManager is file management tool, written in PHP. It is designed for inclusion in large projects, and it can also act as a PostNuke module. Its main features are multi-language support, secure directory browsing, directory creation and removal, file creation, uploading, renaming, deleting, and viewing. There is also a powerful configuration file that allows you to allow/deny appropriate file management actions. POP-Before-SMTP Relay Authorization Daemon 0.5.2 http://freshmeat.net/releases/112807/ popbsmtpd watches syslog for successful POP and IMAP logins, and writes IP address entries to a database to permit SMTP mail relaying for a configurable duration. No changes to any other software are required, and it can process logins where the IP address and the authentication success are recorded on separate log entries (i.e., when using stunnel). It has a user-configurable scheme for recognizing and extracting values from log entries, making it possible to use with many POP and IMAP daemons without requiring any programming changes. These configurations can be tested using sample log data.
PostGIS 0.7.4 (Stable)
PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension.
Project WiSH 1.0.0
Project WiSH creates a server tool and a client interface to provide remote control of a Linux X10 server running the X10-wish drivers. The server runs on the same machine as the X10-wish drivers and the client can be run on any machine with the Java runtime envrionment 1.3 (or higher).
psycopg 1.0.15 (Stable)
psycopg is a PostgreSQL database adapter for the Python programming language. Its main advantages are that it supports the full Python DBAPI 2.0 and it is thread safe at level 2. It was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. The psycopg distribution includes ZPsycopgDA, a Zope Database Adapter. | ||||||||||