Skip to content

Instantly share code, notes, and snippets.

@seungwon0
seungwon0 / kspeller
Created January 17, 2011 04:46
Simple Korean Spell Checker using WebService::KoreanSpeller
#!/usr/bin/env perl
#
# kspeller - Korean Spell Checker
#
# Simple Korean Spell Checker using WebService::KoreanSpeller
#
# Seungwon Jeong <seungwon0@gmail.com>
#
# Copyright (C) 2011 by Seungwon Jeong
@seungwon0
seungwon0 / lotto-generator
Created January 22, 2011 06:00
Lotto Number Generator
#!/bin/sh
#
# lotto-generator - Lotto Number Generator
#
# Seungwon Jeong <seungwon0@gmail.com>
#
# Copyright (C) 2011 by Seungwon Jeong
echo `shuf -n 6 -i 1-45 | sort -n`
@seungwon0
seungwon0 / dcscrap
Created March 2, 2011 15:10
Scrap images from dcinside gallery
#!/usr/bin/env perl
#
# dcscrap - scrap images from dcinside gallery
#
# dcscrap downloads image files from dcinside gallery.
#
# Dcinside is a South Korean internet forum. Initially established as
# a community dedicated to digital cameras and photography, it has met
# broad notoriety in Korea due to its unique nature.
#
@seungwon0
seungwon0 / classnamer
Created March 6, 2011 06:01
Random class name generator
#! /bin/sh
#
# classnamer - Random class name generator
#
# Show random class name from http://www.classnamer.com/.
#
# Seungwon Jeong <seungwon0@gmail.com>
#
# Copyright 2011 by Seungwon Jeong
@seungwon0
seungwon0 / print-source.c
Created April 2, 2011 08:36
Print the source code of itself
/*
* print-source.c - Print the source code of itself
*
* print-source prints the source of itself without using file I/O.
*
* http://www.indidev.net/forum/viewtopic.php?p=150
*
* Seungwon Jeong <seungwon0@gmail.com>
*
* Copyright (C) 2011 by Seungwon Jeong
@seungwon0
seungwon0 / hex-plugin.vala
Created May 3, 2011 07:56
Hexadecimal Converter Plug-in for Synapse
/*
* Copyright (C) 2011 Seungwon Jeong <seungwon0@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@seungwon0
seungwon0 / 500px.pl
Created June 29, 2012 04:51
downloads Popular Photos from 500px
#!/usr/bin/env perl
#
# 500px.pl - downloads Popular Photos from 500px
#
# Downloads 20 popular photos from 500px.com.
#
# Seungwon Jeong <seungwon0@gmail.com>
#
# Copyright (C) 2012 by Seungwon Jeong
#
@seungwon0
seungwon0 / miss_korea_2012.pl
Created June 30, 2012 04:48
downloads Miss Korea 2012 Photos
#!/usr/bin/env perl
#
# miss_korea_2012.pl - downloads Miss Korea 2012 Photos
#
# Downloads Miss Korea 2012 photos from http://misskorea.hankooki.com.
#
# Seungwon Jeong <seungwon0@gmail.com>
#
# Copyright (C) 2012 by Seungwon Jeong
#
@seungwon0
seungwon0 / mac-lookup.pl
Created July 2, 2012 10:34
looks up MAC vendor information
#!/usr/bin/env perl
#
# mac-lookup.pl - looks up MAC vendor information
#
# Looks up MAC vendor information using Net::MAC::Vendor module.
#
# Seungwon Jeong <seungwon0@gmail.com>
#
# Copyright (C) 2012 by Seungwon Jeong
#
@seungwon0
seungwon0 / fortune-ko.sh
Created July 10, 2012 11:38
fortune for Korean
#!/bin/sh
#
# fortune-ko.sh - fortune for Korean
#
# http://korea.gnu.org/people/chsong/fortune/
#
# Seungwon Jeong <seungwon0@gmail.com>
#
# Copyright (C) 2012 by Seungwon Jeong
#