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/python | |
#coding: UTF-8 | |
import csv | |
import random | |
filename = "entry.csv" | |
csvfile = open(filename) | |
list = [] |
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
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 |
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
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; | |
} | |
} |
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
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(){ |
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
<?php | |
error_reporting(-1); | |
ini_set('display_errors','On'); | |
/** | |
* TDDBC Lv3 or Lv4 LegacyCode | |
* Legacy Simple BBS | |
* [email protected] | |
*/ | |
/** |
NewerOlder