Mostrando 1,861 - 1,880 Resultados de 3,243 Para Buscar '"streaming"', tiempo de consulta: 0.11s Limitar resultados
  1. 1861
    Publicado 2023
    Tabla de Contenidos: “…Understanding the Collections Framework -- Using sequential implementations and interfaces -- ArrayList -- LinkedList -- ArrayDeque -- The Collection interface -- How to declare a collection -- Understanding Generics in the Collections Framework -- Using sequential implementations and interfaces with Generics -- Understanding Collections Framework map structures -- HashMap -- LinkedHashMap -- TreeMap -- Understanding functions in Java -- Using streams in collections -- Summary -- Further reading -- Chapter 9: Using Threads in Java -- Technical requirements -- Creating Java native OS threads -- Extending the Thread class -- Implementing the Runnable interface -- Creating a thread pool with ExecutorService -- Implementing the Callable interface -- Managing threads -- Daemon and non-daemon threads -- Thread priority -- Preventing race and deadlock conditions in threads -- Race condition -- Deadlock condition -- Creating new virtual threads -- Summary -- Further reading -- Chapter 10: Implementing Software Design Principles and Patterns in Java -- Technical requirements -- SOLID software design principles -- S - Separation of concerns/single responsibility -- O - Open/closed -- L - Liskov substitution -- I - Interface segregation -- D - Dependency inversion -- Software design patterns -- Singleton -- Factory -- Adapter -- Observer -- Summary -- Further reading -- Chapter 11: Documentation and Logging -- Technical requirements -- Creating documentation -- Comments -- Javadocs -- Using logging -- java.util.logging -- Log4j2 -- Summary -- Further reading -- Chapter 12: BigDecimal and Unit Testing -- Technical requirements -- Using BigDecimal -- What is JUnit 5? …”
    Libro electrónico
  2. 1862
    Publicado 2024
    Tabla de Contenidos: “…-- Choosing Go -- Concurrency and goroutines -- Concurrency -- Goroutines -- CSP-inspired model -- Share by communication -- Interacting with the OS -- Tooling -- go build -- go test -- go run -- go vet -- go fmt -- Cross-platform development with Go -- Summary -- Chapter 2: Refreshing Concurrency and Parallelism -- Technical requirements -- Understanding goroutines -- WaitGroup -- Changing shared state -- Managing data races -- Atomic operations -- Mutexes -- Making sense of channels -- How to use channels -- An unbuffered channel -- Buffered channels -- The guarantee of delivery -- Latency -- State and signaling -- State -- Signaling -- Choosing your synchronization mechanism -- Summary -- Part 2: Interation with the OS -- Chapter 3: Understanding System Calls -- Technical requirements -- Introduction to system calls -- The catalog of services and identification -- Information exchange -- The syscall package -- A closer look at the os and x/sys packages -- x/sys package - low-level system calls -- Operating system functionality -- Portability -- Everyday system calls -- Tracing system calls -- Tracing specific system calls -- Developing and testing a CLI program -- Standard streams -- File descriptors -- Creating a CLI application -- Redirections and standard streams -- Making it testable -- Summary -- Chapter 4: File and Directory Operations -- Technical requirements -- Identifying unsafe file and directory permissions -- Files and permissions -- Scanning directories in Go -- Understanding file paths -- Using the path/filepath package -- Traversing directories -- Symbolic links and unlinking files -- Symbolic links - the shortcut of the file world -- Unlinking files - the great escape act…”
    Libro electrónico
  3. 1863
    por Nova Labián, Alberto José de
    Publicado 2010
    Tabla de Contenidos: “…Sistemas de intercambio de archivos P2p; 20. Streaming; 21. P2PTV; 22. Acceso no autorizado a páginas web desde otras páginas web; 23. …”
    Libro electrónico
  4. 1864
    por Mishra, Ajay R.
    Publicado 2010
    Tabla de Contenidos: “…8.3 Architecture in Convergent Networks -- 8.4 IMS -- 8.5 IMS Architecture -- 8.6 IMS Security System -- 8.7 IMS Charging -- 8.8 Service Provisioning in IMS -- 9 Unlicensed Mobile Access -- 9.1 Introduction to UMA -- 9.2 Working on UMA Network -- 9.3 Architecture of UMA -- 9.4 Up Interface in UMA -- 9.5 Protocols in UMA -- 9.6 Security Mechanism of UMA -- 9.7 Identifiers and Cell Identifiers in UMA -- 9.8 Mode and PLMN Selection -- 9.9 UMAN Discovery and Registration Procedures -- 9.10 UNC Blocks -- 9.11 Comparison between Femtocells and UMA -- 9.12 Conclusion -- 10 DVB-H -- 10.1 Mobile Television -- 10.2 Introduction to DVB -- 10.3 DVB-H Ecosystem -- 10.4 DVB-H System Technology -- 10.5 DVB-H Network Architecture -- 10.6 DVB-H Network Topologies -- 10.7 Network Design in the DVB-H Network -- Appendix A VAS Applications -- A.1 Multimedia Messaging Service -- A.2 Push-to-Talk over Cellular -- A.3 Streaming Service -- A.4 Short Message Service -- A.5 Wireless Application Protocol -- Appendix B Energy in Telecommunications -- B.1 The Solution Exists / But It's Not Very Good -- B.2 Renewable Energy / a Better Solution -- B.3 The Optimal Design for a Base Station Site -- B.4 Business Case for Renewable Energy in Mobile Base Station Sites -- B.5 Effects of Climate Change on Mobile Networks -- Bibliography -- Index…”
    Libro electrónico
  5. 1865
    Publicado 2014
    “…The focus is on Business Agility Readiness in terms of the five major changes affecting the information technology landscape, and how data-driven delivery platforms and decision-making processes are being reinvented using digital relationships with a social business model as the consumer world of technology drives innovation and collaboration.Cloud computing, social media, next-gen mobility, streaming video, and big data with predictive analytics are major forces now for a competitive advantage, and Creating Business Agility provides leaders with a roadmap for readiness. …”
    Libro electrónico
  6. 1866
    Publicado 2017
    “…New topics include Ultra High Definition Television, Internet Radio Interfacing and Streaming, ATSC 3.0, Digital Audio Compression Techniques, Digital Television Audio Loudness Management, and Video Format and Standards Conversion. …”
    Libro electrónico
  7. 1867
    Publicado 2015
    Tabla de Contenidos: “…Offsetting copygrey: YouTube services; 6.8 . A live-streaming case study: Coachella; 6.9 . Conclusion; References; Chapter 7: Live music in a virtual world: exuberant flourishing and disability at Wheelies nightclub in Second Life…”
    Libro electrónico
  8. 1868
    Publicado 2015
    Tabla de Contenidos: “…Parsing XML and handling errors -- Parsing XML -- Finding elements -- Handling errors -- Further enhancements -- The Boto package -- Wrapping up with S3 -- JSON -- Encoding and decoding -- Using dicts with JSON -- Other object types -- The Twitter API -- A Twitter world clock -- Authentication for Twitter -- Registering your application for the Twitter API -- Authenticating requests -- A Twitter client -- Polling for Tweets -- Processing the tweets -- Rate limits -- Sending a reply -- Final touches -- Taking it further -- Polling and the Twitter streaming APIs -- Alternative oAuth flows -- HTML and screen scraping -- HTML parsers -- Show me the data -- Parsing HTML with lxml -- Zeroing in -- Searching with XPath -- XPath conditions -- Pulling it together -- With great power... -- Choosing a User Agent -- The Robots.txt file -- Summary -- Chapter 4 : Engaging with E-mails -- E-mail terminologies -- Sending e-mails with SMTP -- Composing an e-mail message -- Sending an e-mail message -- Sending e-mails securely with TLS -- Retrieving e-mails by using POP3 with poplib -- Retrieving e-mails by using IMAP with imaplib -- Sending e-mail attachments -- Sending e-mails via the logging module -- Summary -- Chapter 5 : Interacting with Remote Systems -- Secure shell - access using Python -- Inspecting the SSH packets -- Transferring files through SFTP -- Transferring files with FTP -- Inspecting FTP packets -- Fetching Simple Network Management Protocol data -- Inspecting SNMP packets -- Reading Light-weight Directory Access Protocol data -- Inspecting LDAP packets -- Sharing files with SAMBA -- Inspecting SAMBA packets -- Summary -- Chapter 6 : IP and DNS -- Retrieving the network configuration of a local machine -- Manipulating IP addresses -- IP network objects -- Network interface objects -- The IP address objects…”
    Libro electrónico
  9. 1869
    por Redmond, Tony, 1959-
    Publicado 2007
    Tabla de Contenidos: “…4.14 PowerShell for Exchange administratorsChapter 5 The Store; 5.1 Introducing the Store; 5.2 Differences in the Exchange 2007 Store; 5.3 No more streaming database; 5.4 Tables and items; 5.5 Storage groups; 5.6 Transaction logs; 5.7 Database portability; 5.8 MAPI connections and logons; 5.9 The Deleted Items cache; 5.10 Background maintenance; 5.11 Fixing failed databases; 5.12 Exchange 2007 content indexing; 5.13 Public folders; 5.14 Removing database size limits; 5.15 Backups; 5.16 Moving from the Store; Chapter 6 Exchange Transport and Routing; 6.1 The evolution of routing…”
    Libro electrónico
  10. 1870
    Publicado 2008
    Tabla de Contenidos:
    Libro electrónico
  11. 1871
    por Kovalick, Al
    Publicado 2009
    Tabla de Contenidos: “…2.0 INTRODUCTION2.1 CORE ELEMENTS; 2.2 STANDARDS; 2.3 A/V MEDIA CLIENTS; 2.4 FILE TRANSFER, STREAMING, AND DIRECT-TO-STORAGE CONCEPTS; 2.5 THE THREE PLANES; 2.6 INTEROPERABILITY DOMAINS; 2.7 TRICKS FOR MAKING IT ELEMENTS WORK IN REAL TIME; 2.8 USING IT METHODS TO ROUTE TRADITIONAL A/V SIGNALS; 2.9 IT'S A WRAP: A FEW FINAL WORDS; REFERENCES; CHAPTER 3A Storage System Basics; 3A.0 INTRODUCTION TO STORAGE SYSTEMS; 3A.1 STORAGE VIRTUALIZATION AND FILE SYSTEM METHODS; 3A.2 CLIENT TRANSACTION TYPES AND STORAGE PERFORMANCE; 3A.3 STORAGE SUBSYSTEMS; 3A.4 JBOD AND RAID ARRAYS; 3A.5 NAS AND SAN STORAGE…”
    Libro electrónico
  12. 1872
    Publicado 2013
    Tabla de Contenidos: “…61 Options for Marketing Your Video62 Taking it to the Screen; 63 It Could Happen: Festivals; 64 Video on the Web; 65 Compression Software for Web Video; 66 Streaming Video, No Longer an Upstream Row; 67 Tips to Promote Your Video Online; 68 How to Make a Documentary: Distribution; 69 What's Legal; 70 Jacks of All Trades; 71 To DVD or not to DVD?…”
    Libro electrónico
  13. 1873
    Publicado 2011
    Tabla de Contenidos: “…Information and video streaming applications; 1.8. Typical applications of the Impulse Radio UWB, UWB-FH and UWB-FM…”
    Libro electrónico
  14. 1874
    Publicado 2018
    Tabla de Contenidos: “…Chapter 5: Cloud Speech API -- Cloud Speech API -- Pricing -- Enabling the API -- Exploring the Cloud Speech API -- Synchronous speech recognition -- Asynchronous speech recognition -- Streaming speech recognition -- Audio to text using synchronous speech recognition -- Request structure -- Constructing the request -- Analyse response -- API reference -- Integrating Cloud Speech API with SmartExchange -- Solution design -- Setting up the server code -- Installing dependencies -- Defining routes -- Updating the message model -- Updating the controller -- Setting up the client code -- Modifying the view thread component -- Setting up the upload audio modal component -- Completing the view thread component -- Creating the audio API service -- Testing the app -- Deploying to Heroku -- Summary -- Chapter 6: Cloud Natural Language -- Cloud Natural Language API -- Pricing -- Enabling the API -- Exploring the Cloud Natural Language API -- Sentiment analysis -- Request structure -- Constructing the request -- Analyse response -- Entity analysis -- Request structure -- Constructing the request -- Analyse response -- API reference -- Integrating the Natural Language API with SmartExchange -- Solution design -- Setting up the server code -- Installing dependencies -- Defining routes -- Updating the message model -- Updating the controller -- Setting up the client code -- Updating the POST API URL -- Updating the view thread component -- Testing the app -- Deploying to Heroku -- Summary -- Chapter 7: Cloud Translation -- Cloud Translation API -- Pricing -- Enabling API -- Exploring Cloud Translation API -- Discovering supporting languages -- Request structure -- Constructing the request -- Analysing response -- Text translation -- Request structure -- Constructing the request -- Analyse response -- Integrating Translate API with SmartExchange -- Solution design…”
    Libro electrónico
  15. 1875
    Publicado 2017
    Tabla de Contenidos: “…I2C protocol overview -- How to implement a custom sensor driver -- Low-level sensor driver -- Summary -- Chapter 4: Integrate Android Things with IoT Cloud Platforms -- IoT cloud architecture -- An IoT cloud platform overview -- IoT cloud architecture overview -- Streaming data to the IoT cloud platform -- How to configure Artik Cloud -- Artik client description -- How to implement the Android Things Artik client -- Implement a StringRequest with Volley -- Implement a custom HTTP header -- Send the data using a custom body request -- Sending data from the Android Things app -- Creating a dashboard -- Data logging -- Adding voice capabilities to Android Things -- Configure Temboo choreo -- Integrate Temboo in the Android Things app -- Summary -- Chapter 5: Create a Smart System to Control Ambient Light -- Ambient light control system description -- Project components -- Project architecture -- Building the Arduino project -- How Arduino exposes the services -- Implementing the Android Things app -- How to develop an Android Things app UI -- Attaching the layout to the Activity -- Handling UI events -- Invoking the Arduino services -- How to implement a web interface -- Implementing a simple HTTP web server -- Creating the HTML page with the UI -- Embedding the HTTP Server into the Android Things app -- Summary -- Chapter 6: Remote Weather Station -- Remote weather station project description -- Project components -- The M2M architecture and the MQTT protocol -- MQTT protocol overview -- MQTT message details -- Security and QoS -- Using MQTT in our remote weather station -- Implementing the MQTT publisher -- Connecting to MQTT and sending data -- Implementing the MQTT subscriber using Android Things -- Implementing the Android Things Activity -- Displaying the information using OLED display -- Connect the OLED display to Android Things board…”
    Libro electrónico
  16. 1876
    Publicado 2015
    Tabla de Contenidos: “…Finding friends of friends with Neo4jActivity streaming with Neo4j; Finding user similarity with Neo4j; Network reachability with Neo4j; Chapter 6: Developing Location-based Services with Neo4j; Introduction; Installing the Neo4j Spatial extension; Importing the Esri shapefiles; Importing the OpenStreetMap files; Importing data using the REST API; Creating a point layer using the REST API; Finding geometries within the bounding box; Finding geometries within a distance; Finding geometries within a distance using Cypher; Chapter 7: Visualization of Graphs; Introduction…”
    Libro electrónico
  17. 1877
    Publicado 2022
    Tabla de Contenidos:
    Libro electrónico
  18. 1878
    por Katoh, Naoki
    Publicado 2021
    Tabla de Contenidos: “…-- 1.1 We Are in the Era of Big Data -- 1.2 Theory of Computational Complexity and Polynomial-Time Algorithms -- 1.3 Polynomial-Time Algorithms and Sublinear-Time Algorithms -- 1.3.1 A Brief History of Polynomial-Time Algorithms -- 1.3.2 Emergence of Sublinear-Time Algorithms -- 1.3.3 Property Testing and Parameter Testing -- 1.4 Ways to Decrease Computational Resources -- 1.4.1 Streaming Algorithms -- 1.4.2 Compression -- 1.4.3 Succinct Data Structures…”
    Libro electrónico
  19. 1879
    Publicado 2013
    Tabla de Contenidos: “…Cover -- About The Author -- Title Page -- Copyright Page -- Contents -- Acknowledgments -- Introduction -- Three Innovations -- Social Recognition -- Part 1 Improving Performance with the Wisdom of Crowds -- 1 The Traditional Performance Review and the New Global Workplace -- Information Overload -- Search-Led Information Processing -- Move from Synchronous to Asynchronous Search -- It's Twitter's World -- The Young Want It All-and They're Right -- The Work Stream -- Human Resources Overwhelmed -- The Troubled Traditional Performance Review -- A Single Point of Failure -- A Narrow Range of Information -- A Flawed Rewards Structure -- The "Objective" Illusion -- Traditional Performance Reviews Observe Only a Small Set of Behaviors -- The Traditional Review Is Difficult to Scale -- Traditional Reviews Do Not Inspire Engagement -- The Trouble with Technology -- Stack Ranking: Reviewing at the Extreme -- Can This System Be Saved? …”
    Libro electrónico
  20. 1880
    Publicado 2017
    Tabla de Contenidos: “…Setting up the API engine -- Setting up the web app -- Setting up the desktop app -- Setting up the mobile app -- Summary -- Chapter 5: Smart Agriculture and Voice AI -- Voice AI -- Test drive -- Building a smart socket -- Setting up relay with Raspberry Pi -- Managing relay in an API engine -- Updating the web app template -- Updating the desktop app -- Updating the mobile app template -- Developing Alexa skill -- Creating skill -- Training the voice model -- ngrok the API engine -- Defining the lambda function -- Deploying and testing -- Summary -- Chapter 6: Smart Wearable -- IoT and healthcare -- Smart wearable -- Setting up smart wearable -- Updating the API engine -- Updating the web app -- Updating a desktop app -- Updating the mobile app template -- Summary -- Chapter 7: Smart Wearable and IFTTT -- IFTTT and IoT -- Fall detection -- Updating Raspberry Pi -- Building the IFTTT rules engine -- Updating the web app -- Updating the desktop app -- Updating the mobile app -- Summary -- Chapter 8: Raspberry Pi Image Streaming -- MJPEG -- Setting up Raspberry Pi -- Setting up the camera -- Testing the camera -- Developing the logic -- Updating the API engine -- Updating the web app -- Updating the desktop app -- Updating the mobile app -- Motion-based video capture -- Updating the Raspberry Pi -- Testing the code -- Summary -- Chapter 9: Smart Surveillance -- AWS Rekognition -- Setting up smart surveillance -- Setting up AWS credentials -- Seeding the authorized faces -- Testing the seed -- Deploying to Raspberry Pi -- Summary -- Index…”
    Libro electrónico