Pinned Loading
-
nerds-with-keyboards/commerseum-display
nerds-with-keyboards/commerseum-display PublicCommerseum Display - Simple, open-source digital signage
-
nerds-with-keyboards/routerino
nerds-with-keyboards/routerino PublicA lightweight, SEO-optimized React router for modern websites and applications
JavaScript 7
-
Remove all files from a Git repo bas...
Remove all files from a Git repo based on the .gitignore file 1#!/bin/bash
2echo "Cleaning up any git ignored files..."
34# copy and paste the line below to get the same results as running this script
5git rm --cached `git ls-files -ic --exclude-from=.gitignore`
-
decaporg/gatsby-starter-decap-cms
decaporg/gatsby-starter-decap-cms Public templateExample Gatsby + Decap CMS project
-
Check if a given script has been loa...
Check if a given script has been loaded already on a page, by url string. Inspired by https://stackoverflow.com/questions/47088181/how-to-use-tesseract-js-in-a-react-app and https://github.com/facebook/react/issues/4670 1const scriptAlreadyLoaded = urlString => Array.prototype.slice.call(document.scripts).filter(s => s.src).map(s => s.src).contains(urlString)
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.