Alvik, Luleå Municipality

Alvik is a locality situated in Luleå Municipality, Norrbotten County, Sweden with 777 inhabitants in 2010.[1]

Alvik
Alvik
Alvik
Coordinates: 65°34′N 21°47′E
CountrySweden
ProvinceNorrbotten
CountyNorrbotten County
MunicipalityLuleå Municipality
Area
  Total1.67 km2 (0.64 sq mi)
Population
 (31 December 2010)[1]
  Total777
  Density466/km2 (1,210/sq mi)
Time zoneUTC+1 (CET)
  Summer (DST)UTC+2 (CEST)

Sports

The following sports clubs are located in Alvik:

gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.
gollark: Paths are canonicalized before checking.
gollark: Nope, that's patched.

References

  1. "Tätorternas landareal, folkmängd och invånare per km2 2005 och 2010" (in Swedish). Statistics Sweden. 14 December 2011. Archived from the original on 10 January 2012. Retrieved 10 January 2012.



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