1952–53 Norwegian 1. Divisjon season

The 1952–53 Norwegian 1. Divisjon season was the 14th season of ice hockey in Norway. Eight teams participated in the league, and Gamlebyen won the championship.

Regular season

Club GP W T L GF-GA Pts
1.Gamlebyen14111274:3023
2.Furuset IF14102276:2522
3.Mode1490554:4218
4.Hasle1481554:5517
5.Allianseidrettslaget Skeid1454641:3114
6.Stabæk IF1451833:5811
7.Grüner Allianseidrettslag14121123:694
8.Vålerenga Ishockey14111227:723
gollark: OH NO
gollark: As always, the lack of newlines creates optimization.
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.
gollark: Firefox has been declining lately in some ways...
gollark: Fascinating.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.