Tagged Questions
The pad tag has no wiki summary.
4
votes
2answers
875 views
Pad python floats
I want to pad some percentage values so that there are always 3 units before the decimal place. With ints I could use '%03d' - is there an equivalent for floats?
'%.3f' works for after the decimal ...
3
votes
2answers
241 views
Add leading zeroes to awk variable
I have the following awk command within a "for" loop in bash:
awk -v pdb="$pdb" 'BEGIN {file = 1; filename = pdb"_" file ".pdb"}
/ENDMDL/ {getline; file ++; filename = pdb"_" file ".pdb"}
{print $0 ...
2
votes
1answer
306 views
iPhone Web App Number Pad with Decimal
Im struggling to find an answer for this one. I've found out how to make the keypad appear on a web app using the pattern string [0-9]* but that just shows the digits without a decimal!
Anyone got a ...
2
votes
6answers
410 views
How to dismiss number pad keyboard by tapping anywhere
I'd like to know the simplest code to dismiss the number pad keyboard when tapping anywhere outside the number pad. It's a simple application to input a number inside a text field and then a user can ...
2
votes
1answer
113 views
Blackberry 6: how to detect a long click on track pad?
how do you detect a long click on a track pad please? I.e. on this thingy:
I can detect a short click with:
public boolean navigationClick(int status, int time) {
// XXX
return ...
2
votes
2answers
473 views
c# pad left to string
i want to find a efficent way to do :
i have a string like :
'1,2,5,11,33'
i want to pad zero only to the numbers that below 10 (have one digit)
so i want to get
'01,02,05,11,33'
thanks
1
vote
0answers
10 views
Validate fields of Signature Pad only when Radio Button is selected
I need some help
I'm using Signature-Pad in a Form with 2 Radio Buttons for selecting the payment method: CreditCard and Electronic Check with Signature Pad.
How can I validate Signature Pad value ...
1
vote
2answers
216 views
Padding an image in MATLAB
I have an image of size 61x56 and I want to pad the image to size 392x392.
I am trying to use padarray but since I get a non-integer value I am unable to do this. Can anyone help me with this. Thanks ...
1
vote
0answers
25 views
“Buy Now” links in popular media players with PAD/Metadata
I work for a radio station that broadcasts streams online with RTMP, mp3, AAC+, and some other stuff. We're going to start including Primary and Secondary PAD/Metadata so that everyone's player can ...
1
vote
2answers
172 views
Scroll to new textfield when choosing a new textfield
I have followed apple's guide Managing keyboard
It works like a charm unless you are already writing in a textfield and tab in a new textfield.
This is the function in the example that take cares of ...
1
vote
2answers
470 views
Sox : merge two audio files with a pad
I'm using the sox tool and I would like to merge two audio files, let's say long.ogg and short.ogg to output a file output.ogg.
This is very easy using $ sox -m long.ogg short.ogg output.ogg.
Thing ...
1
vote
0answers
453 views
android DES decrypt file : pad block corrupted
public class TestDES {
Key key;
public TestDES(String str) {
getKey(str);
}
public void getKey(String strKey) {
try {
KeyGenerator _generator = ...
1
vote
0answers
205 views
Web form filling using digital writing pads
I own a website, in which my users will fill a particular for many times in a single day.
All i need is i want to give them a digital writing pad, so that they write the content in the pad instead of ...
1
vote
1answer
101 views
Dance pad in XNA
Is there any class that supports Dance pad in XNA? Maybe it's treated just like regular pad?
I don't have any access to dance pad, and it's quite hard to find any usefull info in the internet.
1
vote
5answers
305 views
simple rand() question
I need a random 4 digit number
right now im using rand(1000,9999) that always gives me a 4 digit number but i eliminates 0000-0999 as possible results.
how do you pad a random number?
(also this is ...
1
vote
3answers
239 views
what is pad submission?
I googled pad submission and saw a software but I still don't understand what it really means and how it relates to programming.
Thanks.
0
votes
1answer
46 views
rename strings / rename files in python
I have a bunch of files like below:
_1 blank file_
_10 - blank file_
_11 - blank file_
_2 blank file_
_3 blank file_
I would like to print out the name with the numbers padded (2 characters)
I ...
0
votes
1answer
54 views
jQuery lightbox with zoom
Is there a jQuery script or plugin that opens images in a lightbox and allows you to zoom in further within the lightbox? I have found PLENTY of scripts that do either, or some variant of it, but none ...
0
votes
0answers
81 views
Signature Pad - multiple-signatures with images
In one of my project I use url:homasjbradley.ca/lab/signature-pad, and it works fine with the php fonction (Signature to Image) when i have one signature input. But i need to have two signature input ...
0
votes
0answers
123 views
I use CCTextFieldTTF and call method attachWithIME() but even can't Open keyboard on pad
——1、I create cclayer's subClass:
class LogoInLayer : public cocos2d::CCLayer
{
public:
void onEnter();
void onExit();
void registerWithTouchDispatcher();
bool ccTouchBegan(CCTouch* ...
0
votes
0answers
133 views
Signature pad is slow on android
I am using Thomas J Bradley plugin for drawing signature on touch devices like ipad/xoom/galaxy... I have a simple jsp page which includes jquery and signature pad scripts
...
0
votes
0answers
53 views
customize logitech f510
i want to use Logitech game pad f510 as a key board and mouse. i read that this game pad can be customized as a keyboard and mouse. i searched all throughout but did not find. please give me the ...
0
votes
4answers
124 views
How to code a “numbers pad” like Call application
Guys,
how can I do something like this in an iPhone app?
http://i.stack.imgur.com/wMOuA.png
I need to input a number but I want something like this, not a simple UITextField.
How?
Thanks!
0
votes
2answers
2k views
Does AS3 have a similar class to Java's NumberFormat
I have always used the NumberFormat class in Java to do simple number padding ie. turn 1, 2, 3... into 0001, 0002, 0003....
Is there a similar utility in ActionScript to do my padding, or will I have ...
-1
votes
5answers
2k views
Are keyboard/mouse wrist pads effective against RSI?
Back Story: I have no control over the desk at my workplace: a single flat surface, sits too high, and is an inflexible part of the cubicle itself. I am doing a lot of typing and, although I try to ...