Skip to main content

Home/ Nerdzr/ Group items tagged library

Rss Feed Group items tagged

Jac Londe

Tweet Library for Arduino - 0 views

  • Get a token to post a message using OAuth.
  • Add some Libraries to your Arduino IDE.
  • Download the Arduino Tweet Library and put Twitter folder into ~/Documents/Arduino/libraries (Mac) or My Documents\Arduino\libraries\ (Windows). If there is no such folder, please create it. Download the EthernetDNS Library from gkaindl.com and install it. Re-launch the IDE. Detailed information about libraries installation.
  • ...1 more annotation...
  • Run a sample sketch to tweet!
Jac Londe

gkaindl.com → software → arduino ethernet - 0 views

  • Arduino Ethernet is a collection of libraries I have written to use within the Arduino programming environment in conjunction with the Ethernet shield. While the individual libraries are downloaded within a single archive, they do not depend on each other (unless noted otherwise) and can be used independently. The libraries are published under the GPLv2 (or, at your discretion, any later version). Individual libraries EthernetBonjour | Documentation EthernetDHCP | Documentation EthernetDNS | Documentation Also, by popular demand, I've prepared a very simple demo sketch using DNS, DHCP and Bonjour together. Basically, it gets network configuration data via DHCP, then lets you resolve DNS names via the DNS server received from DHCP, all while announcing its DHCP-assigned IP address via link-local Bonjour — Basically a combination of examples from the individual libraries, which I also recommend to look at, as they contain lots of comments explaining how stuff works.
Jac Londe

Accelerometers: ADXL345 Library and Netduino Tutorial - Tutorials - Love Electronics - 0 views

  • Accelerometers: ADXL345 Library and Netduino Tutorial
  • What is an accelerometer? An accelerometer is part of a family of motion sensors consisting of accelerometers, gyroscopes and compasses.
Jac Londe

Cambridge Digital Library - University of Cambridge - 0 views

  • Newton Papers Plato is my friend, Aristotle is my friend, but my greatest friend is truth." —Sir Isaac Newton
Jac Londe

Home Sharing, Media Streaming, Wireless Backup | Seagate - 0 views

  • utomatically back up multiple PC and Mac® computers Wirelessly stream your centralized media library to gaming consoles, media players and smart TVs Access content on-the-go with a Web browser or the free app for tablets and smartphones Enjoy a unique Samsung® Smart TV app featuring enhanced media navigation
    • Jac Londe
       
      Une petite boîte noire qui réinvente la petite boîte noire. Imaginons un graphique â partir de cet outil, pour le plaisir professionnel.
  • Connect Seagate® Central to your Wi-Fi router to organize and back up all your content on one device that you can access from anywhere.
Jac Londe

Resources - CryptoParty - 0 views

  • 1.1 Cryptography is Dangerous (and Beautiful)
  • 2 Basics first
  • 3 PGP / GPG
  • ...17 more annotations...
  • 8 Darknets
  • 5 Disk Encryption
  • 6 Encrypted Mobile Communications
  • 7 Privacy Protected Browsing
  • 4 Verifying Software Downloads & Files: Hashing
  • 11 Operating System and Host Environment
  • 10 Software Libraries
  • 9 Misc
  • 12 E-mail
  • 13 Virtual Private Networks (VPNs)
  • 14 Remote Desktop software
  • 15 Voice over IP
  • 16 Mobile Phones / Smartphones
  • 17 Legal Issues
  • 18 Organizations and Legal Support
  • 19 Courses and Education
  • 20 Where to go for more information 21 Some Quotes
Jac Londe

ProcessLibrary.com - The online resource for process information! - 0 views

  • Welcome to ProcessLibrary.com The unique and indispensable process listing database Uniblue's free and comprehensive online library of processes is for everyone who needs to know the exact nature and purpose of every process that should, and should not, be running on their PC.
Jac Londe

