Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Barış Çırıka

Barış Çırıka

Barış Çırıka has asked 0 questions and find answers to 9 problems.

Stats

181
EtPoint
50
Vote count
0
questions
9
answers

About

var me = { 
         interested:[
          'Augmented Reality',
          'Virtual Reality',
          '3D-2D Games',
          'Unity3D',
          'Android',
          'Security',
          'Server-Client'
         ],
         hobby:[
           'Magic Cubes',
           'Music',
           'Poem',
           'Quantum Physics'
         ]
};

while(heartbeat()){
   workHardPlayHard(me);
}