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)",
"description": "An arrow of acid springs from your hand and speeds to its target. You must succeed on a ranged touch attack to hit your target. The arrow deals 2d4 points of acid damage with no splash damage. For every three caster levels you possess, the acid, unless neutralized, lasts for another round (to a maximum of 6 additional rounds at 18th level), dealing another 2d4 points of damage in each round.",
@asukakenji
asukakenji / 0-go-os-arch.md
Last active April 24, 2024 06:51
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 March 25, 2023 07:41
пше гит, прошу пана
#!/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