1927 in Japanese football
Japanese football in 1927.
Emperor's Cup
Kobe Icchu Club | 2-0 | Rijo Shukyu-Dan |
---|---|---|
? ![]() ? ![]() |
National team
Results
1927.08.29 | Japan | 2-1 | Philippines | Shanghai, China |
Suzuki ![]() Takenokoshi ![]() |
JFA | ? ![]() |
Players statistics
Player | -1926 | 08.27 | 08.29 | 1927 | Total |
Shigemaru Takenokoshi | 1(0) | O | O(1) | 2(1) | 3(1) |
Misao Tamai | 0(0) | O(1) | O | 2(1) | 2(1) |
Shigeyoshi Suzuki | 0(0) | O | O(1) | 2(1) | 2(1) |
Nagayasu Honda | 0(0) | O | O | 2(0) | 2(0) |
Daigoro Kondo | 0(0) | O | O | 2(0) | 2(0) |
Ko Takamoro | 0(0) | O | O | 2(0) | 2(0) |
Haruo Arima | 0(0) | O | O | 2(0) | 2(0) |
Tamotsu Asakura | 0(0) | O | O | 2(0) | 2(0) |
Yasuo Haruyama | 0(0) | O | O | 2(0) | 2(0) |
Shigeru Takahashi | 0(0) | O | O | 2(0) | 2(0) |
Junji Nishikawa | 0(0) | O | O | 2(0) | 2(0) |
Shojiro Sugimura | 0(0) | O | - | 1(0) | 1(0) |
Michiyo Taki | 0(0) | - | O | 1(0) | 1(0) |
Births
- January 10 - Megumu Tamura
gollark: But if I split it into multiple functions, it would not actually work.
gollark: Look, it has pattern matching in it, therefore good.
gollark: How SHOULD I do it?
gollark: ↑ you, as a result
gollark: ```rustfn matches(expr: &Value, condition: &Value) -> Option<Bindings> { match (expr, condition) { (Value::Num(a), Value::Num(b)) => if a == b { Some(HashMap::new()) } else { None }, (Value::Call(efn, eargs), Value::Call(rfn, rargs)) => { if efn != rfn { return None } if rargs.len() != eargs.len() { return None } let mut out_bindings = HashMap::new(); for (rarg, earg) in rargs.iter().zip(eargs) { match matches(earg, rarg) { Some(x) => out_bindings.extend(x), None => return None } } Some(out_bindings) }, (_, Value::Identifier(b)) => Some(vec![(b.clone(), expr.clone())].into_iter().collect()), _ => None }}```
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.