ClicksAndWhistles is a free IRC client for Windows.
Click here for a screenshot and here for another.
NOTICE: v1.6 and 1.6.1 contain a crash bug whereby the
application would crash if a new window was opened when application did not have
focus (e.g. when receiving private message). Download the latest version
for a bugfix.
NOTICE: New feature for v1.6 - "Connection Tree" and
"Connection Monitor" (screenshot)
NOTICE: New feature for v1.5 - Auto-reconnect and
Alternate Nicknames
NOTICE: New feature for v1.4 - Macros!
The latest version (v1.6.8) has the following features:
Support for multiple "identities"
Support for multiple server connections
Channel favourite list
Floating (desktop), MDI and tabbed windows
Connection Tree and Connection Monitor
Themes, PNG image backgrounds and outline fonts
Pop-up and sound event notifications
Unicode (UTF-8) support
Text formatting support (including coloured and bold/italic/underline fonts)
Channel and user logging
File transfers (DCC SEND)
"Connection scripts" (a simple list of commands to run once connected)
Macros (use one command to automatically run a series of other commands)
Customizable message text
Tip: click on a window's icon to pop-up a menu which contains various settings which are saved for that window (example).
Thanks to Mészáros Tamás for the Hungarian translation.
By downloading this software you agree to the following:
Copyright © 2008 Leigh Johnston. All Rights Reserved.
Permission to use, copy, modify and distribute this software and its
documentation for any purpose is hereby granted, provided that the above
copyright notice appear in all copies and that both that copyright notice and
this permission notice appear in supporting documentation.
The author makes no representations about the suitability of this software for
any purpose. It is provided "as is" without express or implied warranty.
Download
Windows ClicksAndWhistlesSetup.exe (v1.6.8,
1092KB)
Download
source code ClicksAndWhistlesSource.zip (v1.6.8,
631KB) (development info) (WARNING:
at the moment the source code is designed to compile with VC++ 6.0 which means it
will not compile with newer compilers. When I upgrade my compiler this
will no longer be an issue.)
Download
a larger server list file servers.dat (v1.1,
27KB). To use: place the file in ClicksAndWhistles's program directory and
press the "Reset" button in the "Manage Servers" dialog box.
![]() |
2Patient is a game of solitaire for two players also known as Chinese Patience. The object of the game is to be the first player to get rid of all their cards. During play you move cards into stacks like traditional solitaire and then play them out sequentially by suit. You can also move cards to your opponent's card pile if the sequence is valid, i.e. same card value, e.g. a 10 of hearts on a 10 of clubs, or same suit and next value up or down, e.g. 8 of hearts on a 9 of hearts or a king of diamonds on a queen of diamonds. You can play 2Patient against either your computer or another person and there are downloads available for both Windows and Sony Ericsson P800/P900 mobile phones. Thanks to Mészáros Tamás for the Hungarian translation.
|
By downloading this software you agree to the following:
Copyright © 2007 Leigh Johnston. All Rights Reserved.
Permission to use, copy, modify and distribute this software and its
documentation for any purpose is hereby granted, provided that the above
copyright notice appear in all copies and that both that copyright notice and
this permission notice appear in supporting documentation.
The author makes no representations about the suitability of this software for
any purpose. It is provided "as is" without express or implied warranty.
Download
Windows 2Patient.exe (v1.2, 108KB)
Download
Windows Hungarian 2Patient_hu.exe (v1.2.3, 108KB)
Download
Sony Ericsson P800/P900 2Patient.sis (v1.0, 17KB)
Download
source code 2PatientSource.zip (v1.2.1, 189KB)
DragDropLineCounter is a simple utility for Windows that counts the number of lines in the files that are dragged onto it.
Click here for a screenshot.
By downloading this software you agree to the following:
Copyright © 2008 Leigh Johnston. All Rights Reserved.
Permission to use, copy, modify and distribute this software and its
documentation for any purpose is hereby granted, provided that the above
copyright notice appear in all copies and that both that copyright notice and
this permission notice appear in supporting documentation.
The author makes no representations about the suitability of this software for
any purpose. It is provided "as is" without express or implied warranty.
Download
Windows DragDropLineCounter.exe (v1.0.6,
40KB)
Download
source code DragDropLineCounterSource.zip (v1.0.6,
104KB)
Bresenham Counter: a class which obtains N evenly distributed integer values from the integer range [0,R] efficiently.
vecarray: a container which combines the speed of a std::tr1::array with the variable number of elements of a std::vector (basically a max-size vector), ideal for use in embedded environments :).
segmented_array: a hybrid container (actually a std::list of vecarrays) that provides efficient element insertion/removal anywhere in the controlled sequence whilst providing fairly quick random access.
NoFussXML: a minimalist and (I hope) easy to use XML parser and generator (N.B. there is no support for DTD at present).