The verify tag has no wiki summary.
0
votes
0answers
6 views
Find a file type and verify a line exists replace if value is different than expected
I'm trying to write a batch file that will search a directory for a file type. After I find the file name I need to read the file to verify that a line exists and overwrite the line if different than ...
0
votes
0answers
16 views
how to know which account write into my fusion tables
hi im inventing an apps using Appinventor and user need to login with their gmail account so that they can write into my fusion tables. my fusion tables have a list of permission of which email can ...
0
votes
1answer
16 views
Are there any known incompatibilities for SecKeyRawVerify with iOS 4.3 and iOS 5.0
I am trying to verify a data with a public key, using the exact method mentioned on http://blog.flirble.org/2011/01/05/rsa-public-key-openssl-ios/.
I tested my code with simulator iOS 6.1, iOS 4.3 ...
0
votes
2answers
65 views
How to suppress and verify private static method calls?
I am currently stumbling in JUnit testing and need some help. So I got this class with static methods which will refactor some objects. For simplification's sake I have made a small example. This is ...
-2
votes
0answers
17 views
Need Help Verifying My Website for Salehoo.com [closed]
Hi whoever is reading this!
I am currently trying to add my website to salehoo.com diretory.
When I click verify button I got this:
Website Verification To verify your website you will need to ...
0
votes
1answer
13 views
what “verify branch taken” is?
I would to understand the dalvik/vm/mterp/armv6t2/wincmp.s code:
%verify "branch taken"
%verify "branch not taken"
/*
* Generic two-operand compare-and-branch operation. Provide a "revcmp"
* ...
0
votes
0answers
167 views
openssl verify - error 20 at 0 depth lookup:unable to get local issuer certificate
i created a PEM certificate from a PFX certificate and wanted to verify it.
However i ran into this issue, try to find some answers, but i didnt and therefore i dont know how to fix it.
could you ...
0
votes
0answers
23 views
Accurately Verify Age
Is there a way to accurately verify age online?
I have considered verifying using Credit Card data however I read that very few banks allow access to personal data.
I have also considered ...
0
votes
1answer
41 views
Selenium IDE verify either “pattern1” or “pattern2”
Hello Selenium IDE Friends,
if have to test by Selenium IDE if a value matches either pattern1 OR pattern2. In PHP i would write:
if($value1 == $pattern1 or $value1 == $pattern2)
{
echo "match";
}
...
1
vote
1answer
70 views
Optimize SVNAdmin Verify in SVN
I have a large repository into a SVN Server in the enterprise i work. I need to verify the integrity of this repository everyday to check for some instability or rupture of the SGBD.
I'm using the ...
0
votes
0answers
65 views
CMS verify signature, when content being signed together with the signed attributes
Question about signing and verifying of URLs:
We need to verify signed urls in two cases, first one is working, the second not.
Both clients creates URLs, create a signature and append the signature ...
0
votes
0answers
80 views
Sign and Verify using RSACryptoServiceProvider
I have a service which issues Authentication tokens. The token has to be signed (not encrypted as everything will run over SSL). The same token will have to be verified (by the issuing authority (by ...
1
vote
0answers
64 views
Android/Java Verify Large File Too Slow
I currently have a process in an Android app that checks a few ZIP files against a signature file using a signed certificate much like what is demoed here ...
0
votes
1answer
241 views
PHP validate client signature using client public key
Hi I'm building REST service and planning to erase language restriction for developing both client and server from this project, the REST server currently written using PHP.
For security I'm ...
3
votes
1answer
36 views
Moq - Is it possible to specify in a Setup the Verify criteria (e.g. Times called)?
If you need to Setup a return value, as well as Verify how many times the expression was called, can you do this in one statement?
From what I can gather, Moq's Setup(SomeExpression).Verifiable() ...
0
votes
1answer
76 views
How to verify downloaded file with .sig file?
When I downloaded GCC, it has .sig file too, and I think it is offered to verify download.
(I downloaded GCC from here).
But I can't figure out how should I use it. I tried gpg, but it complains ...
4
votes
2answers
171 views
Verifying generic method called using Moq
I'm having trouble verifying that mock of IInterface.SomeMethod<T>(T arg) was called using Moq.Mock.Verify.
I'm can verify that method was called on a "Standard" interface either using ...
0
votes
1answer
42 views
Word usage: validate vs verify
which word should I use, validate or verify when checking for errors in form fields and checking the username and password in the database? Does the word check suitable for both cases?
3
votes
1answer
200 views
how to verify a method is called two times with mockito verify()
I want to verify if a method is called twice or more than once through mockito verify. I used verify and it complains like this:
org.mockito.exceptions.verification.TooManyActualInvocations:
Wanted ...
1
vote
1answer
89 views
Javascript verify user input
I need major help, I've been on this code for two days now. I have this table produced by javascript, which is used to confirm user input. If the user sees an error, they can click on the cell and it ...
1
vote
0answers
147 views
trying to create a new application but i receive error when verified using mobile code
i'm trying to create a new application, so it's required to enter the Mobile number.
but when I submit the country code and my mobile number, I keep getting the same error
"Sorry, we have ...
0
votes
0answers
89 views
When the verify process of Intel Matrix Storage start?
I check the "Verify" status on a RAID 1 using Intel Matrix Storage Console. This RAID is about 800GB and the verify process is taking days!
I know that the system overload has an impact on the ...
1
vote
1answer
175 views
EasyMock verify parameter of mocked object
I would like to verify if a parameter of a mocked object is correctly mapped (before the methodcall there is a mapping).
I've created two objects, one of which has the expected values.
I expect the ...
0
votes
1answer
714 views
Android Phone Number Verification
I need a way to verify that the mobile number set in my Android application is correct as in "ownership" - not data validation of mobile number.
E.g. the way WhatsApp is doing it...
I know how this ...
3
votes
2answers
85 views
obtain verified paypal email Id of merchant
I have integrated paypal with my ios application and wants my transaction to complete only if merchant has a verified paypal email id. Please help me to solve this problem . Thanks in advance.
1
vote
0answers
128 views
Matlab - How to interdict to leave an edit text if there are errors?
I am trying to make a GUI in wich you have to complete many edit text items, and in each edit text's callback I have to check if the value/values introduced is/are good. If a value is not correct, an ...
-4
votes
1answer
135 views
method verify double data type not working [closed]
I write method that demands user enter double data type. But, when I run, it loops forever with error message "try again" and crashes compiler. Can someone inspect code and tell me what is broken?
...
0
votes
1answer
129 views
Dependency verify functions call mockito
I want create unit test to test a class which contains another object. I have created a mock to this second object.
When I test a method of my first class, I want verify if the functions of the ...
1
vote
0answers
126 views
Howto read extensions from X.509 in Java?
I have created a X.509 certificate with openssl, the certificate has a custom extension which I need to be able to read in Java code. I created the certificate with the following code:
openssl req ...
1
vote
0answers
233 views
SSL Login issues using CURL
I am working on a local machine (win7X64) and downloaded SSL certificate from actual website and stored it locally in the same folder. It was working fine for couple of days but then started returning ...
0
votes
1answer
48 views
can't login with sll using curl anymore
Curl login with SSL was working fine before it broke down and driving me nuts.
Got following info with print_r(curl_getinfo($ch)):
My suspicion is "ssl_verify_result" because what i have read in the ...
0
votes
1answer
126 views
iOS accessing sandbox to verify receipt - certificate verify failed
Using curl in PHP, I get this output when I try to connect to the sandbox:
About to connect() to sandbox.itunes.apple.com port 443
Trying 17.152.19.192... * connected
Connected to ...
1
vote
1answer
161 views
Verify property is never set using Moq [duplicate]
Possible Duplicate:
Moq - How to verify that a property value is set via the setter
I would expect the following test to fail:
public interface IObjectWithProperty
{
int Property { ...
1
vote
4answers
348 views
String parsing using strtok in C
I would like to read from a .csv file line by line and then check if the first word of my line matches string_1. If it matches, then I would also like to check if the second word matches string_2. My ...
1
vote
1answer
316 views
Selenium IDE - Verify random generated email
I want to use this below code to randomize an email address creation - but on my website I have another "type" field which requires me to verify this email address afterwards, so it needs to type in ...
0
votes
2answers
245 views
LogIn Form Show message when Email and Password doesnt match or Email doesnt exist
I have a login form that shows a message when password input is wrong but email isnt. But it doesnt show anything when email or both arent right. I wanted it to show the message ("Password and email ...
0
votes
1answer
142 views
Can i restrict what parent (html only) access my child iframe(PHP) which is on different domain?
Scenario is this:
Parent.com can have a 'html only' file
and it has iframe with Iframe.com (php that i have full \controll ).
Question is this:
How can i check if iframe.com is loaded only by parent ...
0
votes
1answer
378 views
Verify not working in Ruby with Selenium::WebDriver
I am just starting to figure how to create unit tests using "test/unit". I copied the code generated by Selenium IDE and paste it into my Ruby test method.
But when running it with Ruby.exe, for some ...
3
votes
6answers
253 views
Verifying Date/Time Input in PHP
New to programming in PHP. Trying to verify input format for a date/time. User input is as follows for Nov 27 2012 at 6 PM '2012-nov-27|6pm'.
Not really sure where to start. Any suggestions? Thanks.
...
1
vote
5answers
183 views
Verifying arithmetic sequence python
i'm just wondering how I could check to verify that a list of numbers is arithmetic or not using python, so whether there is a common number in between each item in the list.
0
votes
1answer
824 views
Verify lists in selenium RC [closed]
The application I am testing has a drop down but it coded as UL and LI and not as select. i got many posts for verifying data for select drop down but could not find any for list tags.
HTML:
...
-1
votes
3answers
131 views
How to check if an entered value is 10 javascript?
I want to check if an entered value is 10 or not(and if the value is 10, I want the result to be sent to "send.php"). What am I doing wrong?
<?php $cod1=rand(0, 10);
$cod2=10-$cod1; ?> ...
2
votes
1answer
141 views
Signing and Verification from e-token Certificate
How can i sign and verify any message from the digital certificate stored in a token in C#?I have done encryption and decryption from e-token certificate.But not finding any solution for signing and ...
0
votes
2answers
52 views
how to make a form be validated before user will quit the page [duplicate]
Possible Duplicate:
Best way to detect when user leaves a web page
I'm looking for a function that will make sure that a form has been validated before the user will go out of the page.
...
0
votes
3answers
243 views
How to Verify the email sent by PHP, not by syntax; but by status
I did verify email address entered in the textbox, before sending mail i.e by syntax. But How to verify or validate the correct email address using PHP?
if(mail($emailto)) {
echo("status=Sent");
}
...
0
votes
1answer
383 views
Verify LFTP transfer success
I am using lftp to transfer files from local to a remote server which only allows SFTP access.
I am using the following syntax to transfer the files :
lftp -c "open -u $UN,$Pass sftp://$Server ; ...
0
votes
1answer
194 views
Using different variables with the same javascript function
I am trying to create a generic Javascript function that I can use to verify different field values and output the error message alongside the correct field. I would like to create an efficient, ...
1
vote
0answers
287 views
Self-signed Win32 DLL verify signature from C#
I have a partner, who has a private+public key generated with a linux openssl tool. He digitally (self) signs his win32 dll with the windows signtool.exe utility. In my C# program I must check if a ...
0
votes
2answers
35 views
Fields completion verify
I have a form with some fields on it:
folderNameLabel
folderTitle
folderDescription
folderCategory
Before the user will press OK, I want to check if all that fields are not =="". I wanted to make a ...
-2
votes
1answer
195 views
Form placement in a div [closed]
I tried to create a form that covers almost all of the content of my page. Since the input field is scattered, it verifies but still proceeds to the next page afterwards. I don't know what the problem ...