Voice of Asia
Voice of Asia (Kazakh: Азия Дауысы, Azııa Daýysy; Russian: Голос Азии, Golos Azii) is a music festival held annually in Almaty, Kazakhstan. Acts from all over Asia and other areas take part. The usual venue for the festival is the outdoor Medeo speed skating rink, situated on the mountainous outskirts of the Tian Shan, several kilometers away from the Almaty center.
In 2005 the event was suspended due to lack of funds.[1]
Singing competition summary
Year | Grand-Prix Winner | 1 Prize Golden Trophy | 2 Prize Silver Trophy | 3 Prize Bronze Trophy | |
---|---|---|---|---|---|
2004 [2] |
|||||
2003 [3] |
|||||
2002 [4] |
|||||
2001 | |||||
2000 | |||||
1999 | |||||
1998 | |||||
1997 | |||||
1996 | |||||
1995 | |||||
1994 | |||||
1993 | |||||
1992 | |||||
1991 | |||||
1990 |
gollark: Just use the C preprocessor.
gollark: (more easily than the weird regex notation of recursive capture groups)
gollark: I'm sure it lets you define functions.
gollark: As planned.
gollark: Although I actually wrote the regex as```pythonWHITESPACE = r"[\t\n ]*"NUMBER = r"\-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:[eE][+-]?[0-9]+)?"ARRAY = f"(?:\[{WHITESPACE}(?:|(?R)|(?R)(?:,{WHITESPACE}(?R){WHITESPACE})*){WHITESPACE}])"STRING = r'"(?:[^"\\\n]|\\["\\/bfnrt]|\\u[0-9a-fA-F]{4})*"'TERMINAL = f"(?:true|false|null|{NUMBER}|{STRING})"PAIR = f"(?:{WHITESPACE}{STRING}{WHITESPACE}:{WHITESPACE}(?R){WHITESPACE})"OBJECT = f"(?:{{(?:{WHITESPACE}|{PAIR}|(?:{PAIR}(?:,{PAIR})*))}})"VALUE = f"{WHITESPACE}(?:{ARRAY}|{OBJECT}|{TERMINAL}){WHITESPACE}"```which is much easier.
See also
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.