Tech24 Deals Web Search

Search results

  1. Results from the Tech24 Deals Content Network
  2. The Book Cipher Algorithm - Dr Dobb's

    www.drdobbs.com/security/the-book-cipher-algorithm/210603676

    Basically, the Book cipher algorithm uses letters of subsequent words in some text or book as a key to encode a message. Figure 1 is the simplest form, usually called the "running key cipher." In this case, text (usually from a book) is used to provide a very long key stream. The book used is agreed upon in advance, while the passage used is ...

  3. RESTful Web Services: A Tutorial - Dr. Dobb's

    www.drdobbs.com/web-development/restful-web-services-a-tutorial/240169069

    This month, Dr. Dobb's Journal is devoted to mobile programming. We introduce you to Apple's new Swift programming language, discuss the perils of being the third-most-popular mobile platform, revisit SQLite on Android , Download the latest issue today. >>. As REST has become the default for most Web and mobile apps, it's imperative to have the ...

  4. Software tools and techniques for global software development. Dr. Dobb's features articles, source code, blogs,forums,video tutorials, and audio podcasts, as well as articles from Dr. Dobb's Journal, BYTE.com, C/C++ Users Journal, and Software Development magazine.

  5. Python Essential Reference, Fourth Edition Book Review

    www.drdobbs.com/architecture-and-design/python-essential-reference-fourth...

    Python Essential Reference, Fourth Edition Book Review. By Mike Riley, August 04, 2009 Attaining its 10th year anniversary, David Beazley's Python Essential Reference has matured along with the Python language itself. Does the book provide better insight than Python's own online documentation? Read on to find out.

  6. Graphics Programming Black Book - Dr. Dobb's

    drdobbs.com/parallel/graphics-programming-black-book/184404919

    Graphics Programming Black Book. Michael Abrash's classic Graphics Programming Black Book is a compilation of Michael's writings on assembly language and graphics programming (including from his "Graphics Programming" column in Dr. Dobb's Journal). of Michael's previous writings on assembly language and graphics programming.

  7. <h1>Back to the Future</h1> - Dr. Dobb's

    www.drdobbs.com/back-to-the-future/184404733

    I met with Kent Beck over lunch recently, and we did that author thing of exchanging copies of our books. For whatever reason, I hadn't gotten around to reading Kent's book Extreme Programming Explained, (Addison-Wesley, 2000, ISBN 201-61641-6), so I was grateful for the autographed copy and dug into it immediately.

  8. Jolt Awards: The Best Books - Dr. Dobb's

    www.drdobbs.com/joltawards/jolt-awards-the-best-books/240169070

    This month, Dr. Dobb's Journal is devoted to mobile programming. We introduce you to Apple's new Swift programming language, discuss the perils of being the third-most-popular mobile platform, revisit SQLite on Android , and much more! Download the latest issue today. >>. The best books of the past 12 months.

  9. Easy Analog Data Compression - Dr Dobb's

    www.drdobbs.com/easy-analog-data-compression/184401624

    A low-footprint compression technique for when efficiency really matters. When I needed to implement a lossless data compressor for 16-bit ECGs (electrocardiograms), EEGs (electroencephalograms), and other medical signals in C on a 16-bit integer processor, I discovered how little value the majority of compression techniques were for my problem.

  10. How Non-Member Functions Improve Encapsulation | Dr Dobb's

    www.drdobbs.com/cpp/how-non-member-functions-improve-encapsu/184401197

    Adding a static member function to a class when its functionality could be implemented as a non-friend non-member decreases encapsulation by exactly the same amount as does adding a non-static member function. One implication of this is that it's generally a bad idea to move a free function into a class as a static member just to show that it's ...

  11. EFI Architecture - Dr. Dobb's

    www.drdobbs.com/embedded-systems/efi-architecture/199500688

    The Extensible Firmware Interface (EFI) describes a programmatic interface to the platform. The platform includes the motherboard, chipset, central processing unit (CPU), and other components. EFI allows for pre-operating system (pre-OS) agents. Pre-OS agents are OS loaders, diagnostics, and other applications that the system needs for ...