Search Result
Collapse
2 results in 0.0039 seconds.
Keywords
Members
Tags
-
How to force numeric keypad from an input box (HTML)
I built a web-based application (HTML) optimized for mobile devices. Is there any way to force the numeric pad to come up when clicking an input box (as opposed to the qwerty default)? -
Is there any algorithm which can shorten a certain very large big integer?
Hi Everybody,
This is the first time I have ever posted a question so I may not be familiar with the pattern to adopt. Hereunder my problem goes.
I have a function which generates a very large Integer (I do this by using Biginteger from vjslib.dll and I am able to operate all kind of arithmetic operators on such a biginteger.)
But, My goal is to shorten this biginteger into a small integer. Is there any...