Skip to content

Instantly share code, notes, and snippets.

@ericlewis
ericlewis / index.html
Created April 9, 2021 02:54
softwarejameson.dance - feel free to make this responsive and better overall
<!DOCTYPE html>
<html>
<style type="text/css">
body {
width: 100%;
height: 100%;
position: absolute;
background-color: black;
top: 0%;
left: 0%;
@jpignata
jpignata / protect.sh
Last active April 13, 2020 08:20
Install git-secrets on all repos in home directory
#!/usr/bin/env bash
# Install git-secrets template for new and cloned repos
if [ ! -d "$HOME/.git-templates/git-secrets" ]
then
echo "Installing git-secret globally"
git secrets --register-aws --global
git secrets --install $HOME/.git-templates/git-secrets
git config --global init.templateDir $HOME/.git-templates/git-secrets
@fny
fny / GNU GPL Comment Headers.md
Last active April 23, 2024 23:04
GNU GPL formatted into a comment block and hard wrapped at 80 characters.

GNU GPL Comment Headers Formatted in Various Languages

A convenient reference for adding a GPL license to a work.

All prepared texts are hard wrapped at 80 characters unless stated otherwise.

No Wrap