Chikayuki Mochizuki
Chikayuki Mochizuki (望月 慎之, Mochizuki Chikayuki, born May 20, 1972) is a former Japanese football player.
Personal information | |||
---|---|---|---|
Full name | Chikayuki Mochizuki | ||
Date of birth | May 20, 1972 | ||
Place of birth | Shizuoka, Japan | ||
Height | 1.78 m (5 ft 10 in) | ||
Playing position(s) | Midfielder | ||
Youth career | |||
1988–1990 | Shimizu Commercial High School | ||
1991–1994 | Doshisha University | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1995–1996 | Kyoto Purple Sanga | 19 | (2) |
Total | 19 | (2) | |
* Senior club appearances and goals counted for the domestic league only |
Playing career
Mochizuki was born in Shizuoka Prefecture on May 20, 1972. After graduating from Doshisha University, he joined Japan Football League club Kyoto Purple Sanga in 1995. The club was promoted to J1 League from 1996. Although he played many matches as defensive midfielder in early 1996, his opportunity to play decreased in late and retired end of 1996 season.
Club statistics
Club performance | League | Cup | League Cup | Total | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Season | Club | League | Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals |
Japan | League | Emperor's Cup | J.League Cup | Total | ||||||
1995 | Kyoto Purple Sanga | Football League | 8 | 2 | 1 | 0 | - | 9 | 2 | |
1996 | J1 League | 11 | 0 | 0 | 0 | 0 | 0 | 11 | 0 | |
Total | 19 | 2 | 1 | 0 | 0 | 0 | 20 | 2 |
gollark: It... shouldn't.
gollark: ```python#!/usr/bin/env python3from PIL import Imageimport mathimport sysdef chunks(l, n): for i in range(0, len(l), n): yield l[i:i + n]def from_bit_list(bl): i = 0 for ix, v in enumerate(bl): i |= v * (2 ** (7 - ix)) return iim = Image.open("out.png")id = im.load()(w, h) = im.sizebits = []for x in range(w): for y in range(h): bits.append(id[x, y])bits = [1 if x >= 1 else 0 for x in bits]byts = [from_bit_list(bytegroup) for bytegroup in chunks(bits, 8)]sys.stdout.buffer.write(bytes(byts))```Here it is. It's really rather awful.
gollark: With the companion program.
gollark: You can decode it with the companion program, which I can send an image of.
gollark: This is not potatOS. This is some random text.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.