Подписывайтесь на наш Telegram-канал! Ежедневно интересно!

Подписывайтесь на наш Telegram-канал!

Помочь нашему сайту финансово на сервисе сбора донатов!

Помочь нашему сайту финансово!
 
Текущий раздел Скачать бесплатно » Облако тегов » Программирование
HostLife - лучший платный хостинг

Назад Вперед

The Super Programmer: A colorful introduction to engineering!

Автор: Limpopo5 от Сегодня, 07:54
  • 0
The Super Programmer: A colorful introduction to engineering!Название: The Super Programmer: A colorful introduction to engineering! (Updated)
Автор: Кеуvаn Каmbаkhsh
Издательство: Leanpub
Год: 2024-04-11
Страниц: 183
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

This book is for curious people who are eager to learn some of the most fundamental topics of computer and software engineering. The topics presented in this books, although very interesting in author's opinion, are some of the most underrated and least discussed fields of computer programming. This book is about the old technology, the technology we are using everyday, but we refuse to learn and extend as an average engineer. The literature around each of those topics is so large that, only specialists will ever be motivated to learn them. The Super Programmer is for the programmers who don’t want to limit their knowledge and skills on a very narrow area of software engineering. The Super Programmer is for programmers who can’t sleep at night when they don’t exactly understand how something in their computer works. The Super Programmer is all about ideas, and how they have evolved through time, leading to the impressive technology we have today. I wanted this book to have least dependency to technologies, so that the codes do not get obsolete over time. I first thought of writing the codes in some pseudo-coding language, but I personally believe that pseudo-codes are not coherent enough, so I decided to choose and stick with a popular language like Python, which as of today, is a programming language that is known by many other engineers and scientists.

Understanding Ruby Regexp: Example based guide to mastering Ruby regular expressions

Автор: Limpopo5 от Вчера, 06:54
  • 0
Understanding Ruby Regexp: Example based guide to mastering Ruby regular expressionsНазвание: Understanding Ruby Regexp: Example based guide to mastering Ruby regular expressions
Автор: Sundеер Аgаrwаl
Издательство: Leanpub
Год: 2024-02-02
Страниц: 107
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 10.1 MB

Scripting and automation tasks often need to extract particular portions of text from input data or modify them from one format to another. This book will help you learn Ruby Regular Expressions, a mini-programming language for all sorts of text processing needs. The book heavily leans on examples to present features of regular expressions one by one. It is recommended that you manually type each example and experiment with them. Make an effort to understand the sample input as well as the solution presented and check if the output changes (or not!) when you alter some part of the input and the command. As an analogy, consider learning to drive a car — no matter how much you read about them or listen to explanations, you'd need practical experience to become proficient. Exercises are included to test your understanding. Reference solutions are also provided. You should be familiar with programming basics. You should also have a working knowledge of Ruby syntax and features like string formats, string and Enumerable methods.

Modern C, 3rd Edition (MEAP v4)

Автор: Limpopo5 от Вчера, 06:22
  • 0
Modern C, 3rd Edition (MEAP v4)Название: Modern C, 3rd Edition (MEAP v4)
Автор: Jеns Gustеdt
Издательство: Manning Publications
Год: 2024
Страниц: 553
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Almost 50 years ago, the C language defined modern computer programming. This book shows you why C is still as powerful and popular as ever, with an inside look at the new C23 standard. For programs that need to be small, fast, and unfailingly reliable, C is still the gold standard. Whether you’re writing embedded code, low-level system routines, or high-performance applications, C is up to the challenge. This unique book by Jens Gustedt, a member of the ISO C standards committee, gets you up to speed with C23. C powers more software than any other language—from embedded devices to distributed systems. In Modern C, Third Edition you’ll learn to harness C’s full potential using the latest tools and techniques. After a quick review of the fundamentals perfect for beginners or coders who haven’t used C in a while, this book guides you to mastery of C23, the latest ISO standard. For professional developers looking to boost their C programming skills with the latest features and techniques.

Programming Ruby 3.3: The Pragmatic Programmers Guide

Автор: Limpopo5 от Вчера, 05:17
  • 0
