Skip to content

Instantly share code, notes, and snippets.

@tavinus
tavinus / pdfSplit.bat
Last active January 30, 2025 11:09
Split PDFs Windows (ghostscript)
@echo off
chcp 65001 >NUL
setlocal enabledelayedexpansion
:: THIS SCRIPT
:: https://gist.github.com/tavinus/44bd6bf3d20204d654b6d5fe52342741
:: Works from CLI or Drag and Drop
:: GhostScript Download:
:: https://www.ghostscript.com/download.html
@PurpleBooth
PurpleBooth / README-Template.md
Last active June 9, 2025 10:37
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@gunn
gunn / index.html
Last active February 17, 2016 07:53
<!doctype html>
<html>
<head>
<title>JS1k</title>
<meta charset="utf-8" />
</head>
<body>
<canvas id="c"></canvas>
<script>
var b = document.body;