Mika Norja
Mika Norja is a Finnish professional ice hockey goaltender currently playing for Jukurit in the Finish Mestis.[1]
Mika Norja | |||
---|---|---|---|
Born |
Lohja, Finland | 25 December 1984||
Height | 6 ft 2 in (188 cm) | ||
Weight | 203 lb (92 kg; 14 st 7 lb) | ||
Position | Goaltender | ||
Catches | Left | ||
Mestis team Former teams |
Jukurit SM-liiga HIFK | ||
Playing career | 2005–present |
Career
He started his pro career in the 2. Divisioona with Ankat before moving on to play for Ketterä in the Suomi-sarja league. Mika played in this league until 2009-10 when he moved to RoKi in the Finnish Mestis.
In 2011-12 he signed with HIFK of the SM-liiga and played a total of 18 SM-liiga games over 2 seasons. He was loaned out to several teams during his time with HIFK.[2]
In 2013-14 he signed with Timrå IK in the HockeyAllsvenskan.
Career Stats
updated 20 November 2013[3]
Year | Team | League | GP | GAA | SV% |
---|---|---|---|---|---|
2005-06 | Ankat | 2. Divisioona | 18 | 4.20 | .893 |
2006-07 | Ankat | 2. Divisioona | 7 | 3.00 | .917 |
Ketterä | Suomi-sarja | 8 | 5.28 | .883 | |
2007-08 | Ketterä | Suomi-sarja | 28 | 3.96 | .897 |
2008-09 | Ketterä | Suomi-sarja | 34 | 2.96 | .911 |
2009-10 | RoKi | Mestis | 12 | 3.89 | .850 |
Kiekko-Laser | Suomi-sarja | 9 | 2.78 | .910 | |
2010-11 | Kiekko-Vantaa | Mestis | 37 | 2.58 | .922 |
2011-12 | HIFK | SM-liiga | 7 | 1.70 | .944 |
Kiekko-Vantaa (on loan) | Mestis | 12 | 2.72 | .913 | |
KooKoo (on loan) | Mestis | 4 | 1.97 | .941 | |
2012-13 | HIFK | SM-liiga | 11 | 2.65 | .905 |
HCK (on loan) | Mestis | 8 | 2.94 | .918 | |
KooKoo (on loan) | Mestis | 1 | 4.00 | .902 | |
2013-14 | Timrå IK | HockeyAllsvenskan | 11 | 1.59 | .941 |
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: Unfortunately, mmap appears to be uncooperative.
gollark: I wanted to implement coral's `idea: trap segfaults and mmap data at the erroring position`.
gollark: 🐝 that, safety = 🐝.
gollark: Well, Windows bad.
References
- "Archived copy". Archived from the original on 5 December 2013. Retrieved 20 November 2013.CS1 maint: archived copy as title (link) Mika Norja at the Timrå website
- http://www.eliteprospects.com/player.php?player=37365 career history at elite prospects
- http://www.eliteprospects.com/player.php?player=37365
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.