Showing posts with label getch. Show all posts
Showing posts with label getch. Show all posts

11/06/2011

Emulate getch() in Linux

Now, suppose you need to use getch() function in Linux. Since this is not a standard function, and is constructed for DOS, it's not really defined for Linux. However, you can simply emulate it... Here's how

Make Your Own Hacker Typer 1

Today our first follower on Twitter, @aleksandar6630, asked me to visit an interesting application, Hacker Typer by Simone Masiero, to click 'Hack!' and to type. You can try it now by yourself. Pretty awesome?! It is open source, so if you're into JavaScript, you can check out Hacker Typer on github. But, Aleksandar gave me an idea for my first code here - let's see how we can write our own Hacker Typer in C!