Tank Upper Secondary School

Tank Upper Secondary School (Norwegian: Tanks videregående skole) is an upper secondary school in the centre of Bergen, Norway.

Inscription on the wall entrance of Hans Tank Upper Secondary School, 1855.
Hans Tank School

The school opened in 1850 as Tank School (Den Tankske Skole), funded by an endowment established by merchant Hans Tank and his wife around fifty years earlier.[1][2]

Notable alumni

gollark: See, Minoteaur is technically public but entirely without support, so if I somehow need to change a thing, I'll just dump the database, manually edit the SQL dump, fix the migrations, make a new database, and load it back in.
gollark: It doesn't have a way to revert migrations because I never actually make mistakes.
gollark: Nim.
gollark: There's an array of SQL scripts a bit above it.
gollark: Check out minoteaur's advanced™ migration engine:```nimproc migrate*(db: DbConn) = let currentVersion = fromDbValue(get db.value("PRAGMA user_version"), int) for mid in (currentVersion + 1) .. migrations.len: db.transaction: logger.log(lvlInfo, "Migrating to schema " & $mid) db.execScript migrations[mid - 1] db.exec("PRAGMA user_version = " & $mid) logger.log(lvlDebug, "DB ready")```

References

  1. Skreien, Norvall. "Hans Tank". In Helle, Knut (ed.). Norsk biografisk leksikon (in Norwegian). Oslo: Kunnskapsforlaget. Retrieved 10 September 2011.
  2. "Historien vår". Tanks videregående skole. Archived from the original on 2 April 2012. Retrieved 10 September 2011.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.