Pages

Thursday, June 5, 2014

AudioDG Virus. Fixing audio problems. (Or any other windows problem)

Now it's been some time since my last post but I just had to post this. I was struggling with this new virus that makes use of the AudioDG service from Microsoft to randomly play advertisements.
After searching on the internet, and not finding any good solution, I decided to do a few basic things that might work. And guess what? It worked! It just..... took a really long time.

Monday, May 6, 2013

Unity3D Simple A.I script (JS)

Unity3D Simple A.I. Scripts
JavaScript

Have you ever wanted to make your own game? Or just make the mind of a virtual enemy? I'll show you how to make one, And I also did a livestream of it so to see it in action or to get a full tutorial on how to do it. Goto my youtube channel:

Sunday, March 31, 2013

Arduino tutorials: Receive data from the web

Communicating from web to arduino!

So you wanna user your webserver to send commands to your own arduino?
Maybe move a few servos, blink some LEDs or even build a huge robot!
I'll exactly show you how it's done and how it works in this tutorial!
Keep reading!

Monday, March 4, 2013

Arduino: LEDs

Arduino LED

Working with LEDs on the arduino? You've come to the right place for some extra information or beginning Code. Note that this is NOT a tutorial and I'll only explain the code quick-'n-easy.
Light-Emitting-Diode (LED) Is a small electronic component that only allows elektricity to flow from one side to the other.

Read on for more information

Monday, February 18, 2013

Arduino; Micro controller

The arduino Uno!

Yes! I've finally worked with the "Arduino UNO"!
Oh, you don't know what it is? Let me explain it to you!

The Arduino is a microcontroller board which can do awsome stuff. For example if you want it to let a LED blink, just connect the LED to the Arduiono correctly and openup the "blink" example. Want something big, Like controlling an airplane on your ipad?
Just read on below!

Thursday, February 14, 2013

PHP Tutorial: Making a webcrawler!

Hey!

Don't you know what a webcrawler is? A webcrawler is used by search engines like:
Google, Yahoo and bing. These search engines got bots running 24/7 searching for new websites. How do these bots work? Easy.
Keep reading to find out how to make one yourself!