Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~839 People Reached
Favorite Tags
Member Avatar for madtowneast

I have been trying to figure out how to associate data with the event of checkbox being checked. The problem is that my data is stuck in a 5 keys deep dictionary (dict{dict{dict{dict{dict{}}}}}). I have tried crawling through the parents and getting their labels since they are created from the …

Member Avatar for woooee
0
355
Member Avatar for madtowneast

Hi all, I have been trying to economize some code. I am trying to nested three notebooks into each other and that looks something like this: [CODE] #!/usr/bin/env python import os import sys import datetime import numpy as np from readmonifile import MonitorFile from sortmonifile import sort import wx class …

0
94
Member Avatar for madtowneast

Hi all, I have been trying to parse the a log file to plot some of the data in it. The format is something like this: [CODE]PyrateBufferManager: 2011-10-24 15:42:47.709684: CurrentAquiredBuffers: 0 ReturnBufferCount: 11527 CurrentAquiredBytes: 0 SimDataCollectorMonitor-00A: 2011-10-24 15:42:47.709684: SNProfile: {'SNLoop': 6133}[/CODE] I was trying to use regex, but didnt get …

Member Avatar for madtowneast
0
152
Member Avatar for madtowneast

Hi all, I am not sure if this is the right place, but it seems like the best spot for my question. I am trying to setup CVS for one of our analysis codes and trying to distinguish the different versions by tags rather than revision number. As an example, …

Member Avatar for rubberman
0
91
Member Avatar for madtowneast

Hi all, I am going slightly insane about this because I have been spending a lot of time on this simple thing and I am not sure what is wrong. I just want to rename a couple files that are time and date stamped to something that I can easily …

Member Avatar for masijade
0
147