Difference between revisions of "Ressources"

From air
Jump to navigation Jump to search
 
(37 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
== Physical computing ==
 
== Physical computing ==
 
* Massimo Banzi, Getting Started with Arduino, Pub. Make; 1 edition (October 15, 2008) ISBN-10: 0596155514
 
* Massimo Banzi, Getting Started with Arduino, Pub. Make; 1 edition (October 15, 2008) ISBN-10: 0596155514
* Tom Igoe, [http://oreilly.com/catalog/9780596510510 Making Things Talk: Practical Methods for Connecting Physical Objects], Make; 1 edition (September 28, 2007), ISBN-10: 0596510519 ([http://examples.oreilly.com/9780596510510/ exemples de code])
+
* Tom Igoe, [http://oreilly.com/catalog/9780596510510 Making Things Talk: Practical Methods for Connecting Physical Objects], Make; 1 edition (September 28, 2007), ISBN-10: 0596510519 ([http://examples.oreilly.com/9780596510510/ source des exemples]). '''Second Edition''', Released: August 2011 (est.) ISBN-10: 1449392431, ISBN-13: 978-1449392437, http://oreilly.com/catalog/0636920010920
  +
* Joshua Noble, [http://oreilly.com/catalog/9780596154158 Programming Interactivity: A Designer's Guide to Processing, Arduino, and OpenFrameworks], O'Reilly Media, July 2009 ([http://examples.oreilly.com/9780596154158/ source des exemples])
  +
* Jonathan Oxer et H. Blemings, Practical Arduino: Cool Projects for Open Source Hardware, Apress, Janvier 2010, http://www.practicalarduino.com, http://books.google.fr/books?id=iwzo1-zmVXEC
  +
* Daniel Shiffman, The Nature of Code, http://natureofcode.com/
  +
* Bert van Dam, [http://www.elektor.fr/products/books/microcontrollers/microcontroleurs-risc-32-bits-a-architecture-arm.7094.1716653.lynkx Microcontrôleurs RISC 32 bits à architecture ARM - 35 projets d’initiation en C avec la carte mbed NXP LPC 1768], 2012, ISBN: 978-2-86661-178-1
  +
  +
== Visualization ==
  +
* Ben Fry, [http://oreilly.com/catalog/9780596514556 Visualizing Data : Exploring and Explaining Data with the Processing Environment], O'Reilly Media, December 2007, Print ISBN: 978-0-596-51455-6
  +
* Julie Steele, Noah Iliinsky, [http://oreilly.com/catalog/0636920000617 Beautiful Visualization : Looking at Data through the Eyes of Experts], O'Reilly Media, April 2010
  +
* Casey Reas and Ben Fry, [http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=11251 Processing: A Programming Handbook for Visual Designers and Artists], August 2007, MIT Press. 736 pages.
  +
* Matt Pearson, [http://zenbullets.com/book.php Generative Art: a practical guide using Processing], Manning 2011. ([http://www.manning.com/pearson/GenArt_source_code.zip source code] et [http://abandonedart.org/ exemples en ligne])
  +
* Wes McKinney, Python for Data Analysis : Agile Tools for Real World Data, Pub O'Reilly Media, October 2012, 472 page, http://shop.oreilly.com/product/0636920023784.do
  +
  +
==Vision==
  +
* Greg Borenstei, Making Things See : 3D vision with Kinect, Processing, Arduino, and MakerBot, Publisher: O'Reilly Media / Make, January 2012, 440 pages, http://shop.oreilly.com/product/0636920020684.do (disponible au CDI de Polytech)
   
 
== Wireless sensor Networks ==
 
== Wireless sensor Networks ==
Line 9: Line 23:
 
* Jean-Philippe Vasseur, Adam Dunkels, [http://www.thenextinternet.org/ Interconnecting Smart Objects with IP: The Next Internet] , Morgan Kaufmann; 1 edition (June 15, 2010), ISBN-13: 978-0123751652
 
* Jean-Philippe Vasseur, Adam Dunkels, [http://www.thenextinternet.org/ Interconnecting Smart Objects with IP: The Next Internet] , Morgan Kaufmann; 1 edition (June 15, 2010), ISBN-13: 978-0123751652
 
* Zach Shelby, Carsten Bormann, [http://6lowpan.net 6LoWPAN: The Wireless Embedded Internet] (Wiley Series on Communications Networking & Distributed Systems), ISBN-13: 978-0470747995 ([http://6lowpan.net/wp-content/uploads/2010/03/6lowpan-book-exercises-20100304.pdf companion])
 
* Zach Shelby, Carsten Bormann, [http://6lowpan.net 6LoWPAN: The Wireless Embedded Internet] (Wiley Series on Communications Networking & Distributed Systems), ISBN-13: 978-0470747995 ([http://6lowpan.net/wp-content/uploads/2010/03/6lowpan-book-exercises-20100304.pdf companion])
  +
  +
==M2M (Machine-to-Machine)==
  +
* FING, Syntec, Orange, Livre blanc [http://doc.openfing.org/FING/LAFING/PUBLICATIONS/LivreBlancM2M_vf.pdf Machine To Machine enjeux et perspectives]
  +
  +
==Robotique==
  +
* Tod E. Kurt, [http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470072717.html Hacking Roomba: ExtremeTech], Wiley. [http://media.wiley.com/product_ancillary/17/04700727/DOWNLOAD/9780470072714_code.zip source codes] [http://media.wiley.com/product_ancillary/17/04700727/DOWNLOAD/iRobot%20Roomba%20Open%20Interface%20Specification.pdf Roomba Open API]
  +
  +
== Sécurité ==
  +
* Bruce Schneier, Applied Cryptography, Second Edition (en francais Éditeur : Vuibert, 2001, ISBN: 2711786765) [http://www.schneier.com/book-applied.html site], [http://www.schneier.com/book-applied-source.html code source]
  +
  +
==Performance==
  +
* Brendan Gregg, Systems Performance: Enterprise and the Cloud, ISBN-13: 978-0133390094 , 2013, http://www.brendangregg.com/sysperfbook.html [https://www.youtube.com/watch?v=abLan0aXJkw video @ USENIX 2012]
  +
  +
==Programmation Parallèle==
  +
* Shameem Akhter and Jason Roberts, Multi-Core Programming : Increasing Performance through Software Multithreading, Intel Press, 336 pages, 2006, ISBN-13: 978-0976483243, http://www.intel.com/intelpress/sum_mcp.htm
  +
  +
== Génie Logiciel ==
  +
* The Architecture of Open Source Applications, Amy Brown and Greg Wilson (eds.), Lulu.com, 2011, 978-1-257-63801-7 http://www.aosabook.org/en/index.html
  +
** ''ce livre gratuit détaille l'architecture de plusieurs projets open source''
  +
  +
== Java ==
  +
* John Smart Ferguson, Java Power Tools, O'Reilly
  +
** http://shop.oreilly.com/product/9780596527938.do
  +
** http://books.google.com/books?id=YoTvBpKEx5EC
  +
  +
==Innovation==
  +
* [[Navi Radjou]], Innovation [[Jugaad]], Redevenons Ingénieux, http://en.wikipedia.org/wiki/Frugal_innovation
  +
* Eric Ries, The [[Lean Startup]], http://theleanstartup.com/
  +
  +
==Design==
  +
* John Meada, [[The Laws Of Simplicity]], http://lawsofsimplicity.com/ http://mitpress.mit.edu/books/laws-simplicity
  +
* Rebecca Proctor, 1000 nouveaux designs écologiques et où les trouver, Editeur Chene, Janvier 2010, ISBN 2812301112, EAN 978-281230111
  +
* Christopher Stuart, DIY furniture book, A Step-by-Step Guide, ISBN 9781856697422, 2011, http://www.laurenceking.com/en/diy-furniture-a-step-by-step-guide/
  +
  +
==Misc==
  +
* Chris Anderson, Makers: The New Industrial Revolution, Pub. Crown Business, 2012, ISBN-13: 978-0307720955 http://www.amazon.com/Makers-The-New-Industrial-Revolution/dp/0307720950
  +
* Cory Doctorow, Makers, http://craphound.com/makers/download/
   
 
= Links =
 
= Links =
Line 15: Line 66:
 
* http://processing.org
 
* http://processing.org
 
* http://processingjs.org
 
* http://processingjs.org
 
* http://bildr.org/
  +
* http://fritzing.org/
  +
 
* http://www.virtualbreadboard.net
 
* http://www.virtualbreadboard.net
 
** http://www.tektiles.com/videos/FlashALedWithArduino/FlashALedWithArduino.html
 
** http://www.tektiles.com/videos/FlashALedWithArduino/FlashALedWithArduino.html
Line 22: Line 76:
 
* http://code.google.com/p/xbee-arduino
 
* http://code.google.com/p/xbee-arduino
 
* http://zb4osgi.aaloa.org
 
* http://zb4osgi.aaloa.org
  +
* http://6lowpan.net/
* Sparkfun Inventor Kit
 
  +
* SENSEI project http://www.sensei-project.eu
  +
* Aspire project http://wiki.aspire.ow2.org
  +
  +
  +
==Electronique==
 
* Sparkfun Inventor Kit (en VO)
 
** http://www.sparkfun.com/tutorial/AIK/ARDX-EG-SPAR-PRINT-85.pdf
 
** http://www.sparkfun.com/tutorial/AIK/ARDX-EG-SPAR-PRINT-85.pdf
 
** http://www.sparkfun.com/tutorial/AIK/CIRC00-sheet-SPAR.pdf
 
** http://www.sparkfun.com/tutorial/AIK/CIRC00-sheet-SPAR.pdf
  +
** Version 3 : [[Media:SFE-SIK-RedBoard-Guide-Version3.0-Online.pdf]] ([https://www.sparkfun.com/products/11976 online])
* http://6lowpan.net/
 
  +
* Sparkfun Inventor Kit (en VF)
  +
** http://ardx.org/src/guide/2/ARDX-EG-SPAR-FR-WEB.pdf
  +
** http://www.sparkfun.com/news/636
  +
  +
  +
* Code couleur résistance http://www.robives.com/sites/default/files/premium/resistor.pdf
  +
  +
==Misc==
  +
* http://makerfaire.com/
  +
* http://www.instructables.com/
  +
* http://dangerousprototypes.com/

Latest revision as of 00:04, 12 July 2015

Books

Physical computing

Visualization

Vision

Wireless sensor Networks

M2M (Machine-to-Machine)

Robotique

Sécurité

  • Bruce Schneier, Applied Cryptography, Second Edition (en francais Éditeur : Vuibert, 2001, ISBN: 2711786765) site, code source

Performance

Programmation Parallèle

Génie Logiciel

  • The Architecture of Open Source Applications, Amy Brown and Greg Wilson (eds.), Lulu.com, 2011, 978-1-257-63801-7 http://www.aosabook.org/en/index.html
    • ce livre gratuit détaille l'architecture de plusieurs projets open source

Java

Innovation

Design

Misc

Links


Electronique


Misc