Ard van Peppen

Ard van Peppen (born 26 June 1985) is a Dutch professional footballer who last played for Dutch Eredivisie club Roda JC Kerkrade. Van Peppen plays as a left back.[1]

Ard van Peppen
Personal information
Full name Ard van Peppen
Date of birth (1985-06-26) 26 June 1985
Place of birth Delft, Netherlands
Height 1.82 m (5 ft 11 12 in)
Playing position(s) Left back
Youth career
VV Longa 33
Vitesse Delft
Sparta Rotterdam
Almere City
Senior career*
Years Team Apps (Gls)
20042006 Feyenoord 0 (0)
20052006Excelsior (loan) 19 (0)
20062008 De Graafschap 39 (2)
2008Excelsior (loan) 8 (0)
20082010 Excelsior 72 (1)
20102013 RKC Waalwijk 94 (5)
20132018 Roda JC Kerkrade 137 (2)
* Senior club appearances and goals counted for the domestic league only and correct as of 1 July 2018

As a player he has won promotion from Eerste Divisie to the Eredivisie on three occasions.

He is Indonesian descent from his mother.[2]

Career

Early career

Born in Delft, Van Peppen started his professional career for Feyenoord, but was soon loaned out to feeder club SBV Excelsior. During his loan spell he gained promotion to the Eredivisie with Excelsior during the 2005/6 after winning the Dutch second division.

De Graafschap

In 2006, he signed with De Graafschap. He made his debut for the club in a 0-1 lost home match against Go Ahead Eagles and again gained promotion to the Eredivisie after winning the Dutch second division during the 2006/7 season. He played for De Graafschap in the Eredivisie after promotion during 2007.

Excelsior

He returned on loan to Excelsior in 2008 before joining Excelsior on a permanent deal after his loan spell.[3] Excelsior qualified for the promotion playoffs during the 2008/09 season however were knocked out by RKC Waalwijk, however he again gained promotion from the Eerste Divisie for the 3rd time, when Excelsior beat Sparta Rotterdam in the Playoff final during the 2010/11 season.

RKC Waalwijk

In 2010, he was transferred to RKC Waalwijk, who were just relegated to the Dutch second division.[4][5]

Roda JC

After three years Van Peppen left RKC Waalwijk on a free transfer and he signed a three-year contract with Eredivisie side Roda JC Kerkrade.[6]

Honours

Excelsior

De Graafschap

gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5

References

  1. We spraken Ard van Peppen over de sloop van zijn imago vice.com
  2. "Ard van Peppen, Keturunan Indonesia, Terbaik di Belanda". www.sepakbolanda.com.
  3. "Excelsior neemt Van Peppen weer in dienst". fcupdate.org (in Dutch). Archived from the original on 2 August 2012. Retrieved 2 August 2010.
  4. "RKC versterkt zich met Duits en Van Peppen". vi.nl (in Dutch). Archived from the original on 11 August 2010. Retrieved 2 August 2010.
  5. "RKC haalt Van Peppen en Duits binnen". fcupdate.org (in Dutch). Retrieved 2 August 2010.
  6. "Gewilde Van Peppen kiest voor Roda JC". voetbalprimeur.nl (in Dutch). Retrieved 30 May 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.