Skip to content

Instantly share code, notes, and snippets.

View makiftasova's full-sized avatar

Mehmet Akif TAŞOVA makiftasova

  • Istanbul, Turkey
View GitHub Profile
@makiftasova
makiftasova / install-telegram.sh
Created February 10, 2015 21:47
A simple (and silly) bash script to adding Telegram's desktop app to PATH which wirtten as a quick hack. Tested on Fedora 21
#!/bin/bash
# Author: Mehmet Akif TAŞOVA <makiftasova@gmail.com>
# A simple (and silly) bash script to adding Telegram's
# desktop app to PATH which wirtten as a quick hack
# Just put this script alongsite Telegram and Updater
# executables from Telegram's desktop app package
# then run this script as root user
# To downlaod Telegram's Linux desktop app
# you can visit: https://desktop.telegram.org/
@makiftasova
makiftasova / gameoflife.c
Created April 26, 2012 19:10 — forked from sinannar/gameoflife.c
game of life basic simulation
/*
example video link : http://www.youtube.com/watch?v=XcuBvj0pw-E
*/
/*
* FILE NAME : HW05_091044005_PART_3.c
*
* CREADET BY : Sinan NAR
* CREATION DATE : 08/04/2011
*