today | current | recent | random ... categories | search ... mail | who ... syndication | wtf

posts brought to you by the category “python”

Das eez kaput! Sometime around 2002 I spaced the entire database table that mapped individual entries to categories. Such is life. What follows is a random sampling of entries that were associated with the category. Over time, the entries will be updated and then it will be even more confusing. Wander around, though, it's still a fun way to find stuff.

posts brought to you by the category “punk's not dead” ←   → posts brought to you by the category “quebec”
 

Me : The so-called “w5” application 1.0 (alpha 1)

Just pushing this out the door since it works modulo filtering and some spit and polish for the UI. And servers that implement the API — one step at a time...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/05/03/5469

pubdate

http://www.aaronland.info/weblog/2004/05/03

created

2004-05-03T08:50:01-04:00

last modified

2004-05-03T09:08:41-04:00

revision

1.1

changes

http://www.aaronland.info/weblog/2004/05/03/5469/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

if python.untainting == google.poisoning:

  boulevard du Mont Royal , Montréal , April 2004

refers to

meta

 

What is pythonw?

  The Mirror Project Random Image Widget 1.0b3 , April 2004

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/04/13/5443

pubdate

http://www.aaronland.info/weblog/2004/04/13

created

2004-04-13T11:00:58-04:00

last modified

2004-04-13T11:05:55-04:00

revision

1.2

changes

http://www.aaronland.info/weblog/2004/04/13/5443/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

if os.name == “nt”: # why do I still need to do this?!

  The Mirror Project Random Image Widget 1.0b3 , April 2004

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/04/12/5440

pubdate

http://www.aaronland.info/weblog/2004/04/12

created

2004-04-12T11:15:51-04:00

last modified

2004-04-12T14:58:00-04:00

revision

1.5

changes

http://www.aaronland.info/weblog/2004/04/12/5440/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

“Flush the buffer, Luke”

  Things they never tell you about in example code, #1

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/04/03/5437

pubdate

http://www.aaronland.info/weblog/2004/04/03

created

2004-04-03T15:54:56-05:00

last modified

2004-04-03T16:13:42-05:00

revision

1.2

changes

http://www.aaronland.info/weblog/2004/04/03/5437/changes.html

categories

  • http://www.aaronland.info/weblog/categories/p/python ←

license

http://creativecommons.org/licenses/by-nd-nc/1.0/
[x]
 

Me : wxExampleCode.py

 

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/04/02/5435

pubdate

http://www.aaronland.info/weblog/2004/04/02

created

2004-04-02T11:09:39-05:00

last modified

2004-04-03T16:13:45-05:00

revision

1.5

changes

http://www.aaronland.info/weblog/2004/04/02/5435/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Thoughts on Pycon.

Or We're gonna make Python as complicated as Perl, even if it kills us.

I enjoyed Pycon. I would have prefered longer, and more technical, sessions but this seems to be a problem endemic to most conferences and not this one in particular.

There were, according to my unscientific count, about 50-million more women and high-school kids in attendance at Pycon compared to similar conferences I've attended. Whether that speaks to the language or the conference, good on ya!

Generators look pretty slick despite their also looking suspiciously like syntactic sugar for automagically DWIM -ing with subroutine references. That's not a complaint, just an observation based on what was a misunderstanding of Python culture.

 

I don't know enough Python or C to comment on Michael Salib's work (except to say that the name Starkiller makes me think someone needs to stop drinking from the Michael Moorcock well) but he is one of the funniest speakers I've seen in a long time.

On the subject of whipping boys : everybody needs one (or two , even) but please let the Python crowd get a grip when it comes to Perl. All the complaints you hear leveled about the language are true — except when they're not. The bitterness and scorn that people spew borders on the irrational and displays the kind of disconnect with reality that makes it hard to take Python boosters seriously.

