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/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 | |
# |
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 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]> |
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 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 | |
# |
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 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 | |
# |
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 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 | |
# |
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/sh | |
# | |
# fortune-ko.sh - fortune for Korean | |
# | |
# http://korea.gnu.org/people/chsong/fortune/ | |
# | |
# Seungwon Jeong <[email protected]> | |
# | |
# Copyright (C) 2012 by Seungwon Jeong | |
# |
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 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 |
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 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 |
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 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 |
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 perl | |
# | |
# qrencode-gui.pl - Simple GUI for qrencode | |
# | |
# Requires qrencode. | |
# | |
# Seungwon Jeong <[email protected]> | |
# | |
# Copyright (C) 2012 by Seungwon Jeong | |
# |