Skip to content

Instantly share code, notes, and snippets.

View inertia186's full-sized avatar
🏠
Working from home

Anthony Martin inertia186

🏠
Working from home
View GitHub Profile
@inertia186
inertia186 / sm-better-names.user.js
Last active September 8, 2020 03:14
Better names for cards in Steem Monsters.
// ==UserScript==
// @name sm-better-names
// @namespace https://gist.github.com/inertia186/93b53e9922602f36dc4b743108569072
// @updateURL https://gist.github.com/inertia186/93b53e9922602f36dc4b743108569072
// @version 0.1
// @description Better names for cards in Steem Monsters.
// @author inertia
// @include https://steemmonsters.com/*
// ==/UserScript==
@inertia186
inertia186 / Gemfile
Last active May 17, 2020 19:21
Communities Moderation Automation
source 'https://rubygems.org'
gem 'hive-ruby', require: 'hive'
gem 'radiator'
gem 'highline'
gem 'hive_sql'
gem 'awesome_print'
gem 'pry'
gem 'rb-readline'
@inertia186
inertia186 / hive-switcher.js
Last active April 17, 2020 09:54
Switch between different Hive front-ends.
// ==UserScript==
// @name hive-switcher
// @namespace https://gist.github.com/inertia186/39a62faa835c5fa0b527c59b1af4f2bb
// @updateURL https://gist.githubusercontent.com/inertia186/39a62faa835c5fa0b527c59b1af4f2bb/raw/f7596093365525740d8d68a76dc671e5793046b8/hive-switcher.js
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Switch between different Hive front-ends.
// @author inertia
// @match http*://hive.blog/*
// @match http*://peakd.com/*
@inertia186
inertia186 / steem-together.js
Last active February 21, 2020 22:23
steem-together
// ==UserScript==
// @name steem-together
// @namespace https://gist.github.com/inertia186/f17d49ee63e811261193e121a07e1abe
// @updateURL https://gist.github.com/inertia186/f17d49ee63e811261193e121a07e1abe
// @version 0.2
// @description Quickly steem-together.
// @author inertia
// @match https://steemit.com/*
// @grant none
// @require http://code.jquery.com/jquery-3.4.0.min.js
@inertia186
inertia186 / sm-blog-link.user.js
Last active August 22, 2019 20:30
Adds links to players' blogs on Steem Monsters.
STEEM themed slap script.
@inertia186
inertia186 / planet-minecraft.sh
Created March 20, 2013 23:18
[Minecraft, SMP] Planet Minecraft
#!/bin/bash
MC="/Users/steve/Minecraft"
LOG="$MC/server.log"
MESSAGE="We are not falling for it. This is not the server you are looking for. Move along."
for player in `tail -50 $LOG | grep -i "i'm\|im\|i am" | grep -i from | grep -i planet | grep -i minecraft | cut -f 4 -d " " | cut -f 2 -d \< | cut -f 1 -d \> | sort | uniq`
do
if [ -n "`tail -100000 $LOG | grep "Kicked $player from the game: '$MESSAGE'"`" ]; then
@inertia186
inertia186 / .description.chronicle.txt
Last active July 24, 2018 22:02
This script (chronicle.rb) post with extended posting options. See: https://steemit.com/radiator/@inertia/chronicle-rb-posting-script
Chronicle ('chronicle.rb') for STEEM and GOLOS. Please have a look at the README.md file.
Regult ('regult.rb') for STEEM. Please have a look at the README.md file.
Witness Inspector ('winspect.rb') for STEEM. Please have a look at the README.md file.