melfar

149
reputation
55 views

Registered User

name melfar
member for 1 year
seen Dec 8 at 20:15
website
location
age
Dec
8
revised How to identify specific digits of an integer input in C?
deleted 5156 characters in body
Dec
8
revised How to identify specific digits of an integer input in C?
added code sample of strtol-like function
Nov
16
awarded  Popular Question
Oct
31
comment Pushing pixels on the iPhone
You get about 5 fps with this method…
Oct
28
awarded  Critic
Oct
28
comment Get current auto_increment value
That's the best way IMO. Although I would do concatenation on the PHP end, keep mysql a little less busy.
Oct
28
comment Get current auto_increment value
Your assumption on $next_id is prone to race conditions, as pointed out by Dereleased.
Sep
16
awarded  Yearling
Aug
31
awarded  Commentator
Aug
31
comment Problems replicating drag-and-drop with mouse events
pointTo did fix this, thank you! Although I can see that using stageX instead of localX in this example does the same thing. I think I've totally lost track of the original problem while working on this contrived example. :D Thanks for the source code of your smoothDrag function, I think I am going to be able to scale it to the real-world situation now.
Aug
30
comment Problems replicating drag-and-drop with mouse events
You mean I should add if (e.target != object) return; on the top of the function? If I do so, the object can't be dragged at all. Otherwise, if I add if (e.target != this) return; then I can drag by moving over the background and not by the object.
Aug
30
asked Problems replicating drag-and-drop with mouse events
Aug
16
awarded  Tumbleweed
Aug
9
asked Proxy pass to multiple upstreams
Jul
4
answered How to access system time finer than 1 second on the iPhone