Skip to content

Instantly share code, notes, and snippets.

View miio's full-sized avatar

miio mitani miio

  • Sapporo, Hokkaido, Japan
View GitHub Profile
@miio
miio / chusen.py
Created August 18, 2011 16:12
抽選プログラム
#!/usr/bin/python
#coding: UTF-8
import csv
import random
filename = "entry.csv"
csvfile = open(filename)
list = []
@miio
miio / LICENCE
Created August 6, 2011 16:08
9leapで作ったものに+フレームワークぽいものを作り中
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
@miio
miio / gist:1036227
Created June 20, 2011 18:30
NightPeoples
public class NightPeoples {
public static void main(String[] args) {
// TODO Auto-generated method stub
class HHiro{
protected String name="エッチ・ナ・ヒロ";
@Override
public String toString(){
return name;
}
}
@miio
miio / gist:1036195
Created June 20, 2011 18:16
Night H-Na-Hiro
import java.util.ArrayList;
import java.util.List;
public class hnahiro {
public static void main(String[] args) {
// TODO Auto-generated method stub
class HHiro{
protected String name="エッチ・ナ・ヒロ";
@Override
public String toString(){
@miio
miio / legay_bbs.php
Created June 7, 2011 07:41
Legacy Simple BBS
<?php
error_reporting(-1);
ini_set('display_errors','On');
/**
* TDDBC Lv3 or Lv4 LegacyCode
* Legacy Simple BBS
* [email protected]
*/
/**