background preloader

Rabajaka

Facebook Twitter

Robert

nerd

Fun with dead lighter parts‬‏ The Weissenberg Effect‬‏ Brainiac Toilet Prank Elephant Toothpaste w/ Dr. Bunhead‬‏ Pendulum Waves‬‏ Princeton invention delivers 3D sound from ordinary laptop speakers‬‏ Operational Amplifier Tutorial & super microphone circuit‬‏ Passive RC high pass filters‬‏ TEDxYYC - Kirk Sorensen - Thorium‬‏ Whisper Gen Stirling Engine - Pollution free Energy‬‏ Lasca Tables by Marco Sousa Santos. Like a polished pebble from a riverbed Marco Sousa Santos' Lasca tables are softly rounded but unlike them, rich in texture thanks to its cork construction. (Click the images below for full sized images) Made of agglomerated cork with a lacquered MDF table top, Lasca comes in different shapes and sizes.

Says Lasca producer Materia, "Lasca functions as a support or work surface. Steadier than a tray, more practical and unrestricting than a table, you can use it to rest a TV remote or glass, prop up a computer or set your notebook or reading material down. " "With its resistant, non-slippery cork body and earthy, elemental appeal, Lasca's unobtrusive, grounding presence is equally at home by the pool, in a sunny patio or indoors. " Lasca is part of Materia, a collection of cork products curated by ExperimentaDesign with Filipe Alarcao as joint artistic director, made by Amorim and designed by six Portuguese and four international designers. + marcosousasantos.com + materia.amorim.com.

Electromagnets And Ball Pit Balls [VIDEO] Structure of a program. The best way to learn a programming language is by writing programs.

Structure of a program

Typically, the first program beginners write is a program called "Hello World", which simply prints "Hello World" to your computer screen. Although it is very simple, it contains all the fundamental components C++ programs have: The left panel above shows the C++ code for this program. The right panel shows the result when the program is executed by a computer. The grey numbers to the left of the panels are line numbers to make discussing programs and researching errors easier.

Let's examine this program line by line: Line 1: // my first program in C++ Two slash signs indicate that the rest of the line is a comment inserted by the programmer but which has no effect on the behavior of the program. Line 2: #include <iostream> Lines beginning with a hash sign (#) are directives read and interpreted by what is known as the preprocessor. Line 3: A blank line. Blank lines have no effect on a program. Line 4: int main () ENVISION : Step into the sensory box. ROOM RACERS: GAMEPLAY TRAILER #1!‬‏

How to Program Axon II in PD‬‏ Axon Microcontroller. Axon Wiring Demo‬‏ Axon Tutorial by Hawaii00000‬‏ Tutorials. Setup. Reference Language | Libraries | Comparison | Changes The setup() function is called when a sketch starts.

Setup

Use it to initialize variables, pin modes, start using libraries, etc. The setup function will only run once, after each powerup or reset of the Arduino board. Example int buttonPin = 3; void setup() { Serial.begin(9600); pinMode(buttonPin, INPUT); } void loop() { // ... } Reference Home. Alpha: Computational Knowledge Engine. Calculus Video Tutorials. Custom Waterjet, Plasma, Laser Cutting. A-Pod part 1‬‏ The Amazing AIRTRAX Omni-Directional Wheels‬‏ Terex HS41M Walking Excavator‬‏ Nanotechnologie Teppich- & Polster-Versiegelung‬‏ Superconducting Magnetic Levitation (MagLev) on a Magnetic Track‬‏ DIY Drones. Coffee balloon gripper‬‏ Richard Dawkins: One Fact to Refute Creationism‬‏