Skip to content

Instantly share code, notes, and snippets.

View Omega014's full-sized avatar
🎯
Focusing

Mitsuki Sugiya(omega) Omega014

🎯
Focusing
View GitHub Profile
@Omega014
Omega014 / 言語処理100本ノック 第1章: 準備運動.txt
Created May 21, 2016 14:28
言語処理100本ノック 第1章: 準備運動
# python3.5
00.
"stressed"[::-1]
echo "stressed"|rev
"stressed".reverse
01.
"パタトクカシーー"[1::2]
02.
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<table border="2" bordercolor="green" rules="rows" cellpadding="10">
<thead class="table_head">
<tr>
<th>NO.</th>
名前 *
 フリーフォーマット
メールアドレス *
 フリーフォーマット
名前(カタカナ) *
 フリーフォーマット
性別 *
import processing.gainer.*;//Gainerを使うためのインポート
Gainer gainer;//gainerを使うための呪文、クラスのインスタンス
PFont Font;//フォントの指定
float t0, time;
String data = " ";
char t = ' ';
int Flag = 0;
int i = 0;
import java.awt.* ;
import java.awt.event.*;
import javax.swing.*;
import java.util.*;
public class Othello extends JFrame implements ActionListener {
// pieces
static int empty = 0;
static int black = 1;