stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


FOX 1.5.4 (Development branch)







FOX 1.5.4 (Development branch)

FOX 1.5.4 (Development branch) 04/16/2005 05:35 AM

Screenshot FOX is a C++-based toolkit for GUI development. It includes a rich set of widgets and has powerful yet simple layout managers, MDI widgets, and mega-widgets. FOX incorporates support for XDND for drag and drop, X clipboard and X Selection, watching other I/O channels and sockets, timers and idle processing, object serialization and deserialization, a registry to save persistent settings, and 3D widgets using Mesa or OpenGL. FOX works on Linux, IRIX, Solaris, HP/UX, AIX, Tru64 Unix, Windows 9x,NT,2K (VC++, GNUWIN32, Borland, VisualAge C++), FreeBSD, and Sequent.


Changes:
Added a variety of string- and character-related functionality, and fixed some rare floating point rounding errors.




This is a GrokNews Entry: (what is grok?)





Similar Items

FOX 1.5.4 (Development branch)

Grok Headline matches for FOX 1.5.4 (Development branch)

FOX 1.5.3 (Development branch)


FOX 1.5.3 (Development branch) 04/11/2005 03:05 PM
Screenshot FOX is a C++-based toolkit for GUI development. It includes a rich set of widgets and has powerful yet simple layout managers, MDI widgets, and mega-widgets. FOX incorporates support for XDND for drag and drop, X clipboard and X Selection, watching other I/O channels and sockets, timers and idle processing, object serialization and deserialization, a registry to save persistent settings, and 3D widgets using Mesa or OpenGL. FOX works on Linux, IRIX, Solaris, HP/UX, AIX, Tru64 Unix, Windows 9x,NT,2K (VC++, GNUWIN32, Borland, VisualAge C++), FreeBSD, and Sequent.
Changes:
The offset() API was added to FXString, which gives byte offset of the UTF-8 character with a given index. inc() and dec() APIs were added to FXString to advance byte offset to the next or previous UTF-8 character. A couple of FXString APIs that were duplicated were dropped. Many APIs were added to FXString which take wide and narrow characters, particularly constructors, assign(), append(), prepend(), insert(), replace(), and assignment operators. FXwchar is now typedef-ed to wchar_t when wchar_t is 32-bits. On machines where wchar_t is 16-bits, FXnchar is typedef-ed as wchar_t.

NAS 1.7a (Development branch)


NAS 1.7a (Development branch) 04/10/2005 09:50 PM
In a nutshell, the Network Audio System (NAS) is the audio equivalent of an X display server. It was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices.
Changes:
This version corrects some issues seen with Gcc 4.0, as well as fixing some AMD-64 and NetBSD issues.

FOX 1.3.26 (Development branch)


FOX 1.3.26 (Development branch) 02/01/2005 09:45 PM
Screenshot FOX is a C++-based toolkit for GUI development. It includes a rich set of widgets and has powerful yet simple layout managers, MDI widgets, and mega-widgets. FOX incorporates support for XDND for drag and drop, X clipboard and X Selection, watching other I/O channels and sockets, timers and idle processing, object serialization and deserialization, a registry to save persistent settings, and 3D widgets using Mesa or OpenGL. FOX works on Linux, IRIX, Solaris, HP/UX, AIX, Tru64 Unix, Windows 9x,NT,2K (VC++, GNUWIN32, Borland, VisualAge C++), FreeBSD, and Sequent.
Changes:
XDND was upgraded to version 5 of the standard. Minor tweaks wre made to toolbar dragging. FXSettings doesn't quote values unless there are leading and trailing spaces or special characters in it.

FOX 1.5.1 (Development branch)


FOX 1.5.1 (Development branch) 03/22/2005 03:53 PM
Screenshot FOX is a C++-based toolkit for GUI development. It includes a rich set of widgets and has powerful yet simple layout managers, MDI widgets, and mega-widgets. FOX incorporates support for XDND for drag and drop, X clipboard and X Selection, watching other I/O channels and sockets, timers and idle processing, object serialization and deserialization, a registry to save persistent settings, and 3D widgets using Mesa or OpenGL. FOX works on Linux, IRIX, Solaris, HP/UX, AIX, Tru64 Unix, Windows 9x,NT,2K (VC++, GNUWIN32, Borland, VisualAge C++), FreeBSD, and Sequent.
Changes:
Unicode tables were added. The fxchar.h header file provides functions operating on 32-bit wide Unicode characters. They support the full range from U+000000 to U+10FFFF. FOX will support wide characters, but most functions will work on UTF-8, which is a more compact and manageable representation of Unicode characters. Scroll capability was added to FXTabBar and FXTabBook. The "remove" APIs in various container classes were renamed to "erase", which more closely resembles STL container classes' nomenclature. Mouse wheel support was added for FXComboBox, FXListBox, and FXTreeListBox.

