Suvi Do (Niš)

Suvi Do (Serbian Cyrillic: Cуви Дo) is a neighborhood of the city of Niš, Serbia. It is located in Niš municipality of Palilula.

Suvi Do
Neighborhood
Country Serbia
DistrictNišava District
Time zoneUTC+1 (CET)
  Summer (DST)UTC+2 (CEST)

Location

Suvi Do is located in the south-east part of Niš. It is bordered on the north by the Car Konstadin Boulevard, and on the west by neighborhood of Trosarina.

History

Suvi Do used to be a village but now it grow to a suburb. It was founded by a settler named Koca, in the 17th century.

Characteristics

The neighborhood is residential.


gollark: ···
gollark: By copying half the code out of SPUDNET it shouldn't be *too* horrible to do.
gollark: I've decided to add another eternally unfinished™ project to my projects pile! A Minetest server management web UI.
gollark: (https://www.reddit.com/r/unix/comments/6gxduc/how_is_gnu_yes_so_fast/)
gollark: <@709333181983096834> ```c/* yes.c - iteration 4 */#define LEN 2#define TOTAL 8192int main() { char yes[LEN] = {'y', '\n'}; char *buf = malloc(TOTAL); int bufused = 0; while (bufused < TOTAL) { memcpy(buf+bufused, yes, LEN); bufused += LEN; } while(write(1, buf, TOTAL)); return 1;}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.