News of year 2003

byAlessandro Cantatore



[2003 Dec 05 ]

BEEP.EXE

This is a simple command line program to play sounds or iterations of sounds of variable frequency and constant or variable duration via the PC loudspeaker.
I wrote it to signal the completion of batch files running in the background and taking a long time to complete.

You can download it from:
hobbes - incoming directory (8 KB). It will be later moved to the /pub/os2/util/misc directory.


[2003 Dec 05]

Styler/2 version 1.7.4

The English version is available in two separate packages: one for Warp 3 and another for Warp 4 or greater (eCS, MCP).

You can download the version for Warp 4 (eCS, MCP) from:
hobbes - incoming directory (452 KB). It will be later moved to the /pub/os2/util/wps directory.

You can download the version for Warp 3 from:
hobbes - incoming directory (453 KB). It will be later moved to the /pub/os2/util/wps directory.

Styler/2 is a program which enhances both the aesthetics and the functionality of OS/2 Warp 3, 4, eCS and MCP.

New features and bug fixes:


[2003 Nov 03]

Styler/2 version 1.7.3.7 beta

smw1737b.zip (55 KB) contains updated versions of smartwin.dll and styler20.dll. If you are experiencing any problem with version 1.7.3.* please download it.

Installation

  1. unzip smw173.zip in a temporary directory
  2. unzip smw1737b.zip with the -o option over the temporary directory where you unzipped smw173.zip
  3. run install.exe
  4. reboot
  5. the first page of the preferences program should report version 1.7.3.7


[2003 Oct 29]

ACDataSeeker patch (v. 0.44.1)

acdataseeker0441.zip (38 KB) is a patch for ACDataSeeker version 0.44. It contains just the dataseek.exe file. To install it just unzip acdataseeker0441.zip over your current installation of ACDataSeeker.
This version fixes the following bugs:
  1. A memory access violation (sys3175) exception occurred when seeking text in files larger than 1MB;
  2. window position and size were not saved correctly if the window was in minimized or maximized state the last time it was closed.


[2003 Oct 29]

Styler/2 version 1.7.3.6 beta

smw1736b.zip (55 KB) contains updated versions of smartwin.dll and styler20.dll. If you are experiencing any problem with version 1.7.3.0 please download it.

Installation

  1. unzip smw173.zip in a temporary directory
  2. unzip smw1736b.zip with the -o option over the temporary directory where you unzipped smw173.zip
  3. run install.exe
  4. reboot
  5. the first page of the preferences program should report version 1.7.3.6


[2003 Oct 05]

Styler/2 version 1.7.3

The English version is available in two separate packages: one for Warp 3 and another for Warp 4 or greater (eCS, MCP).

You can download the version for Warp 4 (eCS, MCP) from:
hobbes - incoming directory (440 KB). It will be later moved to the /pub/os2/util/wps directory.

You can download the version for Warp 3 from:
hobbes - incoming directory (443 KB). It will be later moved to the /pub/os2/util/wps directory.

Styler/2 is a program which enhances both the aesthetics and the functionality of OS/2 Warp 3, eCS and MCP.

New features and bug fixes:
Future releases


[2003 Aug 24]

TabTray version 0.1

the English version (19 KB) is available for download from:
hobbes - incoming directory.
It will be later moved to the /pub/os2/util/wps directory.

TabTray is a small applet which allows you to get access to an xCenter/eCenter tray by a single mouse click.

Just create a program object for each tray and drag their icons on the left of the tray widget and click on the icons to immediately bring to the top the corresponding tray.


[2003 Aug 23]

ACDataSeeker version 0.44

the English version (52 KB) is available for download from:
hobbes - incoming directory.
It will be later moved to the /pub/os2/util/file directory.

ACDataSeeker is a multithreaded text and file finder for the OS/2 presentation manager.

What's new:


[2003 Aug 23]

WPS Class Manager 0.1

the English version (20 KB) is available for download from:
hobbes - incoming directory.
It will be later moved to the /pub/os2/util/wps directory.

WPS Class Manager allows:


[2003 Jul 11]

Styler/2 version 1.7 new preferences notebook

The titlebar settings problems (see below) have been fixed.
Please download smwpref.zip (63 KB), close the Styler/2 preferences notebook and unzip the archive over your installation of Styler/2.


[2003 Jul 10]

Styler/2 version 1.7 problems

  1. Sometimes the preferences notebook fails to apply new titlebar settings when new multiple bitmaps are applied at the same time.
    Until the next Styler/2 version is available, please apply titlebar bitmap (and frame controls bitmap) changes before closing the preferences notebook.
  2. If you select to use a shade as titlebar background and are using a GRADD based video driver you might get uncorrectly painted titlebars.
    That is due to a buggy version of the SOFTDRAW.DLL file.
    Please check if this updated version of SOFTDRAW.DLL solves your problems

[2003 Jul 06]

Styler/2 version 1.7

the English version (705 KB) is available for download from:
hobbes - incoming directory.
It will be later moved to the /pub/os2/util/wps directory.

Styler/2 is a program which enhances both the aesthetics and the functionality of OS/2 Warp 3, eCS and MCP.

Features and bug fixes:
Known problems Future releases
[2003 May 05]

ACDataSeeker version 0.43 beta

the English version (45 KB) is available for download from:
hobbes - incoming directory.
It will be later moved to the /pub/os2/util/file directory.

ACDataSeeker is a multithreaded text and file finder for the OS/2 presentation manager.

What's new:

[2003 May 05]

Wildcard matching algorithms comparison

I wrote a test program to check the correctness and speed of various wildcard matching algorithms (i.e. algorithms comparing strings with patterns containing the metacharacters '?' and '*') comparing a couple of public dominion algorithms with a few other designed by myself.

Well, it looks like one of the algorithm I designed is much faster than the public dominion ones.

Please let me know if you find a way to beat its speed or if you find it doesn't work properly.

Meanwhile you are free to use them in your programs, provided that you respect the enclosed license (of course with the exception of those algorithms which were not written by me).