Abbas Kamandi

Abbas Kamandi (1952 – May 21, 2014) was a Kurdish singer, songwriter, poet, writer, painter and film director .[1][2] [3]

Abbas Kamandi
Kurdish: عباس کمندی
Birth nameAbbas Ali Kamandi
Born(1952-01-01)January 1, 1952
Sanandaj, Iran
Originkurdish
DiedMay 21, 2014(2014-05-21) (aged 62)
Sanandaj, Iran
Occupation(s)singer, songwriter, poet, writer, painter and film director
Years active? – 2014

He was born in Sanandaj and was the son of Ali Kamandi.

Discography/Works

Albums

Other works

  • 1 - Writing lyrics for over 150 songs.
  • 2 - Build and run more than 60 songs and lyrics
  • 3 - collection of folkloric cultural expressions (folklore)
  • 4 - collecting and researching the lives of the characters and turn it[1][2][3]

Screenplays

  • 1. Asb (Horse)
  • 2. Yek Sabad Alaf (A grass basket)
  • 3. Parvaz Dar Ghafas (Flying in the Cage)
  • 4. Ersie Mame Rehim (Heritage of Mame Rehim)
  • 5. Ozve Jadide OPEC (New Member of OPEC)
  • 6. Nabarde Ramadie (Battle of Ramadie )
  • 7. Koche Sorkh (Red Alley)
  • 8. Vakil Aval (First Lawyer)
  • 9. Ghalam o Sheytan (Pen and Satan)
  • 10. Pahlavan Panbe (Panbe Champion)[1][3]

Programs produced

  • 1. manzel nou mobarak
  • 2. Puppet Show of pahlevan panbe
  • 3.Documentary kona havaran (Introducing the Kurdistan Fame)[1]

Books

  • 1. Kurdish and Persian Poetry
  • 2. Poetry Collection of Mirza Shafi
  • 3. The Ancient Sport of Kurdish Heroes
  • 4. Biography of Seyed Ali Asghar Kurdistani
  • 5. Hawraman
  • 6. Decoding the Cultural Manifestations
  • 7. Collection of Hejai Poetry Before Islam[1]
gollark: https://esolangs.org/wiki/WHY#WHYJIT
gollark: WHYJIT is now production-unusable!
gollark: _continues WHYJIT development_
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_output(code, mx): C_code = f"""#define QUITELONG long long intconst QUITELONG max = {mx};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-too cat << EOF > $TMP1{C_code}EOF gcc -x c -o $TMP2 $TMP1 chmod +x $TMP2 $TMP2 """ return shell_scriptinput = args.inputoutput = args.outputwith open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(output, "w") as out: out.write(code)```
gollark: I give you... WHYJIT.

References

  1. "عباس کمندی". Kordestan.irib.ir. Retrieved 2014-07-20.
  2. fa:عباس کمندی
  3. مهرداد فرهمند بی بی سی، قاهره (1970-01-01). "فرهنگ و هنر - BBC فارسی - عباس کمندی، خواننده‌ای که می‌خواست شاعر باشد". Bbc.co.uk. Retrieved 2014-07-20.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.