Curated Video
Core Java Programming Course- Reading a Text File Using Apache Commons IO
This video explains how to read a text file using Apache Commons IO. This clip is from the chapter "Working with Text Files (Apache Commons IO)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
Curated Video
Core Java Programming Course- Sorting a Line from a Text File
This video demonstrates how to sort a line from a text file. This clip is from the chapter "Working with Text Files (Apache Commons IO)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains...
Curated Video
C++ Standard Template Library in Practice - Multimaps - Coding
The user is unfamiliar with the multimaps coding and wishes to know more about them, and when to use them. • Implement multimap to track line number in the text • Printout word keys and the position of all the word keys This clip is from...
Curated Video
Evaluate visual representations of data that models real-world phenomena or processes : Visualizing Text Data
From the section: NLP Visualization and Model Experimentation. Visualize text data and view data embeddings. View and track hyperparameter tuning and display training configurations to run reproducible experiments. In this video, we’ll...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Running Spark Code Locally
In this session, we will replicate the code from the previous lesson to our local machine. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark...
Packt
Advanced Computer Vision Projects 2.4: Finding and Reading License Plates
In this video, we identify which characters do in fact belong to plates and convert them to text. • Figure out what locations are actually plates • Use k-nearest neighbors to convert images to text • View and analyze the results
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Read Content from a File - Files readAllLines and Lines Methods
In this session, we will learn about read content from a file - files readAllLines and lines methods. This clip is from the chapter "Files and Directories" of the series "Java Programming for Complete Beginners - Java 16".In this...
Crash Course
How to Make an AI Read Your Handwriting (LAB)
John Green Bot wrote his first novel! Today, in our first ever Lab we’re going to program a neural network to recognize handwritten letters to convert the first part of John Green Bot’s novel into typed text. To do this we’re going to...
Curated Video
Java 11 Programming for Beginners 4.5: Managing the Input/OutputJava 11
The I/O for Java is one area that is very useful but also very tricky. This video aims to give that landscape a good overview. • Slides will highlight the classes and methods to look out for • Add the capability to read a sentence from...
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Download and Install a Text Editor - Visual Studio Code for OpenAI ChatGPT
In this video, we will guide you through the process of downloading and installing Visual Studio Code, a popular text editor, to use with the OpenAI ChatGPT project.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 14 - Exploring Java New Features - Text Blocks
This video provides a detailed understanding of text blocks.
Curated Video
Core Java Programming Course- Removing Duplicate Words from a Text File
This video explains how to remove duplicate words from a text file. This clip is from the chapter "Working with Text Files (Apache Commons IO)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
Curated Video
Learn and Master C Programming - Creating Text Files using File API in C/C++
We will build a sample called "CapFile" that takes as input a text file and creates (generates as output) another text file. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Page Element Append-Prepend using JavaScript Code - Coding Challenge
This video provides a challenge on how to perform page element append-prepend using JavaScript code. This clip is from the chapter "JavaScript Document Object Model (DOM)" of the series "Modern Web Design with HTML5, CSS3, and...
Kids’ Poems and Stories With Michael Rosen
My Running Shoes | POEM
My Running Shoes | POEM Poem written and performed by Michael Rosen.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 14 - Exploring Java New Features - Text Blocks
This video provides a detailed understanding of text blocks. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This section focuses on the new updates...
Curated Video
The Art of Doing - Web Development for Beginners - Installing VS Code
In this video, we will walk you through the process of installing VS Code IDE (Integrated Development Environment) on your Windows machine, which will be your primary development environment throughout the course. This clip is from the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - How to Truncate in JavaScript Overflow Subscriptions
This is an exercise video where you will learn how to truncate in JavaScript overflow subscriptions. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero to Hero...
Curated Video
The Complete Practical Docker Guide - Reading Files
This video explains about reading files. This clip is from the chapter "Files and Directories Management in Linux" of the series "The Complete Practical Docker Guide".This section focuses on files and directories management in Linux.
Curated Video
Robotic Process Automation - UiPath RPA Developer Masterclass - Text and Word Automation - Part 1
In this video, you will learn about automating data from word and .txt-files using the classic design experience. This clip is from the chapter "Tech Primer – Automation Activities" of the series "Robotic Process Automation - UiPath...
Curated Video
Learning D3.JS 5.0 4.5: Modifying Elements
In this video, we will learn which methods can modify the elementsand the difference from other methods. • Navigate to GitHub to read for the attr() and text() methods. • Use these methods. Understand and write the examples. • Talk about...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - DALL-E Create Image Implementation into Our OpenAI Application
After securely generating the API key, we will create the runtime configuration and use the process environment API key we generated securely. We will hook the app with OpenAI and generate images using text. This clip is from the chapter...