Programming Ruby 3.3: The Pragmatic Programmers GuideНазвание: Programming Ruby 3.3: The Pragmatic Programmers Guide
Автор: Nоеl Rаррin
Издательство: The Pragmatic Programmers
Год: January 2024 (Version: P1.0)
Страниц: 698
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Ruby is one of the most important programming languages in use for web development. It powers the Rails framework, which is the backing of some of the most important sites on the web. The Pickaxe Book, named for the tool on the cover, is the definitive reference on Ruby, a highly-regarded, fully object-oriented programming language. This updated edition is a comprehensive reference on the language itself, with a tutorial on the most important features of Ruby - including pattern matching and Ractors - and describes the language through Ruby 3.3. Would you like to go from first idea to working code much, much faster? Do you currently spend more time satisfying the compiler instead of your clients or end users? Are you frustrated with demanding languages that seem to get in your way instead of helping you get the work done? Are you using Rails and want to dig deeper into the underlying Ruby language? If so, then we've got a language and book for you! This comprehensive reference manual for Ruby includes a description of the most important standard library modules, built-in classes, and modules. It also includes all the new and changed syntax and semantics introduced through Ruby 3.2, including pattern matching and Ractors, and describes the language through Ruby 3.3.

The Quick Python Book, 4th Edition (MEAP v1)

Автор: Limpopo5 от 2024-04-23, 20:06:04
  • 0
The Quick Python Book, 4th Edition (MEAP v1)Название: The Quick Python Book, 4th Edition (MEAP v1)
Автор: Nаоmi Сеdеr
Издательство: Manning Publications
Год: 2024
Страниц: 185
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

A fast-paced introduction to Python for intermediate developers–now with coverage of generative AI! The Quick Python Book has helped over 100,000 developers get up to speed in Python. This revised Fourth Edition covers Python’s latest features, control structures, and libraries, plus new coverage of working with AI-generated Python code. Whether you’re new to Python or looking to advance your basic skills, The Quick Python Book, Fourth Edition will get you writing effective Python code fast. It concisely covers programming basics, while introducing Python's comprehensive standard library and unique features in depth and detail. You'll also learn to make the best use of AI coding tools like Copilot and Google's Colaboratory (Colab), comparing and contrasting human and AI code, and developing a mindset that can make the most of AI. The Quick Python Book, Fourth Edition is the definitive guide to the Python language, written by Python authority and former Chair of the Python Software Foundation Board or Directors Naomi Ceder. With the personal touch of a skilled teacher, Naomi beautifully balances details of the language with the insights and advice you need to handle any task. You’ll learn skills you can turn to doing almost anything with Python—from analyzing data, to writing scripts, and even developing software. Plus, quick-check questions, end-of-chapter labs, and a final case study all help consolidate your knowledge. For readers familiar with the basics of programming who are interested in learning Python.

Understanding Python re(gex)? Example based guide to mastering Python regular expressions

Автор: Limpopo5 от 2024-04-23, 06:23:16
  • 0
Understanding Python re(gex)? Example based guide to mastering Python regular expressionsНазвание: Understanding Python re(gex)? Example based guide to mastering Python regular expressions
Автор: Sundееp Аgаrwаl
Издательство: Leanpub
Год: 2023-03-21
Страниц: 122
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

Scripting and automation tasks often need to extract particular portions of text from input data or modify them from one format to another. This book will help you learn Python Regular Expressions, a mini-programming language for all sorts of text processing needs. The book heavily leans on examples to present features of regular expressions one by one. It is recommended that you manually type each example and experiment with them. It is recommended that you manually type each example and experiment with them. Understanding both the nature of input strings and the output produced is essential. As an analogy, consider learning to drive a car — no matter how much you read about them or listen to explanations, you'd need practical experience to become proficient. Both the standard re module and the popular third-party regex module are covered in this book. Exercises are also included to test your understanding. You should be familiar with programming basics. You should also have a working knowledge of Python syntax and features like string formats, string methods and list comprehensions. You are also expected to get comfortable with reading manuals, searching online, visiting external links provided for further reading, tinkering with illustrated examples, asking for help when you are stuck and so on. In other words, be proactive and curious instead of just consuming the content passively. If you have prior experience with a programming language but not Python, see my curated list of learning resources before starting this book.

Coderspeak: The language of computer programmers

Автор: Limpopo5 от 2024-04-23, 02:51:17
  • 0
Coderspeak: The language of computer programmersНазвание: Coderspeak: The language of computer programmers
Автор: Guilhеrmе Оrlаndini Неuriсh
Издательство: UCL Press
Год: 2024
Страниц: 212
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.1 MB

