Difference between revisions of "Library"

From London Hackspace Wiki
Jump to navigation Jump to search
(10 intermediate revisions by the same user not shown)
Line 109: Line 109:
 
* [http://www.upcraft.it/archives/261 Glue matrix] and [http://www.thistothat.com/ ThisToThat glue lookup]
 
* [http://www.upcraft.it/archives/261 Glue matrix] and [http://www.thistothat.com/ ThisToThat glue lookup]
 
* [http://wiki.london.hackspace.org.uk/w/images/d/d0/Ignition.pdf Ignition!: An informal history of liquid rocket propellants - John Clark ]
 
* [http://wiki.london.hackspace.org.uk/w/images/d/d0/Ignition.pdf Ignition!: An informal history of liquid rocket propellants - John Clark ]
 +
 +
== Microprocessors ==
 +
 +
* [https://jaycarlson.net/microcontrollers/ The Amazing $1 Microntroller] A very useful guide to some popular and cheap microcontrollers and their uses
 +
* [https://www.arduino.cc/ Arduino] A very popular and newbie-friendly microcontroller ecosystem
 +
* [http://www.obdev.at/products/vusb/index.html Native software USB for AVR]
 +
* [https://github.com/crisciano/arduinoshiftreglcd Shift-register based Arduino LCD driver] (formerly http://code.google.com/p/arduinoshiftreglcd/, now a dead link)
 +
* [http://ruggedcircuits.com/html/ancp01.html 10 ways to destroy an arduino] (or, 10 things you shouldn't do ..)
  
 
== Electronics ==
 
== Electronics ==
Line 114: Line 122:
 
* [http://www.pinrepair.com/begin/index.htm Although aimed at pinball repairers], this site has a wealth of easily understood information about soldering, DVMs and all the miscellany of electronics repair.
 
* [http://www.pinrepair.com/begin/index.htm Although aimed at pinball repairers], this site has a wealth of easily understood information about soldering, DVMs and all the miscellany of electronics repair.
 
* [http://www.kingswood-consulting.co.uk/giicm/ The Giant Internet IC Masturbator] (IC pinouts without pages of ads)  
 
* [http://www.kingswood-consulting.co.uk/giicm/ The Giant Internet IC Masturbator] (IC pinouts without pages of ads)  
* [http://www.obdev.at/products/vusb/index.html Native USB for AVR]
 
 
* [http://books.google.co.uk/books?id=Il4xxTTyhbEC&printsec=frontcover&dq=analog+circuit+design&source=bl&ots=jnNGIvIsPE&sig=i67mheOYYMewB3_KMwdXje2s0y4&hl=en&ei=AQF1TMCyE5GN4QaV38GbBg&sa=X&oi=book_result&ct=result&resnum=2&ved=0CCsQ6AEwAQ#v=onepage&q&f=false Analog Circuit Design: Art, Science and Personalities] (superb book about analog design edited by Jim Williams)
 
* [http://books.google.co.uk/books?id=Il4xxTTyhbEC&printsec=frontcover&dq=analog+circuit+design&source=bl&ots=jnNGIvIsPE&sig=i67mheOYYMewB3_KMwdXje2s0y4&hl=en&ei=AQF1TMCyE5GN4QaV38GbBg&sa=X&oi=book_result&ct=result&resnum=2&ved=0CCsQ6AEwAQ#v=onepage&q&f=false Analog Circuit Design: Art, Science and Personalities] (superb book about analog design edited by Jim Williams)
 
* [http://www.ebookee.com/The-Art-and-Science-of-Analog-Circuit-Design_649143.html The Art and Science of Analog Circuit Design] (more in a similar vein)
 
* [http://www.ebookee.com/The-Art-and-Science-of-Analog-Circuit-Design_649143.html The Art and Science of Analog Circuit Design] (more in a similar vein)
* http://code.google.com/p/arduinoshiftreglcd/
 
 
* [http://www.dailymotion.com/video/x3wrzo_fabrication-dune-lampe-triode_tech Fabrication d'une lampe triode] by someone with a great deal of patience and skill
 
* [http://www.dailymotion.com/video/x3wrzo_fabrication-dune-lampe-triode_tech Fabrication d'une lampe triode] by someone with a great deal of patience and skill
 
* [http://www.fpga4fun.com/external/SMD/smdman.pdf SMD repair manual] (PDF)
 
* [http://www.fpga4fun.com/external/SMD/smdman.pdf SMD repair manual] (PDF)
* [http://ruggedcircuits.com/html/ancp01.html 10 ways to destroy an arduino] (or, 10 things you shouldn't do ..)
 
 
* [http://www.marsport.org.uk/smd/mainframe.htm SMD] component marking [http://www.marsport.org.uk/smd/codeintro.htm Instructions]
 
* [http://www.marsport.org.uk/smd/mainframe.htm SMD] component marking [http://www.marsport.org.uk/smd/codeintro.htm Instructions]
 
* [http://www.inductionheatertutorial.com/ 10kW induction heater]
 
* [http://www.inductionheatertutorial.com/ 10kW induction heater]
 
* [http://www.ivorcatt.org/digital-hardware-design.htm Digital hardware design] - designing high speed logic
 
* [http://www.ivorcatt.org/digital-hardware-design.htm Digital hardware design] - designing high speed logic
 
* [http://www.designinganalogchips.com/_count/designinganalogchips.pdf Designing analog chips] - how electronics really works, by the inventor of the 555
 
* [http://www.designinganalogchips.com/_count/designinganalogchips.pdf Designing analog chips] - how electronics really works, by the inventor of the 555
* [https://www.adminstrumentengineering.com.au/files/mean-well-user-technical-manual.pdf Meanwell Switching Power Supply Technical Manual] - a good description of switching power supplies, by one of the better chinese manufacturers
+
* [https://www.adminstrumentengineering.com.au/files/mean-well-user-technical-manual.pdf Mean Well Switching Power Supply Technical Manual] - a good description of switching power supplies, by one of the better Taiwanese manufacturers
 +
* [http://www.ti.com/tool/PLL_BOOK Dean's book] A introduction to phase-locked loops
  
== Design ==
+
== Web Design ==
  
 
* [http://brendandawes.com/projects/notesondesign  Brendan Dawes]
 
* [http://brendandawes.com/projects/notesondesign  Brendan Dawes]
  
 
[[Category:Infrastructure]]
 
[[Category:Infrastructure]]
Web Design for Developers: A Programmer's Guide to Design Tools and Techniques (Pragmatic Programmers) Brian P Hogan ISBN-13: 978-1934356135
+
*Web Design for Developers: A Programmer's Guide to Design Tools and Techniques (Pragmatic Programmers) Brian P Hogan ISBN-13: 978-1934356135
 
+
*Create Your Own Website Using WordPress in a Weekend Alannah Moore ISBN-13: 978-0415662680
 
+
*HTML & CSS: Design and Build Web Sites Jon Duckett
Create Your Own Website Using WordPress in a Weekend Alannah Moore ISBN-13: 978-0415662680
 
 
 
HTML & CSS: Design and Build Web Sites Jon Duckett
 

Revision as of 09:31, 25 October 2018

In the space

Comprehensive list

We have a large number of dead-tree books. They're not all catalogued, so feel free to contribute to the following page:

Highlights of the books

Computer Science

Mathematics

Electronics

  • A Practical Introduction to Electronic Circuits, Martin Hartley Jones (ISBN-10: 0521478790)
  • The Art of Electronics, Paul Horowitz & Winfield Hill. This is a personal copy so just ask samthetechie if you want to use it. Use it whenever you want, just treat it well. :)
  • Foundations of Analog and Digital Electronic Circuits, Anant Agarwal & Jeffrey H. Lang
  • The Principles of Computer Hardware, Alan Clements
  • Unit 1 A-level Electronics Support Booklet, Ian Kemp (Logic, Diodes, Resistors, Transistors & MOSFETS, Outputs, Op-Amps, Capacitors, 555)
  • Unit 2 A-level Electronics Support Booklet, Ian Kemp (Sequential logic, Counters, Op-Amps, Amplifiers, Filters)
  • Unit 4 A-level Electronics Support Booklet, Ian Kemp (Communications, Radio receivers, Opto-electronics)
  • Practical Electronics for Inventors, Paul Scherz

Hacking Electronics: An Illustrated DIY Guide for Makers and Hobbyists SIMON MONK SBN-13: 978-0071802369

Security

  • Applied Cryptography, Bruce Schneier

Arduino

  • Beginning Arduino, Michael McRoberts

Franzis Arduino Tutorial manual Ulli Sommer ISBN 978-3-645-65279-7

Natural/Spoken Language

  • Step By Step in Esperanto - For those who like their languages easy and constructed.


Borrowed

  • Angie - Python Pocket Reference. Joel on software.
  • Willb - electronics for dummies
  • thejimmyg - Lex & Yacc book
  • AngrySpinach - Make: Volume 24
  • alecjw - london A to Z. i fancy going for a walk on my way home
  • Nistur - Compiler Construction: Principles and Practice
  • df - Computers under attack
  • andrewblack - Ruby best practices
  • nartandyou - 250 Innovative Ideas (13/09/2012)
  • Java and SOAP
  • Mr Aun - PHP Phrasebook
  • Nanooq - Programming Ruby (Solexious knows)
  • Necati - Making Things Talk
  • sue - Processing by Ira Greenberg
  • marg__c - nomadic furniture and
  • marg__c- Built-ins
  • Luis - Think fast and slow.
  • mastering opencv with practical projects - User:Oni
  • ZeroCool - Artificial Intelligence, Unity Game Development Essentials
  • B D Brewis - 3D Math Primer for Graphics and Game Development
  • MargCobb-Vinegar 1001 practical uses
  • MargCobb- The Tailor of Ulm
  • Unmutual - Joker, DBT Workbook
  • pete - The Code Book
  • Lajos G. - The Mathematical Universe
  • QuantumHand - The Cuckoo's Egg by Clifford Stoll
  • Sevan - TCP/IP Illustrated Volume 2
  • thebrentc - Buschmann et al., A system of patterns; Gruneberg, Spanish in a day (!)
  • rawles: Fogus and Houser, "The Joy of Clojure".

On the web

Machining

HSS can be better than indexable carbide tools for small work and fine finishes, as it wears faster but is very sharp.
also Sherline guide featuring diagrams and writing.

CNC

  • Beginning CNC A CNC mill isn't a laser cutter. You have to understand how it works.
  • Chris Radek Machining, CNC, format conversion, clocks
  • Guerrilla guide to CNC machining and resin casting:
Volume 1: Basic theory and preparations
Volume 2: Real-world projects

General hardware stuff

Microprocessors

Electronics

Web Design

  • Brendan Dawes
  • Web Design for Developers: A Programmer's Guide to Design Tools and Techniques (Pragmatic Programmers) Brian P Hogan ISBN-13: 978-1934356135
  • Create Your Own Website Using WordPress in a Weekend Alannah Moore ISBN-13: 978-0415662680
  • HTML & CSS: Design and Build Web Sites Jon Duckett