imp bot 0.1.1 (Development branch)


imp bot 0.1.1 (Development branch) 03/14/2005 06:20 PM
imp bot is an IRC bot that provides some degree of channel help and protection, and aims to be an aid in channels in which there is a need for documentation and URL saving.
Changes:
A script 'imp_ipc' has been added to send commands through LMS using the 'socat' program. An LMS (Local Management System) has beena dded, and the RMS system has been restructured using derived classes. The HawkNL dependency has been removed. Now imp depends on the commonc++ library (specially for socket handling). This means the RMS socket calls have been rewritten, and a little security has been added when receiving data. A lot of bugs have been corrected, and three commands have been added to the RMS interface.

GTK+ 2.7.0 (Development branch)


GTK+ 2.7.0 (Development branch) 06/24/2005 07:14 PM
GTK, which stands for the Gimp ToolKit, is a library for creating graphical user interfaces. It is designed to be small and efficient, but still flexible enough to allow the programmer freedom in the interfaces created. GTK provides some unique features over standard widget libraries.
License: GNU Lesser General Public License (LGPL)
Changes:
This is the first development release leading up to GTK+ 2.8. Support for Cairo for drawing was added. Many minor bugs were fixed.

OpenOffice.org 1.9.93 (Development
branch)


OpenOffice.org 1.9.93 (Development
branch)
04/15/2005 09:18 AM
Screenshot OpenOffice.org is the Open Source project through which Sun Microsystems is releasing the technology for the popular StarOffice productivity suite.
Changes:
In this release, HSQLDB databases now allow users to modify existing table field types.

Qt 4.0 Beta 2 (Development branch)


Qt 4.0 Beta 2 (Development branch) 04/12/2005 05:19 PM
Screenshot Qt is a toolkit for software developers. It simplifies the task of writing and maintaining GUI (graphical user interface) applications. It is written in C++ and is fully object-oriented. It is a multi-platform toolkit. When you implement a program with Qt, you can run it on the X Window System (Unix/X11), Apple Mac OS X, and Microsoft Windows NT/9x/2000/XP by simply compiling the source code for the platform you want.
Changes:
This release includes improvements to the Qt 3 to 4 porting tool and supporting documentation, feature additions to Qt Designer including support for MDI and SDI modes and support for custom widgets, a new painting subsystem that allows device-independent rendering of pixel-exact images, an improved input method framework, and addition the of XP and Motif styles. Further additional improvements have also been made to the Qt3Support library.

Anyterm 1.1.3 (Development branch)


Anyterm 1.1.3 (Development branch) 06/24/2005 07:16 PM
Screenshot Anyterm provides a terminal emulator on a Web page using Javascript and an Apache module. The module forks a shell and communicates with the script using XMLHTTP on port 80, or securely using SSL. This provides you with shell access to your machine from almost any Web browser, even when firewalls are in the way. Experimental support for WAP browsers is included, and the my.anyterm.org service provides access without the need to install anything on your servers.
License: GNU General Public License (GPL)
Changes:
This release fixes a couple of build problems reported in 1.1.2. There is also a new demo on the Web page.

QA Assistant 0.4.90.3 (Development
branch)


QA Assistant 0.4.90.3 (Development
branch)
03/19/2005 03:22 AM
Screenshot QA Assistant is a Gnome-Python application that assists a reviewer in performing quality assurance. It displays a checklist that the reviewer fills in. When the checklist is filled, the application outputs a review to a file for the reviewer to submit. In addition to the GUI interface, the application features an XML checklist definition for extensibility, the ability to add custom checklist items to a review, and an informational tips interface to aid in filling out the review.
Changes:
This release adds support for CheckList Properties.

GeekOS 0.3.0 (Development branch)


GeekOS 0.3.0 (Development branch) 04/12/2005 05:18 PM
GeekOS is a tiny operating system kernel for x86 PCs. Its goal is to be simple enough for beginners to understand and modify, but realistic enough to be interesting and fun. The primary development environment for GeekOS is Linux or Windows using gcc, nasm, and the Bochs PC emulator.
Changes:
Many bugs have been fixed. Compiling on Windows using Cygwin is supported.

OpenHPI 2.1.0 (Development branch)


