Skip to content

Instantly share code, notes, and snippets.

View victusfate's full-sized avatar
🚀

Mark Essel victusfate

🚀
View GitHub Profile
This file has been truncated, but you can view the full file.
[[{"score":1.328671328671329,"points":[{"lat":33.989626931073,"lng":-118.47471734519449},{"lat":33.979387371814404,"lng":-118.47471734519449},{"lat":33.98232268585252,"lng":-118.46303757090548},{"lat":33.99256266963781,"lng":-118.46303757090548},{"lat":33.989626931073,"lng":-118.47471734519449}]},{"score":1.2797202797202798,"points":[{"lat":34.097916406850516,"lng":-118.36956988917491},{"lat":34.08768182035703,"lng":-118.36956988917491},{"lat":34.090610585177906,"lng":-118.3578827622935},{"lat":34.10084559044883,"lng":-118.3578827622935},{"lat":34.097916406850516,"lng":-118.36956988917491}]},{"score":1.076923076923077,"points":[{"lat":34.01446173688272,"lng":-118.4980744223827},{"lat":34.004226301930125,"lng":-118.4980744223827},{"lat":34.00716508778025,"lng":-118.4863962961138},{"lat":34.017400946531254,"lng":-118.4863962961138},{"lat":34.01446173688272,"lng":-118.4980744223827}]},{"score":1.06993006993007,"points":[{"lat":34.10377366762791,"lng":-118.34619482488387},{"lat":34.09353824384467,"lng":-118.34619
@victusfate
victusfate / pathfinder_2e.md
Created May 19, 2020 21:41
Pathfinder 2e variant rules

No level rider bitches gmg flat dcs still too high

Casting classes expert at 5, master at 13, legendary at 17

Spell durations x20, any reductions in duration are also x20. Cap of day if extended longer than a day. Day or longer do not increase duration

Potency runes can be applied to wands/staves/arcane focuses to hit, save DCs, and caster checks (counteract)

Armor and weapon proficiencies, once trained they always match your characters maximum general proficiency in armor and weapons. Champion, fighter and other archetypes that offer expert instead allow master proficiency (if already an expert)

@victusfate
victusfate / shrink.rb
Created May 18, 2020 21:58
shrink some videos
files = Dir.glob("*.mp4") + Dir.glob("*.m4v") + Dir.glob("large/*.mp4") + Dir.glob("large/*.m4v")
puts files
files.each do |file|
basename = File.basename(file).gsub(/[^0-9a-z.]/i, '')
# puts basename
system("ffmpeg -y -i #{file} -ss 2 -t 60 shrunk/sampled_#{basename}")
end
@victusfate
victusfate / costs.md
Last active May 9, 2020 20:37
Wrath & Glory Wargear

Melee Weapons

Name Damage ED AP Range Traits Value Rarity Keywords
Knife 2 2 - Thrown Sx4 - 2 Common BLADE, [ANY]
Astartes Combat Knife 3 2 - - Reliable 3 Uncommon BLADE, ADEPTUS ASTARTES
Sword 3 3 - - Reliable 3 Common BLADE,[ANY]
Mono Knife 3 2 -1 - Rending(1) 3 Uncommon BLADE, IMPERIUM, SCUM
Industrial Bludgeon 4 2 - - Brutal,Unwieldy(1) 3 Uncommon [ANY]

Chain Weapons

@victusfate
victusfate / build.log
Created February 10, 2020 15:13
macos 10.15.3 phpbrew --debug install 7.3 +cli +fpm +filter +json +curl +mbstring +mysql +pgsql +opcache +readline +xml +openssl +hash +pdo
configure: creating cache /Users/messel/.phpbrew/cache/config.cache
./configure: line 3174: /Users/messel/.phpbrew/cache/config.cache: No such file or directory
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking build system type... x86_64-apple-darwin19.3.0
checking host system type... x86_64-apple-darwin19.3.0
checking target system type... x86_64-apple-darwin19.3.0
checking for cc... cc
checking whether the C compiler works... yes
@victusfate
victusfate / Config.ecf
Created February 9, 2020 11:55
survival tool cranked up
VERSION: 8
{ Item Id: 2087, Name: SurvivalTool
PickupToToolbar: true
StackSize: 1
Category: Weapons/Items
Mass: 1, type: float, display: true, formatter: Kilogram
Volume: 0.5, type: float, display: true, formatter: Liter
RadialMenu: true
{
const cheerio = require('cheerio')
const fs = require('fs')
const sData = fs.readFileSync('./spells/Aberrant_Whispers.html').toString()
let $ = cheerio.load(sData)
$('a').each(function(i,elem) {
let link = $(this)
const text = $(this).text()
link.after(text)
@victusfate
victusfate / dice_roller.js
Created September 10, 2019 18:13
a weird way to roll dice
const d = (dv) => Math.floor(Math.random()*dv)
const sum = (sum,dv) => sum + d(dv)
const r = (n,dv) => Array.from({length:n}).map(x => dv).reduce(sum)
console.log('roll 8d12',r(8,12),'average',8 * 6.5)
@victusfate
victusfate / Config.ecf
Created June 4, 2019 22:43
customized experimental alpha 10 branch config file with internal error
# How it works:
# - rename to 'Config.ecf' to activate
# - change original values of parameters as desired
# - listed parameters will overwrite the game's internal original values
# - parameters not listed (commented out / removed) will cause the game to continue using the internal ORIGINAL values
VERSION: 6
# ==================== BLOCKS, DEVICES ==========================
@victusfate
victusfate / Config.ecf
Last active June 6, 2022 04:11
Empyrion Galactic Survival Config file 9.4 - CV weapons work on planet + space, Chainsaw extended range, chops through anything, higher damage, Very fast Mining 10x speeds, Overall weapon pass, Ludicrous Mode Epic Plasma Cannon, Auto fire pistols usable from the drone, sniper/t2 actually hurt, upped most weapon damage + accuracy, added auto fire…
# How it works:
# - rename to 'Config.ecf' to activate
# - change original values of parameters as desired
# - listed parameters will overwrite the game's internal original values
# - parameters not listed (commented out / removed) will cause the game to continue using the internal ORIGINAL values
VERSION: 4
# ==================== BLOCKS, DEVICES ==========================