Mickinock Township, Roseau County, Minnesota

Mickinock Township is a township in Roseau County, Minnesota, United States. The population was 302 at the 2000 census.

Mickinock Township, Minnesota
Mickinock Township, Minnesota
Location within the state of Minnesota
Coordinates: 48°40′39″N 95°40′51″W
CountryUnited States
StateMinnesota
CountyRoseau
Area
  Total37.7 sq mi (97.6 km2)
  Land37.7 sq mi (97.6 km2)
  Water0.0 sq mi (0.0 km2)
Elevation
1,112 ft (339 m)
Population
 (2000)
  Total302
  Density8.0/sq mi (3.1/km2)
Time zoneUTC-6 (Central (CST))
  Summer (DST)UTC-5 (CDT)
FIPS code27-41894[1]
GNIS feature ID0664962[2]

History

Mickinock Township was named for an Ojibwe chief.[3]

Geography

According to the United States Census Bureau, the township has a total area of 37.7 square miles (97.6 km2), all of it land.

Demographics

As of the census[1] of 2000, there were 302 people, 111 households, and 86 families residing in the township. The population density was 8.0 people per square mile (3.1/km2). There were 124 housing units at an average density of 3.3/sq mi (1.3/km2). The racial makeup of the township was 98.34% White, 0.33% African American, 0.33% Native American, and 0.99% from two or more races.

There were 111 households, out of which 36.0% had children under the age of 18 living with them, 73.0% were married couples living together, 2.7% had a female householder with no husband present, and 22.5% were non-families. 18.0% of all households were made up of individuals, and 10.8% had someone living alone who was 65 years of age or older. The average household size was 2.72 and the average family size was 3.13.

In the township the population was spread out, with 28.8% under the age of 18, 6.0% from 18 to 24, 28.8% from 25 to 44, 23.8% from 45 to 64, and 12.6% who were 65 years of age or older. The median age was 38 years. For every 100 females, there were 112.7 males. For every 100 females age 18 and over, there were 115.0 males.

The median income for a household in the township was $48,281, and the median income for a family was $55,000. Males had a median income of $29,750 versus $25,893 for females. The per capita income for the township was $17,697. About 4.9% of families and 7.5% of the population were below the poverty line, including 9.2% of those under the age of eighteen and 24.4% of those 65 or over.

gollark: I can write some code for this if desisred.
gollark: Surely you can just pull a particular tag of the container.
gollark: I can come up with a thing to transmit ubqmachine™ details to osmarks.net or whatever which people can embed in their code.
gollark: It's an x86-64 system using debian or something.
gollark: > `import hashlib`Hashlib is still important!> `for entry, ubq323 in {**globals(), **__builtins__, **sys.__dict__, **locals(), CONSTANT: Entry()}.items():`Iterate over a bunch of things. I think only the builtins and globals are actually used.The stuff under here using `blake2s` stuff is actually written to be ridiculously unportable, to hinder analysis. This caused issues when trying to run it, so I had to hackily patch in the `/local` thing a few minutes before the deadline.> `for PyObject in gc.get_objects():`When I found out that you could iterate over all objects ever, this had to be incorporated somehow. This actually just looks for some random `os` function, and when it finds it loads the obfuscated code.> `F, G, H, I = typing(lookup[7]), typing(lookup[8]), __import__("functools"), lambda h, i, *a: F(G(h, i))`This is just a convoluted way to define `enumerate(range))` in one nice function.> `print(len(lookup), lookup[3], typing(lookup[3])) #`This is what actually loads the obfuscated stuff. I think.> `class int(typing(lookup[0])):`Here we subclass `complex`. `complex` is used for 2D coordinates within the thing, so I added some helper methods, such as `__iter__`, allowing unpacking of complex numbers into real and imaginary parts, `abs`, which generates a complex number a+ai, and `ℝ`, which provvides the floored real parts of two things.> `class Mаtrix:`This is where the magic happens. It actually uses unicode homoglyphs again, for purposes.> `self = typing("dab7d4733079c8be454e64192ce9d20a91571da25fc443249fc0be859b227e5d")`> `rows = gc`I forgot what exactly the `typing` call is looking up, but these aren't used for anything but making the fake type annotations work.> `def __init__(rows: self, self: rows):`This slightly nonidiomatic function simply initializes the matrix's internals from the 2D array used for inputs.> `if 1 > (typing(lookup[1]) in dir(self)):`A convoluted way to get whether something has `__iter__` or not.

References

  1. "U.S. Census website". United States Census Bureau. Retrieved 2008-01-31.
  2. "US Board on Geographic Names". United States Geological Survey. 2007-10-25. Retrieved 2008-01-31.
  3. Upham, Warren (1920). Minnesota Geographic Names: Their Origin and Historic Significance. Minnesota Historical Society. p. 473.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.