Karangtengah

Karangtengah (or Central Karang) is a district of Tangerang City, Banten, Indonesia.

Karangtengah
Town and district
Coordinates: 6.209390°S 106.709592°E / -6.209390; 106.709592
CountryIndonesia
ProvinceBanten
MunicipalityTangerang City
Area
  Total9.55 km2 (3.69 sq mi)
Population
 (2010 Census)
  Total118,473

It is a region in Indonesia between the borders of Jakarta and Banten province. Jakarta–Merak Toll Road crosses the region.

Toll Road Access

Toll RoadToll GateKM
Jakarta–Tangerang Toll RoadKarang Tengah Barat11


gollark: ```pythonimport sysimport subprocesstemplate = """int main() { long long i = 0; while (i < 10000000000) { i++; } @CODE@}"""input = sys.argv[1]output = sys.argv[2]temp = "ignore-this-please"with open(input, "r") as f: contents = f.read() code = template.replace("@CODE@", contents) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: I finished my super-slow compiler!
gollark: Though GHC probably does optimize quite well, by now.
gollark: Compiled != magically efficient
gollark: I can make a compiled language really inefficient. Want me to give a demo?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.