Ben Daniel

1,299
reputation
260 views

Registered User

name Ben Daniel
member for 1 year
seen Nov 12 at 4:29
website
location Queensland, Australia
age 28
.
Dec
14
awarded  Popular Question
Nov
2
comment How to get the RGB values for a pixel on an image on the iphone
You'd be better off asking this as a separate question (and removing this as an answer!)
Nov
2
comment How to get the RGB values for a pixel on an image on the iphone
Great detail but this answer could do with some tidying up. The code needs to be properly marked as code so it presents properly. I'd do it myself but I don't yet have the ability to edit other people's answers.
Oct
11
comment How to get the color of a pixel in an UIView?
Did you find a (fast) solution?
Oct
10
awarded  Yearling
Oct
6
accepted IDeserializationCallback vs OnDeserializedAttribute
Oct
2
comment How to calculate the average rgb color values of a bitmap
lol, Interesting. I wonder if it's any faster than the LockBits method? (I'd time the two myself but I'm LAZY! lol) +1
Sep
30
answered how to get Bitsperpixel from a bitmap
Sep
29
asked Detect Quadrilateral points in high contrast image
Sep
28
revised UIImagePickerController, UIImage, Memory and More!
Improved formatting of unformatted code
Sep
27
asked Using Linq, order objects by some property and select the first 2 objects
Sep
24
comment Using Linq find first object in list sorting by property A, then property B
Thanks. I don't mind the look of the method chaining syntax at all, however I do wonder if one way is more effiencent than the other?..
Sep
24
asked Using Linq find first object in list sorting by property A, then property B
Sep
24
comment Randomize a List<T> in C#
Nice! I love extension methods :D
Sep
22
comment How do I reverse-project 2D points into 3D?
Just to clarify, by "ignoring flipping/rotating the paper" I mean ignoring duplicate cases where you've just rotated the rectangular paper 180 degrees.
Sep
22
comment How do I reverse-project 2D points into 3D?
You sound like you were so close Jarrett! I don't think you really believe there are infinite projections. I mean if you hold up a piece of paper in front of you, there is only one position and orientation in 3d space you can hold it that it will appear exactly the same (ignoring flipping/rotating the paper). Furthermore, if you close your eyes and I hold up a piece of paper up in front of you, when you open your eyes you can reason pretty well where that paper is positioned in 3d space by only seeing the world as a 2d image and knowing the size of the paper. So surely math can do it too?
Sep
20
answered IDeserializationCallback vs OnDeserializedAttribute
Sep
7
comment iPhone: Camera Preview Overlay
did you end up solving this?
Sep
7
comment How do I reverse-project 2D points into 3D?
Hi Joshua, any luck yet? I'd very much like to see the code that solved it if you did please! :D
Aug
11
comment Where to save ini file dependant to machine (not user) on windows
Ouch! Thanks for the heads up Chris...so how do I do that? Or is there a better location which doesn't have this restriction?
Aug
11
asked Where to save ini file dependant to machine (not user) on windows
Aug
2
revised How to create an array of controls?
Fixed gramma in description of code
Aug
2
comment How to create an array of controls?
Okay, I've posted separate answer with a recursive add to list method you might find useful too.
Aug
2
answered How to create an array of controls?
Aug
2
comment How to create an array of controls?
What is it you want to do exactly? Are all the controls buttons or a mix of different controls? Do they have something in common, like are they all sitting on the same parent control or naming convention? Also, what version of Delphi are you using?
Aug
2
comment How to create an array of controls?
All our answers would work fine for your question. Could I suggest elaborating on your situation a bit so we could come up with a better suited answer?
Aug
2
comment How to create an array of controls?
Okay, I would only suggest what Mason or Lachlan have already suggested. You may want to check out Delphi Help on TControl.Controls, TControl.ControlCount, TComponent.Components, TComponent.ComponentCount, TComponent.FindComponent. These are all very useful methods for iterating over controls/components sitting on a TWinControl/owned by a component.
Aug
2
comment Common programming mistakes for Java developers to avoid?
Isn't this a common problem for languages, doesn't seem that specific to Java.
Aug
2
comment Which Eclipse version should I use for Google GWT and Google App Engine development?
Try here eclipse.org/ganymede then follow the link to download.
Aug
2
answered How to create an array of controls?
Jul
31
comment Embedded HTTP server in Swing Java app
Sorry may I ask you one other question related to this example? Running this example, once the server is started I'm not sure how the heck to stop the thread it's running on? For example, if a client requests a special url which tells it to close, I can stop the server by calling server.stop(0) but the app itself seems to still be running?
Jul
31
comment Is “double hashing” a password less secure than just hashing it once?
Wow, I'm starting to feel a wee bit naive/ignorant on this topic! What the heck is a rainbow table? lol I'm finding these comments a bit hard to follow, not sure what we're assuming the hacker has access to and how they're attacking. I guess I need to do some more research on this! :)
Jul
28
comment Can the iPhone determine if you’re facing north, south, east or west?
Absence of my absolute certainty aside, if you read my post again you'll see I also elaborated that taking accelerometer data and/or GPS coordinate history which other people suggested will not give you the direction the iPhone is facing but only the direction of travel. This was a critical point to raise given the question asks which way you're facing, not traveling. So I do feel like it was a worthy contribution and that you are being a bit critical. I understand you've found incorrect answers in the past & appreciate your willingness to undo your downvote - I've updated my answer. :)
Jul
28
revised Can the iPhone determine if you’re facing north, south, east or west?
Added note to bring answer up to date.
Jul
28
comment Can the iPhone determine if you’re facing north, south, east or west?
Erich, nowhere in my post did I say "I guessed", based on my knowledge I was pretty sure about my answer and despite your uninformed criticism my post stands correct. I don't think it deserves a down vote simply because I wasn't arrogantly sure of myself enough for your liking.
Jul
27
comment Embedded HTTP server in Swing Java app
Thanks for going the extra mile and providing example code. This should be perfect for my needs, cheers!
Jul
27
asked Embedded HTTP server in Swing Java app
Jul
10
awarded  Nice Question
Jul
10
revised Lego Mindstorms Programming - which language/IDE do you use/recommend?
Conclusion/Recommendation
Jul
5
answered Lego Mindstorms Programming - which language/IDE do you use/recommend?
Jun
28
asked Sending persisted JDO instances over GWT-RPC