Skip to content

Instantly share code, notes, and snippets.

View jrosco's full-sized avatar
:shipit:
winning

Joel Cumberland jrosco

:shipit:
winning
View GitHub Profile
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))
@jrosco
jrosco / testing_.serverlist.xml
Created March 13, 2014 10:15
mwhois test scripts
<?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.
@jrosco
jrosco / active_ip_scanner.sh
Last active August 29, 2015 13:55
Scan your network for a range of active ip adresses (change setting inside script)
#!/bin/bash
COUNT=0
MIN_IP_ADDRESS=1
CLASS=192.168.1
MAX_IP_ADDRESS=10
CONNECTION_TIMEOUT=1
HOSTNAME=$(hostname)
printf "_______________________________________________\n\n"