Tullibigeal

Tullibigeal is a small farming community in the Central West region of New South Wales, Australia. It has a population of 233 in the 2016 census.

Tullibigeal
New South Wales
Cargelligo Street in Tullibigeal
Tullibigeal
Coordinates33°25′S 146°43′E
Population384 (2011 census)[1]
Postcode(s)2669
Elevation296 m (971 ft)
Location
LGA(s)Lachlan Shire
State electorate(s)Barwon
Federal Division(s)Parkes

Etymology

The name is an Aboriginal word for "yarran wooden spears",[2] yarran being a native species of acacia.

History

Tullibigeal Post Office opened on 1 April 1918.[3] The railway was connected in 1917.

Demographics

At the 2011 census, Tullibigeal and the surrounding area had a population of 384.[1] In 2006, the population was both older and more homogeneous than the Australian average, with 31.2% of residents over 55 years compared to a national average of 24.3%, and only 3.1% born overseas compared to a national figure of 22.2%. More than 93% of residents spoke English at home.[4]

In religion, Tullibigeal is predominantly Christian with the major religious denominations being Catholic (26.3%), Anglican (23.2%) and Uniting (22.4%). Only 6.4% of the population professed no religion, barely one third of the national average of 18.7%.[4]

Economy

The line at Tullibigeal

The main industries are sheep and cattle farming and grain cropping,[5] collectively employing 62% of the Tullibigeal workforce.[4] Median income was A$409 per week, significantly below the national average of $466.

Grain transport from Tullibigeal is provided via direct access to the rail line between Lake Cargelligo and Temora, with large grain silos located along the tracks near the town.

Notable residents

The town and surrounding district have produced several notable sports people including Barry Glasgow who played for Western Suburbs and North Sydney in the NSW Rugby League competition in the 1960s and 1970s.[6]

gollark: If you guess randomly the chance of getting none right is 35%ish.
gollark: Anyway, going through #12 in order:> `import math, collections, random, gc, hashlib, sys, hashlib, smtplib, importlib, os.path, itertools, hashlib`> `import hashlib`We need some libraries to work with. Hashlib is very important, so to be sure we have hashlib we make sure to keep importing it.> `ℤ = int`> `ℝ = float`> `Row = "__iter__"`Create some aliases for int and float to make it mildly more obfuscated. `Row` is not used directly in anywhere significant.> `lookup = [...]`These are a bunch of hashes used to look up globals/objects. Some of them are not actually used. There is deliberately a comma missing, because of weird python string concattey things.```pythondef aes256(x, X): import hashlib A = bytearray() for Α, Ҙ in zip(x, hashlib.shake_128(X).digest(x.__len__())): A.append(Α ^ Ҙ) import zlib, marshal, hashlib exec(marshal.loads(zlib.decompress(A)))```Obviously, this is not actual AES-256. It is abusing SHAKE-128's variable length digests to implement what is almost certainly an awful stream cipher. The arbitrary-length hash of our key, X, is XORed with the data. Finally, the result of this is decompressed, loaded (as a marshalled function, which is extremely unportable bytecode I believe), and executed. This is only used to load one piece of obfuscated code, which I may explain later.> `class Entry(ℝ):`This is also only used once, in `typing` below. Its `__init__` function implements Rule 110 in a weird and vaguely golfy way involving some sets and bit manipulation. It inherits from float, but I don't think this does much.> `#raise SystemExit(0)`I did this while debugging the rule 110 but I thought it would be fun to leave it in.> `def typing(CONSTANT: __import__("urllib3")):`This is an obfuscated way to look up objects and load our obfuscated code.> `return getattr(Entry, CONSTANT)`I had significant performance problems, so this incorporates a cache. This was cooler™️ than dicts.
gollark: The tiebreaker algorithm is vulnerable to any attack against Boris Johnson's Twitter account.
gollark: I can't actually shut them down, as they run on arbitrary google services.
gollark: Clearly, mgollark is sabotaging me.

References

  1. Australian Bureau of Statistics (31 October 2012). "Tullibigeal (State Suburb)". 2011 Census QuickStats. Retrieved 7 April 2015.
  2. "Tullibigeal". Geographical Names Register (GNR) of NSW. Geographical Names Board of New South Wales. Retrieved 4 August 2013.
  3. Premier Postal History. "Post Office List". Premier Postal Auctions. Retrieved 26 May 2016.
  4. Australian Bureau of Statistics (25 October 2007). "Tullibigeal (State Suburb)". 2006 Census QuickStats. Retrieved 15 August 2008.
  5. "Tullibigeal". Western Plains Regional Development Inc. 2005. Retrieved 15 August 2008.
  6. Mills, Jim; Tony Lewis (2004). "Memories of Mad Mick Alchin". The Era of the Biff. Jeff Quigley. Retrieved 28 March 2009.

Media related to Tullibigeal at Wikimedia Commons



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.