Been all over, but what really turns me on is front end.
- Porto Alegre, Brazil
Pinned Loading
-
html5-qrcode-scanner-poc
html5-qrcode-scanner-poc PublicThis POC demonstrates how to open a scanner, read a QR code, extract information from it, and decide what to do with that information. It's React, web-based, using your computer's webcam, both your…
TypeScript 1
-
-
react-native-qrcode-scanner-poc
react-native-qrcode-scanner-poc PublicThis POC demonstrates how to open a scanner, read a QR code, extract information from it, and decide what to do with that information.
Java 2
-
SlowLogger is a small utility to slo...
SlowLogger is a small utility to slow down those processes that spit out the same piece of log over and over, making it difficult to analyse its contents (especially on the terminal). It will only write out the log once every timeout. 1export default function makeSlowLogger(timeout = 60 * 1000) {
2const keys: string[] = []
34function putInTempLogKeys(key: string) {
5if (keys.find(v => v === key)) return false
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.