In dit artikel worden enkele JavaScript codefragmenten getoond. De codefragmenten geven de fundamentele bouwstenen voor het verkrijgen van de data van het socialenetwerk. Ook wordt getoond hoe data opgeslagen kan worden. Voorbeelden zijn gebaseerd op OpenSocial versie 0.7. Expliciet aangeven welke data gewenst is Normaal gesproken wordt er maar een beperkte set van datavelden teruggestuurd… Continue reading OpenSocial: Verkrijgen en verwerken van data.
Your own Android application!
This article will help you developing your first Android application based on Adobe AIR. All tools are free of charge available. This article is assuming you use (Ubuntu) Linux. Prepare your development environment First download the software development kits (SDKs): Android SDK Adobe Flex SDK Adobe AIR SDK Unpack these SDKs in the directory: /opt/android… Continue reading Your own Android application!
Compileren van OpenWrt
Zoals te lezen valt in het artikel: Embedded linux op Asus WL-HDD heb ik de pre-compiled OpenWrt versie WhiteRussian op mijn Asus WL-HDD geïnstalleerd. Deze versie van OpenWrt is echter al redelijk oud. Daarnaast wil ik zelf ook software ontwikkelen die werkt op de Asus WL-HDD. Daarom heb ik besloten om OpenWrt zelf te gaan… Continue reading Compileren van OpenWrt
Raspberry Pi: Cross compile HelloWorld
In this tutorial you will learn the basics how to cross compile a simple program for the Raspberry Pi 2 Model B. Why would you like to cross compile? The two major reasons why you would like to cross compile are: Increasing speed of compilation Decreasing wear out of SD card Besides of that the… Continue reading Raspberry Pi: Cross compile HelloWorld