Skip to content

Instantly share code, notes, and snippets.

View hibiyasleep's full-sized avatar
🛌
.oO( 🍣 )

hibiya (김종이) hibiyasleep

🛌
.oO( 🍣 )
View GitHub Profile
/*
* author: kuriyama hibiya <kuriyama hibiya moe>
* license: MIT
*/
* {
box-sizing: border-box;
}
html {
font-size: 16px !important;
body {
font-family: -apple-system, BlinkMacSystemFont, 'Lato', 'Segoe UI', sans-serif;
}
/* color adjustments */
.fr-toolbar,
header {
border-color: #2e4e23 !important;
}
a.nav-link.active {
.fr-toolbar,
#article-list-category,
#article-content-wrapper > .header,
#right-search-form > input[type=text],
#article-content-wrapper #article-content,
#article-content-wrapper .vote-area,
.pagination > .active > a, .pagination > .active > span,
#writeCommentBtn {
border-color: #2e4e23 !important;
}
/*
* hibiyasleep-tgd-theme
*
* (c) 2018 kuriyama hibiya, all rights reserved.
*
* Licensed under GPLv3 with additional restrictions:
* When you reuse entire or any part of this CSS, you should
quote like "hibiyasleep (and/or) 히비야 made this tgd skin"
in *at least one of* tgd.kr notice article, in korean or
english.
@hibiyasleep
hibiyasleep / celeste-parse.py
Last active February 1, 2018 03:11
Celeste langfile parser (to translator-friendly CSV format)
#!/usr/bin/env python2
import sys
import csv
import re
_in = sys.argv[1] # input .txt
try:
_out = sys.argv[2] # output .csv
except IndexError:

Keybase proof

I hereby claim:

  • I am hibiyasleep on github.
  • I am hibiya (https://keybase.io/hibiya) on keybase.
  • I have a public key whose fingerprint is B9D5 A5FD ADBC 2F20 F836 A72D E589 E327 5170 FB52

To claim this, I am signing this object:

@hibiyasleep
hibiyasleep / gh.reg
Created January 23, 2017 09:12
Launch GitHub with gh:// scheme (anyway it's works)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\gh]
@="URL:GitHub"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\gh\shell]
@=""
[HKEY_CLASSES_ROOT\gh\shell\open]
@hibiyasleep
hibiyasleep / followlog.sh
Last active April 14, 2022 06:06
Watch following/followers and generates diff. (crontab required)
#!/bin/zsh
# (only tested with zsh, anyway)
#
# followlog.sh
#
# (c) 2016 Kuriyama hibiya
# All rights reserved.
#
# Usage:
#
@hibiyasleep
hibiyasleep / calcium-tweet.js
Last active May 4, 2017 08:44
calcium-tweet
#!/usr/bin/env node
'use strict'
const calcium = require('calcium')
const moment = require('moment')
const fs = require('fs')
const T = require('twit')
const rc = JSON.parse(fs.readFileSync('/home/hibiya/.calciumrc').toString())
@hibiyasleep
hibiyasleep / GodDrinksJava.java
Last active May 27, 2024 04:04
world.execute(me);
package goddrinksjava;
/**
* The program GodDrinksJava implements an application that
* creates an empty simulated world with no meaning or purpose.
*
* @author momocashew
* @lyrics hibiyasleep
*/