It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I would like to use ECC to sign messages. I trying searching in google, but I was not able to find a commented code to understand how it works.
Do you know some documentation that explains not only the mathematical basis, but also how to implement it?
See Johannes Bauer's ECC Tutorial, based on Python and Sage. A small Python ECC library was published by bellbind.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Whats the best way to represent LineNumbers next to a codeView? For example. I'm relative new in xCode / cocoa programming so thanks for every help.
See NoodleSoft's example.
http://www.noodlesoft.com/blog/2008/10/05/displaying-line-numbers-with-nstextview/
There was also a good example in a past WWDC.
Search developer.apple.com for WWDC videos and sample code.
Specifically look for Sample code: WWDC_2010_114
Year was 2010, session was 114.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm sorry, but I'm not sure if this is the right place to ask. But is there anyone out there that can teach me a step by step guide on how to use OpenLdap? There isn't any GUI and I'm unfamiliar with it. I'm trying to create a user in there.
Thanks in advance. :)
Use an LDAP browser. There are many free ones available, e.g. Userbooster Light, JXplorer, ...
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is it possible to generate ABAP code and execute it in memory without writing code to DB?
Yes. Use Google. Use Google. Use Google. Use Google. Use Google. (I have to write at least 30 characters although I really don't have anything else to say besides that wanting to generate code dynamically is usually a sign you're on the wrong track.)
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i know iOS does NOT support flash,anybody knows,how did puffin browser support that.
Puffin web browser uses their own servers to interpret the web page, and send it down in a format that the device can understand. Their implementation is proprietary, so, unless you can contact one of their employees, I don't think you'll be duplicating it any time soon.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How would I go about building an Objective-C server? Atleast a wrapper for an existing C server? I require the XMPP Sever to be independent: self-contained, and doesn't require extra libs/ mySQL/ etc. Where do I start?
Start with the easy bits that you can do. Then, when you get stuck, seek help on (on StackOverflow) on the specifics.