Software applications have taken over our lives. We use and are used by software many times a day. Nevertheless, we know very little about the invisibly ubiquitous workers who write software. Who are they and how do they perceive their own practice? How does that shape the ways in which they collaborate to build the myriad of apps that we use every day? Coderspeak provides a critical approach to the digital transformation of our world through an engaging and thoughtful analysis of the people who write software. It is a focused and in-depth look at one programming language and its community – Ruby - based on ethnographic research at a London company and conversations with members of the wider Ruby community in Europe, the Americas and Japan. One of the philosophies of the Ruby language (and of its community) is that there are many ways of doing something. Everything is open for modification in Ruby. Elements that most language designers wouldn’t allow programmers to change, Ruby allows. With Ruby you are free to add what you want – although, as we’ll see, not everyone agrees that’s a good idea. Being able to extend the language is key to Ruby’s philosophy, however, and blocks are a key structure for the programmer to exercise this freedom to extend the language. A block can do anything: that’s why it is the one mandatory structure in the Ruby language. If you think in blocks, then Ruby is for you. It fits your brain and it makes you happy.

Understanding JavaScript RegExp: Example based guide to mastering JavaScript regular expressions

Автор: Limpopo5 от 2024-04-22, 21:19:06
  • 0
Understanding JavaScript RegExp: Example based guide to mastering JavaScript regular expressionsНазвание: Understanding javascript RegExp: Example based guide to mastering javascript regular expressions
Автор: Sundеер Аgаrwаl
Издательство: Leanpub
Год: 2023-10-26
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

Scripting and automation tasks often need to extract particular portions of text from input data or modify them from one format to another. This book will help you learn javascript Regular Expressions, a mini-programming language for all sorts of text processing needs. The book heavily leans on examples to present features of regular expressions one by one. It is recommended that you manually type each example and experiment with them. Make an effort to understand the sample input as well as the solution presented and check if the output changes (or not!) when you alter some part of the input and the code. As an analogy, consider learning to drive a car — no matter how much you read about them or listen to explanations, you'd need practical experience to become proficient. Regular Expressions is a versatile tool for text processing. You'll find them included as part of the standard library of most programming languages that are used for scripting purposes. If not, you can usually find a third-party library. Exercises are included to test your understanding. Reference solutions are also provided. You should be familiar with programming basics. You should also have a working knowledge of javascript syntax and functional programming concepts like map and filter.

Rebase - The Complete Guide On Rebasing In Git

Автор: Limpopo5 от 2024-04-22, 07:28:54
  • 0
Rebase - The Complete Guide On Rebasing In GitНазвание: Rebase - The Complete Guide On Rebasing In Git
Автор: Раsсаl Рrесht
Издательство: Independently published
Год: 2024
Страниц: 94
Язык: английский
Формат: pdf (true)
Размер: 10.5 MB

Unlock productivity and master version control with the complete guide on rebasing in Git. Rebase is an ebook that originally should complement our “Git Master Class” at thoughtram. We thought it would be a cool idea to hand it out to our students once they are done with their training. The invention of Git was by all means one of the best things that happened to the software industry in the past decades. It’s not that we haven’t had version control before. In fact, most of us were happily using SVN or other version control systems before we made the switch. We didn’t know how much better things could get. On the other hand, I’ve never met anyone who wanted to go back to SVN after grokking the full power of git. This book is about its most powerful feature: Rebasing. Everything you’ve learned so far in this book should already give you a head start when it comes to using git on a daily basis. Even if you stick to simply adding, committing and merging changes, with the in-depth knowledge you’ve acquired, you’ll no longer use these tools and commands without having a good understanding of what’s actually happening. This book is intended as a guide for people who are already familiar with Git. While a deep understanding of git isn’t necessary to use this book, it’s most likely beneficial to have some experience in using some of its basic commands such as adding, commit, pushing and merging changes. There is however a good walk-through of some of Git internals that should put everyone on the same page when it comes to fundamentals.

Advanced JavaScript Unleashed

Автор: Limpopo5 от 2024-04-22, 06:31:04
  • 0
Advanced JavaScript UnleashedНазвание: Advanced javascript Unleashed: Master Advanced javascript Concepts like Prototypes, Symbols, Generators and More
Автор: Yоusаf Кhаn
Издательство: Newline/Leanpub
Год: 2024-04-10
Страниц: 234
Язык: английский
Формат: pdf (true), epub + Source
Размер: 14.5 MB

