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


Kiwi CatTools 2.0.6 Beta 1 Released







Kiwi CatTools 2.0.6 Beta 1 Released

Kiwi CatTools 2.0.6 Beta 1 Released 02/15/2004 07:48 PM




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





Similar Items

Kiwi CatTools 2.0.6 Beta 1 Released

Grok Headline matches for Kiwi CatTools 2.0.6 Beta 1 Released

Kiwi Syslog Daemon 7.1.0 Beta 5 Released


Kiwi Syslog Daemon 7.1.0 Beta 5 Released 01/23/2004 02:26 PM

"Kiwi Orchids"


"Kiwi Orchids" 11/14/2003 10:56 PM

Kiwi Lane - Home


Kiwi Lane - Home 01/18/2004 09:16 AM
Kiwi Lane BBS

kiwilane.proboards19.com
track this site | 4 links


Kiwi Vies For Darwin Award


Kiwi Vies For Darwin Award 08/30/2004 01:27 PM

This is about two years old, but I ran across it on SlashDot today in the midst of the discussion of a guy that strapped a jet engine to a wheelchair (worthy of his own post). What tops that? How about this New Zealander:

Unfortunately that small quantity of ice would not keep multiple beers cold during the course of a day in the shed. And no, you cannot, not under any circumstances, put ice into the beer. No!

It was obvious I had to come up with a better solution to the problem.

I knew from some long forgotten physics lecture that when a liquid expands into a gas it will draw heat from its surroundings. And I happened to have a source of a suitable liquid right in my shed in the form of a LPG cylinder. [...] What I needed was a way to use up a lot of fuel very, very quickly.

What I needed was a jet engine!

If you're a tinkerer, this is a good one to print and give to your spouse so that they can see that you could be so much worse.

Click here to comment on this entry


Kiwi surfers head to Olympic websites


Kiwi surfers head to Olympic websites 08/19/2004 06:05 AM
Nbr.co.nz - Thu Aug 19, 10:29 am GMT

Tech difficulties blight Kiwi exchange


Tech difficulties blight Kiwi exchange 12/29/2003 01:06 AM
ZDNet Australia Dec 29 2003 0:36AM ET

Kiwi Casino Player Strikes Gold in
$295,000 Slots Win


Kiwi Casino Player Strikes Gold in
$295,000 Slots Win
06/22/2005 02:53 AM
A new Kiwi Casino player signs up and within two days strikes gold. Marie has big plans for her $295,000 win… [PRWEB Jun 22, 2005]

Kiwi Systems Leads the Pack on VoIP
Competition at CES 2005


Kiwi Systems Leads the Pack on VoIP
Competition at CES 2005
12/24/2004 12:18 PM
VoIP Integration to Cellular at CES. Plans for Q1 of 2005 products roll-out whick are the new USB, Broadband and phone adaptor 2000 series, a Wi-Fi phone, a soft phone, and a Multi Media Gateway. [PRWEB Dec 24, 2004]

Police arrest internet cafe owner for
Kiwi threat mail


Police arrest internet cafe owner for
Kiwi threat mail
11/18/2003 10:08 PM
Asian Age Nov 18 2003 8:12PM ET

PHP.net: PHP 5.0 Beta 4 released!


PHP.net: PHP 5.0 Beta 4 released! 02/13/2004 09:13 AM
New from PHP.net this morning, a major announcement:

Leo 3.11 beta 1 released


