Arduino IPCam – Part 2 (Arduino Code)
So i’ve commented most of the lines and you should be able to easily follow what has happened in the code. Leave a comment if there are any questions :) Code after the break!
General Ramblings
So i’ve commented most of the lines and you should be able to easily follow what has happened in the code. Leave a comment if there are any questions :) Code after the break!
So i see its been forever since i have posted anything, figured its about time, and i wanted to show some of the stuff ive done with my Arduino. The first thing i tried to do with it was create my own budget IPCam with a webcam and some arduino parts. Basic stuff that make…
ANDREW I DONT CARE ABOUT YOUR STORIES! JUST GIVE ME THE LINK! >> http://andrewmohawk.com/facefall/ So its been a long weekend, but i had a lot of time to myself this weekend, and decided to play a bit with some of the side projects i’ve been interested in. With regards to the previous posts, the code…
So a while back facebook released their graph API a way for websites and other to integrate with facebook, things like: Searching Profile enumeration ( status / feed / info ) Friend enumeration You can read the entirety of the functions at the Graph API documentation section on facebook. So the first thing you notice…