Ternivka

Ternivka (Ukrainian: Тернівка [terˈn⁽ʲ⁾iu̯kɐ]) is a town in Dnipropetrovsk Oblast (province) of Ukraine. Administratively, it is incorporated within Ternivka municipality as a city of oblast significance. Population: 27,929(2013 est.)[1]. Population was 29,226 (2001).

Ternivka

Тернівка
Flag
Coat of arms
Ternivka
Location of Ternivka
Coordinates: 48°31′N 36°00′E
Country
Oblast
Ukraine
Dnipropetrovsk Oblast
Established1775
City from1976
Elevation
100 m (300 ft)
Population
 (2001)
  Total29,226
Postal code
51500
Area code(s)+380-5636

In April 1930 the village was the centre of a quickly defeated pro-Ukrainian anti-Soviet Union revolt.[2]

Industries

Coal mining. Ternivska, Zakhidno-Donbaska, Dniprovska and Samarska coal mines are located at the outskirts of Ternivka.

gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!

References

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