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 wx | |
| import glob | |
| """ Example at http://zetcode.com/wxpython/skeletons/ """ | |
| class DemoFrame(wx.Frame): | |
| def __init__(self): | |
| wx.Frame.__init__(self, None, -1, "wx.ListCtrl in wx.LC_REPORT mode", size=(600, 400)) |
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
| <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> | |
| <!DOCTYPE serverlist SYSTEM "serverlist.dtd"> | |
| <serverlist size="335"> | |
| <notes> | |
| This list is generated by http://www.domaininformation.de. | |
| If you want to use this list automatically | |
| you have to visit http://www.domaininformation.de/xml-serverlist.html | |
| and follow the using terms. |
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
| #!/bin/bash | |
| COUNT=0 | |
| MIN_IP_ADDRESS=1 | |
| CLASS=192.168.1 | |
| MAX_IP_ADDRESS=10 | |
| CONNECTION_TIMEOUT=1 | |
| HOSTNAME=$(hostname) | |
| printf "_______________________________________________\n\n" |
NewerOlder