search for: acr38

Displaying 2 results from an estimated 2 matches for "acr38".

2004 Sep 07
1
ACS-38 SmartCard reader
...R-38 USB smart card reader working with the devel/pcsc-lite library under FreeBSD? The vendor, Advanced Card Systems, seems to provide a Linux driver with sources, which I could probably port without too much hassle (depending on the license and such) at http://www.acs.com.hk/downloads_drivers.asp#ACR38, but neither that page nor Google nor marc.theaimsgroup.com nor the FreeBSD mailing list archives seem to suggest anything being available for FreeBSD. The only thing I could find that seems to be somewhat close is the ccid project at http://pcsclite.alioth.debian.org/ - yet it says that ACR-38 su...
2006 Apr 17
4
Best place for generic utility classes?
I have some code that is simply formatting and parsing URLs and I really don''t want to associate it with a view or a controller or a model - I just want it to be available as a utility class. Where should this utility class go? I would have to import it into my controller using "require" correct? Thanks, Wes -- Posted via http://www.ruby-forum.com/.