José Batista Leite da Silva

José Batista Leite da Silva[1] or simply Batista (born 12 July 1979 in Anguera, Bahia[2]), is a Brazilian footballer. He currently plays for Operário Ferroviário.

Batista
Personal information
Full name José Batista Leite da Silva
Date of birth (1979-07-12) 12 July 1979
Place of birth Anguera, Brazil
Height 1.73 m (5 ft 8 in)
Playing position(s) Midfielder
Club information
Current team
Operário
Youth career
1995–1997 Galo Maringá
Senior career*
Years Team Apps (Gls)
1998–2000 Galo Maringá
2001–2002 Palmeiras Nordeste
2003 Mogi Mirim
2004 Catuense
2005–2006 Galo Maringá
2006 Paraná
2007–2011 Avaí 27 (2)
2007Paraná (loan) 16 (1)
2009Botafogo (loan) 19 (2)
2012 Oeste
2013– Operário
* Senior club appearances and goals counted for the domestic league only

Honours

Palmeiras Nordeste
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?
gollark: It returns two, actually. The second one. I don't know *what* the first one is doing.
gollark: Is this some weird implementation thing or is Lua actually defined/specified to work like this?!

References

  1. zerozerofootball: Batista profile
  2. en.sambafoot.com: Player details Archived 15 March 2009 at the Wayback Machine


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.