OpenHPI 2.1.0 (Development branch) 04/04/2005 06:56 PM
Open HPI is an open source project created with the intent of providing an implementation of the SA Forum's Hardware Platform Interface (HPI). It provides a universal interface for Platform Management, including hardware sensor monitoring and control.
Changes:
OpenHPI has 2 different connection libraries: a stand alone version suitable for most purposes, and a client library which connects to an HPI service daemon, and is needed in more demanding environments. openhpi-switcher manages which one is the default on the system. Improved session management in the client library. A new client, hpitree, shows existing resource topology. The IPMI plugin has been ported to work with the latest OpenIPMI 1.4.x library. With this comes fast discovery, physical slot numbers in HPI EntityPath, and overall improved IPMI to HPI mapping.

Sylpheed 1.9.8 (Development branch)


Sylpheed 1.9.8 (Development branch) 04/12/2005 11:02 AM
Screenshot Sylpheed is a GTK+ based, lightweight, and fast email client. Almost all commands are accessible with the keyboard. It also has many features such as multiple accounts, POP3/APOP support, thread display, and multipart MIME. One of Sylpheed's future goals is to be fully internationalized. The messages are managed in the MH format, so you'll be able to use it together with another mailer that uses the MH format.
Changes:
The filter preferences dialog, the edit account dialog, and the folderview were reimplemented using GtkTreeView. Auto-scroll on DnD was implemented. GBK encoding is supported. The broken PLAIN authentication for SMTP AUTH was fixed. A workaround was made for some SMTP servers which terminate the connection right after a QUIT command is sent. Clear-signed messages are not MIME-encoded anymore. The line-wrapping of the composition window was modified not to screw up itemized lines.

Gambas 1.9.4 (Development branch)


Gambas 1.9.4 (Development branch) 03/23/2005 09:55 AM
Screenshot Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It uses the Qt toolkit, but is able to use any other toolkit that a module is written for.
Changes:
The source package has been completely reorganized. Now, almost every component has its own source sub-package which is independent of the others. Components can now be written in Gambas. GTK+, SDL, and ODBC components have been updated.

Gwyddion 1.99.1 (Development branch)


Gwyddion 1.99.1 (Development branch) 03/23/2005 09:56 AM
Screenshot Gwyddion is a modular SPM (Scanning Probe Microsope) data visualization and analysis tool. It can be used for all most frequently used data processing operations including: leveling, false color plotting, shading, filtering, denoising, data editing, integral transforms, grain analysis, profile extraction, fractal analysis, and many more. The program is primarily focused on SPM data analysis (e.g. data obtained from AFM, STM, NSOM, and similar microscopes). However, it can also be used for analyzing SEM (scaning electron microscopy) data or any other 2D data.
Changes:
Classes (old palettes, old 3dlabels), widgets (vmenubar, old shader, toolbox), and functions that were deprecated, unimplemented, and mistakenly exposed were removed or rectified. Support for old binary settings files was removed. Module names are no longer arbitrary but derived from file names. The implicit gwy file format was switched to the new one. There were other smaller code clean-ups, internal representation changes, and API/ABI breaking changes.

Munin 1.3.2 (Development branch)


Munin 1.3.2 (Development branch) 04/15/2005 08:03 PM
Munin is a system to gather and graph all sorts of information. You can install a node on the various machines in your network, as well as on a central server. The nodes will know how to extract various kinds of information, such as load average and bandwidth usage, and will wait for the server to request these values. The output is in HTML format. The server can optionally send notifications if any of the values move outside of a specified range (and when they move back into it).
Changes:
This release implements proper TLS support, as well as all the bugfixes from the 1.2 stable series.

Sylpheed 1.9.0 (Development branch)


Sylpheed 1.9.0 (Development branch) 02/01/2005 09:45 PM
Screenshot Sylpheed is a GTK+ based, lightweight, and fast email client. Almost all commands are accessible with the keyboard. It also has many features such as multiple accounts, POP3/APOP support, thread display, and multipart MIME. One of Sylpheed's future goals is to be fully internationalized. The messages are managed in the MH format, so you'll be able to use it together with another mailer that uses the MH format.
Changes:
The migration to GTK2 has been made. Multilingualization (m17n) is now supported. The internal encoding has become UTF-8, including the cache and configuration files. Anti-aliased font display is now supported. Many glitches related to font management have been solved. The user-interface has been improved in many respects. Gpgme-1.0 is now supported.

IvyTV 0.3.2u (Development branch)


IvyTV 0.3.2u (Development branch) 04/12/2005 11:55 PM
The primary goal of the ivtv project is to provide an Open Source driver for the Hauppauge PVR 250/350 series of MPEG video capture cards, and other cards based on the iCompression iTVC15/Conexant CX23415 and CX23416 MPEG codecs.
Changes:
This is the first release in the development branch of IvyTV.

abcm2ps 4.9.4 (Development branch)


