sed & awk. 2nd Edition

- Autorzy:
- Dale Dougherty, Arnold Robbins
- Promocja Przejdź


- Ocena:
- Bądź pierwszym, który oceni tę książkę
- Stron:
- 434
- Dostępne formaty:
-
ePubMobi
Opis książki: sed & awk. 2nd Edition
sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox.sed is a "stream editor" for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as part of a larger data processing step. The most common operation done with sed is substitution, replacing one block of text with another.awk is a complete programming language. Unlike many conventional languages, awk is "data driven" -- you specify what kind of data you are interested in and the operations to be performed when that data is found. awk does many things for you, including automatically opening and closing data files, reading records, breaking the records up into fields, and counting the records. While awk provides the features of most conventional programming languages, it also includes some unconventional features, such as extended regular expression matching and associative arrays. sed & awk describes both programs in detail and includes a chapter of example sed and awk scripts.This edition covers features of sed and awk that are mandated by the POSIX standard. This most notably affects awk, where POSIX standardized a new variable, CONVFMT, and new functions, toupper() and tolower(). The CONVFMT variable specifies the conversion format to use when converting numbers to strings (awk used to use OFMT for this purpose). The toupper() and tolower() functions each take a (presumably mixed case) string argument and return a new version of the string with all letters translated to the corresponding case.In addition, this edition covers GNU sed, newly available since the first edition. It also updates the first edition coverage of Bell Labs nawk and GNU awk (gawk), covers mawk, an additional freely available implementation of awk, and briefly discusses three commercial versions of awk, MKS awk, Thompson Automation awk (tawk), and Videosoft (VSAwk).
Wybrane bestsellery
-
W trakcie lektury poznasz budowę Pi, przygotujesz go do pracy i pierwszego uruchomienia. To dopiero wstęp do niesamowitej przygody! W kolejnych rozdziałach zbudujesz migacz LED, odtwarzacz MP3, sterownik aparatu fotograficznego oraz system GPS. Ponadto przy niedużym nakładzie pracy będziesz mógł ...
Raspberry Pi. Niesamowite projekty. Szalony Geniusz Raspberry Pi. Niesamowite projekty. Szalony Geniusz
(0,00 zł najniższa cena z 30 dni)19.95 zł
39.90 zł(-50%) -
Python to potężny, wyrazisty język programowania, którego łatwo się nauczyć i przyjemnie używać! Niestety, książki do nauki tego języka są często nudne, mdłe i bezbarwne, a ich lektura nie daje nikomu radości. Książka stanowi atrakcyjne wprowadzenie do świata programowania, napisane z myśl...(0,00 zł najniższa cena z 30 dni)
55.20 zł
69.00 zł(-20%) -
Arduino dla dzieci to wprowadzenie do elektroniki i programowania. Dzięki niej dzieci dowiedzą się, a rodzice przypomną sobie, czym różni się prąd stały od zmiennego oraz poznają podstawowe elementy programowania – stałe, zmienne, instrukcje. W książce pokazano praktyczne zastosowani...
Arduino dla dzieci. Poznaj świat elektroniki i programowania Arduino dla dzieci. Poznaj świat elektroniki i programowania
(0,00 zł najniższa cena z 30 dni)43.20 zł
54.00 zł(-20%) -
Biblioteka jQuery, opracowana na potrzeby użytkowników JavaScriptu, okazała się strzałem w dziesiątkę, jeśli chodzi o ułatwienie korzystania z tego języka. Szybkość działania, przejrzystość tworzonego kodu i opcja wykonywania zapytań Ajax to jej główne, choć nie jedyne atuty. Każdy programista uż...(0,00 zł najniższa cena z 30 dni)
6.45 zł
12.90 zł(-50%) -
Książka ta proponuje czysto rzemieślnicze podejście do pracy programisty. Idea ta, znana jako software craftsmanship, zakłada kompletną zmianę sposobu myślenia o programowaniu. Priorytetami stają się tu profesjonalizm, techniczna perfekcja i zadowolenie klienta, a osiąga się to, stosując pewne pr...
Software Craftsman. Profesjonalizm, czysty kod i techniczna perfekcja Software Craftsman. Profesjonalizm, czysty kod i techniczna perfekcja
-
Gynvael Coldwind pracuje w Google Security Team i jest postacią dobrze znaną na scenie bezpieczeństwa komputerowego, oprócz tego jest kapitanem polskiego team’u „Dragon Sector” biorącego udział w rozgrywkach CTF. Gynvale postanowił przelać swoje dwudziestoletnie doświadczenie na...(0,00 zł najniższa cena z 30 dni)
67.20 zł
84.00 zł(-20%) -
Testy jednostkowe powoli stają się standardem w branży programistycznej. Wielotygodniowe kursy za setki złotych nie są już potrzebne. Książka zawiera wymaganą wiedzę do rozpoczęcia przygody z testowaniem aplikacji.(0,00 zł najniższa cena z 30 dni)
8.59 zł
10.10 zł(-15%) -
Ta książka jest kompleksowym podręcznikiem, który przedstawi Ci sposób działania Express.js w praktyce i przeprowadzi Cię przez poszczególne etapy budowy aplikacji. Autor jasno i precyzyjnie wyjaśnia wszystkie koncepcje, których zrozumienie jest niezbędne do programowania w Express.js.
Express.js. Tworzenie aplikacji sieciowych w Node.js Express.js. Tworzenie aplikacji sieciowych w Node.js
(0,00 zł najniższa cena z 30 dni)29.50 zł
59.00 zł(-50%) -
Pierwsze na polskim rynku wydawniczym kompendium wiedzy o systemie SAP-ERP, obejmujące całościowe spojrzenie na jego rozległą funkcjonalność. Celem publikacji jest zapoznanie czytelnika, krok po kroku, z podstawowymi zasadami obsługi systemu SAP- ERP poprzez starannie dobrane zagadnienia z obsza...(0,00 zł najniższa cena z 30 dni)
63.20 zł
79.00 zł(-20%) -
Jeżeli sięgniesz po tę książkę, będziesz mieć niepowtarzalną okazję błyskawicznego poznania jego potencjału. Na kolejnych stronach znajdziesz informacje na temat podstaw pracy z PL/SQL, a następnie przejdziesz do bardziej zaawansowanych zagadnień. Zdobędziesz wiedzę na temat struktur sterujących,...
Oracle Database 12c. Programowanie w języku PL/SQL Oracle Database 12c. Programowanie w języku PL/SQL
(0,00 zł najniższa cena z 30 dni)74.50 zł
149.00 zł(-50%)
Dale Dougherty, Arnold Robbins - pozostałe książki
-
Among the text editors being used in the programming community, perhaps the most important family is vi and its derivatives. With this updated edition, Unix and Linux users will learn text editing basics for both vi and Vim ("vi improved") before moving on to advanced editing tools for each edito...(203.15 zł najniższa cena z 30 dni)
203.15 zł
239.00 zł(-15%) -
Niniejsza książeczka może stanowić remedium na te kłopoty. To zwięzłe i praktyczne kompendium dotyczy Basha w wersji 4.4, podstawowej powłoki dla systemów operacyjnych z rodziny Unix. Może posłużyć jako podręcznik do szybkiej nauki Basha lub poręczna ściągawka, dzięki której błyskawicznie można z...
Bash. Leksykon kieszonkowy. Przewodnik dla użytkowników i administratorów systemów Bash. Leksykon kieszonkowy. Przewodnik dla użytkowników i administratorów systemów
(14.95 zł najniższa cena z 30 dni)14.95 zł
29.90 zł(-50%) -
For many users, working in the UNIX environment means using vi, a full-screen text editor available on most UNIX systems. Even those who know vi often make use of only a small number of its features.The vi Editor Pocket Reference is a companion volume to O'Reilly's updated sixth edition of Learn...(33.92 zł najniższa cena z 30 dni)
33.92 zł
39.90 zł(-15%) -
It’s simple: if you want to interact deeply with Mac OS X, Linux, and other Unix-like systems, you need to know how to work with the Bash shell. This concise little book puts all of the essential information about Bash right at your fingertips.You’ll quickly find answers to the annoyi...
Bash Pocket Reference. Help for Power Users and Sys Admins. 2nd Edition Bash Pocket Reference. Help for Power Users and Sys Admins. 2nd Edition
(46.74 zł najniższa cena z 30 dni)50.92 zł
59.90 zł(-15%) -
When processing text files, the awk language is ideal for handling data extraction, reporting, and data-reformatting jobs. This practical guide serves as both a reference and tutorial for POSIX-standard awk and for the GNU implementation, called gawk. This book is useful for novices and awk exper...
Effective awk Programming. Universal Text Processing and Pattern Matching. 4th Edition Effective awk Programming. Universal Text Processing and Pattern Matching. 4th Edition
(152.15 zł najniższa cena z 30 dni)160.65 zł
189.00 zł(-15%) -
Niezliczona ilość opcji edytorów vi i Vim sprawia, że zapamiętanie ich wszystkich sprawia pewne trudności. Dlatego Arnold Robbins zebrał dla Ciebie najbardziej użyteczne polecenia edytorów vi, Vim i najważniejszych klonów vi (nvi, elvis i vile), a potem skondensował je i przedstawił w formie niew...(9.95 zł najniższa cena z 30 dni)
9.95 zł
19.90 zł(-50%) -
Many Unix, Linux, and Mac OS X geeks enjoy using the powerful, platform-agnostic text editors vi and Vim, but there are far too many commands for anyone to remember. Author Arnold Robbins has chosen the most valuable commands for vi, Vim, and vi's main clones—vile, elvis, and nvi—and ...
vi and Vim Editors Pocket Reference. Support for every text editing task. 2nd Edition vi and Vim Editors Pocket Reference. Support for every text editing task. 2nd Edition
(46.74 zł najniższa cena z 30 dni)50.92 zł
59.90 zł(-15%) -
As an open operating system, Unix can be improved on by anyone and everyone: individuals, companies, universities, and more. As a result, the very nature of Unix has been altered over the years by numerous extensions formulated in an assortment of versions. Today, Unix encompasses everything from...
Unix in a Nutshell. A Desktop Quick Reference - Covers GNU/Linux, Mac OS X,and Solaris. 4th Edition Unix in a Nutshell. A Desktop Quick Reference - Covers GNU/Linux, Mac OS X,and Solaris. 4th Edition
(152.15 zł najniższa cena z 30 dni)160.65 zł
189.00 zł(-15%)
Ebooka przeczytasz na:
-
czytnikach Inkbook, Kindle, Pocketbook, Onyx Boox i innych
-
systemach Windows, MacOS i innych
-
systemach Windows, Android, iOS, HarmonyOS
-
na dowolnych urządzeniach i aplikacjach obsługujących formaty: PDF, EPub, Mobi
Masz pytania? Zajrzyj do zakładki Pomoc »
Audiobooka posłuchasz:
-
w aplikacji Ebookpoint na Android, iOS, HarmonyOs
-
na systemach Windows, MacOS i innych
-
na dowolonych urządzeniach i aplikacjach obsługujących format MP3 (pliki spakowane w ZIP)
Masz pytania? Zajrzyj do zakładki Pomoc »
Kurs Video zobaczysz:
-
w aplikacji Ebookpoint na Android, iOS, HarmonyOs
-
na systemach Windows, MacOS i innych
-
na dowolonych urządzeniach i aplikacjach obsługujących format MP4 (pliki spakowane w ZIP)
Szczegóły książki
- ISBN Ebooka:
- 978-14-493-9660-2, 9781449396602
- Data wydania ebooka:
-
2016-03-18
Data wydania ebooka często jest dniem wprowadzenia tytułu do sprzedaży i może nie być równoznaczna z datą wydania książki papierowej. Dodatkowe informacje możesz znaleźć w darmowym fragmencie. Jeśli masz wątpliwości skontaktuj się z nami sklep@helion.pl.
- Język publikacji:
- angielski
- Rozmiar pliku ePub:
- 1.0MB
- Rozmiar pliku Mobi:
- 3.2MB
- Kategorie:
Programowanie
Spis treści książki
- sed & awk, 2nd Edition
- SPECIAL OFFER: Upgrade this ebook with OReilly
- A Note Regarding Supplemental Files
- Dedication
- Preface
- Scope of This Handbook
- Availability of sed and awk
- DOS Versions
- Other Sources of Information About sed and awk
- Sample Programs
- Obtaining Example Source Code
- FTP
- Ftpmail
- BITFTP
- UUCP
- Conventions Used in This Handbook
- About the Second Edition
- Acknowledgments from the First Edition
- Comments and Questions
- 1. Power Tools for Editing
- 1.1. May You Solve Interesting Problems
- 1.2. A Stream Editor
- 1.3. A Pattern-Matching Programming Language
- 1.4. Four Hurdles to Mastering sed and awk
- 2. Understanding Basic Operations
- 2.1. Awk, by Sed and Grep, out of Ed
- 2.2. Command-Line Syntax
- 2.2.1. Scripting
- 2.2.2. Sample Mailing List
- 2.3. Using sed
- 2.3.1. Specifying Simple Instructions
- 2.3.1.1. Command garbled
- 2.3.1. Specifying Simple Instructions
- 2.3.2. Script Files
- 2.3.2.1. Saving output
- 2.3.2.2. Suppressing automatic display of input lines
- 2.3.2.3. Mixing options (POSIX)
- 2.3.2.4. Summary of options
- 2.4. Using awk
- 2.4.1. Running awk
- 2.4.2. Error Messages
- 2.4.3. Summary of Options
- 2.5. Using sed and awk Together
- 3. Understanding Regular Expression Syntax
- 3.1. Thats an Expression
- 3.2. A Line-Up of Characters
- 3.2.1. The Ubiquitous Backslash
- 3.2.2. A Wildcard
- 3.2.3. Writing Regular Expressions
- 3.2.4. Character Classes
- 3.2.4.1. A range of characters
- 3.2.4.2. Excluding a class of characters
- 3.2.4.3. POSIX character class additions
- 3.2.5. Repeated Occurrences of a Character
- 3.2.6. What's the Word? Part I
- 3.2.7. Positional Metacharacters
- 3.2.7.1. Phrases
- 3.2.8. A Span of Characters
- 3.2.9. Alternative Operations
- 3.2.10. Grouping Operations
- 3.2.11. What's the Word? Part II
- 3.2.12. Your Replacement Is Here
- 3.2.12.1. The extent of the match
- 3.2.13. Limiting the Extent
- 3.3. I Never Metacharacter I Didn't Like
- 4. Writing sed Scripts
- 4.1. Applying Commands in a Script
- 4.1.1. The Pattern Space
- 4.1. Applying Commands in a Script
- 4.2. A Global Perspective on Addressing
- 4.2.1. Grouping Commands
- 4.3. Testing and Saving Output
- 4.3.1. testsed
- 4.3.2. runsed
- 4.4. Four Types of sed Scripts
- 4.4.1. Multiple Edits to the Same File
- 4.4.2. Making Changes Across a Set of Files
- 4.4.3. Extracting Contents of a File
- 4.4.3.1. Extracting a macro definition
- 4.4.3.2. Generating an outline
- 4.4.4. Edits To Go
- 4.5. Getting to the PromiSed Land
- 5. Basic sed Commands
- 5.1. About the Syntax of sed Commands
- 5.2. Comment
- 5.3. Substitution
- 5.3.1. Replacement Metacharacters
- 5.3.1.1. Correcting index entries
- 5.3.1. Replacement Metacharacters
- 5.4. Delete
- 5.5. Append, Insert, and Change
- 5.6. List
- 5.6.1. Stripping Out Non-Printable Characters from nroff Files
- 5.7. Transform
- 5.8. Print
- 5.9. Print Line Number
- 5.10. Next
- 5.11. Reading and Writing Files
- 5.11.1. Checking Out Reference Pages
- 5.12. Quit
- 6. Advanced sed Commands
- 6.1. Multiline Pattern Space
- 6.1.1. Append Next Line
- 6.1.1.1. Converting an Interleaf file
- 6.1.1. Append Next Line
- 6.1.2. Multiline Delete
- 6.1.3. Multiline Print
- 6.1. Multiline Pattern Space
- 6.2. A Case for Study
- 6.3. Hold That Line
- 6.3.1. A Capital Transformation
- 6.3.2. Correcting Index Entries (Part II)
- 6.3.3. Building Blocks of Text
- 6.4. Advanced Flow Control Commands
- 6.4.1. Branching
- 6.4.2. The Test Command
- 6.4.3. One More Case
- 6.5. To Join a Phrase
- 7. Writing Scripts for awk
- 7.1. Playing the Game
- 7.2. Hello, World
- 7.3. Awk's Programming Model
- 7.4. Pattern Matching
- 7.4.1. Describing Your Script
- 7.5. Records and Fields
- 7.5.1. Referencing and Separating Fields
- 7.5.2. Field Splitting: The Full Story
- 7.6. Expressions
- 7.6.1. Averaging Student Grades
- 7.7. System Variables
- 7.7.1. Working with Multiline Records
- 7.7.2. Balance the Checkbook
- 7.8. Relational and Boolean Operators
- 7.8.1. Getting Information About Files
- 7.9. Formatted Printing
- 7.10. Passing Parameters Into a Script
- 7.11. Information Retrieval
- 7.11.1. Finding a Glitch
- 8. Conditionals, Loops, and Arrays
- 8.1. Conditional Statements
- 8.1.1. Conditional Operator
- 8.1. Conditional Statements
- 8.2. Looping
- 8.2.1. While Loop
- 8.2.2. Do Loop
- 8.2.3. For Loop
- 8.2.4. Deriving Factorials
- 8.3. Other Statements That Affect Flow Control
- 8.4. Arrays
- 8.4.1. Associative Arrays
- 8.4.2. Testing for Membership in an Array
- 8.4.3. A Glossary Lookup Script
- 8.4.4. Using split( ) to Create Arrays
- 8.4.5. Making Conversions
- 8.4.6. Deleting Elements of an Array
- 8.5. An Acronym Processor
- 8.5.1. Multidimensional Arrays
- 8.6. System Variables That Are Arrays
- 8.6.1. An Array of Command-Line Parameters
- 8.6.2. An Array of Environment Variables
- 9. Functions
- 9.1. Arithmetic Functions
- 9.1.1. Trigonometric Functions
- 9.1.2. Integer Function
- 9.1.3. Random Number Generation
- 9.1.4. Pick 'em
- 9.1. Arithmetic Functions
- 9.2. String Functions
- 9.2.1. Substrings
- 9.2.2. String Length
- 9.2.3. Substitution Functions
- 9.2.4. Converting Case
- 9.2.5. The match( ) Function
- 9.3. Writing Your Own Functions
- 9.3.1. Writing a Sort Function
- 9.3.2. Maintaining a Function Library
- 9.3.3. Another Sorted Example
- 10. The Bottom Drawer
- 10.1. The getline Function
- 10.1.1. Reading Input from Files
- 10.1.2. Assigning the Input to a Variable
- 10.1.3. Reading Input from a Pipe
- 10.1. The getline Function
- 10.2. The close( ) Function
- 10.3. The system( ) Function
- 10.4. A Menu-Based Command Generator
- 10.5. Directing Output to Files and Pipes
- 10.5.1. Directing Output to a Pipe
- 10.5.2. Working with Multiple Files
- 10.6. Generating Columnar Reports
- 10.7. Debugging
- 10.7.1. Make a Copy
- 10.7.2. Before and After Photos
- 10.7.3. Finding Out Where the Problem Is
- 10.7.4. Commenting Out Loud
- 10.7.5. Slash and Burn
- 10.7.6. Getting Defensive About Your Script
- 10.8. Limitations
- 10.9. Invoking awk Using the #! Syntax
- 11. A Flock of awks
- 11.1. Original awk
- 11.1.1. Escape Sequences
- 11.1.2. Exponentiation
- 11.1.3. The C Conditional Expression
- 11.1.4. Variables as Boolean Patterns
- 11.1.5. Faking Dynamic Regular Expressions
- 11.1.6. Control Flow
- 11.1.7. Field Separating
- 11.1.8. Arrays
- 11.1.9. The getline Function
- 11.1.10. Functions
- 11.1.11. Built-In Variables
- 11.1. Original awk
- 11.2. Freely Available awks
- 11.2.1. Common Extensions
- 11.2.1.1. Deleting all elements of an array
- 11.2.1.2. Obtaining individual characters
- 11.2.1.3. Flushing buffered output
- 11.2.1.4. Special filenames
- 11.2.1.5. The nextfile statement
- 11.2.1.6. Regular expression record separators (gawk and mawk)
- 11.2.1. Common Extensions
- 11.2.2. Bell Labs awk
- 11.2.3. GNU awk (gawk)
- 11.2.3.1. Command line options
- 11.2.3.2. An awk program search path
- 11.2.3.3. Line continuation
- 11.2.3.4. Extended regular expressions
- 11.2.3.5. Regular expression record terminators
- 11.2.3.6. Separating fields
- 11.2.3.7. Additional special files
- 11.2.3.8. Additional variables
- 11.2.3.9. Additional functions
- 11.2.3.10. A general substitution function
- 11.2.3.11. Time management for programmers
- 11.2.4. Michael's awk (mawk)
- 11.3. Commercial awks
- 11.3.1. MKS awk
- 11.3.2. Thompson Automation awk (tawk)
- 11.3.2.1. Tawk language extensions
- 11.3.2.2. Additional built-in tawk functions
- 11.3.3. Videosoft VSAwk
- 11.4. Epilogue
- 12. Full-Featured Applications
- 12.1. An Interactive Spelling Checker
- 12.1.1. BEGIN Procedure
- 12.1.2. Main Procedure
- 12.1.3. END Procedure
- 12.1.4. Supporting Functions
- 12.1.5. The spellcheck Shell Script
- 12.1. An Interactive Spelling Checker
- 12.2. Generating a Formatted Index
- 12.2.1. The masterindex Program
- 12.2.2. Standardizing Input
- 12.2.3. Sorting the Entries
- 12.2.4. Handling Page Numbers
- 12.2.5. Merging Entries with the Same Keys
- 12.2.6. Formatting the Index
- 12.2.6.1. The masterindex shell script
- 12.3. Spare Details of the masterindex Program
- 12.3.1. How to Hide a Special Character
- 12.3.2. Rotating Two Parts
- 12.3.3. Finding a Replacement
- 12.3.4. A Function for Reporting Errors
- 12.3.5. Handling See Also Entries
- 12.3.6. Alternative Ways to Sort
- 13. A Miscellany of Scripts
- 13.1. uutot.awkReport UUCP Statistics
- 13.1.1. Program Notes for uutot.awk
- 13.1. uutot.awkReport UUCP Statistics
- 13.2. phonebillTrack Phone Usage
- 13.2.1. Program Notes for phonebill
- 13.3. combineExtract Multipart uuencoded Binaries
- 13.3.1. Program Notes for combine
- 13.4. mailavgCheck Size of Mailboxes
- 13.4.1. Program Notes for mailavg
- 13.5. adjAdjust Lines for Text Files
- 13.5.1. Program Notes for adj
- 13.6. readsourceFormat Program Source Files for troff
- 13.6.1. Program Notes for readsource
- 13.7. gentGet a termcap Entry
- 13.7.1. Program Notes for gent
- 13.8. plprlpr Preprocessor
- 13.8.1. Program Notes for plpr
- 13.9. transposePerform a Matrix Transposition
- 13.9.1. Program Notes for transpose
- 13.10. m1Simple Macro Processor
- 13.10.1. Program Notes for m1
- A. Quick Reference for sed
- A.1. Command-Line Syntax
- A.2. Syntax of sed Commands
- A.2.1. Pattern Addressing
- A.2.2. Regular Expression Metacharacters for sed
- A.3. Command Summary for sed
- B. Quick Reference for awk
- B.1. Command-Line Syntax
- B.1.1. Shell Wrapper for Invoking awk
- B.1. Command-Line Syntax
- B.2. Language Summary for awk
- B.2.1. Records and Fields
- B.2.2. Format of a Script
- B.2.2.1. Line termination
- B.2.2.2. Comments
- B.2.3. Patterns
- B.2.4. Regular Expressions
- B.2.5. Expressions
- B.2.5.1. Constants
- B.2.5.2. Escape sequences
- B.2.5.3. Variables
- B.2.5.4. Arrays
- B.2.5.5. System variables
- B.2.5.6. Operators
- B.2.6. Statements and Functions
- B.3. Command Summary for awk
- B.3.1. Format Expressions Used in printf and sprintf
- C. Supplement for Chapter 12
- C.1. Full Listing of spellcheck.awk
- C.2. Listing of masterindex Shell Script
- C.3. Documentation for masterindex
- masterindex
- C.3.1. Background Details
- C.3.2. Coding Index Entries
- C.3.3. Output Format
- C.3.4. Compiling a Master Index
- Index
- About the Authors
- Colophon
- SPECIAL OFFER: Upgrade this ebook with OReilly
O'Reilly Media - inne książki
-
Combing the web is simple, but how do you search for data at work? It's difficult and time-consuming, and can sometimes seem impossible. This book introduces a practical solution: the data catalog. Data analysts, data scientists, and data engineers will learn how to create true data discovery in ...(0,00 zł najniższa cena z 30 dni)
228.65 zł
269.00 zł(-15%) -
This updated edition of the Nutshell guide not only helps experienced Java programmers get the most out of versions through Java 17, it also serves as a learning path for new developers. Chock-full of examples that demonstrate how to take complete advantage of modern Java APIs and development bes...(0,00 zł najniższa cena z 30 dni)
228.65 zł
269.00 zł(-15%) -
Get started with Ray, the open source distributed computing framework that simplifies the process of scaling compute-intensive Python workloads. With this practical book, Python programmers, data engineers, and data scientists will learn how to leverage Ray locally and spin up compute clusters. Y...(0,00 zł najniższa cena z 30 dni)
228.65 zł
269.00 zł(-15%) -
Remove your doubts about AI and explore how this technology can be future-proofed using blockchain's smart contracts and tamper-evident ledgers. With this practical book, system architects, software engineers, and systems solution specialists will learn how enterprise blockchain provides permanen...(0,00 zł najniższa cena z 30 dni)
271.15 zł
319.00 zł(-15%) -
FinOps brings financial accountability to the variable spend model of cloud. Used by the majority of global enterprises, this management practice has grown from a fringe activity to the de facto discipline managing cloud spend. In this book, authors J.R. Storment and Mike Fuller outline the proce...(0,00 zł najniższa cena z 30 dni)
271.15 zł
319.00 zł(-15%) -
Edge AI is transforming the way computers interact with the real world, allowing IoT devices to make decisions using the 99% of sensor data that was previously discarded due to cost, bandwidth, or power limitations. With techniques like embedded machine learning, developers can capture human intu...(0,00 zł najniższa cena z 30 dni)
271.15 zł
319.00 zł(-15%) -
Why is it difficult for so many companies to get digital identity right? If you're still wrestling with even simple identity problems like modern website authentication, this practical book has the answers you need. Author Phil Windley provides conceptual frameworks to help you make sense of all ...(0,00 zł najniższa cena z 30 dni)
194.65 zł
229.00 zł(-15%) -
Python was recently ranked as today's most popular programming language on the TIOBE index, thanks to its broad applicability to design and prototyping to testing, deployment, and maintenance. With this updated fourth edition, you'll learn how to get the most out of Python, whether you're a profe...(0,00 zł najniższa cena z 30 dni)
305.15 zł
359.00 zł(-15%) -
With the accelerating speed of business and the increasing dependence on technology, companies today are significantly changing the way they build in-house business solutions. Many now use low-code and no code technologies to help them deal with specific issues, but that's just the beginning. Wit...
Building Solutions with the Microsoft Power Platform Building Solutions with the Microsoft Power Platform
(0,00 zł najniższa cena z 30 dni)271.15 zł
319.00 zł(-15%) -
Companies are scrambling to integrate AI into their systems and operations. But to build truly successful solutions, you need a firm grasp of the underlying mathematics. This accessible guide walks you through the math necessary to thrive in the AI field such as focusing on real-world application...(0,00 zł najniższa cena z 30 dni)
271.15 zł
319.00 zł(-15%)
Dzieki opcji "Druk na żądanie" do sprzedaży wracają tytuły Grupy Helion, które cieszyły sie dużym zainteresowaniem, a których nakład został wyprzedany.
Dla naszych Czytelników wydrukowaliśmy dodatkową pulę egzemplarzy w technice druku cyfrowego.
Co powinieneś wiedzieć o usłudze "Druk na żądanie":
- usługa obejmuje tylko widoczną poniżej listę tytułów, którą na bieżąco aktualizujemy;
- cena książki może być wyższa od początkowej ceny detalicznej, co jest spowodowane kosztami druku cyfrowego (wyższymi niż koszty tradycyjnego druku offsetowego). Obowiązująca cena jest zawsze podawana na stronie WWW książki;
- zawartość książki wraz z dodatkami (płyta CD, DVD) odpowiada jej pierwotnemu wydaniu i jest w pełni komplementarna;
- usługa nie obejmuje książek w kolorze.
W przypadku usługi "Druk na żądanie" termin dostarczenia przesyłki może obejmować także czas potrzebny na dodruk (do 10 dni roboczych)
Masz pytanie o konkretny tytuł? Napisz do nas: sklep[at]helion.pl.
Książka, którą chcesz zamówić pochodzi z końcówki nakładu. Oznacza to, że mogą się pojawić drobne defekty (otarcia, rysy, zagięcia).
Co powinieneś wiedzieć o usłudze "Końcówka nakładu":
- usługa obejmuje tylko książki oznaczone tagiem "Końcówka nakładu";
- wady o których mowa powyżej nie podlegają reklamacji;
Masz pytanie o konkretny tytuł? Napisz do nas: sklep[at]helion.pl.


Oceny i opinie klientów: sed & awk. 2nd Edition Dale Dougherty, Arnold Robbins (0)
Weryfikacja opinii następuję na podstawie historii zamówień na koncie Użytkownika umieszczającego opinię. Użytkownik mógł otrzymać punkty za opublikowanie opinii uprawniające do uzyskania rabatu w ramach Programu Punktowego.