O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by MichaelRand : Nov 07 2011 04:02 PM
If you can specify the tools then there are probably many alternatives. There are many, many dev boards and kits available from $10 on up, many with free software dev tools as well. full answer >
Once you have WebMatrix up and running, you’ll walk through the process of using it to create your first website. You will then use that site to explore the rest of the web stack. The following exce...
Answered by blackbear : Aug 03 2011 09:03 AM
t's a difficult thing to answer, especially for the iPhone. If you're starting from absolute ground zero, there's so much you need to understand about programming to get even "Hello ... full answer >
Programmers need more than great coding skills to succeed in today's tech world. In the following interview, Ben Collins-Sussman (@sussman), tech lead and manager at Google, and Brian Fitzpatrick (@th...
The following excerpt from Learning Android will help you understand how activities and the Activity Manager are used for Android programming.An activity is usually a single screen that the user sees ...
Should you want to create a bar chart while using R, the following excerpt below from the O'Reilly publication 25 Recipes for Getting Started with R will show you how.
Use the barplot function. Th...
Sometimes, when using R, you want to calculate basic statistics: mean, median, standard deviation, variance, correlation, or covariance. The following excerpt from the O'Reilly publication 25 Reci...
The following excerpt from Learning the iOS 4 SDK for Javascript Programmers gives some insight into working with Objective-C data types.With variables being so highly tied to their data typ...
The excerpt below from Learning the iOS 4 SDK for Javascript Programmers explains the concept of pointers and how to use them properly when programming iOS4. This will be especially helpful ...