• The Rust Programming Language

    The Rust Programming Language is the official book on Rust, an open-source, community-developed systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. This is the undisputed go-to guide to Rust, written by two members of the Rust core team, with feedback and contributions from 42 members of the community. The book assumes that you’ve written code in another programming language but makes no assumptions about which one, meaning the material is accessible and useful to developers from a wide variety of programming backgrounds.   Known by the ... [Read More]

    • ASIN: 1593278284
    • ASIN: 1593278284
    • ISBN: 1593278284
    • Manufacturer: No Starch Press

  • Learning Python: Powerful Object-Oriented Programming

    Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz’s popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It’s an ideal way to begin, whether you’re new to programming or a professional developer versed in other languages.Complete with quizzes, exercises, and helpful illustrations, this easy-to-follow, self-paced tutorial gets you started with both Python 2.7 and 3.3— the latest releases in the 3.X and 2.X lines—plus all other releases in commo... [Read More]

    • ASIN: B00DDZPC9S
    • ASIN: B00DDZPC9S
    • Manufacturer: O'Reilly Media

  • Programming Rust: Fast, Safe Systems Development

    Rust is a new systems programming language that combines the performance and low-level control of C and C++ with memory safety and thread safety. Rust’s modern, flexible types ensure your program is free of null pointer dereferences, double frees, dangling pointers, and similar bugs, all at compile time, without runtime overhead. In multi-threaded code, Rust catches data races at compile time, making concurrency much easier to use.Written by two experienced systems programmers, this book explains how Rust manages to bridge the gap between performance and safety, and how you can take advantag... [Read More]

    • ASIN: B077NSY211
    • ASIN: B077NSY211
    • Manufacturer: O'Reilly Media

  • Linkers and Loaders (The Morgan Kaufmann Series in Software Engineering and Programming)


    • ASIN: 1558604960
    • ASIN: 1558604960
    • ISBN: 1558604960
    • Brand: Brand: Morgan Kaufmann
    • Manufacturer: Morgan Kaufmann

  • Modern X86 Assembly Language Programming: 32-bit, 64-bit, SSE, and AVX

    Modern X86 Assembly Language Programming shows the fundamentals of x86 assembly language programming. It focuses on the aspects of the x86 instruction set that are most relevant to application software development. The book's structure and sample code are designed to help the reader quickly understand x86 assembly language programming and the computational capabilities of the x86 platform. Book appendixes can be downloaded here: http://www.apress.com/9781484200650?gtmf=sMajor topics of the book include the following:32-bit core architecture, data types, internal registers, memory addressing m... [Read More]

    • ASIN: 1484200659
    • ASIN: 1484200659
    • ISBN: 1484200659
    • Brand: Apress
    • Manufacturer: Apress

  • Dynamic HTML: The HTML Developer's Guide


    • ASIN: 0201379619
    • UPC: 785342379617
    • ASIN: 0201379619
    • ISBN: 0201379619
    • Brand: MoPow
    • Manufacturer: Addison-Wesley Professional

  • Python for Beginners: An Introduction to Learn Python Programming with Tutorials and Hands-On Examples

    Master the Python Environment and Become a Skilled Coder!Download your copy of this book absolutely FREE with your Kindle Unlimited subscription – Order Now!When you open up Beginner’s Guide to Python, you’ll enter a new world of creative and lucrative possibilities. From executing Python scripts on various operating systems to learning identifiers and keywords, you’ll be up-and-running in no time. Now is the time – get ready for the ride of a lifetime as you discover the inner workings of a language on which much of the world’s newest devices depend.With this book, you can learn w... [Read More]

    • ASIN: B076VSPJ81
    • ASIN: B076VSPJ81

  • Propeller Programming: Using Assembler, Spin, and C

    Learn to program the Propeller in Spin and C and how to map the Propeller Assembler (PASM) language from other high-level languages you might know.The overall task you will pursue in the book is to implement a Delta Compression algorithm: first in Spin, then in PASM, then in C. Along the way, you'll review test driven development,  a powerful technique for validating code, and conclude with a chapter on hardware manipulations. The book's main goal is to help you extend the capabilities of the Propeller processor by using the assembler language.What You’ll LearnUse a data compression/decom... [Read More]

    • ASIN: 1484233530
    • ASIN: 1484233530
    • ISBN: 1484233530
    • Manufacturer: Apress

  • Swift: A Comprehensive Intermediate Guide to Learn and Master the Concept of Swift Programming

    Do you ever want to develop iOS applications and you don’t know where to start? Are you tired of going through blog posts about Swift concepts? Well, A Comprehensive Intermediate Guide to Learn and Master the Concept of Swift Programming is a masterpiece into iOS app development. It takes you through the fundamentals of Swift app design and helps you realize how to put the principles into practice. Whether you are an experienced programmer or just starting out in iOS app design, this book takes you through all the steps of designing an iOS app. If you want to learn how to create outstanding ... [Read More]

    • ASIN: B07HM3QPTT
    • ASIN: B07HM3QPTT

  • MATLAB Advanced GUI Development

    After more than 20 years of development, MATLAB has evolved from a powerful matrix calculation application into a universal programming tool used extensively within scientific and engineering communities both commercial and academic. MATLAB versions 6.x and 7.x include functionality for developing advanced graphical user interfaces, GUIs, and real-time animation and graphics. GUI applications offer many advantages for users who wish to solve complex problems by providing interactivity and visual feedback. Some common examples of application areas where GUI development is desirable: . Image and... [Read More]

    • ASIN: 1598581813
    • ASIN: 1598581813
    • ISBN: 1598581813
    • Brand: Brand: Dog Ear Publishing, LLC
    • Manufacturer: Dog Ear Publishing, LLC

  • Seeed Studio LinkIt Smart 7688 Duo

    Note (important) In order to protect the product from improper operation, please pay attention to below notes. Choose more reliable power adapter with stable output. Recommended conditions of power input source for 7688: 1. Overshoot voltage of power input should not over 5.5. 2. Voltage wave should be within ±100mV of rated voltage. Features 580 MHz MIPS CPU Single input single output(1T1R) Wi-Fi 802.11 b/g/n (2.4G) Pin-out for GPIO, I2C, SPI, SPIS, UART, PWM and Ethernet Port 32MB Flash and 128MB DDR2 RAM USB host Micro SD slot Support for Arduino (ATmega32U4)

    • ASIN: B07DLQR54Q
    • UPC: 656516418053
    • ASIN: B07DLQR54Q
    • Brand: seeed studio
    • Manufacturer: seeed studio

  • CUDA Fortran for Scientists and Engineers : Best Practices for Efficient CUDA Fortran Programming

    CUDA Fortran for Scientists and Engineers: Best Practices for Efficient CUDA Fortran

    • UPC: 27548723

  • Python: Best Practices to Programming Code with Python - eBook

    Are you tired of your Python code turning out wrong? Are you forever finding it difficult to read your code, to spot where the problems are because it is, quite frankly, a mess? Are you

    • UPC: 882253107

  • JavaScript: Best Practices to Programming Code with JavaScript - eBook

    Learn how to write effective and efficient JavaScript code for programming success and continue your progress towards JavaScript programming mastery!In this Definitive JavaScript Guide on Best Practices, you're about to discover how to...Code more efficiently

    • UPC: 760976654

  • Java: Best Practices to Programming Code with Java - eBook

    **Are you tired of constantly finding errors in your Java code? Fed up with not being able to understand what you have written, making it difficult to identify those errors? And how many times has

    • UPC: 420349233

  • A New and Practical Dictionary of English and French Languages : With the Pronunciation and Accentuation of Every Word in Both Languages Phonetically Indicated. Compiled from the Best Modern French and English Authorities, and Containing All the Newest WOR

    A New and Practical Dictionary of English and French Languages: With the Pronunciation and Accentuation of Every Word in Both Languages Phonetically

    • UPC: 574419581

  • Perl Best Practices : Standards and Styles for Developing Maintainable Code

    Many programmers code by instinct, relying on convenient habits or a "style" they picked up early on. They aren't conscious of all the choices they make, like how they format their source, the names they

    • UPC: 3984532
    • Rating: 5.0

  • Powershell : 2 Books in 1: The Comprehensive Beginners Guide to Taking Control of the Powershell Command Line & Best Practices to Excel While Learning Powershell Programming

    Powershell: 2 Books in 1: The Comprehensive Beginners Guide to Taking Control of the Powershell Command Line & Best Practices to

    • UPC: 364447043

  • A New Plain and Useful Introduction to the Italian. Compiled from the Best Grammarians, Who Have Wrote in the Tuscan Language. Together with a Choice Collection of Italian Idioms. ... by John Kelly, of the Inner-Temple, Esq. ...

    New

    • UPC: 997412811

  • Probably the Best Programmer Ever : Blank Lined Journal Notebook Funny Medical Coding Notebook, Coding Notebook, Programming Notebook, Programming Journal, Ruled, Writing Book, Journal for Medical Coder, Programmer, Hacker, Developer, Programming Gifts

    Probably the Best Programmer Ever: Blank Lined Journal Notebook Funny Medical Coding Notebook, Coding Notebook, Programming Notebook, Programming

    • UPC: 945485726

  • A New and Practical Dictionary of English and French Languages : With the Pronunciation and Accentuation of Every Word in Both Languages Phonetically Indicated. Compiled from the Best Modern French and English Authorities, and Containing All the Newest WOR

    A New and Practical Dictionary of English and French Languages: With the Pronunciation and Accentuation of Every Word in Both Languages Phonetically

    • UPC: 760506544

  • Top 3 Programming Languages in 2018. (with my thoughts on each)

    Compiler and Interpreter: Compiled Language vs Interpreted Programming Languages

    Different Types of Programming Languages