1,276 reputation
615
bio website
location Cleveland, OH
age 26
visits member for 3 years, 11 months
seen 2 days ago
stats profile views 161

Software engineer in the test & measurement industry. Frequently found knitting.


Jun
12
awarded  Yearling
Jun
12
awarded  Caucus
Jun
8
awarded  Caucus
Mar
2
awarded  Peer Pressure
Feb
7
awarded  Excavator
Feb
7
revised How can I proctect my .NET application against DLL Hijacking?
typo in title
Feb
7
suggested suggested edit on How can I proctect my .NET application against DLL Hijacking?
Jan
23
comment passing x- and y-data as keyword arguments in matplotlib?
Have you tried plt.plot(xdata = [1], ydata = [1], color = 'red', marker = 'o')? That matches your first working example.
Jan
23
revised In wxpython copy, cut, paste, and select all text from one TextCtrl to an other
clean up whitespace and commas
Jan
23
comment In wxpython copy, cut, paste, and select all text from one TextCtrl to an other
Why do you initialize the TextCtrl twice?
Jan
23
suggested suggested edit on In wxpython copy, cut, paste, and select all text from one TextCtrl to an other
Jan
18
comment NetBeans and Git: I did install Git plugin but does not connect to repo after initializing, nor adds files
Does it actually succeed when initializing the repo? That is, does the .git directory exist in your project's directory? If so, is there a .gitignore file in your project's directory?
Jan
7
comment How do I insert HTML to a onenote page using VBA
Can you include the code you're using to add the contents of the augmented requirements.html to the page?
Jan
6
answered Python - problems in creating an timeout (kill subprocess) function
Jan
3
comment Python, PySerial and cx-freeze
Ah, sorry, I'm not sure how I failed to notice the python3 tag.
Jan
3
answered Python, PySerial and cx-freeze
Jan
3
comment Python, PySerial and cx-freeze
what if you change the include to serial?
Jan
3
revised 'undefined' is not an object (evaluating 'window.webkitURL.createObjectURL') in Safari
minor grammar, removed sign-off
Jan
3
answered How to load specific URL until get the desired result?
Jan
3
comment How to load specific URL until get the desired result?
How are you using urlopen? The docs say that it supports readline(), which should allow you to do what you want.