Jon Cage

3,312
Reputation
290 views

Registered User

Name Jon Cage
Member for 1 year
Seen 2 days ago
Website
Location Malvern (United Kingdom)
Age 29
A Computer Systems Engineer based in the UK
2d
comment Flash, AJAX or something else for a web-based demo interface?
I think I accidentally down-voted and then un-down-voted when I was looking at your answer which it counted as voting.
Dec
3
comment Flash, AJAX or something else for a web-based demo interface?
Gah, I wanted to give you +1 for this but SO says your post is too old :-/
Dec
3
answered Float addition promoted to double?
Dec
3
revised Flash, AJAX or something else for a web-based demo interface?
dummy data is okay
Dec
3
comment Flash, AJAX or something else for a web-based demo interface?
Dummy data was what I had in mind.
Dec
3
asked Flash, AJAX or something else for a web-based demo interface?
Dec
3
comment Html Agility Pack for python
+1 for Beautiful Soup - 'tis an excellent html processing library
Dec
1
revised How much of NumPy and SciPy is in C?
added 181 characters in body; added 1 characters in body
Dec
1
answered How much of NumPy and SciPy is in C?
Nov
28
awarded  Popular Question
Nov
25
comment How much historical data do we need to keep?
-1: Depends what data you've got and what your requirements are.
Nov
20
comment Is Python any good for GUI development?
I've fixed the link.
Nov
20
revised How to share constant values in .net namespaces?
Made it clearer that this question relates to C++/CLI; added 2 characters in body
Nov
20
comment How to share constant values in .net namespaces?
I tagged it with C++-cli but I'll clarify.
Nov
20
comment How to share constant values in .net namespaces?
That seems like a reasonable compromise. We have a bunch of related functionality which shares some common elements so as a quick and dirty solution, this seems like a workable way of progrssing.
Nov
20
revised How to share constant values in .net namespaces?
added 239 characters in body
Nov
20
asked How to share constant values in .net namespaces?
Nov
20
revised Is Python any good for GUI development?
Updated the link to wxDesigner
Nov
16
awarded  Popular Question
Oct
28
asked How to launch an email client to report errors
Oct
15
comment Extracting C / C++ function prototypes
Gah, beaten to it. I agree though :-)
Oct
15
answered Extracting C / C++ function prototypes
Oct
14
comment Why does my PictureBox loading routine leak memory?
That would make sense..
Oct
14
revised What is the simplest way to display (and change) an image resource on a WPF dialog (using C++/CLI)?
Fixed formatting
Oct
14
comment Why does my PictureBox loading routine leak memory?
That was my initial reaction, but explicitely deleted the objects should get around those effects shouldn't they?
Oct
14
revised Why does my PictureBox loading routine leak memory?
Added a link to my other question
Oct
14
answered Why does my PictureBox loading routine leak memory?
Oct
14
asked Why does my PictureBox loading routine leak memory?
Oct
14
answered What is the simplest way to display (and change) an image resource on a WPF dialog (using C++/CLI)?
Oct
14
revised What is the simplest way to display (and change) an image resource on a WPF dialog (using C++/CLI)?
Removed the example
Oct
14
asked What is the simplest way to display (and change) an image resource on a WPF dialog (using C++/CLI)?
Oct
13
accepted How much time in a week do you spend on your hobby project ?
Oct
8
awarded  Popular Question
Oct
2
accepted Time Synchronization Ubuntu Server Under Parallels
Sep
18
revised Is there a good Python library that can parse C++?
added 40 characters in body
Sep
18
revised Is there a good Python library that can parse C++?
added 37 characters in body
Sep
18
answered Is there a good Python library that can parse C++?
Sep
18
revised bare minimum you need to work for an opensource project
added 24 characters in body
Sep
18
answered bare minimum you need to work for an opensource project
Sep
18
answered Being Able to Debug a WinForms Application and Avoid the GUI from Freezing
Sep
18
comment Unable to create an operator== for a generic type?
Just tried that and got the same error
Sep
18
comment Unable to create an operator== for a generic type?
Yeah, that's what I was hoping to do, but it seems generics are more restricted than I'd hoped (or I've not found the appropriate way of achieving the same thing).
Sep
18
revised Unable to create an operator== for a generic type?
Added an example fo sharptooth; added 4 characters in body
Sep
18
comment Unable to create an operator== for a generic type?
Fair points on the const's and private. Yes you're right about the C++/CLI craziness ;-)
Sep
18
asked Unable to create an operator== for a generic type?
Sep
18
comment Completely wrap an object in Python
I had a feeling that might be the case.. so basically you want to create an interface to an existing class. In which case, your suggestion is probably a neat way of going about it. Good luck :-)
Sep
18
answered Completely wrap an object in Python
Sep
18
awarded  Yearling
Sep
17
comment Finding closest match in collection of strings representing numbers
There - fixed it ;-)
Sep
17
revised Finding closest match in collection of strings representing numbers
Fixed indentation