Become a confident javascript pro by unraveling the most challenging aspects of the language. With easy-to-understand explanations and code examples, you’ll gain a deeper and solid understanding of javascript's most complex features. javascript is arguably the most widely used programming language on the planet, and there is a vast amount of content available for learning javascript. The problem is that not all the content on the internet does a good job of explaining the complex or confusing concepts of javascript. This course aims to teach different concepts in javascript that are not easy to grasp, especially for beginners. Topics like closures, coercion, the asynchronous nature of javascript, etc., are examples of topics that most beginners struggle with because they are not easy to understand. The goal of this course is to provide in-depth, easy-to-understand explanations of such confusing topics. Even those who have been working with javascript for a few years might need help understanding some of the concepts covered in this course or might have some gaps in their understanding. The goal of this course is to fill those gaps. This course will not only provide easy-to-understand explanations of fundamental javascript topics like hoisting, coercion, event loop, etc., but will also cover advanced topics like promises and async-await syntax in a way that will be easy for the students to understand. By the end of this course, students will have a deep understanding of the concepts covered in this course. They will become better at javascript by having a solid understanding of the topics that most javascript beginners struggle with. Students will be able to debug javascript code better and avoid common pitfalls by having a deep understanding of fundamental but confusing javascript topics.

Назад Вперед

HostLife - лучший платный хостинг
HostLife - лучший платный хостинг!
Отличный хостинг по цене от 1.87$/месяц! Рекомендация от сайта Bookskeeper!


Бесплатная электронная библиотека. Скачать книги бесплатно!
Текущий раздел Скачать бесплатно » Облако тегов » Программирование

Наша электронная библиотека Bookskeeper (для РФ работает через VPN) - это интернет-витрина, где любой посетитель может публиковать электронные варианты книг, журналов, газет, комиксов, в общем, любой литературы со ссылками для медленного, но бесплатного скачивания с файлообменников. В нашем книжном хранилище Вы всегда найдете литературу на любой вкус человека любого возраста - от детских комиксов и расскрасок до серьезной научной литературы.
 
 
Поддержите наш сайт!
Идет сбор донатов на хостинг
для работы нашего сайта.
Сканируйте QR-код
(или нажмите на него)
для Вашей поддержки!
Оплата картой, ЮMoney


Донаты для помощи нашему сайту!

ОГРОМНОЕ СПАСИБО
всем за Ваши донаты!

Наши рекомендации



Book24.ru - книжный интернет магазин



Turbobit - Получите турбо-доступ и скачивайте безлимитно и без рекламы!


HostLife - лучший платный хостинг



 
 

Топ публикаций

 
  • Exotic - № 42024
  • Vivere Country №172 2024
  • Последний попаданец. Цикл из 11 книг
  • Книга пяти колец. Цикл из 6 книг
  • Наши автобусы. Спецвыпуск №11 2024
  • Десять Принцев Российской Империи. Цикл из 6 книг
  • Земляной А. - Страж. Цикл из 3 книг
  • Selber Machen №6 2023
  • Чайка Д. - Третий Рим. Цикл из 10 книг
  • Барьер Ориона. Цикл из 2 книг
  • Контуженный. Цикл из 6 книг
  • СССР 2010. Цикл из 6 книг
  • Риддер А. - Техномаг. Цикл из 3 книг
  • Провинциал. Цикл из 4 книг
  • Дворянская кровь. Цикл из 3 книг
  • Машины и Механизмы №4 2024
  • Легендарные грузовики СССР №93 ЯАЗ-210Е (2024)
  • "Приусадебное хозяйство" № 4 2024 с приложениями
  • Жандарм. Цикл из 5 книг
  • Глас Плеяды. Цикл из 4 книг
  • Кровь Василиска. Цикл из 2 книг
  • Зарубежное Военное Обозрение №4 2024
  • Selber Machen - Mai 2024
  • Идеальный мир для Лекаря. Цикл из 15 книг
  • Вик Разрушитель. Цикл из 6 книг
  • Собеседник №15 2024
  • Verena Модное вязание №1 2024
  • Красивые квартиры 100 дизайнов 2023/2024
  • Наши Автобусы №60 2024
  • Ведьмак 23го века. Цикл из 21 книги
  •