card

Does smart card in the reader corresponds to certificate, c#

I have certificate imported from smart card into my certificate store I would like to check (c# code) whether certificate is active i.e. does the smart card in the reader corresponds to my certificate ...

I dont understand how Westpac Payway API and NET works

Been googling all day, reading numerous pdf's and still getting confused with the concepts of sending data to Payway system from Westpac (bank in Australia, link text). They offer access via API but also give access via what they call NET. The way I understand is that when client want to pay on my website, in case of NET, client gets t...

7 Card Poker Hand Evaluator

Hey, Does anyone know a fast algorithm for evaluating 7 card poker hands? Something which is more efficient than simply brute-force checking a every 21 5-card combination of hands from a set of 7. Cheers, Pete ...

Is there any way of an app in Linux have access to 2 network cards?

My app needs to access two network cards. One to receive data (eth0) and another to send data (3G modem). Normally, the kernel force the app to work with only one card at a time. Is there any thing that I can do to make it run? Thank you. ...

Keyboard hook return different symbols from card reader depends whther my app in focus or not

I code WinForm application (VS2008 .Net 2.0) where one of the input is magnetic stripe card reader (CR). I am using code George Mamaladze's article Processing Global Mouse and Keyboard Hooks in C# on codeproject.com to listen keyboard (USB card reader acts same way as keyboard) and I have weird situation. One card reader CR1 (Unitech MS...

pkcs#11 capable Smart Card and Reader

Does anyone have a suggestion about which smart cards and USB readers are affordable, suitable for a VPN and for which there is PKCS#11 supoprt? ...

How can I edit the content of my smart card?

Can you tell me please how can I edit the content of my smart card? How should I use APDU commands in order to edit the content? Lets say I have something like this on a smart card: 00 00 05 00 00 00 00 00 00 00 00 FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 and I want it to be : 00 00 06 00 00 00 00 00 00 00 00 FF FF FF 00...

[Python] Use 2 sound cards

I need to play a sound with sound card "A", while recording another sound using sound card "B". I know how to play or record a sound (using PyAudio), but I don't know how to choose which sound card to use for it. I have the impression that PyAudio doesn't allow choosing the sound card, but I might be wrong (I'm a beginner at Python). ...

is there any kind of unique object that can differentiate smart cards from each other

I need to know if there any kind of unique object that i can use to differentiate between smart cards for example if i have 1000 smart cards and i need to differentiate between them without pre-write any values on them is there any default unique value which is a factory default built-in value like the mac address for the network cards ...

[FLEX] Help in creating a card stack

Hi there, I'm trying to develop a card game with Flex, and I was wondering if there's a way to create an horizontal list (the cards that I have in my hand) having the elements overlapped, like you can see in this example made with openflux: http://www.ryancampbell.com/flex/StackListExample/StackListExample.html the thing that's missing...

Class for representing a card in Java?

I'm making a blackjack program in Java, and I was starting to write the class declaration for an object Card. Will this be sufficient, or are there some methods I should have that I'm glossing over? public class Card { public int suit; //Value 1-4 to represent suit public int value; //Value 1-13 to represent value (i.e. 2, J) ...

different between card reader to usb using c#

hello, I build a scanner that takes all drive's with DriveInfo . how i Discerning between drive from card reader and drive from usb ?? thanks.... ...

paypal api processing transaction despite of wrong billing info and wrong credit card type.

paypal api processing transaction despite of wrong billing info and wrong credit card type. All it does is even though avscode== x or n a or z, it is seeing for ack==success and if yes the transaction is being processed. How do i stop this? i want it to check ack==success and avscode==y `$post_str = 'USER='.urlencode(PP_API_USERNAME).'&...

Android: Saving to SD Card always deletes on re-install

I am using the getExternalFilesDir(null) method to save to the SD card. Saving and reading from the SD card is fine. The problem I am having is that every time I edit anything in Eclipse and rerun the app the data on the SD card is deleted. I know that saving to the directory returned by getExternalFilesDir(null) will allow the files the...

build an image viewer with card layout?

i got the program to run with labels but i cant get it to use images. im a beginner and this is all i can come up with so far. it runs but i dont understand implementing images into this code. import java.awt.*; import java.awt.event.*; import javax.swing.*; public class CardLayoutExample extends JFrame implements KeyListener { priv...

Split function in objective-c (card game)

Hi, i'm beginner in objective c, i'm creating a card game for iPhone and I've a problem with a function: I create a deck of cards, shuffle it and now I need to split the deck in 4 hands (for the 4 players) Here is my function : -(void) split(int i1, int i2, int i3) { NSMutableArray *list1; NSMutableArray *list2; NSMutable...

Credit card payment getway in cakephp

I am developing a project in cakephp. And the requirement is to integrate all types of payment getway for donet. I dont know how to integrate credit card like master card, visa, american express etc. into my project in cakephp format. Please help me. I am very grateful to you. ...