Skip to content

Instantly share code, notes, and snippets.

View orsinium's full-sized avatar
🔥
orsinium.dev

Gram orsinium

🔥
orsinium.dev
View GitHub Profile
@cityofwalls
cityofwalls / PathfinderSpellsJSON.txt
Created December 8, 2017 21:49
Pathfinder Spells List Complete - JSON
This file has been truncated, but you can view the full file.
[
{
"duration": "1 round + 1 round per three levels",
"components": "V, S, M (rhubarb leaf and an adder's stomach), F (a dart)",
"saving_throw": "none",
"school": "conjuration",
"spell_level": "sorcerer/wizard 2, magus 2, bloodrager 2",
"name": "Acid Arrow",
"range": "long (400 ft. + 40 ft./level)",
@asukakenji
asukakenji / 0-go-os-arch.md
Last active June 5, 2025 03:56
Go (Golang) GOOS and GOARCH

Go (Golang) GOOS and GOARCH

All of the following information is based on go version go1.17.1 darwin/amd64.

GOOS Values

GOOS Out of the Box
aix
android
@ainsofs
ainsofs / gist:2b80771a5582b7528d9e
Created April 16, 2015 01:50
Clear .gitignore cache
# remove specific file from git cache
git rm --cached filename
# remove all files from git cache
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"
@piranha
piranha / пше
Last active January 3, 2025 20:56
пше гит, прошу пана
#!/usr/bin/env python
# -*- mode: python, coding: utf-8 -*-
#
# This incredible piece of code makes git a bit Polish, a bit Western Ukrainian,
# пше прошу пана
# Joke is based on fact that 'git' is 'пше' in qwerty/йцукен layouts
#
# (c) 2013 Alexander Solovyov under terms of WTFPL
import sys