abcm2ps 4.9.4 (Development branch) 04/05/2005 08:56 AM
abcm2ps is a package that converts music tunes from ABC format to PostScript. Based on abc2ps version 1.2.5, it was developed mainly to print baroque organ scores that have independant voices played on one or more keyboards, and a pedal-board. It introduces many extensions to the ABC language that make it suitable for classical music.
Changes:
In addition to some bugixes, this version introduces the new command "%%setdefl" and the new decorations +trem1+ ... +trem4+.

asio 0.3.2 (Development branch)


asio 0.3.2 (Development branch) 04/14/2005 06:43 AM
asio is a cross-platform C++ library for network programming that provides developers with a consistent asynchronous I/O model using a modern C++ approach.
Changes:
The major changes in this release were support for multicast and the addition of new peek() and in_avail() operations to the Sync_Recv_Stream concept.

LutelWall 0.96 (Development branch)


LutelWall 0.96 (Development branch) 03/19/2005 03:21 AM
LutelWall (formerly known as Lutel Firewall) is high-level firewall configuration tool. It uses a human-readable and easy-to-understand configuration to set up Netfilter in a secure way. It can be used to build a range of firewalls, from very simple, single-homed ones, to complex ones with multiple subnets, DMZs, and traffic redirections. It can be used on a dedicated firewall system, a multi-function gateway/router/server, or a standalone system.
Changes:
This release fixes protocol definition bugs, fixes a when IPv6 is enabled, and ICMP and UDP packet marking is now working.

abcm2ps 4.9.5 (Development branch)


abcm2ps 4.9.5 (Development branch) 04/14/2005 04:11 AM
abcm2ps is a package that converts music tunes from ABC format to PostScript. Based on abc2ps version 1.2.5, it was developed mainly to print baroque organ scores that have independant voices played on one or more keyboards, and a pedal-board. It introduces many extensions to the ABC language that make it suitable for classical music.
Changes:
In addition to several bugfixes, this version accepts '0' after a chord for stemless notes, prints two heads when voices are in unison with stemless notes, and accepts guitar chords and annotations in 's:' ('d:') lines.

OpenOffice.org 1.9.87 (Development
branch)


OpenOffice.org 1.9.87 (Development
branch)
03/22/2005 03:52 PM
Screenshot OpenOffice.org is the Open Source project through which Sun Microsystems is releasing the technology for the popular StarOffice productivity suite.
Changes:
This release adds locale data for Faroese (fo_FO), Irish (ga_IE), and Kinyarwanda (rw_RW), changes to the picture toolbar, context sensitive toolbars which close temporarily, drawing tools changes, and OpenDocument Format changes.

Anyterm 1.1.2 (Development branch)


Anyterm 1.1.2 (Development branch) 06/22/2005 02:26 AM
Screenshot Anyterm provides a terminal emulator on a Web page using Javascript and an Apache module. The module forks a shell and communicates with the script using XMLHTTP on port 80, or securely using SSL. This provides you with shell access to your machine from almost any Web browser, even when firewalls are in the way. Experimental support for WAP browsers is included, and the my.anyterm.org service provides access without the need to install anything on your servers.
License: GNU General Public License (GPL)
Changes:
This version addresses some more 64-bit issues, resolves a possible security problem, and makes it possible to pass the HTTP_AUTH username to the program being run.

Whitebeam 0.9.35 (Development branch)


