Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am popkirby on github.
  • I am popkirby (https://keybase.io/popkirby) on keybase.
  • I have a public key ASBBX92qu_TJAYydlvox2saal0uaPPAtoXoiSezKkoqthwo

To claim this, I am signing this object:

@popkirby
popkirby / cards.json
Created December 17, 2016 15:51
モバマスのカード一覧
This file has been truncated, but you can view the full file.
[
{
"alias_name": "",
"attribute": "cool",
"card_name": "相川千夏",
"cost": "6",
"default_attack": "600",
"default_defense": "600",
"grow_idol_flag": "",
"hash_card_id": "24db8e0436418b7e45715d6330a49056",
os.loadAPI("apis/myTurtle")
local forward = myTurtle.forward
local back = myTurtle.back
local up = myTurtle.up
local down = myTurtle.down
local left = myTurtle.left
local right = myTurtle.right
local t = myTurtle
forward = "forward"
back = "back"
up = "up"
down = "down"
left = "left"
right = "right"
--
function turn(dir)
if dir == left then
@popkirby
popkirby / nicocommentvanisher.user.js
Created August 31, 2013 13:27
NicoCommentVanisher
// ==UserScript==
// @name NicoCommentVanisher
// @version 1.0
// @description ^-^
// @include http://www.nicovideo.jp/watch/*
// ==/UserScript==
(function(){
var player = document.getElementById("external_nicoplayer");
if (!!player) {
use strict;
use warnings;
use utf8;
use Encode qw/decode/;
use Encode qw/encode/;
use Net::Twitter;
use Config::Simple;
use LWP::UserAgent;
use HTTP::Request::Common;
use Web::Scraper;
use strict;
use utf8;
use feature ':5.10';
use threads;
use Net::Twitter;
use Config::Simple;
binmode STDIN, ":utf8";
binmode STDOUT, ":utf8";