James Angulo
James Angulo Zamora (born January 20, 1974) is a former Colombian football player.
Personal information | |||
---|---|---|---|
Full name | James Angulo Zamora | ||
Date of birth | January 20, 1974 | ||
Place of birth | Colombia | ||
Height | 1.75 m (5 ft 9 in) | ||
Playing position(s) | Forward | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2000 | Sport Boys | (13) | |
2001 | Shonan Bellmare | 12 | (2) |
* Senior club appearances and goals counted for the domestic league only |
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 | ||||||
2001 | Shonan Bellmare | J2 League | 12 | 2 | 0 | 0 | 2 | 0 | 14 | 2 |
Total | 12 | 2 | 0 | 0 | 2 | 0 | 14 | 2 |
gollark: f i b o n a c c i
gollark: Besides, this is slower.
gollark: I mean, this is a full program...
gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.