This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import urlparse | |
| import sys | |
| from subprocess import Popen | |
| urlparse.uses_params += ['telnet',] | |
| class HelpException(Exception): | |
| pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # abook.py | |
| # | |
| import string | |
| import datetime | |
| import os | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sub Macro1() | |
| 'Enable diagram services | |
| Dim DiagramServices As Integer | |
| DiagramServices = ActiveDocument.DiagramServicesEnabled | |
| ActiveDocument.DiagramServicesEnabled = visServiceVersion140 | |
| Application.Settings.SetRasterExportResolution visRasterUseScreenResolution, 96#, 96#, visRasterPixelsPerInch | |
| Application.Settings.SetRasterExportSize visRasterFitToSourceSize, 8.979167, 2.197917, visRasterInch | |
| Application.Settings.RasterExportDataFormat = visRasterInterlace |
NewerOlder