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
[Desktop Entry] | |
Name=mikutter | |
Exec=ruby1.9.1 /home/zunda/local/src/mikutter/mikutter.rb | |
Terminal=false | |
Type=Application | |
Icon=/home/zunda/local/src/mikutter/core/skin/data/icon.png |
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 <stdlib.h> | |
#include <stdio.h> | |
#include <string.h> | |
#define __USE_XOPEN | |
#include <time.h> | |
int | |
main(int argc, char **argv) | |
{ |
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 <stdlib.h> | |
#include <stdio.h> | |
#include <string.h> | |
#include <time.h> | |
int | |
main(int argc, char **argv) | |
{ | |
struct tm tm; |
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
kernel: psmouse.c: bad data from KBC - timeout | |
kernel: input: PS2++ Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input8 |
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
#!/usr/bin/ruby1.9 | |
# usage: ruby1.9.x show-encoding-mp3tag.rb *.mp3 | |
# shows encodings of MP3 tags | |
# | |
# Copyright 2012 (C) zunda <zunda at freeshell.org> | |
# | |
# Permission is granted for use, copying, modification, distribution, | |
# and distribution of modified versions of this work as long as the | |
# above copyright notice is included. | |
# |
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
#!/usr/bin/ruby1.8 | |
# usage: ruby1.8.x convert-encoding-mp3tag.rb *.mp3 | |
# converts encoding of MP3 tags into UTF-8 | |
# | |
# This file should be encoded in UTF-8. | |
# | |
# Copyright 2012 (C) zunda <zunda at freeshell.org> | |
# | |
# Permission is granted for use, copying, modification, distribution, | |
# and distribution of modified versions of this work as long as the |
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
#!/usr/bin/ruby | |
# usage: ruby show-mp3-tags.rb *.mp3 | |
# shows encodings of MP3 tags | |
# | |
# Copyright 2012 (C) zunda <zunda at freeshell.org> | |
# | |
# Permission is granted for use, copying, modification, distribution, | |
# and distribution of modified versions of this work as long as the | |
# above copyright notice is included. | |
# |
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
#!/bin/sh | |
# | |
# Action script to forget identities from ssh-agent | |
# before a hibernate | |
# | |
# Copyright: 2012 zunda <zunda at freeshell.org> | |
# License: GPL-2 or later | |
# | |
# pm-action(8) - <action> <suspend method> | |
# |
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
#!/usr/bin/ruby -Ku | |
# -*- coding: utf-8 -*- | |
# $Id: pick_up_licenses,v 1.15 2003/11/26 16:25:05 zunda Exp $ | |
# | |
# picks up signatures for licenses from source trees | |
# | |
# Copyright 2003 Momonga Project <admin at momonga-linux.org> | |
# | |
# Permission is granted for use, copying, modification, distribution, | |
# and distribution of modified versions of this work as long as the |
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
#!/bin/sh | |
/usr/bin/gnome-terminal --working-directory=$HOME -e "/usr/bin/vim -c 'set enc=utf8 fenc=utf8 et tw=0 ts=2 sw=2' $@" |