Skip to content

Instantly share code, notes, and snippets.

View DaveInchy's full-sized avatar
💭
I may be slow to respond.

Danny DaveInchy

💭
I may be slow to respond.
View GitHub Profile
@krazyjakee
krazyjakee / DownloadMixamoByJakeCattrall.js
Last active August 1, 2026 22:44 — forked from LouisGameDev/DownloadMixamoByLouisHong.js
Downloads all the free Mixamo Animations (updated for the current Mixamo UI)
(() => {
"use strict";
/*
* Mixamo bulk animation downloader
*
* Supports:
* - Individual animations
* - Animation packs
* - 96 results per page
@tolu
tolu / wsl-puppeteer.js
Last active January 28, 2022 14:20
Puppeteer on WSL
// resource: http://ktkr3d.github.io/2020/01/27/Puppeteer-on-WSL/
// install puppeteer
// > npm i -g puppeteer
// use chrome from windows: add this to ~/.profile
// PATH=/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application:$PATH
const puppeteer = require('puppeteer');