Jump to content

michaeltim

Members
  • Posts

    23
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

michaeltim's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. hi friends, tell me anyone What is ccTLD? plz...
  2. Hi, What is Google’s Rich Answer Box? explain me plz...
  3. hello every one, Tell me what is Definition of SEO Audit? plz...
  4. hi anyone can help me What is Google Algorithm? plz...
  5. Hello friends, anyone can tell me What is Google Fetch? plz...
  6. hello friends, What is Google Dance? anyone can help me plz...
  7. anyone can explain to me what is Tommy?
  8. In my case, mysql config file had innodb_force_recovery = 1. Commenting that out solved the issue. Hope it helps someone.
  9. An algorithm used by google search to rank websites in their search engine results is called as PageRank(PR). Pagerank - counting the number and quality of links to a page to estimate how important the website is. its assumption is that more important websit4es are likely to receive more links from other websites.
  10. hi friends, What is Google Fetch? anyone can help me plz...
  11. <script src="js/jquery.js"></script> <script src="js/WebCodeCam.js"></script> <script src="js/qrcodelib.js"></script> <script src="js/DecoderWorker.js"></script> <div style="container"> <canvas id="qr-canvas" width="320" height="240"></canvas> <div class="scanner-laser laser-rightBottom" style="opacity: 0.5;"></div> <div class="scanner-laser laser-rightTop" style="opacity: 0.5;"></div> <div class="scanner-laser laser-leftBottom" style="opacity: 0.5;"></div> <div class="scanner-laser laser-leftTop" style="opacity: 0.5;"></div> </div> $('#qr-canvas').WebCodeCam({ ReadQRCode: true, ReadBarecode: true, width: 320, height: 240, <a href="https://www.jqueryscript.net/tags.php?/video/">video</a>Source: { // max Videosource resolution width maxWidth: 640, // max Videosource resolution height maxHeight: 480 }, flipVertical: false, flipHorizontal: false, // if zoom = -1, auto zoom for optimal resolution else int zoom: -1, // string, audio file location beep: "js/beep.mp3", // functional when value autoBrightnessValue is int autoBrightnessValue: false, brightness: 0, grayScale: false, contrast: 0, threshold: 0, // or matrix, example for sharpness -> [0, -1, 0, -1, 5, -1, 0, -1, 0] sharpness: [], resultFunction: function(resText, lastImageSrc) { // resText as decoded code, lastImageSrc as image source alert(resText); } });
×
×
  • Create New...