WordPress Exercise Page Sandbox

WordPress includes a WYSIWYG editor within an HTML page.
My blog is located here.

Now is the time for all good men to come to the aid of their country.

  • This is an unordered list
  • of items
  • with bullets
  1. This is an ordered list
  2. of items
  3. with numbers.

This is a snippet of code:

import win32com.client

SSafe=win32com.client.Dispatch("SourceSafe")
SSafe.Open("c:ProjectsVSSPathsrcsafe.ini","troche","secret")

Root=SSafe.VSSItem("$/MyClient/MyProject")
VSSItems=Root.Items

print VSSItems.Count
for loNode in VSSItems:
	print loNode.Name, loNode.VersionNumber

Powered by WordPress. Designed by Woo Themes

This work by Ted Roche is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States.