|
|||||||||||
|
[osdn developer] June 01, 2003
From: <osdn-developer-txt-mm-admin(at)newsfeed.osdn.com>
Date: Sun Jun 01 2003 - 04:15:50 EDT
O | S | D | N NEWSLETTER
June 01, 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: I'm blogging this.
Interests: Tempt me.
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
goombah99 writes "[0]Nick Bostrom discusses the computational
requirements needed to simulate human existence. He offers a proof
based on the [1]anthropic principle, that [2]you are almost certainly a
computer simulation and not "real". The idea is that given that humans
don't go extinct in geologically short time then eventually computer
capability will allow complete simulation of the human cortex.
Consequently, there must be far more simulations running in future
millennia than seconds since you were born. Thus its astronomically
more likely you are a simulation than real ... if humans don't go
extinct shortly. Recalling [3]the 13th floor, Robin Hanson discusses
[4]how one should try to live in a simulation. David Wolpert also
weighs in on the [5]physical limits of Turing machines for simulation
of the universe. This also may explain why time travel seems
impossible: we dont meet visitors from the future since only the
present is being simulated."
0.
http://www.nickbostrom.com/
1.
http://www.anthropic-principle.com/
2.
http://www.simulation-argument.com/
3.
http://www.sonypictures.com/homevideo/catalog/catalogDetail_DVD043396028487.html?ID=DVD043396028487
4.
http://www.transhumanist.com/volume7/simulation.html
5.
http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&list_uids=11800757&dopt=Abstract
Searchking Loses Suit Against Google
An anonymous reader submits this story that [0]Searchking has lost its suit against Google for lowering search rankings. Silly lawsuit, good riddance. See our [1]original story. Links 0. http://news.com.com/2100-1032_3-1011740.html
Aimee Deep Interview
[0]LawGeek writes "[1]Aimee Deep is probably most famously known as the highly attractive cover-girl of Madster (formerly known as Aimster). Since being involved with Madster (her father's business), she has had the opportunity to become more interested in legal and business issues surrounding the music distribution business and now blogs on the subject. [2]Greplaw editor Mikael Pawlo recently [3]interviewed the 18-year old Ms. Deep on various topics." Links
0.
http://grep.law.harvard.edu
1.
http://www.musicpundit.com/
2.
http://grep.law.harvard.edu/
3.
http://grep.law.harvard.edu/article.pl?sid=03/05/31/0228256&mode=threadDenial of Service via Algorithmic Complexity http://slashdot.org/article.pl?sid=03/05/31/2157254
[0]dss902 writes "We (Department of Computer Science, Rice University)
present a new class of [1]low-bandwidth denial of service attacks that
exploit algorithmic deficiencies in many common applications' data
structures... Using bandwidth less than a typical dialup modem, we can
bring a dedicated Bro server to its knees; after six minutes of
carefully chosen packets, our Bro server was dropping as much as 71% of
its traffic and consuming all of its CPU. We [2]show how modern
universal hashing techniques can yield performance comparable to
commonplace hash functions while being provably secure against these
attacks."
0. mailto:dss902@hushmail.com
1.
http://www.cs.rice.edu/~scrosby/hash/CrosbyWallach_UsenixSec2003/index.html
2.
http://www.cs.rice.edu/~scrosby/hash/CrosbyWallach_UsenixSec2003.pdf
Updating the Pirate Anime FAQ
[0]Joe Curzon writes "Over two years ago, I created what is now
probably the most comprehensive and detailed guide to spotting bootleg
and counterfeit anime/manga related goods - [0]The Pirate Anime FAQ. A
special version of the FAQ has also been published at numerous Anime
Conventions around the USA. However due to commitments in the "real
world" I have not been able to update FAQ almost a year. :( I would
like to iron out any creases and update the whole thing in one go, so I
was wondering what improvements would the Otaku readers of /.
recommend? The DVD section and Fansub section are in need of the most
attention and I plan to deal with that soon, but I was also wondering
if there were any subtle changes I could make to improve the FAQ as
well?"
0. http://www.digital.anime.org.uk/piratefaq.html
Stem Cell "Master Gene" Found
nexex writes "[0]From the Washington Post, 'Scientists yesterday said they have discovered a long-sought "master gene" in embryonic stem cells that is largely responsible for giving those cells their unique regenerative and therapeutic potential.' The report summarizes [1]an article in the newest issue of the scientific journal, [2]Cell." Links
0.
http://www.msnbc.com/news/919806.asp?0cl=cR
1.
http://www.cell.com/content/article/abstract?uid=PIIS0092867403003945
2.
http://www.cell.com/
Buy Your Own Aircraft Carrier
Vodalian writes "Distinction as the last surviving Aircraft Carrier built in England for WW II and commissioned as the HMS Vengeance in late 1944, this unique vessel served the British then the Australian Navy as HMAS Vengeance prior to her sale to Brazil In 1956. Undergoing reconstruction and overhaul in Rotterdam from 1957 to 1960 she was commissioned as the Minas Gerais in December of that year. During her service with the Brazilian Navy she was overhauled from 1976 to 1980 completing a 5-year refit in 1981. She was decommissioned on the 16th of October 2001 and is currently for [0]sale." Links 0. http://www.frenchcreekboatsales.com/details.asp?File_Number=BOP12
Twin Prime Proof Erroneous
mindriot writes "The fairly recent perceived breakthrough in prime
number theory regarding twin primes, as mentioned [0]on slashdot, is
apparently [1]not quite perfect: 'On April 23rd, Andrew Granville of
the Universite de Montreal and K. Soundararajan of the University of
Michigan found a technical difficulty buried in one of the arguments in
the preprint of Goldston and Yildrim. The main issue is that some
quantities which were believed to be small error terms are actually the
same order of magnitude as the main term. For now this difficulty
remains unresolved.' A more detailed technical description is [2]also
available."
0.
http://science.slashdot.org/article.pl?sid=03/03/30/1714253&tid=134
1.
http://aimath.org/primegaps/
2.
http://aimath.org/primegaps/residueerror/
IE6 SP1 Will Be Last Standalone Version
mokiejovis writes "Program manager Brian Countryman stated that "as part of the OS, IE will continue to evolve, but there will be no future standalone installations. IE6 SP1 is the final standalone installation." See the [0]Microsoft TechNet article." Several of the people submitting this story have come up with elaborate theories about why: killing competition, etc. etc. I think the truth is just that Microsoft intends to integrate DRM very tightly with their OS and browser, and they're aren't going to try to backport that to, say, Win98, so they just aren't going to release new versions of their browser for old, DRM-less operating systems. In the future server-side browser detection may be more about detecting whether the browser supports the DRM your "web service" uses than what version of Javascript or CSS the browser supports. Links
Nokia 5100 Reviewed
An anonymous reader writes "Just read a [0]review of Nokia's 5100 mobile phone. This phone has an integrated flashlight, FM tuner, a calorie burn application, sound meter and thermometer. And yet there is no Bluetooth capabilites. Is the cell phone market getting so desperate that companies are adding everything including the kitchen sink to sell these phones? Why would you want a sound meter or a calorie tracking application in a cell phone?" Looks like a good phone for people who like phones to look gaudy. Bells and whistles aside, the flashlight feature sounds pretty practical. A sound meter though? Links 0. http://reviews.designtechnica.com/review67.html
Freshmeat
No matter whether you work for a large business or use email simply for family communication, you've probably received junk mail. If you have used email for any length of time, you probably know what it's like to deal with a virus. Unfortunately, fending off unwanted or dangerous electronic communication has become a daily struggle for many system administrators.
AccuRev 3.2
AccuRev/CM is a fast, powerful, and easy-to-use "Timesafe" SCM tool which is based on the idea that the past can't change. AccuRev/CM records all merges and patches, so you never have to re-merge the same code. It includes a truly integrated bug-tracking system, supports file and directory renaming, follows a client/server model, and is transaction-based. Servers and clients run on Unix, Linux, and Windows. There are both command line and GUI interfaces for all platforms. It includes an integrated graphical 3-way diff and merge tool. AccuRev/CM also integrates with the MS SCC API, Forte for Java, and any diff/merge tool with a command line interface.
ANTLR plugin for Eclipse 1.0.3
This project adds plugins for the lexer/parser generator ANTLR to the Eclipse platform. The plugins provide a grammar file editor with syntax highlighting, outline view and a project nature with incremental builder.
AstroCam System 2.3.2
AstroCam is an C-based Stepmotor Controlsystem including a CGI Web interface. You can use it for controlling webcams over the Internet/intranet or everything else you want to do with a stepmotor.
Beck's Beer Theme 0.80.1
Beck's Beer Theme is based on wallpaper from becks-beer.com.
Blue Rose 0.1
Blue Rose is a blue theme with a glass rose. The background is by ANDiDAS.
braa 0.3
Braa is a tool for making SNMP queries. It is able to query hundreds or thousands of hosts simultaneously, while being completely single-threaded. It does not need any SNMP libraries, as it is equipped with its own SNMP engine. However, it's good to have a complete SNMP package including "snmptranslate" installed somewhere, because for speed reasons, there is no ASN.1 parser in Braa, and all the SNMP OIDs need to be specified numerically.
CatWeasel MK3 Linux Driver 2003-05-31
The CatWeasel MK3 Linux Driver accesses the SID and joystick features of the CatWeasel MK3 PCI by Individual Computers. You can use joysticks or paddles connected to the CatWeasel card just like any other joystick within Linux and you can use an Amiga keyboard as a second keyboard for input. If you have attached a SID chip, you can use it with various software like VICE and SIDplayer. If you want to use the floppy features please use Michael Krause's Floppy CatWeasel Driver.
Columba 0.10.1 (stable)
Columba is a highly multithreaded Java email client. It supports multiple POP3/IMAP accounts, message filtering, the common basic features you would expect, and an address book.
CoverViewer 0.1.8
CoverViewer is an XMMS plugin that displays images related to the files being played. The displayed image can be a copy of the cover of the album you are playing or anything else you want. It creates a personalised skin for itself using the current XMMS skin, and you can control song playing from its interface. It includes a function that can automatically retrieve covers you don't have from the Internet, using file tag information to get the artist and album name.
Cream 21
Cream is a simple but solid cross-language, cross-platform, client/server-based synchronous remote procedure call (RPC) toolkit, similar to (but incompatible with) XML/RPC, SOAP, and Web Services. DC-GUI 0.2.14
DC-GUI is a QT GUI Direct Connect filesharing client.
Disc-Cover 1.5.2
Disc-cover provides an easy way to produce covers for audio CDs. It scans audio CDs and uses information from the CDDB or CDINDEX database to build a back and front cover for the CD. Output is in Latex, Dvi, PDF, Postscript, HTML, plain ASCII, or any other format suited for cdlabelgen.
Distant Ecosystems 0.1
Distant Ecosystems is a silver-grey theme with trees and circles. The background is by netghost (Adam Sanderson).
Dodge This 1.1
Dodge This is a theme based on a screen capture from the first Matrix movie combined with the classic "matrix waterfall" and a little work with the Gimp. Fast IRC Stats Generator 0.3.5 (Development) http://freshmeat.net/releases/124580/ Fast IRC Stats Generator (FISG) creates HTML pages with statistics about IRC logs. It has less features than some alternatives, but is much faster and can be run on low-end systems. It supports Irssi and Eggdrop log files.
Fingerprint Verification System 0.0.9
Fingerprint Verification System is an easy-to-use library that allows programmers to integrate fingerprint technology into their software without specific know-how. It is fast and small, and is great for embedded systems.
Firepass 1.0.2a
Firepass is a tunneling tool allowing users bypass firewall restrictions and encapsulate data flows inside legal ones that use HTTP POST requests. TCP or UDP based protocols may be tunneled with Firepass. GLT OpenGL C++ Toolkit 0.8 rc2 (Release Candidates) http://freshmeat.net/releases/124558/
Glt is a library of C++ classes and routines for programming
interactive 3D graphics with OpenGL. The aim of Glt is to augment the
OpenGL API with convenient mechanisms for manipulating the OpenGL state
machine. Glt is a work in progress, and by no means covers the entire
OpenGL specification. However, it already includes several useful
classes and is designed so that additional classes can be added easily.
In addition to Glt, the GlutMaster classes provide C++ wrappers for the
GLUT API.
Goggles 0.5.6
Goggles is a frontend for the Ogle DVD player. It supports all the features that Ogle provides, including bookmarks, and adds automatic starting, automatic bookmarks, a convenient preferences panel for setting keyboard shortcuts, DXR3 settings, and language and country preferences. It is written in C++ using the FOX Toolkit.
gpppwrap 1.1
gpppwrap is a graphical user interface to conveniently select a phone number and dial into your ISP. It's very convenient if you use different ISPs, and is based on the GTK GUI libraries. It is only a wrapper around the ppp-on/ppp-off scripts and gives you therefore still the power and flexibility of these scripts. It is written for people who like the power and flexibility of shell and Perl scripts, and also want an idiot-proof way to connect to the Internet.
Header Browser 0.8.3
Header Browser helps you to create documentation from your C/C++ header files. It is similar to JavaDoc, Doc++, or KDoc, but it doesn't just create documentation pages; it allows you to really browse your APIs using a five columns view like NeXT's HeaderViewer. IMMS 0.8
IMMS is an intelligent playlist plug-in for XMMS that tracks your listening patterns and adapts itself to your taste. It is incredibly unobtrusive and easy to use as it requires no direct user interaction.
Ion 20030531 (Development)
Ion is a tiling (no overlapping windows) window manager that also has PWM-style tabbed frames which can contain multiple client windows. These features help keeping windows organized and quickly switching between them. Ion was designed primarily as an efficient and unobtrusive window manager for users who prefer the keyboard.
IOzone 3.181
IOzone is a filesystem benchmark tool. The benchmark generates and measures a variety of file operations. Iozone has been ported to many machines and runs under many operating systems.
Java FTP client library 1.2.2 (Stable)
Java FTP client library allows any Java application to have full embedded FTP functionality. It includes a straightforward but comprehensive API with functions such as put (), get(), chdir(), dir() and pwd(). Active and passive modes are supported.
KAVmailcheck 0.9.1
KAVmailcheck is a sendmail filter that uses the milter API to check incoming mail for viruses using the Kaspersky Lab AVP kavdaemon.
KisMAC 0.04e
KisMAC is a stumbler application for Mac OS X that puts your card into monitor mode. Unlike most other applications for OS X, it is completely invisible and sends no probe requests.
Linux Napster Client 1.5.2
Linux Napster Client is one of the oldest Napster clients available. It is a fully-featured Napster client with a text-based interface. Linux Napster Client runs under Linux, OpenBSD, FreeBSD, and Cygwin32.
MaraDNS 1.0.18 (Recursive/Caching)
MaraDNS is a DNS server that strives to be secure and fully open-sourced.
Mojo Mail 2.8.6
Mojo Mail is a light-weight Web-based email mailing list manager. It supports announce-only lists and group discussion lists, as well as archiving, double opt-in subscriptions, and double opt-out unsubscriptions. List mailings can be sent using sendmail, qmail, or even with a straight SMTP connection (either all at once, or in timed batches). All list administration can be done through your browser via Mojo Mail's administrative control panel. Creating new lists and administrating them is easy. Mojo Mail is a great alternative to programs such as Majordomo if you want to give more control to the actual list owners, who may not have much experience with such applications. Mojo Mail can be run simply as a CGI script and needs no special modules installed. The entire look of html pages created by Mojo Mail can be customized with any template you can provide, on a list by list basis.
MozPlugger 1.2.0
MozPlugger is a modification of Plugger, a very small multimedia plugin for the Unix versions of Netscape, Mozilla, and Opera which uses external programs to show and play many file formats. This modification fixes bugs which occurred with Mozilla 1.x and allows a player to stream a media file directly from the URL.
NanoBlogger 1.3
NanoBlogger is a small and minimalist blogger written in Bash script. It's designed to be a simple and fast solution for creating and managing blog entries that can be uploaded to a Web site as a simple text file. It is not a complete Weblog engine, but rather an aid in the creation and maintenance of a blog site's entries.
nefu 0.9.2
nefu (network fidelity utility) is a Unix daemon that monitors services over the network. It uses a "no false alarms" fault verification algorithm, and understands network dependancies. Natively-monitored protocols include ICMP echo (ping), DNS, HTTP, POP, NTP, IMAP, SMTP, and LDAP, as well as having facilities to execute external programs. Status pages are available via finger or the Web.
Nessus 2.0.6a
Nessus is a remote security scanner for Linux, BSD, Solaris, and other Unices. It is plug-in-based, has a GTK interface, and performs over 1200 remote security checks. It allows for reports to be generated in HTML, XML, LaTeX, and ASCII text, and suggests solutions for security problems.
netcount 0.7e
netcount is a command line PPP traffic logging and statistics display tool for Linux. Logging is done via a small shell script which is called during the ip-up, ip-down, and system startup processes and from cron, while analysis and printing is done by a program written in Python. Statistics can be made on a per-call, daily, and/or monthly basis. Also part of the package is nstat, an X utility to display connection status, to hang up, and to start and terminate pppd.
Open Guestbook 0.5
Open Guestbook is a fully featured PHP Guestbook script powered by MySQL on backend. It has an enourmous amount of features, including Avatars, Smilies, Guestbook Code, Quote Reply, an Administrative Area to manage Guestbook and delete/edit entries, and more. It is also fully customizable via the Admin area and stylesheets.
OpenLoad Tester 3.5
OpenLoad is an easy-to-use browser-based, rapid performance optimization solution for load and stress testing of dynamic Web sites. It uses IBM WebSphere and the DB2 Universal Database, and is fully integrated with IBM WebSphere Studio Application Developer. It substantially minimizes the time and skill set required to optimize the performance of Web-based applications by simplifying the process of building real-world user scenarios, verifying expected functional behavior, and pinpointing performance bottlenecks within Web applications and IT infrastructure.
Picture Gallery 2.0.0
Picture Gallery is both a standalone and easily-integrated Web application. It features unlimited categories, subcategories, and pictures; hit tracking on categories and pictures; automatic resizing of pictures larger than the maximum width and height (preserves aspect ratio); and automatic thumbnail generation. It has a powerful search engine that uses CSS for easy customization. It has support for hidden categories, and can rotate images 90/180/270 degrees or re-order categories. It plugs into an existing Web site account system.
procps 3.1.9
procps is a package of utilities which includes ps, vmstat, top, w, skill, snice, pgrep, pkill, free, sysctl, pmap, uptime, and kill. These utilities report what is running, who is logged in, how long the system has been running, and what is using up memory. They can be used to kill processes and change run-time kernel configuration values.
RLPlot 0.97b
RLPlot is a scientific plotting, charting, and drawing program. Data is entered into a spreadsheet manually or by copy from a spreadsheet program (Excel, KSpread, etc.) and pasted to RLPlot. Plots are created and modified by a fully-interactive graphical user interface. RLPlot is fully vector-oriented, ensuring high-quality outputs.
Scraper 1.33
Scraper is designed to scrape the Web for information. It is very easy to use.
singapore 0.9.5
singapore is a flexible PHP image gallery that stores information in a CSV-file database. It has a Web-based admin and cached autogenerated thumbnails (using GD or ImageMagick). Its output is XHTML- and CSS-compatible.
SiteBar 2.3
SiteBar is a multi-user bookmark server that lets users view, add, and maintain bookmarks from anywhere. It's intended as a Mozilla/Netscape sidebar, but can also be used in a main browser window. SiteBar provides infinite depth of folders, the ability to move anything to anywhere else, and complete sharing of public items between users. It's cross-browser compatible, features a tree-menu and context menus common to file explorers, and supports FavIcons.
Vstr string library 1.0.6
Vstr is a safe and fast string library for C. It is designed for
network communication. Its design uses chunks of ptr+length data, so
adding, substituting, and deleting data are all fast operations. This
model also allows it to do automatic referencing for mmap() areas of
memory. Shortcut APIs are included to mmap() a file into a Vstr string,
and read()/write() data to/from a Vstr string. Another big feature of
the library is a POSIX and ISO 9899:1999 compliant printf() like
function, which can also be extended with user supplied formatters that
are gcc warning compatible. The total API is over 140 functions, but
laid out in a easy to remember manner, including data parsing
functions, a non-destructive split() function, and conversion functions
Web Secretary 1.7.0
Web Secretary is a web page monitoring software. However, it goes beyond the normal functionalities offered by such software. Not only does it detect changes based on content analysis (instead of date/time stamp or simple textual comparison), it will email the changed page to you with the new contents highlighted.
WITS 0.1.26 (beta)
WITS is an inventory tracking and point of sale implementation done in PHP using a MySQL server as a backend. It is designed with the small to medium sized consignment retailer in mind, and supports tracking of clients, consignees, inventory, tickets, payments, salespeople, tickets, gift certificates, and layaways. It automatically handles percentage commission calculations for consignees and salespersons, and supports split salesperson commission (for multiple salespersons working on a single ticket). WITS also supports modules for expandable functionality, and includes a dynamic report generator capable of advanced queries.
X-ChaMan 0.7.3
X-ChaMan is a chapter manager for AVI/DIVX movies. It can display an easy-to-use GUI menu providing a choice of language (for BIVX) and chapter selection. X-ChaMan runs with mplayer or Xine.
XDrawChem 1.7.1 (Stable)
XDrawChem is a program for drawing chemical structures. Features include fixed length and fixed angle drawing, a ring tool to automatically draw rings, automatic alignment of structures in reactions, and structure diagram generation. It can access structures in the NCI database by name, CAS number, or formula. It can predict 1H NMR, 13C NMR, simple IR spectra, and estimated pKa. XDrawChem can work with its native file format, ChemDraw files, and any format supported by OpenBabel (MDL Molfile, CML, etc.).
Slashcode
I'm using cronolog for my apache logs, and I really, really like it. I'd like to be able to use it on the slash logs as well, which become large and cumbersome over time with many sites running on a server. How do you all handle your logs? What do you use for log rotation? How long do you keep logs? Is anyone using cronolog, or something like it with slash?
RSS to Story?
Hi, I'm looking for a way to grab remote RDF and post them as stories. portald seems only to handle blocks. I'm aware of the elixus.org, and the RSS2Story plugin in their patch of slashcode, but I can't get the plugin installed, and it seems to be left unfinished. So is there any other way to do this? launch of slash site "stupidsecurity.com" http://slashcode.com/article.pl?sid=03/04/18/2133212 | ||||||||||