Perl has been around for a long time, kicked some serious ass, isn't going away any time soon and managed to solve a whole bunch of problems that the Python crowd still seem to be coming to grips with. Based on my three days at Pycon these include testing (if ever the Python kids needed to follow their maxim about there only being one way of doing it, this is it), packaging distributions (there's one way of doing it and about fourteen caveats), distributing packages (port the source, Luke) and, dare I say it, grassroots conferences .

And I understand that ${squiggly} is a nuisance but if that's the first thing that comes to Guido's mind when he wants to pick on Perl, I hereby offer of write and maintain a PerlIO::via::useEnglish package in the hopes that we can move on to more substantial grievances.

Seeing code samples that say things like types.TypeType , meta.MetaMeta and some ridiculously convoluted use of underbar-soup, all in the same day and all in the name of doing the Right Thing, doesn't exactly help either.

Python is cool. Lots of really cool stuff is written in Python. There are even more cool apps that should be written in Python. But if people thought of Python as just another way of doing it the world might not seem like such a ugly and incomprehensible place.

refers to

meta

 

Ross Burton : RDF in PNG

So I'm announcing PyPNG! A very small and rather poor Python (plus a smidge of C to do CRCs) library with grand ambitions. At the moment I can copy a PNG file (by reading the chunks, and then writing them again), display the text chunks, et la piece de resistance: a tool to set the content of an arbitary text chunk! PNGs with embedded RDF, here I come.

