Page 2700 of 9676 FirstFirst ... 170022002600265026902698269927002701270227102750280032003700 ... LastLast
Results 26,991 to 27,000 of 96755

Thread: Ebook Collections Update Daily

  1. #26991
    Super Moderator
    Join Date
    Dec 2016
    Posts
    257,917
    Thanks
    2
    Thanked 20 Times in 19 Posts



    William King - Fist of Demetrius (The Macharian Crusade, Book 2)
    pdf | 1.2 MB | English | Isbn:‎ B01N9U5DL0 | Author: William King | Year: 2016


    Description:

    As the crusade reaches its apex, Lord Solar Macharius is drawn by a prophecy to the world of Demetrius in search of an ancient artefact - the Fist of Demetrius. Rumours and legends abound of the artefact's providence as a weapon of a primarch, the lords of the Horus Heresy. With it, Macharius believes his success and victory is assured but others crave this potent weapon, and the dark eldar will do anything to obtain it.
    Read it because
    As the crusade reaches its apex, Lord Solar Macharius is drawn by a prophecy to the world of Demetrius in search of an ancient artefact - the Fist of Demetrius.
    Category:Science Fiction, Science Fiction


  2. #26992
    Super Moderator
    Join Date
    Dec 2016
    Posts
    257,917
    Thanks
    2
    Thanked 20 Times in 19 Posts



    Cry of Decay by Paul Barrett
    epub | 454.16 KB | English | Isbn:‎ B0853DVS28 | Author: Paul Barrett | Year: 2020


    Description:

    "You are the only Necromancer left."
    Erick Darvaul has gone through fire, betrayal, and death to reach Broken Mountain. Now he intends to gather with other necromancers to once again destroy Eligos, the Master of Shadows that threatened the world a thousand years ago and had returned to threaten all life once more. But the others who practice his often maligned form of magic have either fallen or been seduced by the darkness of Eligos, and Erick is now on his own.
    But all is not lost, and hope blooms from despair. On the ancient battleground at Broken Mountain, Erick learns from his distant ancestors that there is another who may be willing to aid him in his fight: a witch woman known as Alais, who lives in the distant swamps, alone and powerful.
    Now Erick and his stalwart companions must begin another trek to strange places, dogged every step by enemies. For the power of Eligos is growing, and more are coming to his cause. And two former Necromancers, now in league with the dark one, have learned a new, dreadful magic, a hellish power that they hope will ensure Eligos rises victorious while the world burns.
    Category:LGBTQ+ Fantasy Fiction, LGBTQ+ Fantasy, Gay Fiction


  3. #26993
    Super Moderator
    Join Date
    Dec 2016
    Posts
    257,917
    Thanks
    2
    Thanked 20 Times in 19 Posts



    Inheritance of Secrets by Sonya Bates
    epub | 950.93 KB | English | Isbn:‎ B07ZWGQ9R1 | Author: Sonya Bates | Year: 2020


    Description:

    A brutal murder. A wartime promise. A quest for the truth.
    Heather Morris meets Jane Harper in a gripping, page-turning mystery.
    No matter how far you run, the past will always find you.
    Juliet's elderly grandparents are killed in their Adelaide home. Who would commit such a heinous crime - and why? The only clue is her grandfather Karl's missing signet ring.
    When Juliet's estranged sister, Lily, returns in fear for her life, Juliet suspects something far more sinister than a simple break-in gone wrong. Before Juliet can get any answers, Lily vanishes once more.
    Juliet only knew Karl Weiss as a loving grandfather, a German soldier who emigrated to Australia to build a new life. What was he hiding that could have led to his murder? While attempting to find out, Juliet uncovers some disturbing secrets from WWII that will put both her and her sister's lives in danger...
    Category:Historical World War II Fiction, World War II Historical Fiction, Historical Thrillers


  4. #26994
    Super Moderator
    Join Date
    Dec 2016
    Posts
    257,917
    Thanks
    2
    Thanked 20 Times in 19 Posts



    Build Your Own Programming Language
    epub | 7.04 MB | English | Isbn:‎ B09926QMJB | Author: Clinton L. Jeffery | Year: 2021


    Description:

    Written by the creator of the Unicon programming language, this book will show you how to implement programming languages to reduce the time and cost of creating applications for new or specialized areas of computing

    Key Features
    [*]Reduce development time and solve pain points in your application domain by building a custom programming language[*]Learn how to create parsers, code generators, file readers, analyzers, and interpreters[*]Create an alternative to frameworks and libraries to solve domain-specific problems

    Book Description
    The need for different types of computer languages is growing rapidly and developers prefer creating domain-specific languages for solving specific application domain problems. Building your own programming language has its advantages. It can be your antidote to the ever-increasing size and complexity of software. However, creating a custom language isn't easy.
    In this book, you'll be able to put the knowledge you gain to work in language design and implementation. You'll implement the frontend of a compiler for your language, including a lexical analyzer and parser. The book covers a series of traversals of syntax trees, culminating with code generation for a bytecode virtual machine. Moving ahead, you'll learn how domain-specific language (DSL) features are often best represented by operators and functions that are built into the language, rather than library functions. The book concludes by showing you how to implement garbage collection, including reference counting and mark-and-sweep garbage collection. Throughout the book, Dr. Jeffery weaves in his experience of building the Unicon programming language to give better context to the concepts, while providing relevant examples in Unicon and Java.
    By the end of this book, you'll be able to build and deploy your own domain-specific languages, capable of compiling and running programs.

    What you will learn
    [*]Perform requirements analysis for the new language and design language syntax and semantics[*]Write lexical and context-free grammar rules for common expressions and control structures[*]Develop a scanner that reads source code and generate a parser that checks syntax[*]Build key data structures in a compiler and use your compiler to build a syntax-coloring code editor[*]Implement a bytecode interpreter and run bytecode generated by your compiler[*]Write tree traversals that insert information into the syntax tree[*]Implement garbage collection in your language

    Who this book is for
    This book is for software developers interested in the idea of inventing their own language or developing a domain-specific language. Computer science students taking compiler construction courses will also find this book highly useful as a practical guide to language implementation to supplement more theoretical textbooks. Intermediate-level knowledge and experience working with a high-level language such as Java or the C++ language are expected to help you get the most out of this book.

    Table of Contents
    [*]Why Build Another Programming Language[*]Programming Language Design[*]Scanning Source Code[*]Parsing[*]Syntax Trees[*]Symbol Tables[*]Checking Base Types[*]Checking Types on Arrays, Method Calls, and Structure Accesses[*]Intermediate Code Generation[*]Syntax Cloning in an IDE[*]Bytecode Interpreters[*]Generating Bytecode[*]Native Code Generation[*]Implementing Operators and Built-In Functions[*]Domain Control Structures[*]Garbage Collection[*]Final Thoughts[*]Appendix A - Unicon Essentials
    Category:Java Computer Programming, Compiler Design, Software Programming Compilers


  5. #26995
    Super Moderator
    Join Date
    Dec 2016
    Posts
    257,917
    Thanks
    2
    Thanked 20 Times in 19 Posts



    Eternals #8 (2021)
    cbr | 44.49 MB | English | Isbn:‎ B09G48M8LT | Author: Kieron Gillen | Year: 2021


    Description:

    Eternals and Deviants have been at war for a million years. Our Eternals have had enough. They want to live in peace, alongside the Deviants. The Deviants have other ideas. Meanwhile, Thanos is Prime Eternal and, to everyone's surprise, puts into action a series of sensible policies for the good of all. There is a lie in this solicit. You may be able to spot it.
    Category:45-Minute Comic & Graphic Novel Short Reads, Superhero Graphic Novels, Superhero Comics & Graphic Novels


  6. #26996
    Super Moderator
    Join Date
    Dec 2016
    Posts
    257,917
    Thanks
    2
    Thanked 20 Times in 19 Posts



    A Year of Buddha's Wisdom
    epub | 8.18 MB | English | Isbn:‎ B09MYBCXRV | Author: Bodhipaksa | Year: 2021


    Description:

    Foster a greater sense of inner peace, one day at a time
    Discover how the wisdom of the Buddha can help you feel calmer, happier, and more satisfied. Featuring a thoughtful new prompt every day, A Year of Buddha's Wisdom helps you learn essential Buddhist principles and make them a part of your everyday life.
    What sets this Buddhism guide apart:
    [*]365 days of wisdom-Deepen your Buddhism practice every day with an array of meditations, mantras, reflections, and quotes.[*]Short and simple entries-Whether it's taking a minute to be aware of your surroundings or 10 to meditate, these brief prompts encourage you to explore the Buddha's wisdom every day.[*]A path to tranquility-Grow into your best self as you learn to be mindful, find joy in meditation, have compassion for others, and much more.

    Embody the Buddha's wisdom with this easy and accessible Buddhism book.
    Category:Buddhist Rituals & Practice, Buddhist Rituals & Practice, Meditation


  7. #26997
    Super Moderator
    Join Date
    Dec 2016
    Posts
    257,917
    Thanks
    2
    Thanked 20 Times in 19 Posts



    Advanced JavaScript
    pdf | 2.1 MB | English | Isbn:‎ 1789800102 | Author: Zachary Shute; | Year: 2019


    Description:

    Gain a deeper understanding of JavaScript and apply it to build small applications in backend, frontend, and mobile frameworks.

    Key Features
    [*]Explore the new ES6 syntax, the event loop, and asynchronous programming[*]Learn the test-driven development approach when building apps[*]Master advanced JavaScript concepts to enhance your web developments skill

    Book Description
    If you are looking for a programming language to develop flexible and efficient applications, JavaScript is an obvious choice. Advanced JavaScript is a hands-on guide that takes you through JavaScript and its many features, one step at a time. You'll begin by learning how to use the new JavaScript syntax in ES6, and then work through the many other features that modern JavaScript has to offer. As you progress through the chapters, you'll use asynchronous programming with callbacks and promises, handle browser events, and perform Document Object Model (DOM) manipulation. You'll also explore various methods of testing JavaScript projects. In the concluding chapters, you'll discover functional programming and learn to use it to build your apps. With this book as your guide, you'll also be able to develop APIs using Node.js and Express, create front-ends using React/Redux, and build mobile apps using React/Expo.
    By the end of Advanced JavaScript, you will have explored the features and benefits of JavaScript to build small applications.

    What you will learn
    [*]Examine major features in ES6 and implement those features to build applications[*]Create promise and callback handlers to work with asynchronous processes[*]Develop asynchronous flows using Promise chaining and async/await syntax[*]Manipulate the DOM with JavaScript[*]Handle JavaScript browser events[*]Explore Test Driven Development and build code tests with JavaScript code testing frameworks.[*]List the benefits and drawbacks of functional programming compared to other styles[*]Construct applications with the Node.js backend framework and the React frontend framework

    Who this book is for
    This book is designed to target anyone who wants to write JavaScript in a professional environment. We expect the audience to have used JavaScript in some capacity and be familiar with the basic syntax. This book would be good for a tech enthusiast wondering when to use generators or how to use Promises and Callbacks effectively, or a novice developer who wants to deepen their knowledge on JavaScript and understand TDD.

    Table of Contents
    [*]Introducing ECMAScript 6[*]Asynchronous JavaScript[*]DOM Manipulation and Event Handling[*]Testing JavaScript[*]Functional Programming[*]The JavaScript Ecosystem
    Category:Object Oriented Design, JavaScript Programming, Web Programming


  8. #26998
    Super Moderator
    Join Date
    Dec 2016
    Posts
    257,917
    Thanks
    2
    Thanked 20 Times in 19 Posts



    Agile Technical Practices Distilled
    pdf | 8.36 MB | English | Isbn:‎ 1838980849 | Author: Pedro M. Santos;Marco Consolaro;Alessandro Di Gioia; | Year: 2019


    Description:

    Delve deep into the various technical practices, principles, and values of Agile.

    Key Features
    [*]Discover the essence of Agile software development and the key principles of software design[*]Explore the fundamental practices of Agile working, including test-driven development (TDD), refactoring, pair programming, and continuous integration[*]Learn and apply the four elements of simple design

    Book Description
    The number of popular technical practices has grown exponentially in the last few years. Learning the common fundamental software development practices can help you become a better programmer. This book uses the term Agile as a wide umbrella and covers Agile principles and practices, as well as most methodologies associated with it.
    You'll begin by discovering how driver-navigator, chess clock, and other techniques used in the pair programming approach introduce discipline while writing code. You'll then learn to safely change the design of your code using refactoring. While learning these techniques, you'll also explore various best practices to write efficient tests. The concluding chapters of the book delve deep into the SOLID principles - the five design principles that you can use to make your software more understandable, flexible and maintainable.
    By the end of the book, you will have discovered new ideas for improving your software design skills, the relationship within your team, and the way your business works.

    What you will learn
    [*]Learn the red, green, refactor cycle of classic TDD and practice the best habits such as the rule of 3, triangulation, object calisthenics, and more[*]Refactor using parallel change and improve legacy code with characterization tests, approval tests, and Golden Master[*]Use code smells as feedback to improve your design[*]Learn the double cycle of ATDD and the outside-in mindset using mocks and stubs correctly in your tests[*]Understand how Coupling, Cohesion, Connascence, SOLID principles, and code smells are all related[*]Improve the understanding of your business domain using BDD and other principles for "doing the right thing, not only the thing right"

    Who this book is for
    This book is designed for software developers looking to improve their technical practices. Software coaches may also find it helpful as a teaching reference manual. This is not a beginner's book on how to program. You must be comfortable with at least one programming language and must be able to write unit tests using any unit testing framework.

    Table of Contents
    [*]Pair Programming[*]Classic TDD I - Test-Driven Development[*]Classic TDD II[*]Classic TDD III - Transformation Priority Premise[*]Design I - Object Calisthenics[*]Design II - Refactoring[*]Design III - Code Smells[*]Test Doubles[*]Testing Legacy Code[*]Design Patterns[*]Cohesion and Coupling[*]Solid Principles ++[*]Design VII - Connascence[*]The Four Elements of Simple Design[*]Conclusion[*]Outside-In Development[*]Behavior-Driven Development[*]Understand the Business[*]The Story of Team C[*]Conclusion[*]The 12 Agile Principles[*]PopcornFlow by Claudio Perrone[*]EventStorming by Alberto Brandolini[*]License: CyberDojo[*]Sample Solutions
    Category:IT Project Management, Software Project Management, Software Development


  9. #26999
    Super Moderator
    Join Date
    Dec 2016
    Posts
    257,917
    Thanks
    2
    Thanked 20 Times in 19 Posts



    Sidekick by M A Carlson
    epub | 341.99 KB | English | Isbn:‎ 1734802154 | Author: M.A. Carlson | Year: 2021


    Description:

    So you want to fight crime? Save people from villains? Be the good guy? If the answer is yes to all these questions, then the life of a Sidekick just might be for you. Warning: Not responsible for potential death or dismemberment.

    Davis might come to regret the day he decided to become a Sidekick, but now that he has already put in the time to complete the certification program, he was going to see it through. But first, he needs to survive in the wilds for a couple of weeks with his fellow wannabe sidekicks. Nothing like teen angst and drama to make a man feel his years.

    If he succeeds and makes it as a sidekick, he gets to look forward to working with the cantankerous Hammer Jack, a hero of some repute. Though whether that is good or bad is yet to be determined. The time has come for Davis to embrace his new life and take his place on Planet Hero as a lowly sidekick.

    Disclaimer: This is a LitRPG or GameLit novel containing video game elements and rules.
    Category:Superhero Science Fiction, Action & Adventure Fiction, Action & Adventure Fiction


  10. #27000
    Super Moderator
    Join Date
    Dec 2016
    Posts
    257,917
    Thanks
    2
    Thanked 20 Times in 19 Posts



    Advanced MySQL 8
    pdf | 12 MB | English | Isbn:‎ B07CSLK8YY | Author: Eric Vanier;Birju Shah;Tejaswi Malepati; | Year: 2019


    Description:

    Design cost-efficient database solutions, scale enterprise operations and reduce overhead business costs with MySQL

    Key Features
    [*]Explore the new and advanced features of MySQL 8.0[*]Use advanced techniques to optimize MySQL performance[*]Create MySQL-based applications for your enterprise with the help of practical examples

    Book Description
    Advanced MySQL 8 teaches you to enhance your existing database infrastructure and build various tools to improve your enterprise applications and overall website performance. The book starts with the new and exciting MySQL 8.0 features and how to utilize them for maximum efficiency. As you make your way through the chapters, you will learn to optimize MySQL performance using indexes and advanced data query techniques for large queries. You will also discover MySQL Server 8.0 settings and work with the MySQL data dictionary to boost the performance of your database. In the concluding chapters, you will cover MySQL 8.0 Group Replication, which will enable you to create elastic, highly available, and fault-tolerant replication topologies. You will also explore backup and recovery techniques for your databases and understand important tips and tricks to help your critical data reach its full potential.
    By the end of this book, you'll have learned about new MySQL 8.0 security features that allow a database administrator (DBA) to simplify user management and increase the security of their multi-user environments.

    What you will learn
    [*]Explore new and exciting features of MySQL 8.0[*]Analyze and optimize large MySQL queries[*]Understand MySQL Server 8.0 settings[*]Master the deployment of Group Replication and use it in an InnoDB cluster[*]Monitor large distributed databases[*]Discover different types of backups and recovery methods for your databases[*]Explore tips to help your critical data reach its full potential

    Who this book is for
    Advanced MySQL 8 is for database administrators, data architects, and database developers who want to dive deeper into building advanced database applications in the MySQL environment.

    Table of Contents
    [*]Introduction and Topics[*]MySQL 8 - New Features[*]Indexing Your Data For High Performance[*]Advanced Data Techniques For Large Queries[*]MySQL data dictionary in MySQL 8.0[*]MySQL Server Settings[*]Group Replication in MySQL 8.0[*]InnoDB Cluster in MySQL 8.0[*]Monitoring Your Large Distributed Databases[*]Authentication and Security Management with MySQL 8.0[*]Advanced MySQL 8.0 Performance Tips & Techniques
    Category:SQL Databases, MySQL Guides


Page 2700 of 9676 FirstFirst ... 170022002600265026902698269927002701270227102750280032003700 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. My Big XXX Movie Collection (Update Daily)
    By kremi1 in forum Full XXX Movies
    Replies: 64
    Last Post: 03-11-2014, 08:04 AM
  2. JAV NEW COLLECTIONS (Update Daily)
    By xkissproxa in forum Full XXX Movies
    Replies: 78
    Last Post: 11-16-2013, 10:33 AM
  3. JAV Uncensored - Beautiful Girls Collections ( Update daily )
    By xxhello13xx in forum Full XXX Movies
    Replies: 159
    Last Post: 09-01-2013, 02:27 PM
  4. Huge xxx video Collection + [Update Daily]
    By snokrac in forum Full XXX Movies
    Replies: 198
    Last Post: 12-11-2011, 07:16 PM
  5. [multi] my asian cute collection updated daily !
    By aldh2009 in forum Full XXX Movies
    Replies: 1
    Last Post: 12-11-2011, 02:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •