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
# FILE : naver.py | |
# -*- coding: utf-8 -*- | |
# | |
import urllib2, re, sys | |
from time import time, sleep | |
from StringIO import StringIO | |
from gzip import GzipFile | |
VERSION = '0' |
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
getErinnTime = function (date){ | |
var week = [ | |
'임볼릭', | |
'알반 에일레르', | |
'벨테인', | |
'알반 헤루인', | |
'루나사', | |
'알반 엘베드', | |
'삼하인' ] | |
var d = date || new Date() |
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
#include <windows.h> | |
#include "resource.h" | |
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM); | |
HINSTANCE g_hInst; | |
HWND hWndMain; | |
LPCTSTR lpszClass=TEXT("webTris"); | |
int APIENTRY WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance | |
,LPSTR lpszCmdParam,int nCmdShow) |
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
import javax.swing.*; | |
import java.awt.*; | |
import java.awt.event.*; | |
import java.io.*; | |
import java.net.*; | |
public class Hangang extends JFrame { | |
public static String uri = "http://shizuku.hibiya.moe/hangang"; |
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
// target: http://zermoth.net/mabinogi/ost | |
// jquery: required | |
// setting: none | |
// output-variable: d | |
// output-type: object | |
t='' | |
tn=0 | |
d={} | |
void( | |
$('h2, .tbOST tr').each(function(i, o){ |
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
package goddrinksjava; | |
/** | |
* The program GodDrinksJava implements an application that | |
* creates an empty simulated world with no meaning or purpose. | |
* | |
* @author momocashew | |
* @lyrics hibiyasleep | |
*/ | |
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
#!/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()) |
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
#!/bin/zsh | |
# (only tested with zsh, anyway) | |
# | |
# followlog.sh | |
# | |
# (c) 2016 Kuriyama hibiya | |
# All rights reserved. | |
# | |
# Usage: | |
# |
OlderNewer