Conrad Arnesen
Conrad Arnesen (May 5, 1891 – May 25, 1955) was a Norwegian actor and opera singer.[1]
Conrad Arnesen | |
---|---|
Born | |
Died | May 25, 1955 64) | (aged
Occupation | Actor, opera singer |
Arnesen was born in Kristiania (now Oslo). He made his film debut in 1922 in Erling Eriksen's Kjærlighet paa pinde, in which he played one of the film's three main roles together with August Schønemann and Ellen Sinding. In 1938, Arnesen had a minor role in Toralf Sandø and Knut Hergel's film Bør Børson Jr.[2] He was also active with the Oslo New Theater in the 1920s and 1930s,[1] and with Oslo's Opera Comique, where he worked under Benno Singer.[3]
Filmography
- 1922: Kjærlighet paa pinde
- 1938: Bør Børson Jr.
gollark: This is not ideal. How can we use more without boring things like cryptominers?
gollark: Okay, this might fix it, pushed.
gollark: If the issue is what I think it could be, then it's accidentally dropping? data on the threshold of the rolling counter region incorrectly.
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.
References
- "Conrad Arnesen". Sceneweb. Retrieved June 9, 2019.
- "Bør Børson jr". Norsk filmografi. Nasjonalbiblioteket. Retrieved June 9, 2019.
- "Benno Singer". Norsk biografisk leksikon (in Norwegian). Retrieved June 9, 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.