Leo 3.11 beta 1 released 02/18/2003 09:01 AM
Leo is: 1) a programmers, outlining editor and a flexible browser, 2) a literate programming tool, 3) a data organizer and project manager. 4) fully scriptable using Python, 5) Portable. Leo.py will run on any platform with Python and Tk/tcl. This release includes a significant number of bugfixes and enhancements. leo.py 3.11 beta 1 is now available at: http://sourceforge.net/projects/leo/ leo.py requires Python 2.1 or above and tcl/tk 8.3 or above. The highlights of 3.11: ----------------------- ** Leo finally supports unicode properly. This solves a lot of problems. - New @encoding directives specifies encoding for derived files. - New settings specify default encodings for .leo and derived files. - Derived files specify encodings used to create them. ** A new plugin architecture for customizing Leo. (A major improvement.) - New commands: - Toggle Angle Brackets. - Insert Time/Date (in headline or body text). - Go To First/Last Node, Parent, Next/Previous Sibling. - Write Missing @file Nodes. - Expand/Contract Node. - Improved commands: - Expand/Contract commands now operate on the selected tree. ( A major improvement) - Sort Siblings command can now sort top-level nodes. - Leo now allows multiple writes of cloned nodes. (Useful when different @path directives are in effect.) - Other improvements: - Improved syntax coloring for html and xml. - Leo scrolls partially visible headlines into full view. - Added "Replace tabs with spaces" checkbox in Prefs panel. - Added install script for Linux. - New settings in leoConfig.leo/.txt. - Colors for Show Invisibles command and body_insertion_cursor - Settings affecting when control-drags start. - Defaults for unicode (see above). - Many other bug fixes and improvements. Quote of the month ------------------ I only have one week of Leo experience but I already know it will be my default IDE/project manager. I have seen several old threads on c.l.python where people complain about the lack of a project manager for the free/standard Python IDE's like Idle. Leo clearly solves that problem and in a way that commercial tools can't touch -- Marshall Parsons What is Leo? ------------ - A programmer's editor, an outlining editor and a flexible browser. - A literate programming tool, compatible with noweb and CWEB. - A data organizer and project manager. Leo provides multiple views of projects within a single outline. - Fully scriptable using Python. Leo saves its files in XML format. - Portable. leo.py is 100% pure Python. - Open Software, distributed under the Python License. Links: ------ Leo: http://personalpages.tds.net/~edream/front.html Home: http://sourceforge.net/projects/leo/ Download: http://sourceforge.net/project/showfiles.php?group_id=3458 CVS: http://sourceforge.net/cvs/?group_id=3458

PHP 5.0 Beta 4 released!


PHP 5.0 Beta 4 released! 02/12/2004 02:07 PM
PHP 5.0 Beta 4 has been released. This fourth beta of PHP 5 is also scheduled to be the last one (barring unexpected surprises, that did occur with beta 3). This beta incorporates dozens of bug fixes since Beta 3, rewritten exceptions support, improved interfaces support, new experimental SOAP support, as well as lots of other improvements, some of which are documented in the ChangeLog. Some of the key features of PHP 5 include: PHP 5 features the Zend Engine 2. XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/). SQLite has been bundled with PHP. For more information on SQLite, please visit their website. A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa. Streams have been greatly improved, including the ability to access low-level socket operations on streams.

KDE 3.3 Beta 1 released


KDE 3.3 Beta 1 released 07/07/2004 06:17 PM

7-max 3.00 Beta Released


7-max 3.00 Beta Released 11/16/2003 07:24 PM

D.Net CMS Beta Released


D.Net CMS Beta Released 04/09/2004 04:05 PM
Submission by Marcin Manek The D.Net CMS is a php/MySQL driven CMS created with usability in mind, and is intended primarily for users desiring a 'Blog+' without the hassle of learning cryptic commands. It provides a web-based WYSIWYG interface with most common modules already implemented, and also supports custom extensions. You can download it from sourceforge, try out the full demo, or drop by my homepage to view a few of the sample themes (each one of my pages is a different theme). I am seeking feedback and suggestions. Thanks for any help!

PHP.net: PHP 5.0.0 Beta 2 Released!


PHP.net: PHP 5.0.0 Beta 2 Released! 10/31/2003 08:19 AM
For those keeping track, the PHP.net site announced late yesterday that the PHP 5.0.0 Beta 2 has been released.

PHP 5.0.0 Beta 2 released


PHP 5.0.0 Beta 2 released 10/31/2003 07:13 AM

Egg 1.23 Beta 3 Released


Egg 1.23 Beta 3 Released 01/10/2004 02:16 PM

Zoë 0.5.5 Beta Released


Zoë 0.5.5 Beta Released 02/17/2004 01:30 AM

CRT 4.1 Beta 4 Released


CRT 4.1 Beta 4 Released 11/13/2003 02:49 PM

Web Log DB 1.5 Beta 1 Released


Web Log DB 1.5 Beta 1 Released 05/07/2004 04:49 AM

KDE 3.2 Beta Released


KDE 3.2 Beta Released 11/03/2003 04:51 PM

Ute 1.01 Beta Released


Ute 1.01 Beta Released 11/12/2003 01:20 PM

KDE 3.2 Beta released


KDE 3.2 Beta released 11/03/2003 07:07 PM

AbsoluteFTP 2.2 Beta 4 Released


AbsoluteFTP 2.2 Beta 4 Released 11/13/2003 02:49 PM

Mono Beta 2 Released


Mono Beta 2 Released 06/03/2004 12:28 PM

SecureCRT 4.1 Beta 4 Released


