Skip to content

Instantly share code, notes, and snippets.

View shun91's full-sized avatar

Shun Kawahara shun91

View GitHub Profile
@shun91
shun91 / q02.py
Last active September 27, 2016 05:28
「プログラマ脳を鍛える 数学パズル」を Python で解いてみた.
#! /usr/bin/python
# -*- coding: utf-8 -*-
import sys
if __name__ == '__main__':
ans = []
kigo = ['+', '-', '*', '/', '']
@shun91
shun91 / isucon7.md
Last active October 15, 2017 10:44
@shun91
shun91 / click-ajax.html
Created February 18, 2018 13:59
クリックイベントでAjaxによりAPIリクエストするサンプル(Chromeではクロスオリジンの制約により動きません)
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>クリックイベントでAjaxによりAPIリクエストするサンプル</title>
</head>
<body>
<main>
<h1>クリックイベントでAjaxによりAPIリクエストするサンプル</h1>
<p>