View .description.query_blog.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Query the entire blog of an author. |
View hive-together.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name hive-together | |
// @namespace https://gist.github.com/inertia186/484e3d55b41d47c73cff303f36d1d32c | |
// @updateURL https://gist.github.com/inertia186/484e3d55b41d47c73cff303f36d1d32c | |
// @version 0.1 | |
// @description Quickly hive-together. | |
// @author inertia | |
// @match https://hive.blog/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-3.4.0.min.js |
View .description.csw-fraud.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that CSW is a frawd. |
View hive-switcher.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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/* |
View Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem 'hive-ruby', require: 'hive' | |
gem 'radiator' | |
gem 'highline' | |
gem 'hive_sql' | |
gem 'awesome_print' | |
gem 'pry' | |
gem 'rb-readline' |
View per.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def per(n, s) | |
# Summary of the current test by showing the numbere bing tested followed by | |
# the number of digits. | |
puts("#{n} (digits: #{n.to_s.size})") | |
# Increment the step. | |
s = s + 1 | |
# Check if we've reached the last step. |
View steem-together.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
View sm-better-names.user.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
View sm-blog-link.user.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name sm-blog-link | |
// @namespace https://gist.github.com/inertia186/fd4b744d20300627b2a90f65ddc91da0 | |
// @updateURL https://gist.github.com/inertia186/fd4b744d20300627b2a90f65ddc91da0/raw/cd086681c9c4c9318e625536777a41452b489a94/sm-blog-link.user.js | |
// @version 0.3 | |
// @description Adds links to players' blogs on Splinterlands. | |
// @author inertia | |
// @include https://steemmonsters.com/* | |
// @include https://splinterlands.io/* | |
// ==/UserScript== |
View .description.tintoy.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tin Toy for Hive. Please have a look at the README.md file or check it out on Docker Hub: https://hub.docker.com/r/inertia/tintoy/ |
NewerOlder