This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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' |
NewerOlder