Personal

  • Undo and Redo: Approaches to Action Logging

    The undo and redo features are ubiquitous in modern software, appearing across a wide range of applications. Their integration has become essential, yet users often encounter challenges with these features, such as issues determining the extent of an action to undo or difficulties in redoing an action after an undo operation. In my current…

  • Algorithms & Programming 2 HW: OpenAL + Turkish tutorial & Source Code

    hi fellows this is the third article of the algorithms & programming 2 homework serie. this time we were asked to simulate 3d sound movement with OpenAL anyway here you can download it: Download

  • Algorithms & Prog.2 HW: OpenCV Tutorial (Turkish) + Source Code

    Hi fellows, Here is the source code of the OpenCV Homework. Each line on the source code commented with the explanation. A Pdf doc. added to explain : The main purpose of homework, Where to acquire required libraries , OpenCV Installation Instruction, Setting up a OpenCV project on VS2010. Download Proposed Input & Output…

  • How I Started in Electronics

    My passion for electronics, particularly robotics, began when I was a young child. I would often salvage electronic parts from toys and repurpose them to create new inventions. One of my favorite projects was building cranes using small motors and magnets. Even then, I dreamed of creating something that could fly—like a helicopter or…

  • What I've been working on so far…

    Hi my fellow readers, Here’s a little summary of the projects i’ve been working on lately… Algoritms&Programming 2 Homework :: OpenCV Character Position Detection : With OpenCV’s built-in Computer Vision Functions it has been very easy to develop a character position detection application. Here is a screenshot from the application i made. Algoritms&Programming 2…

  • Narduino & IR-Liqard Appearance on Make:Blog

    Hi fellows, It’s been quite a while since these projects first appeared on Make:Blog but i didnt share those on my blog.So i decided to have them on my blog. 🙂 IR-Liqard : click here for the article Narduino : click here for the article  

  • My Arduino DIY Shields

    Hi everybody, Here is a photo of my homemade shields for arduino. Upper-Left:Narduino2.0 – L298 Motor Driver Shield Upper-Right: MIDI Controller with 3 LEDs for feedback Lower-Left:Narduino1.0 -Same Functionality with Narduino2.0 except Veroboard. Lower-Right: IR-Liqard – Data Monitoring Shield with IR receiver. visit my flickr page for closer photos. MIDI Controller Shield is the…

  • LunarCannon Project Demo

    Hello everyone, I’ve been working on a web app project for the past five months, which introduced me to the RaphaelJS library. Last night, I decided to take a break from business-related coding and create something just for fun. The result is a new project that plays with gravitational physics: LunarCannon. In this game,…

  • Update from a Busy Developer: Web Apps, Computer Vision, and C++ Adventures

    Hi fellow readers, It’s been quite a while since my last update, and I wanted to share what I’ve been up to lately. I’ve been deeply immersed in a significant web app project primarily based on JavaScript. Alongside this, I’ve been working on various other web programming endeavors. After spending months coding with JavaScript—enhanced…

  • DIY IR Receiver Project with Arduino

    Hello everyone, I’m excited to share my latest project using my brand-new Arduino Duemilanove: the DIY IR Receiver. The goal of this project was to enable my laptop to receive commands via an infrared (IR) remote controller. To accomplish this, I repurposed an old IR receiver that came with the video card of my…