M. Utku ALTINKAYA

972
reputation
165 views

Registered User

name M. Utku ALTINKAYA
member for 1 year
seen Dec 18 at 1:13
website
location Istanbul
age 28
Nov
28
comment Can I write Python applications using PyObjC that target NON-jailbroken iPhones?
Yes I've heard that, Ruby interpreter embedded shiny cocos games seems to be approved by Apple in practice, but agreement is clear so there is a certain risk of application getting pulled.
Nov
27
awarded  Yearling
Oct
19
answered Texturing a sphere in iphone’s OpenGL ES.
Oct
12
comment Objective-c way of serializing arrays that contain different types
Thank you Ed and Peylow, I thought the I have to use the method I mentioned above to serialize arrays, did not notice they also implements NSCoder protocol.
Oct
11
comment Objective-c way of serializing arrays that contain different types
I have implemented NSCoding protocol, but the coder instance only have "encodeArrayOfObjCType:count:at" method, which requires explicitly passing the type of the elements. Am I missing something ?
Oct
11
asked Objective-c way of serializing arrays that contain different types
Aug
26
answered Can I write Python applications using PyObjC that target NON-jailbroken iPhones?
Aug
26
comment Start learning C# without knowing C ?
:%s/C++/C
Aug
26
comment Stretching LI and contents
I looked the code and edited the answer, there is actually padding in your A. Check it.
Aug
26
comment Stretching LI and contents
sorry did not notice the link
Aug
26
revised Stretching LI and contents
deleted 125 characters in body; added 133 characters in body
Aug
26
answered Stretching LI and contents
Aug
26
answered Python Critique
Aug
25
comment Groovy or Django
but groovy consumes less energy :)
Aug
25
answered How Can I Empty the Used Memory With Python ?
Aug
25
comment Get a #link to not refresh the page?
Pasting the actual html code will may help.
Aug
25
comment Groovy or Django
calling it as a subset of Django is more accurate. You can only use django templates and url dispatcher, the rest, models, additional applications such as auth, admin is not available.
Aug
25
answered python: How to add property to a class dynamically?
Aug
25
revised RegEx pick Full word
added 20 characters in body; deleted 2 characters in body
Aug
25
answered RegEx pick Full word
Aug
25
answered Accessing a frame within a frame
Aug
24
answered Does the order of javascript matter in a page?
Aug
24
comment monitoring iframe content/status from the parent page
yes an iframe which loads a page from the container's server inside iframed page.
Aug
24
revised Winpcap - Having troubles sending data
added 246 characters in body
Aug
24
answered How do I check if a process is running from c++ code ?
Aug
24
answered Winpcap - Having troubles sending data
Aug
24
answered Architecture for dynamic business rules
Aug
24
answered Free machine readable english dictionary required
Aug
24
comment monitoring iframe content/status from the parent page
basically you communicate with the helper file bey setting the src iframe contains it and passing parameters. the js code inside the helper can access the parent's parent's functions, which means you can call any js code inside your own container page.
Aug
24
answered Best database engine for huge datasets
Aug
24
answered monitoring iframe content/status from the parent page
Aug
23
comment Is there a way that I can detect if Firefox will open a particular URL in an IE tab?
I assume you have a link to this particular page on the site, and some users configured that it will open in IE tab. Why don't you change the link to point a redirect page that you can get information about the user agent there. You can set the cookie on that request.
Aug
23
comment why won’t favicon load in firefox?
downvoter, can you explain the reason ?
Aug
23
answered Reading Text from Another Application’s Frame
Aug
23
answered why won’t favicon load in firefox?
Aug
23
answered Is there a way that I can detect if Firefox will open a particular URL in an IE tab?
Aug
23
comment Triangle Edge Calculation
yes division by zero since you can not draw a vertical line that intersects a vertical line. they are parallel. By vertical I assume you mean parallel to y axis. Handle the exception or just check whether x values are the same for B and C, do not attempt to draw if they are
Aug
23
answered Shorter, more pythonic way of writing an if statements
Aug
23
answered Proper way to declare custom exceptions in modern Python?
Aug
23
answered Triangle Edge Calculation
Aug
23
comment In Multiple inheritance, which class should be listed first, My-App-Class or Language-Framework-Class
you are kidding right ?
Aug
23
answered What to ask for in web services documentation?
Aug
23
revised how to keep yourself from perfectionism when coding
added 123 characters in body
Aug
23
answered how to keep yourself from perfectionism when coding
Aug
23
answered In Multiple inheritance, which class should be listed first, My-App-Class or Language-Framework-Class
Aug
23
answered Start learning C# without knowing C ?
Aug
23
answered Sending an E-mail from a website without Server-Side scripting.
Aug
23
comment How to find the function name of namespaced constructors in javascript?
define good way please, it is the actual name assigned to a variable, there is no other way. since he stated he does not want stingTo like methods return the class name. And where did he mention recursive thing, I do not see namespaces inside others. Even it was a requirement it is only possible to add those namespaces a predefined holder etc. I am nly making a point to show that name is only meaningful in the namespace, it is not a real identifier.
Aug
23
comment How to find the function name of namespaced constructors in javascript?
change the window to whatever the namespace variable is.nothing is recursive here.
Aug
23
answered How to find the function name of namespaced constructors in javascript?