Once I've fiddled with the library design a little I'll write a PNG Explorer (hmm, png:/// in Nautilus is tempting) and a Metadata Editor for PNG files. Then I'll try and do exactly the same for JPEG files.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/01/28/5381

pubdate

http://www.aaronland.info/weblog/2004/01/28

created

2004-01-28T12:38:39-05:00

last modified

2004-01-28T12:42:52-05:00

revision

1.2

changes

http://www.aaronland.info/weblog/2004/01/28/5381/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

imgSeek

imgSeek is a photo collection manager and viewer with content-based search and many other features. The query is expressed either as a rough sketch painted by the user or as another image you supply (or an image in your collection).

...

Query images similar to one in your collection by double-clicking on it's thumbnail. Group your photos by similarity for easy browsing. You may also have them clustered automatically by color, date (group events automatically using an adaptive clustering algorithm for time differences), filename or image features.

I wonder what you could pull out of The Mirror Project with this.

It's a Python widget so in theory it shouldn't be too much work to add non-GUI interfaces or support for things RDF-ish . Neat.

See also : Perl Code and the Cosmic Radiation Background, parts one and two .

refers to

meta

 

The boys couldn't get enough of the porcetta.

All men are pigs, Tarano, August 2003
Cut off its nose!! Cut off its nose!!! they cried in unison, as though they had just stepped out of the chorus line for Lord of the Flies - The Musical! Over and over, as each piece was cut away from the torso. By the time the youngest one started screaming Cut out its brain!! Cut out his br-AAAAA-iii-iinnnnnn!!! at the top of his five year old lungs, more than a few people had commented that it helps when the people serving the food have no idea what the guests are saying.

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/09/21/5216/

pubdate

http://www.aaronland.info/weblog/2003/09/21

created

2003-09-14T06:08:52-04:00

last modified

2003-10-11T10:36:56-04:00

revision

1.21

changes

http://www.aaronland.info/weblog/2003/09/21/5216//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/
[x]
 

The Common Lisp Cookbook

This is a collaborative project that aims to provide for Common Lisp something similar to the Perl Cookbook...

I have no idea why the idea of learning C still irks me but Lisp seems somehow okay via 0xDECAFBAD

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/09/03/5199/

pubdate

http://www.aaronland.info/weblog/2003/09/03

created

2003-09-03T04:22:51-04:00

last modified

2003-10-11T10:37:14-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/09/03/5199//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

This one's for Pete.

The view from Ponte Garibaldi, Roma, August 2003

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/08/28/5188/

pubdate

http://www.aaronland.info/weblog/2003/08/28

created

2003-08-28T19:59:15-04:00

last modified

2003-10-11T10:37:25-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2003/08/28/5188//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Luke Andrews : Thin Ice

...I realized that without sound, TV war coverage is a hopeless exercise in confusion. Smoke-drenched shots of indecipherable landscapes, jerky digital video and talking heads: it all screams Contemporary Art Museum exhibit.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/04/09/4986/

pubdate

http://www.aaronland.info/weblog/2003/04/09

created

2003-04-09T17:33:57-04:00

last modified

2003-10-11T10:40:45-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/04/09/4986//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Me : Acme::Test::Weather.pm 0.1

Because, you know, it may be important to your Perl module that it's raining outside...

It's all Kellan's fault. see also : docs

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/20/4870/

pubdate

http://www.aaronland.info/weblog/2003/02/20

created

2003-02-20T14:35:34-05:00

last modified

2003-10-11T10:42:41-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/20/4870//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Have you ever felt that SGML and XML are so good that you just want to sing?

Aaaaahhhh, the pain! Make it stop!!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/13/4848/

pubdate

http://www.aaronland.info/weblog/2003/02/13

created

2003-02-13T03:16:45-05:00

last modified

2003-10-11T10:43:03-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/13/4848//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Me : ASCOPE::Term.pm 0.01

The world really doesn't need anymore terminal thingies, although apparently I do.

see also : docs

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/11/02/4688/

pubdate

http://www.aaronland.info/weblog/2002/11/02

created

2002-11-02T13:41:04-05:00

last modified

2003-10-11T10:45:43-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/11/02/4688//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Johann Hanne : php_writeexcel

"is a port of John McNamara's excellent Spreadsheet::WriteExcel Perl package to PHP."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/09/04/4582/

pubdate

http://www.aaronland.info/weblog/2002/09/04

created

2002-09-04T12:30:43-04:00

last modified

2003-10-11T10:47:29-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/09/04/4582//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Me : What have I done to anger the symbol table?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/17/4349/

pubdate

http://www.aaronland.info/weblog/2002/05/17

created

2002-05-17T11:50:17-04:00

last modified

2003-10-11T10:51:21-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/17/4349//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dictified dictionary.com word of the day is : perfunctory

Perfunctory \Per*func"to*ry\, a. [L. perfunctorius, fr. perfunctus dispatched, p. p. of perfungi to discharge, dispatch; per (see {Per}) + fungi to perform. See {Function}.] 1. Done merely to get rid of a duty; performed mechanically and as a thing of rote; done in a careless and superficial manner; characterized by indifference; as, perfunctory admonitions. --Macaulay. 2. Hence: Mechanical; indifferent; listless; careless. ``Perfunctory in his devotions.'' --Sharp. web1913
perfunctory adj 1: hasty and without attention to detail; not thorough; "a casual (or cursory) inspection failed to reveal the house's structural flaws"; "a passing glance"; "perfunctory courtesy" [syn: {casual}, {cursory}, {passing(a)}] 2: as a formality only; "a one-candidate pro forma election" [syn: {pro forma}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/04/16/4224/

pubdate

http://www.aaronland.info/weblog/2002/04/16

created

2002-04-16T21:19:56-04:00

last modified

2003-10-11T10:53:26-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2002/04/16/4224//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

genehack rightly points out that the perlblog isn't really a weblog.

But being loathe to rename it "Perl-hoo", I have decided the next best thing is to sick WWW::Memepool on it and see what happens...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/04/13/4213/

pubdate

http://www.aaronland.info/weblog/2002/04/13

created

2002-04-13T03:07:57-04:00

last modified

2003-10-11T10:53:37-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/04/13/4213//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Soon, unless I decide to fuck it and go read my book

for the rest of the afternoon...



<xref xlink:href = 'http://radio.weblogs.com/0001015/instantOutliner/daveWiner.opml'



      content-type = 'text/opml' 



      xlink:show = 'embed'>



 <text>Dave Winer's Outline</text>



 <cache modified = '1018129831' 



        created  = '1018129831' 



        type = 'otlml'> 



  ... 



 </cache>



</xref> 



...which is pretty much what's going to happen. I have a working SAX2 filter for doing "inline" instant outlining of an OTLML 1.1 document and the new DTD is almost ready to be released. Right now the filter is hard-coded to munge remote OPML documents, but I plan on adding hooks to load (sub) filters on the fly based on the content-type attribute. Just not today.

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/04/06/4186/

pubdate

http://www.aaronland.info/weblog/2002/04/06

created

2002-04-06T18:06:36-05:00

last modified

2003-10-11T10:54:04-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/04/06/4186//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/
[x]
 

The dictified dictionary.com word of the day is : taciturn

Taciturn \Tac"i*turn\, a. [L. taciturnus: cf. F. taciturne. See {Tacit}.] Habitually silent; not given to converse; not apt to talk or speak. -- {Tac"i*turn*ly}, adv. Syn: Silent; reserved. Usage: {Taciturn}, {Silent}. Silent has reference to the act; taciturn, to the habit. A man may be silent from circumstances; he is taciturn from disposition. The loquacious man is at times silent; one who is taciturn may now and then make an effort at conversation. web1913
taciturn adj : habitually reserved and uncommunicative [ant: {voluble}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/04/04/4170/

pubdate

http://www.aaronland.info/weblog/2002/04/04

created

2002-04-04T21:41:09-05:00

last modified

2003-10-11T10:54:20-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/04/04/4170//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Chris Nandor : "Yes, this is MacPerl running under Classic talking to a Cocoa app

running under Mac OS X via Apple events with Mac::Glue."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/12/4073/

pubdate

http://www.aaronland.info/weblog/2002/03/12

created

2002-03-12T10:16:10-05:00

last modified

2003-10-11T10:55:57-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2002/03/12/4073//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Barrie Slaymaker : XML::AutoWriter.pm

This was pointed out after I mentioned my DTD -> SAX handler widget idea to someone, this morning. I confess that the syntax just confuses me but it's probably a good place to start.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/08/4055/

pubdate

http://www.aaronland.info/weblog/2002/03/08

created

2002-03-08T11:01:04-05:00

last modified

2003-10-11T10:56:15-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2002/03/08/4055//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Why couldn't we have just had The Cry-baby start in nets

with Theodore as a backup? Why Wayne, why?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/15/3975/

pubdate

http://www.aaronland.info/weblog/2002/02/15

created

2002-02-15T03:38:11-05:00

last modified

2003-10-11T10:57:35-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2002/02/15/3975//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Kip Hampton : Introducing XML::SAX::Machines, Part One

Now that PDFLib.pm supports bounding boxes natively, I am trying to decide if I want to tackle writing an "as PDF" stylesheet and SAX filter. Something like...



my $machine = Pipeline(



    # How do I ->set_stylesheet_uri("my_pdflib.xsl") here?



    "
XML::Filter::XSLT

", 



    "XML::Filter::PDF",



    $pdf_file,



  );







$machine->parse_uri($xml_file);



see also : PDF::Template and RE: ...calling widget methods .

refers to

meta

 

Joe English : CDATA Confusion

via cafe con leche

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/12/03/3684/

pubdate

http://www.aaronland.info/weblog/2001/12/03

created

2001-12-03T15:54:24-05:00

last modified

2003-10-11T11:02:19-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/2001/12/03/3684//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dict-ified dictionary.com word of the day is demur

| source : web1913 | Demur \De*mur"\, v. i. [imp. & p. p. {Demurred}; p. pr. & vb. n. {Demurring}.] [OF. demurer, demorer, demourer, to linger, stay, F. demeurer, fr. L. demorari; de- + morari to delay, tarry, stay, mora delay; prob. originally, time for thinking, reflection, and akin to memor mindful. See {Memory}.] 1. To linger; to stay; to tarry. [Obs.] Yet durst not demur nor abide upon the camp. --Nicols. 2. To delay; to pause; to suspend proceedings or judgment in view of a doubt or difficulty; to hesitate; to put off the determination or conclusion of an affair. Upon this rub, the English embassadors thought fit to demur. --Hayward. 3. To scruple or object; to take exception; as, I demur to that statement. 4. (Law) To interpose a demurrer. See {Demurrer}, 2. | source : web1913 | Demur \De*mur"\, v. t. 1. To suspend judgment concerning; to doubt of or hesitate about. [Obs.] The latter I demur, for in their looks Much reason, and in their actions, oft appears. --Milton. 2. To cause delay to; to put off. [Obs.] He demands a fee, And then demurs me with a vain delay. --Quarles. | source : web1913 | Demur \De*mur"\, n. [OF. demor, demore, stay, delay. See {Demur}, v. i.] Stop; pause; hesitation as to proceeding; suspense of decision or action; scruple. All my demurs but double his attacks; At last he whispers, ``Do; and we go snacks.'' --Pope. | source : wn | demur n : (law) a formal objection to an opponent's pleadings [syn: {demurral}, {demurrer}] v : take exception to [syn: {except}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/13/3636/

pubdate

http://www.aaronland.info/weblog/2001/11/13

created

2001-11-13T14:29:14-05:00

last modified

2003-10-11T11:03:06-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/11/13/3636//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

LGF : "One of the cool things about freedom of speech

is that it allows the idiots to show us who they are." Indeed, if you read between the lines of the First Amendment you'll see that it is all just an elobarate and cleverly disguised trick to make people divulge their true intentions. These are not the droids you're looking for. But now, alas, in a fit of pique you've gone a ruined for the rest of Us by spilling the beans and letting Them know who's really on first (no pun intended). Seriously folks, get a fucking grip...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/12/3635/

pubdate

http://www.aaronland.info/weblog/2001/11/12

created

2001-11-12T10:24:56-05:00

last modified

2003-10-11T11:03:07-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2001/11/12/3635//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

I'm going to try and suspend my disbelief

long enough to imagine that he means well, but I find John Robb's relabeling of a real-time black box as a "weblog" to be shockingly callous and opportunistic. see also : U.S. Is Expecting to Spend $1 Billion a Month on War

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/12/3634/

pubdate

http://www.aaronland.info/weblog/2001/11/12

created

2001-11-12T23:59:33-05:00

last modified

2003-10-11T11:03:08-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/11/12/3634//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

"We are a vegetarian restaurant,

organic as much as possible. We have no menu as there is only one meal available per evening. There are three sizes to choose from: regular, reduced and kid-sized. We have a few rules that you must know. You order only what you can eat. If you do not finish everything on your plate, you will be fined two dollars, which we will match and give to a charity. Also, you will get no dessert. If you do not finish your dessert you will be banished from the restaurant and never be allowed to return."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/12/3630/

pubdate

http://www.aaronland.info/weblog/2001/11/12

created

2001-11-12T20:09:08-05:00

last modified

2003-10-11T11:03:12-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2001/11/12/3630//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Kevin Fu, Emil Sit, Kendra Smith, Nick Feamster : Dos and Don'ts of Client Authentication on the Web

"Of the twenty-seven sites we investigated, we weakened the client authentication on two systems, gained unauthorized access on eight, and extracted the secret key used to mint authenticators from one."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/05/3350/

pubdate

http://www.aaronland.info/weblog/2001/09/05

created

2001-09-05T12:36:32-04:00

last modified

2003-10-11T11:07:37-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/05/3350//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

DJ Adams : Summarizing Jabber-RPC

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/22/3299/

pubdate

http://www.aaronland.info/weblog/2001/08/22

created

2001-08-22T07:59:30-04:00

last modified

2003-10-11T11:08:28-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/08/22/3299//changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/