Skip to content

Instantly share code, notes, and snippets.

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

hibiya (김종이) hibiyasleep

🛌
.oO( 🍣 )
View GitHub Profile
@hibiyasleep
hibiyasleep / GodDrinksJava.java
Last active May 11, 2024 04:53
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
*/
// ==UserScript==
// @name 피클빼주세요
// @namespace https://idyllshi.re/
// @version 2024-04-14
// @description 피클빼주세요
// @author hibiya inemuri
// @match https://pji.co.kr/order/w_payment
// @icon https://www.google.com/s2/favicons?sz=64&domain=pji.co.kr
// @grant none
// ==/UserScript==
@hibiyasleep
hibiyasleep / Histogram.fx
Last active February 18, 2024 15:05
Histogram Pixel Shader for ReShade 3/4
/**
* Copyright (C) 2015-2016 Ganossa (mediehawk@gmail.com)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software with restriction, including without limitation the rights to
* use and/or sell copies of the Software, and to permit persons to whom the Software
* is furnished to do so, subject to the following conditions:
*
* The above copyright notice and the permission notices (this and below) shall
@hibiyasleep
hibiyasleep / _v-archive-tier.overlay.md
Last active September 21, 2023 04:24
v-archive 티어표 방송용 스타일시트 (비공식)

image

대충이렇게됨.

사용법

요약: 이거 복사해서 OBS 브라우저 속성에 CSS에다 던지세요

  1. OBS에 브라우저를 추가하세요.
  2. URL을 선생님의 티어표로 맞추세요.
@hibiyasleep
hibiyasleep / gshade_to_reshade_guide.md
Last active February 8, 2023 19:29 — forked from lostkagamine/gshade_to_reshade_guide.md
GShade -> ReShade migration guide for FFXIV

GShade에서 ReShade로 옮겨가는 방법

(rika (@lostkagamine)가 작성하고 hibiyasleep이 번역하면서 조금 다듬음. 테스트해봤고, 제대로 될 겁니다.)

화면이 까매지는 등의 문제가 발생한다면, 이 글 맨 아래의 FAQ를 읽어주세요!

역주:

  • 삭제→Delete (파일 삭제), 제거→Uninstall (프로그램 추가/제거)
  • 문체가 좀 이상할 수 있는데 그냥 귀찮아서 원본 어투를 최대한 따랐습니다. 뭐 내용에는 지장 없으니까…

0. 아직 GShade를 제거하지 마세요!

/*
* 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 / 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 / raids_Eden's_Promise_Savage_Stage3.xml
Last active September 20, 2021 13:21 — forked from griefnote/raids_Eden's_Promise_Savage_Stage3.xml
희망의 낙원 에덴: 재생편(영웅) 3 타임라인
<?xml version="1.0" encoding="utf-8"?>
<timeline>
<name>희망의 낙원 에덴: 재생편(영웅) 3</name>
<rev>v1</rev>
<description>希望の園エデン零式:再生編3層のタイムラインです。
https://blog.sheeva.me/
</description>
<author>sheeva</author>
<license>CC BY-SA</license>
<zone>희망의 낙원 에덴: 재생편(영웅) 3</zone>
#!/bin/zsh
ENDPOINT="http://ticket.interpark.com/Ticket/Goods/GoodsInfoJSON.asp?Flag=RemainSeat&GoodsCode=19012027&PlaceCode=11011096&PlaySeq=001&Callback="
LINK="http://ticket.interpark.com/Ticket/Goods/GoodsInfo.asp?GoodsCode=19012027"
LOCKFILE=/tmp/.fc-checked
fetch() {
curl $ENDPOINT -X GET -H "Referer: $LINK" -H 'User-Agent: Chrome' -s \
| iconv -f euckr -t utf8 \
| jq -rR 'capture("\\((?<x>.*)\\)[^)]*$").x | fromjson'
@hibiyasleep
hibiyasleep / tweetdeck-composer-rollback.user.css
Last active May 17, 2019 11:21
Rollbacks enlarged TweetDeck's compose drawer width.
/* ==UserStyle==
@name tweetdeck-composer-rollback
@author kuriyama hibiya
@namespace idyllshi.re
@version 0.0.2
@homepageURL https://gist.github.com/hibiyasleep/b92611b66eb400a348dd7ea2e879d012
@updateURL https://hibiya.moe/tmp/tweetdeck-composer-rollback.user.css
@license public
@preprocessor default
@advanced number drawerWidth "트윗 쓰기 드로어 너비 (px)" [270, 120, 400, 1, 'px']