,           ,
 /             \ 
((__-^^-,-^^-__))
 `-_---' `---_-'
  `--|o` 'o|--'     TWiki . Codedev
     \  `  /
      ): :(
      :o_o:
       "-"
::: DarrylQuickNotes (r1.1 vs. r1.5) :::
Search: 
  TWiki . Codedev . DarrylQuickNotes  Printable  Edit page  View page  More :::
Logged in as TWikiGuest

OSIMS

Codedev
WebChanges
WebIndex
WebNotify
WebStatistics

People

TWiki System

Sandbox


 <<O>>  Difference Topic DarrylQuickNotes (r1.5 - 02 Nov 2002 - DarrylVanDorp)
Added:
>
>

Note: Why did this only work when pythonwin was running?


 <<O>>  Difference Topic DarrylQuickNotes (r1.4 - 30 Oct 2002 - DarrylVanDorp)
Changed:
<
<

Stuff that doesn't deserve a page for temporary storage

>
>

Stuff that doesn't deserve a page for temporary storage


Added:
>
>


Added:
>
>


Added:
>
>


Added:
>
>


--DarrylVanDorp - 30 Oct 2002

Silly COM program example in python (win32 only of course)

import win32com.client
import agent
Agent=win32com.client.Dispatch("Agent.Control.2")
Agent.Connected=1
Agent.Characters.Load("Merlin","C:\WINNT\MSAGENT\CHARS\MERLIN.ACS")
Merlin=Agent.Characters("Merlin")
Merlin.Show()
Merlin.Speak("You are fired!")
Merlin.Hide()
Agent=None

 <<O>>  Difference Topic DarrylQuickNotes (r1.3 - 23 Oct 2002 - DarrylVanDorp)
Added:
>
>

--DarrylVanDorp - 23 Oct 2002

Access zSQl methods from a python script (inside zope)

http://lists.initd.org/pipermail/psycopg/2002-June/001168.html (read the thread not the individual message)


 <<O>>  Difference Topic DarrylQuickNotes (r1.2 - 16 Oct 2002 - DarrylVanDorp)
Added:
>
>

--DarrylVanDorp - 16 Oct 2002

Gentle regular expressions tutorial

http://nltk.sourceforge.net/tutorial/regexps/nochunks.html


 <<O>>  Difference Topic DarrylQuickNotes (r1.1 - 16 Oct 2002 - DarrylVanDorp)
Added:
>
>

%META:TOPICINFO{author="DarrylVanDorp" date="1034744525" format="1.0" version="1.1"}% Stuff that doesn't deserve a page for temporary storage

-- DarrylVanDorp - 15 Oct 2002

select * from channel_logs where nick='SomeNick' order by entered desc limit 1;

Like a seen query gets the last row for that nick in the database.

-- DarrylVanDorp - 15 Oct 2002

String processing in python:

http://www-106.ibm.com/developerworks/linux/library/l-python5.html


Revision r1.1 - 16 Oct 2002 - 04:12 GMT - DarrylVanDorp
Revision r1.5 - 02 Nov 2002 - 02:16 GMT - DarrylVanDorp
Copyright © 2000 by the contributing authors. All material on this collaboration tool is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback.