When I first started using C++, it was still essentially a preprocessor that produced C code. I liked that because if I was really confused about a particular feature, I could examine the C code to figure out how it worked. The features that I found most interesting in C++ could be broken into two categories: Polymorphism and Encapsulation. Polymorphism is just a fancy way of saying that a given function or operation can work on different types, the way addition can be performed on both integers and floating point types.
javascript
Static Javascript Patterns
So what do you do when you want the functionality of a static variable in Javascript? As previously discussed, using a global instead of a static is not a great idea. One might be tempted to use some sort of naming scheme to distinguish global vars, intended to be used as static, from others (e.g. '_static_i'), but that really doesn't solve the problem because two different functions might end up with similar static vars overwriting each other.
Basic Javascript Patterns
I'm sure I'm dating myself more than I like when I say that I remember when "Structured Programming" was a new thing. By the time I learned about it in my first Pascal class, I had been programming for a while in Basic. I was psyched by the cleanliness and beauty of such wonderful features as while loops and if-then-else statements.
Windows* 8 Store App – Motion-based app sleep prevention Sample Whitepaper
Lana N. Lindberg, Software Applications Engineer for the Intel® Atom ™ Processor
Download Article
Windows* 8 Store App – Motion-based app sleep prevention Sample Whitepaper [PDF 395KB]
Windows* 8 Store App – Motion-based app sleep prevention Sample
Lana N. Lindberg, Software Applications Engineer for the Intel® Atom ™ Processor
Intel® Cloud Services Platform beta Location Based Services JavaScript API Reference
This document supports Location Based Services JavaScript Interface Version 2. (For the API Reference for Location Based Services JavaScript Interface Version 1, Go Here.)
RTFB Episode 13 with Ylian Saint-Hilaire: Meshcentral support added for Raspberry Pi
| Welcome to the RTFB (Reaching Technology From Blogs) Episode 13 Blog. Guests on RTFB are given an opportunity to talk about and promote their blogs. |
Windows* 8 Store App - Inclinometer Sample
by Lana N Lindberg, Software Applications Engineer for the Intel® Atom ™ Processor
Download Article
Download Windows* 8 Store App - Inclinometer Sample [PDF 399KB]
Windows* 8 Desktop App - Low Power Audio Playback
Abstract
One of the use cases for tablets with Intel® Atom™ processors and Microsoft Windows 8* is low-power audio playback. This capability allows users to continue listening to music after the device enters a low-power state commonly referred to as Connected Standby. Connected Standby is an Always On Always Connected scenario implemented in Microsoft Windows and manifest through the new Intel Atom S0ix low-power states.
