Instructional Video7:47
Curated Video

Core Java Programming Course- Reading a Text File Using Apache Commons IO

Higher Ed
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...
Instructional Video6:06
Curated Video

Core Java Programming Course- Sorting a Line from a Text File

Higher Ed
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...
Instructional Video9:21
Curated Video

C++ Standard Template Library in Practice - Multimaps - Coding

Higher Ed
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...
Instructional Video7:45
Curated Video

Evaluate visual representations of data that models real-world phenomena or processes : Visualizing Text Data

Higher Ed
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...
Instructional Video6:29
Fun Robotics

Read from Files

Higher Ed
Exploring how to open files and read from them in Python programming
Instructional Video10:17
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Running Spark Code Locally

Higher Ed
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...
Instructional Video11:47
Packt

Advanced Computer Vision Projects 2.4: Finding and Reading License Plates

Higher Ed
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
Instructional Video5:44
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Read Content from a File - Files readAllLines and Lines Methods

Higher Ed
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...
Instructional Video16:56
Crash Course

How to Make an AI Read Your Handwriting (LAB)

12th - Higher Ed
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...
Instructional Video5:21
Curated Video

Java 11 Programming for Beginners 4.5: Managing the Input/OutputJava 11

Higher Ed
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...
Instructional Video2:14
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

Higher Ed
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.
Instructional Video7:52
Instructional Video5:22
Curated Video

Core Java Programming Course- Removing Duplicate Words from a Text File

Higher Ed
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...
Instructional Video10:55
Curated Video

Learn and Master C Programming - Creating Text Files using File API in C/C++

Higher Ed
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...
Instructional Video3:20
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Page Element Append-Prepend using JavaScript Code - Coding Challenge

Higher Ed
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...
Instructional Video0:45
Kids’ Poems and Stories With Michael Rosen

My Running Shoes | POEM

Pre-K - 5th
My Running Shoes | POEM Poem written and performed by Michael Rosen.
Instructional Video7:50
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 14 - Exploring Java New Features - Text Blocks

Higher Ed
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...
Instructional Video3:01
Curated Video

The Art of Doing - Web Development for Beginners - Installing VS Code

Higher Ed
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...
Instructional Video2:34
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - How to Truncate in JavaScript Overflow Subscriptions

Higher Ed
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...
Instructional Video5:44
Curated Video

The Complete Practical Docker Guide - Reading Files

Higher Ed
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.
Instructional Video2:33
Curated Video

Perfect Cube Numbers (Part 1)

K - 12th
Understand perfect cube numbers.
Instructional Video4:23
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - Text and Word Automation - Part 1

Higher Ed
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...
Instructional Video3:44
Curated Video

Learning D3.JS 5.0 4.5: Modifying Elements

Higher Ed
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...
Instructional Video8:03
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - DALL-E Create Image Implementation into Our OpenAI Application

Higher Ed
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...