Russian Formula Three Championship
Russian Formula Three Championship is the name of a former Russian Formula Three racing competition. Starting in 1997, the series ended in 2002, it was relaunched in 2008 but only for one season.
Category | Single-seater |
---|---|
Country | |
Inaugural season | 1997 |
Folded | 2008 |
Constructors | ArtTech, Astrada, Dallara |
Last Drivers' champion | |
Last Teams' champion | ArtLine Engineering |
Official website | http://www.f1600.ru |
Champions
Season | Championship | ASPAS Cup | ||||
---|---|---|---|---|---|---|
Drivers' Champion | Car | Teams' Champion | Drivers' Champion | Car | Teams' Champion | |
2008 | ArtTech F24 | ArtLine Engineering | No Cup | |||
2007 | Russian Formula 1600 Championship | |||||
2006 | ||||||
2005 | ||||||
2004 | ||||||
2003 | ||||||
2002 | Dallara F399 | Lukoil Racing | ||||
2001 | Dallara F399 | ArtLine Engineering | ||||
2000 | Dallara F399 | Lukoil Racing | ||||
1999 | Dallara | Lukoil Racing | ||||
1998 | Dallara | West Canopus Castrol | Dallara F397 | Lukoil Racing | ||
1997 | Dallara | West Canopus Castrol | Dallara F397 | Lukoil Racing |
gollark: Which `let`?
gollark: This lets me do this```javascriptconst getPage = name => SQL`SELECT * FROM pages WHERE name = ${name} ORDER BY updated DESC LIMIT 1`.get() || null```*without* the glaring SQL injection vulnerabilities!
gollark: ```javascriptexport const SQL = (strings, ...params) => { const sql = strings.join("?") let stmt const cachedValue = preparedStatements.get(sql) if (!cachedValue) { stmt = DB.prepare(sql) preparedStatements.set(sql, stmt) } else { stmt = cachedValue } return { get: () => stmt.get.apply(stmt, params), run: () => stmt.run.apply(stmt, params), all: () => stmt.all.apply(stmt, params), statement: stmt }}```observe some stuff from my code.
gollark: I've never written that.
gollark: They do have more brackets though, sadly.
External links
- Russian Formula 1600/Formula 3 official website (in Russian)
- Autoreview newspaper archive (in Russian)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.