Skip to content

Instantly share code, notes, and snippets.

@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 / 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 / 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 / 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 / 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 / srt2txt.pl
Created February 4, 2012 15:19
Convert SRT into Text
#!/usr/bin/env perl
#
# srt2txt - Convert SRT into Text
#
# Seungwon Jeong <[email protected]>
#
# 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 / hex-plugin.vala
Created May 3, 2011 07:56
Hexadecimal Converter Plug-in for Synapse
/*
* Copyright (C) 2011 Seungwon Jeong <[email protected]>
*
* 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 / 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 <[email protected]>
*
* Copyright (C) 2011 by Seungwon Jeong
@seungwon0
seungwon0 / symlink.py
Created March 14, 2011 05:07
Nautilus Extension for Symbolic Link
@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 <[email protected]>
#
# Copyright 2011 by Seungwon Jeong