,           ,
 /             \ 
((__-^^-,-^^-__))
 `-_---' `---_-'
  `--|o` 'o|--'     TWiki . Codedev
     \  `  /
      ): :(
      :o_o:
       "-"
::: WebIndex :::
Search: 
  TWiki . Codedev . WebIndex # Edit # Attach # Diffs # Printable # More :::
Logged in as TWikiGuest

OSIMS

Codedev
WebChanges
WebIndex
WebNotify
WebStatistics

People

TWiki System

Sandbox


Topics in Codedev web: Changed: now 07:07 GMT Changed by:
ApacheSecurity 14 Oct 2002 - 03:48 - NEW DarrylVanDorp
Not really the type of content that belongs here but an important link all the same. http://www-106.ibm.com/developerworks/security/library/s-wssec.html?t gr ...  
BerkeleyDB 05 Nov 2002 - 05:08 - NEW DarrylVanDorp
Main.DarrylVanDorp 04 Nov 2002 BerkeleyDB: http://www.sleepycat.com Quote from website: "Berkeley DB is a programmatic toolkit that provides fast ...  
CodeSamples 02 Nov 2002 - 02:20 - r1.2 DarrylVanDorp
-- Main.DarrylVanDorp 09 Oct 2002 Can Put Some code samples here RssFeeds PythonTidbits  
CygwinLinuxCrossCompiler 24 Feb 2003 - 01:39 - r1.4 DarrylVanDorp
CygwinLinuxCrossCompiler Or "How i spent an evening kicking my computer" Why on earth would you want to build a linux cross-compiler on cygwin? Well, unfortunately ...  
DaemonTools 07 Jan 2003 - 19:38 - r1.2 DarrylVanDorp
DaemonTools http://cr.yp.to/daemontools Articles: http://networking.earthweb.com/netos/article/0,,12083 1551951,00.html Uses: Zope: http://fte ...  
DarrylQuickNotes 02 Nov 2002 - 02:17 - r1.5 DarrylVanDorp
Stuff that doesn't deserve a page for temporary storage Main.DarrylVanDorp 15 Oct 2002 select from channel logs where nick 'SomeNick' order by entered desc ...  
DtmlRssTemplate 14 Oct 2002 - 03:41 - NEW DarrylVanDorp
Here's a snippet mined basically from the SiteSummary product iirc. Manipulated slightly to yield an RSS "feed" based on a ZSQL query: Search for  
EmailArchivers 23 Oct 2002 - 20:47 - r1.3 DarrylVanDorp
-- Main.DarrylVanDorp 21 Oct 2002 I should probably move this to my personal wiki but here's a collection of links of email archiving: http://guests.evectors ...  
FirstDOTpy 23 Oct 2002 - 14:44 - NEW DarrylVanDorp
First example of dbapi programming. Taken verbatim from psycopg documentation put here for quick reference: # first.py first example of dbapi programming # # Copyright ...  
IhateSpam 14 Oct 2002 - 14:03 - NEW DarrylVanDorp
Spamassasin: http://www-106.ibm.com/developerworks/linux/library/l-spam/?dwzone linux  
IrcBot 09 Sep 2003 - 01:48 - r1.8 DarrylVanDorp
IrcBot IRC Bots of the python flavour IRC is a great way to collaboratively exchange ideas in real time. As a companion to that IRC bots provide ...  
JabberMessaging 18 Jul 2003 - 14:20 - r1.7 DarrylVanDorp
JabberMessaging Jabber Messaging http://www.jabber.org JabberServer Programming: ProgrammingJabber Server: JabberServer (offical) http ...  
JabberServer 25 Oct 2002 - 15:40 - NEW DarrylVanDorp
JabberServer Installation: http://www.openp2p.com/lpt/a/1494 Official: http://www.jabber.org/admin/adminguide.html Components: http://www.jabber ...  
ManiacBot 26 Oct 2002 - 05:19 - NEW DarrylVanDorp
ManiacBot Idears related to IRC/Jabber/? bots. Right now the main "bot" is based on pybot (http://pybot.sf.net) and basically a few "plugins" that add some ...  
MySQL 23 Oct 2002 - 14:52 - NEW DarrylVanDorp
MySQL: One of the premier open source databases. Official homepage: http://www.mysql.org Documentation:  
OpenLdap 20 Jul 2003 - 16:25 - r1.3 DarrylVanDorp
OpenLdap: Articles: http://www.mandrakesecure.net/en/docs/ldap-auth.php samba pdc and ldap: http://samba.idealx.org/dist/samba-ldap-howto.pdf  
PdfReporting 14 Oct 2002 - 14:08 - NEW DarrylVanDorp
PdfReporting links: http://phaseit.net/claird/comp.text.pdf/PDF.html http://www-106.ibm.com/developerworks/linux/library/l-sc6.html?dwzone linux  
PersonalBotProject 12 Nov 2002 - 21:30 - r1.3 DarrylVanDorp
PersonalBotProject Personal Bot Project A 'bot' which communicates via jabber and acts as a personal assistant. Feature ideas: Integrated with task lists Headline ...  
PostgreSQL 27 Jan 2003 - 05:14 - r1.2 DarrylVanDorp
PostgreSQL: One of the premier open source databases. Official homepage: http://www.postgresql.org Documentation: http://www.troubleshooters.com/lpm ...  
ProgrammingJabber 25 Oct 2002 - 16:29 - NEW DarrylVanDorp
ProgrammingJabber Programming Jabber http://www.pipetree.com/jabber/ http://www-106.ibm.com/developerworks/wireless/library/wi-jabber/  
PythonAndMSAgent 22 May 2003 - 19:31 - NEW DarrylVanDorp
Use python COM to control MS Agent import sys from win32com.client import constants import win32com.client import time Agent win32com.client.Dispatch("Agent.Control ...  
PythonArticles 22 May 2003 - 19:33 - r1.3 DarrylVanDorp
PythonArticles General: Python persistence management; Use serialization to store Python objects (pickling) http://www-106.ibm.com/developerworks/linux ...  
PythonComOffice 23 May 2003 - 04:20 - r1.2 DarrylVanDorp
Script office from python: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/173216 Microsoft Office Object View: http://www.microeye.com/resources ...  
PythonDbAPI 19 Feb 2003 - 19:19 - r1.2 DarrylVanDorp
PythonDbAPI: Similar to perl DBI and php PEAR it provides a database abstraction level for programmers. Official homepage: http://python.org/sigs ...  
PythonMSNMessaging 28 May 2003 - 02:54 - NEW DarrylVanDorp
Python MSN Messaging http://msnp.sourceforge.net/  
PythonProjects 24 Feb 2003 - 18:59 - r1.2 DarrylVanDorp
PythonProjects Interesting Python Projects: Object Relational Membrane: http://www.tux4web.de/orm/orm.html http://jonpy.sourceforge.net/ Remote Objects ...  
PythonTextToSpeech 22 May 2003 - 19:29 - NEW DarrylVanDorp
An example of using the MS Speech SDK to implement TTS (Text-To-Speech). http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/114216 Example text ...  
PythonTidbits 01 Jun 2003 - 21:45 - r1.3 DarrylVanDorp
PythonTidbits Python Tidbits PythonTextToSpeech tray icon app wxPython http://mail.python.org/pipermail/python-list/2003-January/141014.html http ...  
QuickNotes 05 Nov 2002 - 14:58 - r1.2 DarrylVanDorp
 
RssFeed 26 Nov 2002 - 04:36 - r1.5 DarrylVanDorp
RSS defined (in the context of Twiki): http://twiki.org/cgi-bin/view/Codev/RichSiteSummary How RSS can be used provide a news feed indicating recent ...  
RssNewsFeeds 09 Oct 2002 - 15:29 - NEW DarrylVanDorp
-- Main.DarrylVanDorp 09 Oct 2002 RssFeed  
RssWriter 09 Oct 2002 - 20:45 - NEW DarrylVanDorp
PHP class for creating RSS http://usefulinc.com/rss/rsswriter/  
RssWriterSample 12 Oct 2002 - 02:06 - r1.3 DarrylVanDorp
Here's a sample code snippet of where i used RssWriter to grab some database results and format as an RSS feed to be used on our intranet. The script makes ...  
SubVersion 11 Jul 2003 - 23:54 - r1.7 DarrylVanDorp
SubVersion The heir apparent to CVS http://subversion.tigris.org http://svnbook.red-bean.com/book.html http://svn.collab.net/repos/svn/trunk ...  
SubVersionInstallFest 05 Nov 2002 - 05:06 - r1.2 DarrylVanDorp
-- Main.DarrylVanDorp 04 Nov 2002 Had a heck of a time installing subversion mostly cause of BerkelyDB but the icing on the cake was where the apr libs ...  
TwistedMatrix 03 Nov 2002 - 01:10 - r1.2 DarrylVanDorp
TwistedMatrix: A cool asyncronous networking framework http://www.twistedmatrix.com  
VimEditor 11 Dec 2002 - 16:57 - NEW DarrylVanDorp
http://www.vim.org Vim "What Is Vim? Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor ...  
WebChanges 16 Aug 2001 - 19:58 - NEW PeterThoeny
INCLUDE{" TWIKIWEB .WebChanges"}  
WebHome 03 Nov 2002 - 01:14 - r1.7 DarrylVanDorp
Welcome to the home of TWiki.Codedev. This is a web-based collaboration area for ... CodeSamples JabberMessaging 10 most recently edited topics: SEARCH ...  
WebIndex 08 Aug 2001 - 05:24 - NEW PeterThoeny
SEARCH{"\. " scope "topic" regex "on" nosearch "on"}  
WebNotify 08 Aug 2001 - 05:25 - NEW PeterThoeny
NOTIFYTOPIC is a subscription service to be automatically notified by email when topics change in the TWiki.Codedev web. This is a convenient service, so you ...  
WebPreferences 18 Sep 2001 - 06:45 - NEW PeterThoeny
TWiki.Codedev Web Preferences The following settings are web preferences of the TWiki.Codedev web. These preferences overwrite the site-level preferences in  
WebSearch 08 Aug 2001 - 05:26 - NEW PeterThoeny
INCLUDE{" TWIKIWEB .WebSearch"}  
WebStatistics 06 Aug 2005 - 19:34 - r1.54 TWikiGuest
Statistics for TWiki.Codedev Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Aug 2005 0 ...  
XmlRpcToWiki 14 Oct 2002 - 03:49 - NEW DarrylVanDorp
XmlRpcToWiki: http://www.decafbad.com/twiki/bin/view/Main/XmlRpcToWiki  
XsltTransformation 14 Oct 2002 - 14:48 - NEW DarrylVanDorp
-- Main.DarrylVanDorp 14 Oct 2002 Links: Note: should probably have article titles http://www-106.ibm.com/developerworks/library/it/it-0801art14/index.html ...  

Number of topics: 46

# Edit menu  


Revision r1.1 - 08 Aug 2001 - 05:24 GMT - PeterThoeny

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.

SourceForge