Pinned Loading
-
nerds-with-keyboards/routerino
nerds-with-keyboards/routerino PublicSEO-optimized React micro-framework (static site generator & router) for blazing fast websites and applications
JavaScript 16
-
nerds-with-keyboards/commerseum-display
nerds-with-keyboards/commerseum-display PublicCommerseum Display - Simple, open-source digital signage
-
Remove all files from a Git repo bas...
Remove all files from a Git repo based on the .gitignore file 1#!/bin/bash2echo "Cleaning up any git ignored files..."
34# copy and paste the line below to get the same results as running this script5git rm --cached `git ls-files -ic --exclude-from=.gitignore` -
A simple particle background as a Re...
A simple particle background as a React hook 1// useBackgroundAnimation.js2import { useEffect, useRef } from 'react';
34export function useBackgroundAnimation() {
5const canvasRef = useRef(null);
-
Updates HTML Head tags, such as meta...
Updates HTML Head tags, such as meta tags 1// update a head tag2function updateHeadTag({ tag = "meta", ...attrs }) {
3// input check4const attrKeys = Object.keys(attrs);
5if (attrKeys.length < 1) {
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.