Arduino - Introduction - 0 views

  • What is Arduino?
  • Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source physical computing platform based on a simple microcontroller board, and a development environment for writing software for the board.
  • Inexpensive - Arduino boards are relatively inexpensive compared to other microcontroller platforms. The least expensive version of the Arduino module can be assembled by hand, and even the pre-assembled Arduino modules cost less than $50
  • ...4 more annotations...
  • Cross-platform - The Arduino software runs on Windows, Macintosh OSX, and Linux operating systems. Most microcontroller systems are limited to Windows.
  • Simple, clear programming environment - The Arduino programming environment is easy-to-use for beginners, yet flexible enough for advanced users to take advantage of as well. For teachers, it's conveniently based on the Processing programming environment, so students learning to program in that environment will be familiar with the look and feel of Arduino
  • Open source and extensible software- The Arduino software and is published as open source tools, available for extension by experienced programmers. The language can be expanded through C++ libraries, and people wanting to understand the technical details can make the leap from Arduino to the AVR C programming language on which it's based. SImilarly, you can add AVR-C code directly into your Arduino programs if you want to.
  • Open source and extensible hardware - The Arduino is based on Atmel's ATMEGA8 and ATMEGA168 microcontrollers. The plans for the modules are published under a Creative Commons license, so experienced circuit designers can make their own version of the module, extending it and improving it. Even relatively inexperienced users can build the breadboard version of the module in order to understand how it works and save money.
Jac Londe

Introduction à PHP - 0 views

  • Qu'est-ce que PHP? PHP est un langage interprété (un langage de script) exécuté du côté serveur (comme les scripts CGI, ASP, ...) et non du côté client (un script écrit en Javascript ou une applet Java s'exécute sur votre ordinateur...). La syntaxe du langage provient de celles du langage C, du Perl et de Java. Ses principaux atouts sont : Une grande communauté de développeurs partageant des centaines de milliers d'exemples de script PHP ; La gratuité et la disponibilité du code source (PHP est distribué sous licence GNU GPL) ; La simplicité d'écriture de scripts ; La possibilité d'inclure le script PHP au sein d'une page HTML (contrairement aux scripts CGi, pour lesquels il faut écrire des lignes de code pour afficher chaque ligne en langage HTML) ; La simplicité d'interfaçage avec des bases de données (de nombreux SGBD sont supportés, mais le plus utilisé avec ce langage est MySQL, un SGBD gratuit disponible sur de nombreuses plateformes : Unix, Linux, Windows, MacOs X, Solaris, etc...) ; L'intégration au sein de nombreux serveurs web (Apache, Microsoft IIS, etc.).
  • Origines de PHP Le langage PHP a été mis au point au début d'automne 1994 par Rasmus Lerdorf. Ce langage de script lui permettait de conserver la trace des utilisateurs venant consulter son CV sur son site, grâce à l'accès à une base de données par l'intermédiaire de requêtes SQL. Ainsi, étant donné que de nombreux internautes lui demandèrent ce programme, Rasmus Lerdorf mit en ligne en 1995 la première version de ce programme qu'il baptisa Personal Sommaire Page Tools, puis Personal Home Page v1.0
Jac Londe

PHP Simple HTML DOM Parser - 0 views

  • A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
  • // Create DOM from string $html = str_get_html('<div id="hello">Hello</div><div id="world">World</div>'); $html->find('div', 1)->class = 'bar'; $html->find('div[id=hello]', 0)->innertext = 'foo'; echo $html; // Output: <div id="hello">foo</div><div id="world" class="bar">World</div>
Jac Londe

Amarino - "Android meets Arduino" - 0 views

  • make thoses phone events visible somewhere else, on your wearable, in your living room, on your robot, in your office or where ever you want it to occur? Or would you like to use your smartphone sensors, like the accelerometer, light sensor, compass or your touchscreen to control other devices? 'android meets arduino' is a toolkit, basically consisting of an Android application and an Arduino library which will help you to interface with your phone in a new dimension. You can build your own interfaces almost without any programming experience.
    • Jac Londe
       
      L'Objet allié au Script par excellence Quoi de plus intéressant que de découvrir de nouveaux outils qui permettent de trancender la réalité. La virtualité transmue la réalité à distance. Le téléphone intelligent Le système d'opération Le réseau universel La plate-forme robotique Les logiciels de création Les applications
1 - 12 of 12
Showing 20 items per page