SecureCRT 4.1 Beta 4 Released 11/13/2003 02:49 PM

Xfire 0.6 Beta Released


Xfire 0.6 Beta Released 02/18/2004 01:12 AM

SharpMT 2.1 Beta 1 Released


SharpMT 2.1 Beta 1 Released 01/03/2004 02:12 PM

Skyscraper 0.95 Beta Released


Skyscraper 0.95 Beta Released 01/02/2004 03:44 PM

MOZiE 0.51 Beta Released


MOZiE 0.51 Beta Released 01/04/2004 05:51 PM

PopTray 3.1 Beta 3 Released


PopTray 3.1 Beta 3 Released 03/08/2004 11:20 PM

wTicker 0.2.1.161 Beta Released


wTicker 0.2.1.161 Beta Released 11/14/2003 05:13 PM

AppRocket 1.0 Beta 2 Released


AppRocket 1.0 Beta 2 Released 10/28/2003 11:07 PM

AlfaClock 1.61 Beta Released


AlfaClock 1.61 Beta Released 02/17/2004 05:03 PM

C-Organizer Pro 3.0 Beta Released


C-Organizer Pro 3.0 Beta Released 02/18/2004 01:35 PM

Eudora for Mac OS X 6.1 Beta 2 Released


Eudora for Mac OS X 6.1 Beta 2 Released 02/18/2004 05:37 PM

D3D RightMark 1.0.4.9 Beta 3 Released


D3D RightMark 1.0.4.9 Beta 3 Released 01/03/2004 10:41 AM

FreshOutline 1.0 Beta Released


FreshOutline 1.0 Beta Released 03/06/2004 01:52 AM

Grok Description matches for Kiwi CatTools 2.0.6 Beta 1 Released
GrokA matches for Kiwi CatTools 2.0.6 Beta 1 Released

Kiwi CatTools 2.0.6 Beta 1 Released

The following phrases have been identified by the grok system as matching this entry:

















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

Christian
Scientists' Life
Expectancy?

I'm so focused on
Mars, I forgot about
...

'Timebomb' vaccine
fights cancer

DEMO blog launches
PHP Class 'My DB'
released

Chrooting Apache and
PHP in BSD

The Lure of New York
Was Too Strong to
Resist

New Photos From Toy
Fair

Wampum: My formal
announcement

Sun starts Solaris
10 salutations

Computerisation of
PF office in
progress

Bill Tondreau gets
an Oscar for
advancing robotic
camera technology

Oilfield of the
future is more
high-tech - and it's
already here

Loan Portfolio
Valuation Solution
Released

ALARM Aids Basel II
Compliance

Unicredito Moves
Closer to Basel II
Compliance

Wireless Quote
Service Released

Bloc buster How
Tetris emerged from
Soviet Russia to
take on the world

Social chaff
their own media
channels

TAP: Web Feature:
Exit Interview. by
Garance
Franke-Ruta.
February 13, 2004.

CNN.com - Kerry wins
Nevada, D.C.
caucuses - Feb. 14,
2004

Report: Vodafone
Bids for AT&T
Wireless (AP)

Haitian Heartbeat
Earnhardt Jr. Wins
First Daytona 500

Amid Fear and Chaos,
Haitian City Goes On

An Italian Cyclist's
Descent From All to
Nothing

MeFi, Megnut and
Whole Lotta Nothing
status

Aristide Foes,
Supporters Hurl
Rocks in Haiti
Protest (Reuters)

Earnhardt Jr. Wins
His First Daytona
500 (AP)

AP: Bush
Administration
Shelved MTBE Ban
(AP)

Sydney riots over
Aborigine death

revolving doors of
life

Simple file
compressor

Where's Metafilter
and Megnut?

"Tests show dogs are
almost human"

iPod mini arrives in
Apple Stores Feb. 20

The Daily Cartoon
for February 15

great description of
how Spirit was
rebooted

Vodafone Makes Bid
for AT&T Wireless
(Dow Jones)

AMD Turning the Heat
Up on Rivalry with
Intel (Reuters)

wmsystray 0.1.0
Sender Rewriting
Scheme Library 0.1
alpha

bvi 1.3.2
PHILLY DAILY NEWS:
Reporters camp
outside home

calls on him to
provide some clarity
in which policies he
would pursue as
President

Daimnation!: Sticks
and stones will
break our bones, but
foul-mouthed puppets
really hurt

Research Description
Language (RDL)

Asimo and INKHA at
the Dana Centre

Camino community
center

what is grok?