0
votes
3answers
51 views
Mobile Phone no. verification
I am designing a website.I want to validate the mobile no. entered by the user on the registration page, by sending a verification code to his mobile phone. Can anyone give me poin …
2
votes
2answers
116 views
What online services mail coded postcards for address verification?
At about 24:20 in Stack Overflow Podcast 26 Joel Spolsky said there are services that mail postcards with codes for address verification.
Spolsky: You know what we could have
…
2
votes
3answers
53 views
Verify domain ownership
When setting up Google Adsense or Gmail as a site owner, you are required to modify a CNAME record for verification. Microsoft does the same thing.
I am building a website wher …
0
votes
3answers
109 views
Exporting tasks to ‘C using DPI
I have an verilog based test-bench, interfaced to 'C source using DPI. Now using DPI I am planning to write my whole firmware. To do this I need 3 things
Register Read
Register W …
7
votes
5answers
273 views
Hilbert System - Automate Proof
I'm trying to prove the statement ~(a->~b) => a in a Hilbert style system. Unfortunately it seems like it is impossible to come up with a general algorithm to find a proof, but I' …
2
votes
2answers
92 views
How to verify a mail has been sent when using Zend_Mail?
I am using the Zend framework to send mail. Once the config is done and the code written it all boils down to one call:
$Mail->send($Transport)
How can i check that this mail …
0
votes
0answers
29 views
YAML Schema: Allowing different types
I'm trying to write a schema for a YAML file using Kwalify. I have a structure that can be a string, sequence, or mapping. Basically
foo: bar
foo:
- bar
- baz
foo:
- name: …
4
votes
2answers
63 views
Shared Business Rules for c# and Java objects
I've got a system that has Java server side objects and C# client objects. The objects can be modified in both sides of the system and so have business rules attached to them. Th …
0
votes
3answers
96 views
Best way to Fingerprint and Verify html structure.
Hello there,
I just want to know what is your opinion about how to fingerprint/verify html/links structure.
The problem I want to solve is: fingerprint for example 10 different …
0
votes
1answer
79 views
XML signature verification library in C …
Are there any available libraries in C language to verify XML signatures ? , I could only find one library for C++ from http://santuario.apache.org/c/index.html.
0
votes
5answers
86 views
Creditcard verification with regex?
What is the right way to verify a credit card with a regex? If which one to use there are tons online. If not how to verify?
0
votes
1answer
22 views
Is there an easy way to verify replication articles are correct?
On a Publication (secondarily, a Subscription), is there a script or command I can run that verifies that the articles currently in place match what is expected and/or correct?
If …
0
votes
3answers
42 views
How to verify if an arg is a valid file name in Shell?
I need to verify if the args are valid file names, is this the right way to do it? It seems like I made some mistake inline 2, but I don't know where.
for i in ${@}; do …
5
votes
3answers
499 views
Validate SSL certificates with Python
I need to write a script that connects to a bunch of sites on our corporate intranet over HTTPS and verifies that their SSL certificates are valid; that they are not expired, that …
0
votes
2answers
25 views
Verifying file digests
Say I have 'n' number of files, for each of which I have CRC32, MD5 and SHA1 digests
Now these 'n' number of files are actually split files/archives of single large file.
When th …
