TREKOL

TREKOL (Russian: ТРЭКОЛ) is a Moscow, Russia based designer and manufacturer of large all terrain amphibious vehicles/swamp buggies.[1] Trekol is an abbreviation for «ТРанспорт ЭКОЛогический» or Transport Environmentally.[2] TREKOL is a Limited liability company (Russian: Общество с ограниченной ответственностью (OOO)).

TREKOL
Limited liability company
IndustryAutomotive
Headquarters
Lyubertsy, Moscow Region
,
ProductsATVs
swamp buggies
Websiteen.trecol.ru

Products

Cross-country vehicle UAZ-39294 «TREKOL 39041»
TREKOL 39294

Trekol manufactures the following wheeled ATV's[3]

  • TREKOL Trophy - 4x4 based on UAZ 2206
  • TREKOL-39294 - 6x6 with a fiberglass body[4]
  • TREKOL-39295 -6x6 pickup truck with a fiberglass body
  • TREKOL-39041 - 4x4 based on the UAZ-31514[5]
  • TREKOL-39445 - fiberglass body 4x4 based on rebodied UAZ Hunter
  • TREKOL-39446 - fiberglass body pickup truck variant of 39445
  • TREKOL-AGRO - 4x4 fitted with agricultural equipment
  • TREKOL-Forester-D (LIGHT) - 4x4 open body
  • TREKOL-Woodman - 4x4
  • TREKOL Forester-M - large 4x4
  • TREKOL Forester-M North - large 4x4 for Arctic use
  • TREKOL 8901-trailer - single axle trailer
  • TREKOL Ambulance - 6x6 ambulance on 39294 base
gollark: It enumerates and executes all possible strings.
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != "None": io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```Expanded version.
gollark: But the exec is *important*.
gollark: What?
gollark: Look, vertical and consists of blocks, just like a blockchain.

References

  1. "Trekol - Made in Russia". Madeinrussia.cz. Retrieved 1 April 2019.
  2. "Company history". En.trecol.ru. Retrieved 1 April 2019.
  3. "Models Of ATVs". En.trecol.ru. Retrieved 1 April 2019.
  4. Hyde, Justin. "Meet Russia's bear-proof, six-wheeled floating truck". Jalopnik.com. Retrieved 1 April 2019.
  5. "Trekol - Car and Truck Buying, Reviews, News and More". Jalopnik.com. Retrieved 1 April 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.