Whitebeam 0.9.35 (Development branch) 04/15/2005 03:24 PM
Whitebeam is a frontend XML-centered rapid design environment which makes use of HTML/XML and JavaScript. It integrates two popular and robust Open Source platforms (Apache and Mozilla's SpiderMonkey JavaScript engine), with its own powerful XML environment and security architecture. Providing an extensible XML-based interface to backend objects on any platform, the client model securely segregates thousands of customer applications within a single server.
Changes:
This release significantly simplifies the build process, adding support for Apache 2.x, PostgreSQL version 8, and PostgreSQL replication, as well as many other performance and behavioral improvements. The project Web site has been updated to include more complete build instructions and documentation on how to implement PostgreSQL replication.

GNU Solfege 2.3.2 (Development branch)


GNU Solfege 2.3.2 (Development branch) 03/30/2005 06:14 PM
Solfege is an ear training program for GNOME 2, but can also run with only the GTK+ libraries. It even runs in Windows.
Changes:
This release adds a Linux distribution neutral autopackage binary, and a complete Dutch translation of the program and the user's manual.

runit 1.2.2 (Development branch)


runit 1.2.2 (Development branch) 04/12/2005 05:43 AM
runit is a daemontools alike replacement for SysV-init and other init schemes. It currently runs on GNU/Linux, *BSD, Mac OS X, and Solaris, and can easily be adapted to other Unix operating systems. runit implements a simple three-stage concept. Stage 1 performs the system's one-time initialization tasks. Stage 2 starts the system's uptime services (via the runsvdir program). Stage 3 handles the tasks necessary to shutdown and halt or reboot.
Changes:
This version fixes and improves the documentation, and slightly changes the warning messages of some programs. The svlogd program has been fixed to properly prefix log messages written to standard error with a timestamp if configured so.

phpMyAdmin 2.6.2-rc1 (Development
branch)


phpMyAdmin 2.6.2-rc1 (Development
branch)
04/03/2005 09:24 PM
Screenshot phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the WWW. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data and administrate one single database and multiple MySQL servers.

GLib 2.7.0 (Development branch)


GLib 2.7.0 (Development branch) 06/24/2005 07:14 PM
GLib is a library containing many useful C routines for things such as trees, hashes, and lists. GLib was previously distributed with the GTK toolkit, but has been split off as of the developers' version 1.1.0.
License: GNU Lesser General Public License (LGPL)
Changes:
This is the first development release leading up to 2.8. Many minor bugs were fixed.

Current 1.7.1 (Development branch)


Current 1.7.1 (Development branch) 04/05/2005 06:32 AM
Current is a server for Red Hat's up2date tools. It can scale to hundreds of machines. The backend is powered by one of several SQL databases. It aims to be a complete remote management system for any Linux machines that can run up2date.
Changes:
The 1.7.x development series of Current is now available. The most notable changes for this release is that the cadmin tool has been completely reworked to have a modular interface and to work similarly to CVS and SVN. There are some other ideas in this tree. Code for session management is there. The Web frontend will be powered by TAL templates. This development version only supports the SQLite database.

kbarcode 1.9.4 (Development branch)


kbarcode 1.9.4 (Development branch) 03/28/2005 08:10 PM
Screenshot KBarcode is a barcode and label printing application for KDE 3. It can be used to print everything from simple business cards up to complex labels with several barcodes, such as article descriptions. KBarcode comes with an easy-to-use WYSIWYG label designer, a setup wizard, batch import of labels (directly from the delivery note), thousands of predefined labels, database managment tools, and translations in many languages. Even printing more than 10,000 labels in one go is no problem for KBarcode. Additionally, it is a simple xbarcode replacement for the creation of barcodes. All major types of barcodes like EAN, UPC, CODE39, and ISBN are supported.
Changes:
This release includes many bugfixes and new features. A [sqlquery:] token allows you to place the result of any SQL query on the label or use the result as a barcode value. Support for user defined variables was added. You can define as many variables as you want and import their values before printing from a CSV file or from a SQL database. A new wizard was added to make batch printing many labels even more easy and powerful.

EJBCA 3.0.7 (Development branch)


EJBCA 3.0.7 (Development branch) 04/04/2005 10:22 AM
Screenshot EJBCA is a fully functional Certificate Authority in Java using J2EE technology. It builds on the J2EE platform to create a robust, high performance, platform independent, flexible, and component-based CA to be used standalone or integrated in any J2EE app. EJBCA comes with a flexible and powerful Web-based admin GUI.
Changes:
HardCATokens goes off-line when a bean becomes passive. Saving a generated request from CA fails on IE. Key Recovery status and change password in Edit End Entity doesn't work. The CAToken authentication info should be a password field in the "Create CA" page. Defined hardtoken issuer and profiles disapear after some time. The enterprise-beans tag was missing in the XML file.

Sylpheed 1.9.7 (Development branch)


Sylpheed 1.9.7 (Development branch) 03/29/2005 07:05 AM
Screenshot Sylpheed is a GTK+ based, lightweight, and fast email client. Almost all commands are accessible with the keyboard. It also has many features such as multiple accounts, POP3/APOP support, thread display, and multipart MIME. One of Sylpheed's future goals is to be fully internationalized. The messages are managed in the MH format, so you'll be able to use it together with another mailer that uses the MH format.
Changes:
The outgoing encoding can be changed on composition temporarily now. The folder selection dialog was reimplemented using GtkTreeView. An option that specifies whether to render HTML as text or not was added. Every message-ID in the References: header is now used for message threading. The internal code conversion API has been changed. A possible crash on re-editing draft, queue, and sent messages was fixed. The error checking of Japanese code conversion also became strict.

LutelWall 0.97 (Development branch)


LutelWall 0.97 (Development branch) 03/28/2005 08:11 PM
Screenshot LutelWall (formerly known as Lutel Firewall) is high-level firewall configuration tool. It uses a human-readable and easy-to-understand configuration to set up Netfilter in a secure way. It can be used to build a range of firewalls, from very simple, single-homed ones, to complex ones with multiple subnets, DMZs, and traffic redirections. It can be used on a dedicated firewall system, a multi-function gateway/router/server, or a standalone system.
Changes:
New TOS optimizations (enabled by default) and cleaner HTML statistics.

OpenOffice.org 1.9.91 (Development
branch)


OpenOffice.org 1.9.91 (Development
branch)
04/08/2005 10:31 AM
Screenshot OpenOffice.org is the Open Source project through which Sun Microsystems is releasing the technology for the popular StarOffice productivity suite.
Changes:
This release enables the Windows quickstarter with extended an Menu with Application shortcuts again. The standard filesystem explorer on all three relevant desktops, GNOME (Nautilus), KDE (Konqueror), and Windows (Explorer), supports a thumbnail view mode in which a small preview of the respective filesystem object will be displayed if available. By providing a custom plugin for the particular filesystem explorer, it is possible to display a thumbnail representation of an OpenOffice.org file.

UPPAAL 3.5.5 (Development branch)


UPPAAL 3.5.5 (Development branch) 04/08/2005 10:31 AM
Screenshot UPPAAL is an integrated tool environment for modeling, validation, and verification of real time systems, modeled as networks of timed automata, extended with data types (bounded integers, arrays, etc.). Typical application areas include real time controllers and communication protocols, in particular those where timing aspects are critical.
Changes:
Significant improvements in memory consumption have been made and the speed of the liveness checker has been increased.

unalog 0.1.4 (Development branch)


unalog 0.1.4 (Development branch) 03/30/2005 01:06 AM
unalog is a Web-based human event (links/books read, songs played, etc.) logging tool focused on bibliographic metadata support and library (as in books-on-shelves) workflow integration.
Changes:
This release adds a search interface using PyLucene, improves the entry and header UI, features several usability improvements, adds an MODS export format, adds a simple Twisted server, fixes several bugs, and removes medusa support.

SCREEM 0.13.2 (Development branch)


SCREEM 0.13.2 (Development branch) 03/25/2005 09:16 PM
SCREEM is a tag-based Web page editor which aims not only to aid in creating Web pages, but also to provide useful site maintainance facilities, including automatic link updating and site upload facilities. SCREEM has more than just the usual HTML tags, with features for including Javascript, PHP, cascading style sheets, etc within your site.
Changes:
The main feature addition with this release is the 2 paned file browsing view, making it easier to work with larger sites. Other improvements include better startup time and the selection in each editor tab being remembered.

Subversion 1.2.0-rc1 (Development
branch)


Subversion 1.2.0-rc1 (Development
branch)
04/07/2005 10:44 PM
The goal of the Subversion project is to build a version control system that is a compelling replacement for CVS in the open source community.
Changes:
This version adds locking/reserved checkouts and a slew of other minor feature enhancements and bugfixes.
Grok Description matches for FOX 1.5.4 (Development branch)
GrokA matches for FOX 1.5.4 (Development branch)

SQLite Database Browser


SQLite Database Browser 07/20/2004 06:19 PM
Version 1.1 released

Filip de Waard's webl0g: SQLite
In-Memory Database


Filip de Waard's webl0g: SQLite
In-Memory Database
09/10/2004 07:30 AM
A new submission was sent in from Filip de Waard today about an article on his site that talks about c reating SQLite in-memory databases.

Conexant CX23415 & CX23416 Capture A


Conexant CX23415 & CX23416 Capture A 11/03/2003 03:39 PM
New Releases

Cross-Browser Variable Opacity with PNG:
A Real Solution


Cross-Browser Variable Opacity with PNG:
A Real Solution
01/07/2004 07:11 PM
Think you're stuck with wimpy GIFs and their rigid binary transparency? Well, think again, Sunshine. Michael Lovitt shows how to overcome flaky browser support for PNG so you can take advantage of this graphic format's lossless compression, alpha transparency, and variable opacity.

Aplus.Net Releases PDF2Web Conversion
Tool for Web Hosting Customers


Aplus.Net Releases PDF2Web Conversion
Tool for Web Hosting Customers
04/16/2005 03:22 AM
Cheap Hosting Directory Apr 16 2005 4:46AM GMT

XCode Forums - Cocoa Cocoa-Java Carbon
Java AppleScript


XCode Forums - Cocoa Cocoa-Java Carbon
Java AppleScript
06/24/2004 02:52 PM
General XCode Discussion, Project Discussion, Compatibility, Deployment, The Showroom. Languages: Cocoa, Cocoa-Java, Carbon, AppleScript, Java. Additional Topics: Graphics and Gaming, Interface Development

Out of Memory When Compiling MSI


Out of Memory When Compiling MSI 09/22/2004 04:25 AM

Compiling away my weekends


Compiling away my weekends 09/06/2004 09:54 PM

I spent a good part of Sunday recompiling many popular open source libraries (i.e. iconv, libxml, libxslt, xmlsec, openssl, zlib, etc.) as Win32 static multithreaded libraries without C runtime DLL name dependency (/MT) so I can use them in VC7.1 projects.  All because some guy at Microsoft decided to change the C runtime DLL name from fixed MSVCRT.DLL to version-based names like MSVCR70.DLL.

When that happend, popular open source tools and libraries got stuck with Visual C++ 6.  Binaries of Python and all the libraries I mentioned above, for example, are built with VC6 and links to C runtime library dynamically (meaning they require MSVCRT.DLL).  This means Win32 Python extensions couldn't be built with later versions of VC++ without walking into a lot of headaches.  Same problem stopped me from using prebuilt binaries of those libraries so I had to rebuild them myself.

I bent a few things and had to guess at a few places, but nothing seems to be broken.  Only trouble is that I am using WinInet to fetch XML files from Internet and it ain't behaving too well.  WinHTTP is supposed to be better but I think I'll opt for cURL instead.  Of course, that means I'll have more compiling to do next weekend.  Urgh.

Update:

Heh.  I didn't realize the weekend wasn't over yet until my wife informed me that today was the Labor Day.  To celebrate, I labored some more after a mini-vacation at the neighborhood pool with my wife and son.  cURL had Win32 project files so it was a cinch to build.  I did have to turn on OpenSSL and ZLib though to get HTTPS and gzip compression working (define USE_OPENSSL, HAVE_ZLIB, and HAVE_ZLIB_H flags).  Now I can reliably pull compressed RSS feeds over HTTPS from a Win32 client.

BTW, all these chores wouldn't have been necessary if I wrote it in Java or .NET because both platforms have most of these libraries built in.  So why am I humping the sidewalk?  Well, there are still things one can do with C++ that you can't do with Java or .NET...


Linux 2.6: Compiling and Installing


Linux 2.6: Compiling and Installing 04/13/2004 07:52 PM

PHPMac: Compiling Apache 2 and PHP 5


PHPMac: Compiling Apache 2 and PHP 5 07/30/2004 08:56 AM
For all of the Mac users out there, there's a new posting from PHPMac.com to help you get Apache 2.0.50 and PHP 5 compiled on your machine.

Visopsys 0.3 PRE


Visopsys 0.3 PRE 11/13/2003 03:06 AM
Operating system for PC-compatibles.

Visopsys 0.4


Visopsys 0.4 07/20/2004 09:52 AM
An operating system for PC compatibles.

Visopsys 0.31


Visopsys 0.31 12/12/2003 10:33 AM
Operating system for PC-compatibles.

Visopsys 0.41


Visopsys 0.41 08/11/2004 07:59 AM
An operating system for PC compatibles.

Visopsys 0.32


Visopsys 0.32 01/04/2004 09:33 AM
Operating system for PC-compatibles.

Visopsys 0.51


Visopsys 0.51 12/30/2004 09:12 AM
An operating system for PC compatibles.

Visopsys 0.42


Visopsys 0.42 09/13/2004 08:54 AM
An operating system for PC compatibles.

Visopsys 0.33


Visopsys 0.33 01/11/2004 09:04 AM
Operating system for PC-compatibles.

InstallShield: Compiling at the Command
Line


InstallShield: Compiling at the Command
Line
06/10/2004 04:48 AM

SMS FAQ: Problem communicating with APS
when compiling a report


SMS FAQ: Problem communicating with APS
when compiling a report
04/19/2004 12:14 AM

NeoOffice/J


NeoOffice/J 06/24/2005 03:38 PM

This is an X-windows-free version of OpenOffice for Mac OS X. They just released 1.1 final, the first version that hasn’t had a Beta sticker on it. In exchange, I sent them a few bucks, since I’ve been using this as my everyday office suite for over a year now. (Confession: I still do dip into Excel now and again, but eventually the OpenOffice spreadsheet will catch up with that too.) It’s not as pretty as a real native-bred OS X app, but for what I need, it pretty well Just Works. Recommended for OS X users, particularly those who like C-$2M S.


NeoOffice/J 1.1b


NeoOffice/J 1.1b 12/24/2004 12:13 PM
Version of the OpenOffice.org office suite that has been engineered to run natively on Mac OS X without X11.

Visopsys 0.4_PRE


Visopsys 0.4_PRE 07/05/2004 12:31 PM
An operating system for PC compatibles.

Visopsys 0.3 PRE2


Visopsys 0.3 PRE2 11/19/2003 09:21 AM
Operating system for PC-compatibles.

Visopsys 0.4_PRE2


Visopsys 0.4_PRE2 07/14/2004 09:53 AM
An operating system for PC compatibles.

"a powerful video/animation compiling
the lies "


"a powerful video/animation compiling
the lies "
06/05/2004 04:19 AM

NeoOffice/J 1.1 Released


NeoOffice/J 1.1 Released 06/22/2005 02:19 AM

Visopsys 0.54 (Default branch)


Visopsys 0.54 (Default branch) 03/22/2005 03:52 PM
Screenshot Visopsys is an alternative operating system for PC compatible computers. Under development since late 1997, this system is small, fast, and open source. It features a simple but attractive interface, real preemptive multitasking, and virtual memory. Though it attempts to be compatible in a number of ways, Visopsys is not a clone of any other operating system. You can demo the distribution from a "live" CD or floppy disk.
Changes:
This is a maintenance release, with numerous small improvements and bugfixes including some general back- porting from the 0.6 development branch. In addition, IDE disk-to-disk operations have been improved so that they can happen in parallel, the kernel hardware drivers have been given a new interrupt handing interface, and there is some improved efficiency in a performance-critical section of the multitasker.

Lexicon: CC-licensed RPG based on
compiling fictional encyclopedia


Lexicon: CC-licensed RPG based on
compiling fictional encyclopedia
04/15/2005 09:01 PM
Cory Doctorow: Morbus Iff sez, "Ghyll is a Creative Common licensed player-created world per the rules of "Lexicon: an RPG" (think: a fictional wikipedia, constrained by integration, consecutive letter definitions, and cranky scholars that write before 'before scholarly pursuits became professionalized (or possibly after they ceased to be)'). It has reached nearly 30 players, 200 pages of text, an incredibly large timeline, a hundred characters, and a to-scale ASCII map of the known world. Darkly humorous? Possible. Odd? Mmhmmm. All CC? Ayup.

"We're starting Round 2 next month (in essence, starting over again at letter A to further define the world). Notes about the announcement here, as well as links to the timeline, characters, and ASCII map." Link (Thanks, Morbus!)

FOX 1.5.4 (Development branch)

The following phrases have been identified by the grok system as matching this entry: cx23416 powerpc fxstring stl string compiling visopsys dragimage opacity cocoa neooffice sqlite geekos pdf2web instructions xul coders in mississauga pdflib rectangle fade fxtable database

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

yaced 1.3 (Default
branch)

Re-thinking urban
car journeys

Christian taxi firm
closes down

Musharraf arrives on
India visit

Rugby: Wilkinson
relief at return

Back from Seoul with
soul

Federated Media
Publishing

I'm off of Scoble's
list

Musharraf in India,
for Peace, Prayers
and Cricket
(Reuters)

Official Mourning
Period for Pope Ends
(AP)

links for 2005-04-16
Looking Up
Kicking Up Hope
Great 2005 Storage
Haiku Winners, Part
2

Implications of
Visual's LAN-side
analysis move

How do you stay
connected while on
the road?

New group urges
public/private
sector partnership
to facilitate
municipal broadband

Vativ strays from 10
Gigabit standards
work, Part 1

NetFlash: Cisco
warns of ICMP-based
attacks on routers

Plymouth, MA Survey
Rings True

AstriCon Europe 2005
to be Held in Madrid
in June

Q Comm International
Announces New
Contract with
Certified Oil
Company

RecycleForCalifornia
.com Established to
Collect and Recycle
used Cell Phones
throughout
California

Lencap 3.20
SpyMonitor
FIBL
Consolle Laptop
Battery Monitor

Python Twain Module
How to disable sound
in Firefox?

Intolerable Beauty
— Portraits of
American Mass
Consumption

Why does anyone use
Internet Explorer?

A Dinosaur Theory
for the Birds

ChoicePoint Wins
Menace Award

Asteroid Warnings
Toned Down

Electronics For
Imaging Acquires
Vutek For $281
Million (TechWeb)

IPod Devotees Rocked
by Thefts
(washingtonpost.com)

New PMS-7115 Rugged
Panel PC

New PMS-5150
Industrial Panel PC

Aplus.Net Releases
PDF2Web Conversion
Tool for Web Hosting
Customers

The spy in your
computer

Stocks drop on
uneasiness about
economy

Southwest soars on
hedging

Stocks set to open
lower on economic
fears

Citigroup, Wachovia
report strong
profits

It's a big coffee
mug - no!..it'a
bong....

Print Ads archive
Mother, there is no
other.

peace pooping
More British
students in trouble
for having mobile
phones during exams

DVD
Duplication--Tips
and Advice to Create
Affordable Multiple
Copies

what is grok?