Skip to main content

QR Code/Bar Code reader for PC


Hi friends,
many of you may own an android or iPhone, or any kind of smartphone. Many times, for downloading some content from websites, we need to use a QR code/Bar Code reader on our smartphone. But, when we are browsing from PC, then it becomes difficult to download the files from PC for our phone.
Here, I have found a solution. All you have to do, is to download the QuickMark software. This software not only enables you to read data from codes, but it enables you to create your own Bar code / QR Code.
You can download it, from the following link:
Try it ! Enjoy  :)

 http://www.quickmark.cn/en/basic/index.asp

Comments

  1. I recently came across your blog and have been reading along. I thought I would leave my first comment. I don't know what to say except that I have enjoyed reading. Nice blog. I will keep visiting this blog very often. Nature's Soul Fresh

    ReplyDelete
  2. I’m inspired along the surpassing plus preachy listing that you decorate in such minor timing. Ether

    ReplyDelete
  3. This website is extremely great. The information the following can absolutely come to be about quite a few help to us. Cheers!. European License Plate Holder for Citroen Racing

    ReplyDelete
  4. We are really grateful for your blog post.You will find a lot of approaches after visiting your post.I was exactly searching for. Multivitamin Singapore

    ReplyDelete
  5. Thanks for giving us this advantageous information. I acknowledge this post. And I would like bookmark this post. Thanks canada online marijuana

    ReplyDelete
  6. Anonymous03 July, 2021

    As i unquestionably taking pleasure in just about every chunk of which. This is a great website and also wonderful discuss. I'd like to a lot thanks. Helpful job! An individual people commence a great website, and now have some terrific product. Conserve the exceptional run. 1961 state exempt california license plate

    ReplyDelete

Post a Comment

Popular posts from this blog

C programs to create pyramid structures

Q1.  Write a C program to create pyramid structure as shown below : 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Code: //Author : Lakshmikant A. Deshpande #include<stdio.h> #include<stdlib.h> void main() { int i=1,j=5; for(i=1;i<=5;i++) { for(j=1;j<=i;j++) printf("%d ",j); printf("\n"); } } Q2.  Write a C program to create pyramid structure as shown below :     1      1 2     1 2 3  1 2 3 4 1 2 3 4 5 Code: //Author : Lakshmikant A. Deshpande #include<stdio.h> #include<stdlib.h> void main() { int spaces=4; int i,j,k; for(i=1;i<=5;i++) { for(k=0;k<spaces;k++) //Print spaces printf(" "); for(j=1;j<=i;j++) { printf("%d ",j); } for(k=0;k<spaces;k++) //Print ...

Enable Developer Tools in Moto G

As we know, Moto G is a fantastic and affordable phone by Motorola and Google !! Moto G surprisingly provides specifications that the phones with double price could provide. Are you too a nerd too, trying to explore your brand new phone ? You are at the right place. Initially developer options used to be visible. Later, with the release of Android 4.2 Jelly Bean (JB)  Google decided to hide those settings, because people used to play with developer tools, even if they did not know what those settings could lead. Follow the steps. 1. First of all get a Moto G, if you still don't have it... 2. Open settings. 3. Scroll down to bottom. 4. Touch on 'About Phone' 5. Tap on Build Number 7 times You are good to go... :)

Change album art in Android

Hello friends, I bought a new Samsung Galaxy Y , and I faced one problem that is really weird. That phone has built in feature of scanning the Album Art from the folder, and showing them as the background of the music player. I liked it, but when I tried placing another image in that folder the new image did not appear instead, the old image appeared. So I removed the memory card, again inserted it but it didn't work. Finally I found a fix : 1) Connect your cellphone to computer / Download Root Explorer and perform the following steps. 2) Delete all contents from Android\data\com.android.providers.media\thumbs 3)  You're done. 4) Place the desired image to the folder, you wanna change the album art of. 5) Open Music Player. That's it If you have any difficulty, feel free to ask.........