Sinan Çalışkanoğlu

Sinan Çalışkanoğlu (born January 26, 1978) is a Turkish actor. He is currently a host of the variety show Elin Oğlu.[2]

Sinan Çalışkanoğlu
Çalışkanoğlu in 2017
Born (1978-01-26) January 26, 1978
OccupationActor
Years active2002–present
Spouse(s)
(
m. 2007; div. 2010)

Tuğba Sarıünal
(
m. 2013; div. 2016)
[1]
Websitewww.sinancaliskanoglu.com

Filmography

TV series

  • En Son Babalar Duyar (Guest appearance) 2004
  • Sırlar Dünyası 2002
  • Bir İstanbul Masalı (Guest appearance) 2003
  • Hayat Bilgisi (Atacan) 2003
  • Görünmez Adam (Kıl Hakkı) 2004
  • Ters Köşe 2005
  • Davetsiz Misafir (Megapiksel Yüksel) 2005
  • Selena (Hades) 2006–2009
  • Türk Malı (Yarcan) 2010
  • Yahşi Cazibe - (Ejder Taşkın) 2011
  • Şanslı Masa - (Moderator) 2011–2013
  • Türk'ün Uzayla İmtihanı - (Lazer Topçu Subayı Volkan) 2012
  • Bir Yastıkta - 2013
  • Kapış Kapış - (Presenter) 2013
  • Gurbette Aşk 2013
  • Bir Yastıkta (sequel to Gurbette Aşk) 2013
  • İşler Güçler - (Guest appearance) (Murat's high school friend Serkan)
  • Kertenkele - (Levent) 2014–2016
  • Elin Oğlu - (Presenter) 2015–2016
  • Klavye Delikanlı'ları - 2017
  • İlk Buluşma - 2017–2019
  • Efsane Aile - 2019

Films

  • Beyza'nın Kadınları 2005
  • Polis (Haluk) 2006
  • Kirpi (Police agent) 2008
  • Osmanlı Cumhuriyeti (Piştici 1) 2008
  • İncir Reçeli (Erol) 2010
  • Sabit Kanca (Bilgin) 2013
  • İncir Reçeli 2 (Erol) 2014
  • Göktaşı 2018
  • Mucize 2: Aşk 2019
gollark: I've made a bit of a frontend for my search engine thing. Though it can't actually do search yet, only crawl/index/whatever pages.
gollark: Basically, if I want to run a search it just goes `SELECT * FROM page_tokens WHERE token = 'one token in search query'` or something like that, and it now has a list of pages with the right token, and SQLite can execute this query relatively fast.
gollark: I mean, as far as I can tell there isn't really a faster *and* more storage-efficient way to do search than the inverted-index page_tokens thing.
gollark: ```sqlCREATE TABLE crawl_queue ( id INTEGER PRIMARY KEY, url TEXT NOT NULL UNIQUE, lockTime INTEGER, added INTEGER NOT NULL, referrer TEXT);CREATE TABLE pages ( id INTEGER PRIMARY KEY, url TEXT NOT NULL UNIQUE, rawContent BLOB NOT NULL, rawFormat TEXT NOT NULL, textContent TEXT NOT NULL, updated INTEGER NOT NULL);CREATE TABLE page_tokens ( id INTEGER PRIMARY KEY, page INTEGER NOT NULL REFERENCES pages(id), token TEXT NOT NULL, weight REAL NOT NULL);CREATE TABLE links ( id INTEGER PRIMARY KEY, toURL TEXT NOT NULL, fromURL TEXT NOT NULL, lastSeen INTEGER NOT NULL, UNIQUE (toURL, fromURL))```Here is the database.
gollark: To be fair, the text content field isn't that necessary, as for search it uses the page_tokens table anyway and it can be rebuilt from the HTML if I need it.

References


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