Ubbo J. Albertsen
Ubbo Janssen Albertsen (May 23, 1845 – November 25, 1926) was an American politician and businessman.
Albertsen was born in Germany. In 1856, Albertsen emigrated with his parents to the United States and settled in Pekin, Illinois. He was involved in the manufacturing business. Albertsen served in the Illinois National Guard. Albertsen served on the Pekin City Council. He also served on the Pekin Community High School Board. He was a Republican. Albertsen served in the Illinois House of Representatives from 1899 to 1901 and hen serve in the Illinois Senate from 1901 to 1905. Albertsen died at his home in Pekin, Illinois.[1][2]
Notes
- 'Illinois Blue Book 1903-1904,' Biographical Sketch of U.J. Albertsen, pg. 360
- 'U.J. Albertsen, Prominent Man of Pekin, Dead,' The Pantagraph (Bloomington, Illinois), November 27, 1926, pg. 2
gollark: Python has more library support for the various useful tasks I need.
gollark: > Why is it not written in Superior: tm: Rust?!ABRv1 was, this is not.
gollark: I did make a bunch of tweaks since I don't like how it did stuff.
gollark: It MIGHT be somewhat entirely derived from JSK.
gollark: ```pythonCORO_CODE = """async def repl_coroutine(): import asyncio import aiohttp import discord from discord.ext import commands"""async def async_exec(code, loc, glob): user_code = ast.parse(code, mode='exec') wrapper = ast.parse(CORO_CODE, mode='exec') funcdef = wrapper.body[-1] funcdef.body.extend(user_code.body) last_expr = funcdef.body[-1] if isinstance(last_expr, ast.Expr): funcdef.body.pop() funcdef.body.append(ast.Return(last_expr.value)) ast.fix_missing_locations(wrapper) exec(compile(wrapper, "<repl>", "exec"), loc, glob) return await (loc.get("repl_coroutine") or glob.get("repl_coroutine"))()```
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.