Skip to content

Instantly share code, notes, and snippets.

View fumiyas's full-sized avatar
💭
> 突然の死 <

SATOH Fumiyasu fumiyas

💭
> 突然の死 <
View GitHub Profile
@fumiyas
fumiyas / LICENCE
Last active August 29, 2015 13:59 — forked from saitoha/LICENCE
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2014 Hayaki Saito <user@zuse.jp>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@fumiyas
fumiyas / fof.sh
Last active December 10, 2015 23:28 — forked from mattn/fof.sh
#!/bin/ksh
i=0
ls |while read b; do
i=`expr $i + 1`
echo "$i $b"
done
echo "total $i"
@fumiyas
fumiyas / unzip.rb
Created November 6, 2012 09:01 — forked from arika/unzip.rb
expand zip-files (with pathname encoding conversion) <http://arika.org/2011/06/07/unzip-rb>
#!/usr/bin/ruby1.9.1
# encoding: UTF-8
=begin
Copyright (c) 2011, akira yamada
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright