Skip to content

Instantly share code, notes, and snippets.

@seungwon0
seungwon0 / ubuntu-wallpaper-slideshow.sh
Created June 3, 2012 10:33
creates a XML file for wallpaper slideshow
#!/bin/sh
#
# ubuntu-wallpaper-slideshow.sh - creates a XML file for wallpaper slideshow
#
# Creates a XML file like /usr/share/backgrounds/contest/precise.xml
# in Ubuntu 12.04.
#
# Usage example:
# ./ubuntu-wallpaper-slideshow.sh ~/Pictures/LOOK/*.jpg > LOOK.xml
#
@seungwon0
seungwon0 / slf-viewer.pl
Created June 3, 2012 15:09
Melon lyrics file viewer
#!/usr/bin/env perl
#
# slf-viewer.pl - Melon lyrics file viewer
#
# Show lyrics from Melon lyrics file (*.slf).
#
# Example Usage:
# ./slf-viewer.pl 소녀시대_태티서-01-Twinkle-320.slf | less
#
# Seungwon Jeong <[email protected]>
@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 <[email protected]>
#
# 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 <[email protected]>
#
# 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 <[email protected]>
#
# 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 <[email protected]>
#
# Copyright (C) 2012 by Seungwon Jeong
#
@seungwon0
seungwon0 / fortune-hackersays.pl
Created July 16, 2012 04:04
creates a fortune file for hackers
#!/usr/bin/env perl
#
# fortune-hackersays.pl - creates a fortune file for hackers.
#
# Creates a fortune cookie file containing quotes from hackersays.com.
#
# Usage Example:
# $ ./fortune-hackersays.pl
# $ strfile hackersays
# $ fortune hackersays
@seungwon0
seungwon0 / weather.pl
Created July 21, 2012 07:47
Weather Forecast of Seoul
#!/usr/bin/env perl
#
# weather.pl - Weather Forecast of Seoul
#
# Shows weather forecast of Seoul using Google's weather API.
#
# Copyright (C) 2012 by Seungwon Jeong
#
# 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
@seungwon0
seungwon0 / mp3tag.pl
Created July 21, 2012 16:41
changes MP3 tag encoding (CP949 -> UTF-8)
#!/usr/bin/env perl
#
# mp3tag.pl - changes MP3 tag encoding (CP949 -> UTF-8)
#
# Changes MP3 tag encoding from CP949 to UTF-8.
#
# Copyright (C) 2012 by Seungwon Jeong
#
# 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
@seungwon0
seungwon0 / qrencode-gui.pl
Created July 30, 2012 02:24
Simple GUI for qrencode
#!/usr/bin/env perl
#
# qrencode-gui.pl - Simple GUI for qrencode
#
# Requires qrencode.
#
# Seungwon Jeong <[email protected]>
#
# Copyright (C) 2012 by Seungwon Jeong
#