Paul Wicks

3,994
Reputation
311 views

Registered User

Name Paul Wicks
Member for 1 year
Seen 3 hours ago
Website
Location US
Age
2h
awarded  Popular Question
12h
awarded  Good Question
1d
revised How to Improve Coding Skills ?
added missing "I", made question less awkward
Dec
1
asked What is the best way to match id’s against a regular expression in Hpricot?
Nov
30
revised Extracting html elements in a given region?
added 85 characters in body
Nov
30
comment Extracting html elements in a given region?
Ideally, any html element that lies within the region.
Nov
30
asked Extracting html elements in a given region?
Nov
25
answered Scrape web page contents
Nov
25
revised import array in python
tags
Nov
25
revised Deadlocks in concurrent transaction
capitalization, punctuation
Nov
24
answered Which programming language meets these criteria for GUI app development?
Nov
23
answered Parsing web pages
Nov
23
answered Problem checking out svn repo with subclipse
Nov
23
asked Problem checking out svn repo with subclipse
Nov
23
asked Writing GraphML with XOM?
Nov
23
revised Is there anyway to import SVN Windows repository to Linux?
belongs on tags are not needed, either vote to close or flag it for a moderator to look at
Nov
22
comment SQL: Looking up the same field in one table for multiple values in another table?
I'm well aware of the design implications. I didn't create these tables, I'm just dealing with a database created by someone else. Also, in this case, it really is impossible for Foo to get bigger, as the structure that it describes is inherently 2 sided.
Nov
22
asked SQL: Looking up the same field in one table for multiple values in another table?
Nov
21
answered How should I handle Inconsistent Objects in C++?
Nov
21
revised How should I handle Inconsistent Objects in C++?
formatting
Nov
17
asked Replacement for python statvfs?
Nov
16
asked Embedding a control in a QTableView?
Nov
16
answered Do you think learning go language may help my career as a programmer?
Nov
16
revised Using a transparent PNG as a clip mask
fixed images
Nov
16
revised Busting Ruby on Rails Myths
spelling
Nov
15
revised Word opens extra blank document
no need for the belongs-on-superuser tag, as close votes can accomplish the same thing
Nov
15
revised Who sells the cheapest EV SSL certificate?
formatting
Nov
15
revised matrix and vector template classes in c++
capitalization
Nov
15
accepted Solving a game using two 3x3 matrices
Nov
15
revised Debugging a pyQT4 app?
clarity
Nov
15
comment Debugging a pyQT4 app?
In this case, that is the function that handles the signal.
Nov
14
asked Debugging a pyQT4 app?
Nov
14
revised malloc and free
formatting, tags
Nov
14
answered How can I migrate my data from my rails app from mySql to SQLite
Nov
14
comment Viewing large XML files in eclipse?
Yeah, this is pretty much the conclusion that I have come to as well. Changing the Xmx arg helps, but it breaks down pretty fast once you get a big enough file (unfortunately, big enough is not very big, especially in comparison to the amount of ram required).
Nov
14
revised Viewing large XML files in eclipse?
spelling
Nov
13
asked Getting only one dimension of indexes from the getSelectedIndexes function in QT?
Nov
11
comment What are some good resources for writing a chess engine?
The Chess Programming Wiki is pretty cool.
Nov
11
accepted Read a YAML file using a C script
Nov
10
answered Read a YAML file using a C script
Nov
10
comment Read a YAML file using a C script
I think he means he wants to use the libYAML library which is what the linked tests are for (and also what PyYAML is based on)
Nov
10
revised Creating files in Objective-C
formatting
Nov
10
revised DataStructure Stack
grammar
Nov
9
revised How to install pycairo on osx?
capitalized title, tags
Nov
9
revised How can I modify the Smith-Waterman algorithm using substitution matrix to align proteins in Perl?
added 1 characters in body; edited tags; edited title
Nov
9
comment Limiting a match in vim to certain filetypes?
Yeah, like I said, I think doing it this way with the autocmds could work well enough, you just need to swap which files are here. Instead of html and xml, it should be c, c++,etc... So, if the FileType could be negated, then that would be even better.
Nov
9
revised NSMutableArray values becoming “invalid”
added missing bracket, tags
Nov
9
awarded  Popular Question
Nov
9
asked Limiting a match in vim to certain filetypes?
Nov
9
awarded  Citizen Patrol