136 private links
Sophisticated. Modern. Open Source. Gorgeously machined aluminum with a subtle pulsating LED. Perfect for Father's day or for that geek who loves technology and needs to get dressed up for a special event. Welcome to the future!
This is a new type of product for Adafruit, we want to create wearable electronics that are subtle, fun to wear and look classy. We're starting with cufflinks and soon we will have a necklace version shortly.
The cufflinks are CNC machined from the finest 6 series aluminum for durability and beauty. The iCufflinks are a remarkable accessory. Machined with a "screw in backing". Each iCufflink contains a circuit board with pulsating LED and battery.
Bilden wir unsere Jugend tatsächlich wirtschaftsgerecht aus? Die US Trends dürften bei uns ähnlich sein: http://bit.ly/ocImFG #education
a piece of writing i did commissioned by the australian government. no apologies to rolling stone (get online, clowns) http://t.co/PtG8g4a
In SSJS in XPages there is a feature called 'synchronized'. Any code inside a synchronized code block will only execute once at a time. If two people in two different sessions click on a button that runs the SSJS at the same time then whichever thread hits the SSJS code first will start running the synchronized block first while the other persons thread will wait till the first persons thread has finished and then once the first persons thread has finished the second persons thread will run the synchronized block of SSJS. Think of it as a car wash, it's only possible to wash one car at a time while all the other cars that need to use the car wash will queue up outside waiting for the car in front of them to be finished.