Martin Beckett

15,105
reputation
912 views

Registered User

name Martin Beckett
member for 1 year
seen 14 hours ago
website
location Vancouver, Canada
age 39
Freelance C++ programmer in Vancouver. Specialising in image processing, 3d modeling, Lidar - I'm really a physicist
Cross platform Qt/wxWidgets - python for fun.
2d
answered Best/worst examples of undefined behavior in C or C++?
2d
accepted How do I use C++ to acquire image from frame grabber?
2d
accepted Can I use Matrix Vision frame grabbers with Matlab?
Dec
12
answered calculate md5 in C++
Dec
12
comment Biggest performance improvement you’ve had with the smallest change?
Had ones of those - worse it was n^2 with the number of rows. Somehow the toolkit rescanned the table from the top for each new formatting element added.
Dec
12
comment Dual bandwidth agile team?
But thats a decision only they can make - if doing the contract work means they can make payroll! It's not upto the dev team.
Dec
12
answered Dual bandwidth agile team?
Dec
11
comment Worst UI You’ve Ever Used
@Judah - yes but if you click 'I'm feeling lucky' in a 3d animation tool what should it do? Other than make Lara Croft appear in your bedroom!
Dec
11
comment QSignalMapper and original Sender()
IIRC qobject_cast does the same thing as a regular cast, it just has a few internal checks.
Dec
11
comment QSignalMapper and original Sender()
2 - I think the second one is what I wanted thank you
Dec
11
comment QSignalMapper and original Sender()
1 - Because then I can get a pointer to the actual combobox - but I don't know which table cell it was in, so I don't know which record to change.
Dec
10
answered Cross-platform OOP in C++
Dec
10
asked QSignalMapper and original Sender()
Dec
10
answered How can I draw a cylinder that connects two points in OpenGL
Dec
10
revised Using “assert” with pointers in C++
added 29 characters in body
Dec
10
answered Using “assert” with pointers in C++
Dec
9
comment Selecting QComboBox in QTableWidget
connect(signalMapper, SIGNAL(mapped(const QString &)),this, SLOT(changed(const QString &)));
Dec
9
answered Selecting QComboBox in QTableWidget
Dec
9
comment Should you include a much-requested feature that is fundamentally wrong?
@Jeff in fogbugz it was the ability to report fixes/developer/time - which turns it from a bug tracker into a HR tool
Dec
9
revised Is MPI good for high-volume soft-realtime IPC ?
added 134 characters in body
Dec
9
answered Is MPI good for high-volume soft-realtime IPC ?
Dec
9
answered Performance profiling on Linux
Dec
9
revised Passing an array of arrays in C
added 1 characters in body
Dec
9
comment Does P equal NP?
I got -6 votes for the same joke on another question!
Dec
9
comment Restart a career for ex-C programmer
True like C++ there is a large installed base - but projects that would have automatically been Java 5years ago are now automatically C#
Dec
9
comment Have you found it harder to hire in a down market?
That's nothing - it's when they edit your CV to add/remove stuff and don't tell you when you go for the interview.
Dec
9
answered Restart a career for ex-C programmer
Dec
9
comment Good Code Smells?
That's why you can't define the difference
Dec
9
answered Good Code Smells?
Dec
8
answered Development for unstable versions of Chrome?
Dec
8
comment C++ Switch won’t compile with externally defined variable used as case
modules have to be individually compile (not link) time visible. try including test2.cpp in test.cpp like the OP and it should work.
Dec
8
comment C++ Switch won’t compile with externally defined variable used as case
I think a certain flinty eyed steeliness and familiarity with guns is required to go up against the C++ standard.
Dec
8
revised H264 decoder source code.
added 11 characters in body
Dec
8
answered Histogram generating function
Dec
8
awarded  Populist
Dec
8
comment What are common UI misconceptions and annoyances?
@Tom, hashes - you're joking ! The password is going straight in a varchar255 field or a varchar8 if they have an advanced sysadmin that knows how to change the default field length.
Dec
8
answered Is the Amazon Kindle suitable for programming books?
Dec
8
answered What common application types are created with Visual C++?
Dec
7
awarded  Nice Answer
Dec
7
revised Your thoughts on “Large Scale C++ Software Design”
added 103 characters in body
Dec
7
answered Your thoughts on “Large Scale C++ Software Design”
Dec
7
comment Image comparison algorithm
In addition to these excellent answers - it's generally best to compare real world images in HSV space rather RGB.
Dec
7
comment Anti-Joel Test
@alves - because suit and tie is a warning that this is a consultancy where they never actually produce anything but field lots of 'consultants' at a few $1000/day to clients that know nothing. = EDS, Cap-Gemini, Anderson + government IT contact
Dec
7
comment Anti-Joel Test
Is the CTO the son of the founder/owner whose experience comes from playing video games?
Dec
7
comment Can gcc on Ubuntu on a 64-bit machine generate an executable where long is 32-bits?
The original Q said could they have 32bit longs and 64bit pointers. Which my reading of this option seems possible
Dec
7
revised Can gcc on Ubuntu on a 64-bit machine generate an executable where long is 32-bits?
added 12 characters in body
Dec
7
revised Can gcc on Ubuntu on a 64-bit machine generate an executable where long is 32-bits?
added 333 characters in body
Dec
7
revised storing two shorts in one short
deleted 2 characters in body; added 15 characters in body
Dec
7
answered To iterate or to use a counter, that is the question
Dec
7
answered Can gcc on Ubuntu on a 64-bit machine generate an executable where long is 32-bits?