Programming

Upload a File From Raspberry Pi to Your Dropbox

Updated version of this article: here.   Hi, There are a couple of scripts floating around the Internets you can use to interact with Dropbox from your Raspberry PI. I find that the easiest way is to use python (the Dropbox client itself is python). You will need a Dropbox API key which you can …

Continue Reading
Networking

Asus RT-N66U: A Nice (Already Old) Refresh

Update: I’ve installed asuswrt-rmlerin and it’s cool 🙂 I got SSHD on my router, which was what I really needed. And I got to keep all the features of the stock firmware. Pretty great. And it has package support. Not that I am looking to install anything else at the moment. Found out there is …

Continue Reading
Programming

Why Xcode And Not Visual Studio(2012)

Hello there fellow programming enthusiast, So you’ve heard that there has been a new standard(well. not so new) called C++11(ISO blah bla.11) and you are excited to try it on. And you fire your favorite IDE (Visual Studio of course!) and type some code like this amaaaazing nugget right here: #include <vector> using namespace std; …

Continue Reading