Teguise (municipality)

Teguise (pronounced [teˈɣise]) is a municipality in the central part of the island of Lanzarote in the Las Palmas province in the Canary Islands. The population is 22,342 (as of 1 January 2019),[3] and the area is 263.98 km².[1] It is located north of Arrecife and south of Haría. The seat of the municipality is the town of Teguise. The municipality also comprises a number of neighbouring islands including Graciosa (with 733 inhabitants in 2019), Alegranza, Roque del Este, Roque del Oeste and Montaña Clara.

Teguise
Flag
Coat of arms
Municipal location in Lanzarote
Teguise
Location in the province of Las Palmas
Teguise
Teguise (Canary Islands)
Teguise
Teguise (Spain, Canary Islands)
Coordinates: 29°3′N 13°34′W
Country Spain
Autonomous community Canary Islands
ProvinceLas Palmas
Government
  MayorOswaldo Betancort García (CC)
Area
  Total263.98 km2 (101.92 sq mi)
Elevation
360 m (1,180 ft)
Population
 (2018)[2]
  Total22,122
  Density84/km2 (220/sq mi)
Time zoneUTC±0 (WET)
  Summer (DST)UTC+1 (WEST)
WebsiteOfficial website

The artist and architect César Manrique was born in the area. The insect of the island is the cochineal from which carmine, a dye, is extracted.

Historical population

Historical population
YearPop.±%
2000 12,184    
2001 12,905+5.9%
2002 13,714+6.3%
2003 14,214+3.6%
2004 14,477+1.9%
2005 15,824+9.3%
2006 16,616+5.0%
2007 17,688+6.5%
2008 18,798+6.3%
2009 19,418+3.3%
2010 20,105+3.5%
2011 20,788+3.4%
2012 21,096+1.5%
2013 21,152+0.3%
2014 21,101−0.2%
2015 21,454+1.7%
2016 21,724+1.3%
2017 21,896+0.8%
2018 22,122+1.0%
Source: INE[3]

Settlements

  1. on the island of La Graciosa

Sites of interest

gollark: If you guess randomly the chance of getting none right is 35%ish.
gollark: Anyway, going through #12 in order:> `import math, collections, random, gc, hashlib, sys, hashlib, smtplib, importlib, os.path, itertools, hashlib`> `import hashlib`We need some libraries to work with. Hashlib is very important, so to be sure we have hashlib we make sure to keep importing it.> `ℤ = int`> `ℝ = float`> `Row = "__iter__"`Create some aliases for int and float to make it mildly more obfuscated. `Row` is not used directly in anywhere significant.> `lookup = [...]`These are a bunch of hashes used to look up globals/objects. Some of them are not actually used. There is deliberately a comma missing, because of weird python string concattey things.```pythondef aes256(x, X): import hashlib A = bytearray() for Α, Ҙ in zip(x, hashlib.shake_128(X).digest(x.__len__())): A.append(Α ^ Ҙ) import zlib, marshal, hashlib exec(marshal.loads(zlib.decompress(A)))```Obviously, this is not actual AES-256. It is abusing SHAKE-128's variable length digests to implement what is almost certainly an awful stream cipher. The arbitrary-length hash of our key, X, is XORed with the data. Finally, the result of this is decompressed, loaded (as a marshalled function, which is extremely unportable bytecode I believe), and executed. This is only used to load one piece of obfuscated code, which I may explain later.> `class Entry(ℝ):`This is also only used once, in `typing` below. Its `__init__` function implements Rule 110 in a weird and vaguely golfy way involving some sets and bit manipulation. It inherits from float, but I don't think this does much.> `#raise SystemExit(0)`I did this while debugging the rule 110 but I thought it would be fun to leave it in.> `def typing(CONSTANT: __import__("urllib3")):`This is an obfuscated way to look up objects and load our obfuscated code.> `return getattr(Entry, CONSTANT)`I had significant performance problems, so this incorporates a cache. This was cooler™️ than dicts.
gollark: The tiebreaker algorithm is vulnerable to any attack against Boris Johnson's Twitter account.
gollark: I can't actually shut them down, as they run on arbitrary google services.
gollark: Clearly, mgollark is sabotaging me.

See also

References

  1. Instituto Canario de Estadística, area
  2. Municipal Register of Spain 2018. National Statistics Institute.
  3. "Palmas, Las: Población por municipios y sexo" [Palmas, Las: Population by municipality and gender]. Instituto Nacional de Estadística (in Spanish). Retrieved 2019-03-23.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.