Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am thelonedevil on github.
  • I am the_lone_devil (https://keybase.io/the_lone_devil) on keybase.
  • I have a public key ASDzwCBZXxMg_ujgmOULXUHG_K4-yG5D7QoqdfI7n2qUOgo

To claim this, I am signing this object:

NameError: cannot load Java class sun.security.tools.KeyTool
for_name at org/jruby/javasupport/JavaClass.java:204
get_proxy_class at org/jruby/javasupport/JavaUtilities.java:34
const_missing at file:/C:/jruby-1.7.22/lib/jruby.jar!/jruby/java/java_package_module_template.rb:4
generate_default_keystore at C:/jruby-1.7.22/lib/ruby/gems/shared/gems/trinidad-1.5.0.B1/lib/trinidad/server.rb:586
add_ssl_connector at C:/jruby-1.7.22/lib/ruby/gems/shared/gems/trinidad-1.5.0.B1/lib/trinidad/server.rb:194
initialize_tomcat at C:/jruby-1.7.22/lib/ruby/gems/shared/gems/trinidad-1.5.0.B1/lib/trinidad/server.rb:98
tomcat at C:/jruby-1.7.22/lib/ruby/gems/shared/gems/trinidad-1.5.0.B1/lib/trinidad/server.rb:68
start at C:/jruby-1.7.22/lib/ruby/gems/shared/gems/trinidad-1.5.0.B1/lib/trinidad/server.rb:254
(root) at C:/jruby-1.7.22/lib/ruby/gems/shared/gems/trinidad-1.5.0.B1/bin/trinidad:6
@Thelonedevil
Thelonedevil / AllBadges.js
Created September 26, 2015 19:19
Adds all global badges to your name in the twitch chat (client only), Just replace "the_lone_devil" with the username.
function allBadges(){
var lines = document.getElementsByClassName("chat-line");
[].forEach.call(lines, function(i){
if(i.getAttribute("data-sender").toString() == "the_lone_devil"){
var badges = i.getElementsByClassName("badges");
badges[0].innerHTML =
"<div original-title='Twitch Admin' class='admin badge'></div> \
<div original-title='Staff' class='staff badge'></div>\
<div original-title='Channel Broadcaster' class='broadcaster badge'></div>\
<div original-title='Turbo' class='turbo badge'></div>\
#/bin/sh
mkdir Spout
cd Spout
wget get.spout.org/dev/spout.jar
wget justin-wiblin.tk/download/spoutserver.sh
wget justin-wiblin.tk/download/spoutclient.sh
mkdir plugins
cd plugins
wget get.spout.org/dev/vanilla.jar
mkdir Spout
cd Spout
wget get.spout.org/dev/spout.jar
wget justin-wiblin.tk/download/spoutserver.bat
wget justin-wiblin.tk/download/spoutclient.bat
mkdir plugins
cd plugins
wget get.spout.org/dev/vanilla.jar