Skip to content

Instantly share code, notes, and snippets.

View nineties's full-sized avatar

Koichi NAKAMURA nineties

View GitHub Profile
tench, Tinca tinca
goldfish, Carassius auratus
great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias
tiger shark, Galeocerdo cuvieri
hammerhead, hammerhead shark
electric ray, crampfish, numbfish, torpedo
stingray
cock
hen
ostrich, Struthio camelus
import numpy as np
N = 114514114514
def L(a):
m = np.zeros((64, 64), 'uint32')
m[:64-a, a:] = np.eye(64-a)
return m
I = np.eye(64, dtype='uint32')
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.