Does any free api/open source available for biometric devices in c# using windows 8?

Hi,
i am developing an attendance module (a desktop application in wpf or winforms) for employees in which employees will be able to mark their attendance through bio-metric device.  i am using
HP SimplePass Identity Protection Software. I have visual studio 2013 and windows 8.1. Kindly give a solution and guide me. thanks  

hmm, why not asking HP?

Similar Messages

  • Are there any free video editting Applications available for Mac osx 10.7.5???

    I'm trying to edit a number of video's regarding a presentation I'm working on for school project. Can anyone recommend a reliable video editting application? Thanks for helping

    What about iMovie? I comes standard on Macs.
    x

  • Any examples or open-source code for a Swing photo gallery app?

    I need a thumbnail viewer that can quickly load and manage 100s of images. It should load images from a List of URLs using threads, let the user navigate through 100s of images efficiently, select a photo by double-clicking, manage memory efficiently -- all basic stuff that must have been done countless times.
    This would be the front-end to a photo/image enhancement app that I have scratched together from countless Java2D examples, howtos, etc. found on this forum and elsewhere on the web. I can fix a photo fine -- I just need to let my users efficiently choose a photo to fix.
    Please don't make me scratch out the rest -- or at least help me find some good examples to work from.
    TIA

    Search dev.java.net ( https://www.dev.java.net/servlets/ProjectList )

  • Open Source- WebAnalytics - for weblogic Portal Appliccation

    Hi All,
    I am using Weblogic portal 10.2
    I have developed a site , in portal 10.2
    I want to integrate webanalytics to my application.
    Did any one intergrated Open source Webanalytics for portal application
    I can see "AWstats" , but if you have used other than this let me know..
    Thanks & Regards
    Srinivas

    Hi,
    I tried creating a simple JSF portlet and I can able to register and it is working Fine, but my teammet got the same issue like you :) . While Analyzing what I found is , the location where we created the portlet in weblogic portal. If you created your portlet directly under WebContent folder then this issue is coming up, so try to create the portlet in a folder inside the WebContent folder, say create a folder with name portlets under webcontent and create the JSF portlet inside that portlets folder.
    Now start the server and register the same in WebCenter, you will not get that exception. I am going to raise a ticket with Oracle about this issue and get the root cause.
    Thanks
    Karthikeyan

  • Open Source solution for Map Display on Web

    Hi
    Does anybody knows an Open Source solution for displaying Maps on Web. Something like the MapXtreme equivalent of Open Source.
    Regards,
    N�stor Bosc�n

    There are all sorts of solutions for displaying maps on the Web, starting from JPG files and going up from there. Would you reject JPG because it isn't open source? Or did you really mean to ask for no-payment solutions?

  • Open source debugger for Flash, Flex and AIR

    As developers at De Monsters we weren’t totally happy
    with the current Flash, Flex or AIR debuggers out there. So we
    decided to create our own debugger called De MonsterDebugger. Today
    we’ve got a great new version that we want to share with the
    community for free.
    Interface
    screenshot
    De MonsterDebugger started out as an internal tool that
    helped us with the development of different ActionScript 3
    projects. The past several months we’ve been working on a new
    version of this internal tool. With this new version you can
    explore your live application, adjust properties and run methods
    all at runtime. You can trace objects of any type (String, Array,
    XML or even custom classes) to De MonsterDebugger and it will show
    the complete structure of that object in an easy-to-read tree
    structure. De MonsterDebugger is made with Adobe Flex and brought
    to the desktop with Adobe AIR.
    Because De MonsterDebugger isn’t our core business
    we’re giving it away for free! All the sourcecode is open
    source available under the GNU General Public license.
    Enough talking!
    Here’s all the information you need:
    http://www.demonsterdebugger.com
    Ferdi Koomen,
    Lead Developer @ De Monsters

    I have uploaded the zip file containing my code . If anybody is interested can download from this link .
    http://www.mediafire.com/?8mfesdczsuv
    Vinod

  • An open source framework for agile development with Sites

    I am happy to announce the release of a new open source framework for sites development: AgileSites 1.0.0.beta1.
    AgileSites is an open source framework built using standard and documented Sites API provinding a number of features meant to simplify development, mostly to make agile development and offshoring way easier and more manageable.
    Some of the features:
    - MVC with plain Java controller and pure HTML views
    - Templating done in jQuery style (like client-side javascript templating)
    - Integrated unit testing and build system
    - Integrated csdt so everything is source and can be stored in Git or Subversion and rebuilt with jenkins in minutes
    - Hot reloading of java classes, including the url assembler - you code in java without restarting the application server
    - Single jar deployment - all your site code is in a jar that can be easily tracked and moved around
    - A simplified API layer built on top of standard tag assets making development a breeze
    - Complete and unlimited access to the full Sites API
    - Keeps the JSP structure so the framework can be added to another site using JSP
    AgileSites is available in his own dedicated site: www.AgileSites.org with a video showing his capabilites.

    The framework is completely following WebCenter Sites standard. It is built on top of JSP and Java using only documented API and standard Java libraries. It is not different than any other site implementation. It is basically a pre-built site to make easier applying agile development practices. It is as supported by Oracle as any other custom website implementation on top of Sites.

  • What's the Best Open Source DB for use with Kodo?

    Hi everyone,
    In terms of ease of setup and use, tools to view info in the database, and least difficulty in
    running with Kodo, what is the best open source database to use? I'm use to using Oracle and
    SQLPlus. I need to use an open source DB for a learning environment, and I'd like your informed
    opinion.
    Thanks,
    David Ezzio

    I have been using postgresql 7.1 with Kodo for a while with mostly positive results, and currently
    have it deployed with Kodo 2.2.3. I prefer it to mysql because its feature set is a little richer,
    and supports transactions natively. My experience with mysql (without jdo - I haven't tried it with)
    is good, but there were little things missing in mysql 3.x, e.g. the ability do do a join in a
    DELETE statement.
    BTW, there are some severe problems somewhere in the 2.2.4 release with postgresql if you intend to
    eventually deploy on it. It also apparently has some problems invoking postgresql's indices, making
    it a little less than optimal. But as a learning environment, it's what I'd recommend.
    -Mike
    Marc Prud'hommeaux wrote:
    David-
    Here is the rundown of the databases I have experience with:
    MySQL: Fairly simple to install (especially if you run Debian Linux), but
    configuration, especially adding users, can be a pain. A separate open
    source project called "mysql-navigator" makes it fairly easy to do
    simple queries, inserts, etc. In most of my tests it outperforms
    PostgreSQL, but your mileage will vary. It has a sane CLI that supports
    modern features like line history, etc (unlike the horrific SQLPlus).
    PostgreSQL: People often say that it is a more "academically
    correct" database than MySQL. I've also found it to be quite a bit
    easier to set up. Their GUI (called "pgaccess") is simplistic, but does
    most things you need. Has a CLI similiar to MySQL's.
    HypersonicSQL: By far the easiest to set up (just drop the jar in your
    CLASSPATH), but is java only, can be rather slow, and has no GUI tools
    available that I know of (except various free vanilla-JDBC GUI tools).
    We feel that Kodo works quite well with all these DBs. The MySQL JDBC
    driver seems a bit less buggy than Postgres', but their transaction
    support is very recent and not very well tested. If I had to pick one or
    the other, I would probably go with MySQL.
    David Ezzio <[email protected]> wrote:
    Hi everyone,
    In terms of ease of setup and use, tools to view info in the database, and least difficulty in
    running with Kodo, what is the best open source database to use? I'm use to using Oracle and
    SQLPlus. I need to use an open source DB for a learning environment, and I'd like your informed
    opinion.
    Thanks,
    David Ezzio--
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com
    Kodo Java Data Objects Full featured JDO: eliminate the SQL from your code--
    Mike Bridge

  • Open source projects for reading/wrting Excel, need your ideas

    Hi all,
    First of all, I am sorry that i didn't find the matched category under the listed forum topics.
    I am evaluating some open source projects for processing(read/write) Excel files, so far i have found two: POI from apache and Java Excel API, however, i am wondering if there are any excellent projects that i missed, would anyone who have such experience please give me some ideas? Any better APIs?
    Any helps are appreciated!
    Thanks a lot,
    thurm

    hi macrules2,
    thanks for you reply!
    I think POI is not 'excellent' in some areas, for example, i found POI sometimes cannot read Date format collectly, and cannot support some kinds of formula either. So we want another more 'excellent' java-excel components.

  • Any free video hosting services meant for iTunes podcasts?

    Any free video hosting services meant for iTunes podcasts? I have found free audio hosting ones for iTunes podcasts, but are there any videos ones? THANKS!

    The best I found was after searching YouTube for, how to prepare a video podcast to submit to iTunes Directory.
    Several instructional videos come up that are worth watching. The two I initially found are recommended are podbean.com and podomatic.com.
    I tried podbean.com, which easily generated the RSS feed iTunes requires, which I was able to successfully copy into the iTunes store line on Submit a Podcast to the iTunes Directory. Podbean has many helpful instructions on how to use their site and submit your video to iTunes.
    Since I wasted 3 weeks trying to understand https://discussions.apple.com/message/23110806#23110806, other apple.com insructions, searching the internet, calling senior advisors in Apple Care (none of whom knew or could read this apple.com page either) I was really happy just to find one way to be able to do it. And easily too.
    The only way you can possibly get an answer from Apple is to email [email protected], the iTunes Store says, since there is no phone support. Then I was told to wait 10 working days for a reply.
    Thank goodness I finally searched YouTube. (There were many other confusing and difficult instructions on the internet.)
    After uploading small video files onto my new site at podbean.com, at least I got 3 short videos onto iTunes that show in my computer's iTunes podcast subscriptions and they downloaded successfully. I understand I must wait a few days to get an ID from iTunes directory, which will then list my videos to the pubic as available in ITunes.
    Podbean.com does have up to 100 mb free web hosting. (No video can bemore than 30 mb.) But it does allow everything iTunes needs, including a cover photo and description. All future feeds will be automatiically seen by iTunes through the podbean url that was given you, that you pasted into iTunes when you first submitted your podcast. So you only have to do this once, I understand.
    Podbean wants to entice you to purchase more space so they show various prices.
    I'm still wondering if somehow I could link my existing youtube videos (or facebook, myspace, vimeo, Flickr duplicates) in a field somewhere and link to them. Maybe?
    Now that I know to use a web host that generates all the xml and RSS feed behind the scenes (since I don't know how) I'll explore these options, and the other site, podomatic.com.
    Let us know if there are other good, free ones for video.
    (One YouTube video said mypodcast.com is good for mp3 audio podcasts, FYI.)

  • Is there any type of HiFi Station available for the 2nd Gen. iPod shuffle?

    I was wondering if there is any type of HiFi Station available for the 2nd Gen. iPod shuffle.
    With HiFi Station I mean those docking stations which directly play the music from your iPod, so that you don´t need to connect to your Computer f.e.
    Does anybody know if something like this exist, or if it is only available for ALL other iPod models???
    Thanks already!
    Stefan

    YOu can use one of these with any other iPod "HiFi Station": http://www.griffintechnology.com/products/dockshuffle/
    Use your 2nd generation iPod shuffle in full-size Universal Dock devices.
    Your iPod shuffle is an incredible entertainment value in an incredibly small package. It delivers the music just like its full-size iPod cousins. But one thing it doesn't do is fit in the dock well in your made-for-iPod speaker system.
    That's why we made a Dock Adapter especially for 2nd generation iPod shuffle. The Dock Adapter is shaped just like the dock connector on the bottom of every full-size iPod. Plug it into your iPod shuffle's headphone jack, and suddenly the little guy fits in your iPod speakers just like the big guys.
    Take Griffin Dock Adapter with you, and you can play your iPod shuffle wherever there's a set of Universal Dock speakers.

  • When I try to watch certain videos on my ipad2 it says Thanks for trying to access Flash Player. Unfortunately it is not available for your device because of restrictions that Apple has put in place.  Can any tell me what app I can download to replace it.

    When I try to watch certain videos on my ipad2 it says Thanks for trying to access Flash Player. Unfortunately it is not available for your device because of restrictions that Apple has put in place.  Can any tell me what app I can download to replace adobe flash player.
    Thanks

    Use the iSwifter browser from the app store. Works for most flash content.

  • Where do i find open source code for the FF Sync capability ?

    Where can i find the open source code for the FoxFire capability "Sync" (bookmarks)....
    That capability should be extended to allow one or more (selectable) arbitrary sync servers; I want to look into providing such capability, with enhancements.

    Sign in, activation, or connection errors | CS5.5 and later
    Redemption Code Help
    Mylenium

  • I need to use sigma plot in my Mac, does any one has a good advise for alternatives. If not, will it be ok to install windows in my mac?

    I need to use sigma plot in my Mac, does any one has a good advise for alternatives. If not, will it be ok to install windows in my mac?

    See if Deltagraph is still around.  We used to use that for plotting scientific data on Macs.  I don't know if it is at all transferrable with Sigmaplot if you have a colleague who uses it, but if you're doing this on your own I would look at getting DG vs, doing a dual boot  etc.

  • SQLpython in Open Source Projects for Oracle

    I'd like to strongly reccommend SQLpython ( https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython ) be added to the Open Source Projects for Oracle page ( http://www.oracle.com/technology/community/opensource_projects.html ). It's an SQL command-line client whose chief strength is incredibly convenient extensibility / personalizability. I've reviewed it briefly at http://catherinedevlin.blogspot.com/2006/05/sqlpython-sql-client-of-your-very-own.html
    Thanks very much!

    We have made this addition.
    Cheers, OTN

Maybe you are looking for