Can anyone tell me how to go about building a QR generator? I would like to create custom QR codes for address book entry on mobile phones. Thank you for your help.
See if this helps:
[1] http://www.codeproject.com/KB/cs/qrcode.aspx
[2] http://code.google.com/p/zxing/
Personally I prefer zxing. Check this out: http://zxing.appspot.com/generator/
Hope this helps. :-)
What platform are you on? Here's one for Silverlight / WPF:
http://labs.infragistics.com/silverlightdv/2010.3/#/Samples/Barcode/BarcodeQRCode
Related
I recently found some sort of odd QR code. No scanner works.
I think it's from our city's transit system but no decoders work that I've tried like zxing etc...
Can anyone identify the type of barcode this is and possibly educate me on understanding the deconstruction of it thanks.
By pure luck I just found the answer. This type a QR code is use by application like Google Anthenticator (more broadly it's a virtual MFA device) to synchronise an account and your MFA app. I just used something like that to secure my AWS account ^^
[EDIT]: I forgot to say the acronym you could search is "OTP". you can also look at this and this
I am using elmahr for my web application. I want to extend it to my batches and console application. Do we have any direct references for the same? Thanks in Advance
Regards
Amal Thomas
ElmahR does not support that out of the box, but there is a fork that implements something very similar to what you did:
https://stackoverflow.com/a/16139769/720780
From there you could probably extract what you need. I never tried it personally but the idea is very promising, so I'd advise you have a look.
Does anyone know of a sound library for IOS that has been ported to work with Air applications?
I was looking at his list: http://www.adobe.com/devnet/air/native-extensions-for-air.html and did not see anything related to sound but hoping I can find something out there thats not on the list.
Thanks
you can check this one: https://github.com/mateuszmackowiak/SoundExtension
This library enables you to control the default player (pause, play and others) and volume.
http://extensionsforair.com/
You can find the extensions here, if not available request one from 'em they will help.
Follow steps in this will be able to make your own pretty soon....
http://www.adobe.com/devnet/air/articles/transferring-data-ane-ios-pt1.html
I'm developing a asp.net application and I use some components. I have a component with a resource file with a lot of keys in English. I need to translate it to Portuguese (Brazil, pt-br). I would like to know, if is there any way to translate it with a program? Or if is there a program that do this?
Thanks
I have the same issues and was looking to use Google's Translation APIs, based on this article Automatic Resource File Translation via Google Translate
I will let you know how it goes - but obviously you may still need someone to validate the output, I know I will.
Maybe my free Zeta Resource Editor is of some help for you.
I have not been satisfied with the various solutions out there so I wrote something: https://github.com/ekkis/Powershell/blob/master/MT.ps1
Please, could you provide me some resources (web-links) to learn qt-dbus?
I already have a process which provides QtDBus interface, I want to learn it so that I can communicate with it.
First hits from a Google search for qt-dbus and qt-dbus tutorial:
http://doc.trolltech.com/4.2/intro-to-dbus.html
http://wiki.forum.nokia.com/index.php/QtDbus_quick_tutorial
http://techbase.kde.org/Development/Tutorials#D-Bus
There were many more interesting hits to list here. Their usefuleness to you depends on what you want to do, of course.
There are some more useful links since Dec '10:
http://qt-project.org/doc/qt-4.8/qtdbus.html
http://qt-project.org/doc/qt-4.8/examples-dbus.html
In my opinion, this is the best tutorial to start: http://techbase.kde.org/Development/Tutorials#D-Bus
http://developer.nokia.com/Community/Wiki/QtDbus_quick_tutorial
http://techbase.kde.org/Development/Tutorials/D-Bus/CustomTypes
If you want to introspect D-Bus objects and messages you can use following tools:
http://doc.qt.digia.com/4.6/qdbusviewer.html
https://wiki.gnome.org/DFeet
Nokia has some great Maemo code that you can look off of. I found it's well documented and useful.
http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/DBus/DBus_Basics