Videos

Video thumbnail for Javascript String Length: How to determine the size of a string
03:41
Icon for www.youtube.comyoutube.com › watch

Javascript String Length: How to determine the size of a string

In this tutorial, we’ll take a look at the JavaScript String Length property and how you can use this to determine the size of a string. Don’t forget to subscribe to the Junior Developer Central channel for more videos and tutorials! It’s a very common thing to do but to use the JavaScript string length property is luckily really simple ...
YouTube
· Feb 1, 2019
Video thumbnail for An engineer's guide to the optimal string length for (normal) friendship bracelets
08:19
Icon for www.youtube.comyoutube.com › watch

An engineer's guide to the optimal string length for (normal) friendship bracelets

=================== WORKABLE EXCEL SHEET ADDED ================== You can now download an excel sheet with the formula embedded from the link below. It is easy to use - just need to find N_knot and N_base from a pattern and the string length will be calculated straight away! https://www.dropbox.com/s/34ic64ydql75g5y/string length estimator.xlsx ...
YouTube
· Apr 8, 2021
Video thumbnail for How to calculate the length of string without using library function.
00:56
Icon for www.youtube.comyoutube.com › watch

How to calculate the length of string without using library function.

#coding #string #shorts #programing Calculate length of string || without using library function.|| string operation string data structure || you tube shorts || coding shorts || coding tutorial || coding fun || learn coding || code || c programing || ----------------------------------------------------------------- GO TO CHANNEL:-https://bit.ly ...
YouTube
· Nov 2, 2021
Video thumbnail for C Program to Find the Length of a String - GeeksforGeeks
06:21
Icon for www.geeksforgeeks.orggeeksforgeeks.org › c-program-to-find-the-length-of-a-string

C Program to Find the Length of a String - GeeksforGeeks

The article explains various methods to find the length of a string in C, including using the strlen() function, loops, pointer arithmetic, and pointer subtraction.
geeksforgeeks.org
· Feb 9, 2021
Video thumbnail for Python Program to Calculate the Length of a String Without Using a Library Function
01:19
Icon for www.youtube.comyoutube.com › watch

Python Program to Calculate the Length of a String Without Using a Library Function

In this Video we will show you Python Program to Calculate the Length of a String Without Using a Library Function. Please Subscribe to our channel and like the video and don't forget to comment below. Thanks. 1. Python Program to Calculate the Average of Numbers in a Given List https://youtu.be/WJMQ2kt4q7c 3. Python Program to Read a Number n ...
YouTube
· Dec 29, 2021
Video thumbnail for Manually Find The Length Of A String | C Programming Example
03:01
Icon for www.youtube.comyoutube.com › watch

Manually Find The Length Of A String | C Programming Example

An example of manually finding the length of a string in C, including the null terminator, unlike the built-in strlen() function that comes with string.h. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/string_length.c. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!
YouTube
· Sep 2, 2021
Video thumbnail for C_66 Program to Find Length of a String | C Programming Language
17:09
Icon for www.youtube.comyoutube.com › watch

C_66 Program to Find Length of a String | C Programming Language

In this lecture we will discuss a C program to find length of a string. Best C Programming Tutorials: https://www.youtube.com/playlist?list=PLdo5W4Nhv31a8UcMN9-35ghv8qyFWD9_S ********************************************* Connect & Contact Me: Jenny's Lecture Hindi: https://www.youtube.com/@JennyslecturesHINDI Facebook: https://www.facebook.com ...
YouTube
· Jul 31, 2021
Video thumbnail for Program to calculate length of given string without using strlen | Programming in C
10:26
Icon for www.youtube.comyoutube.com › watch

Program to calculate length of given string without using strlen | Programming in C

This video implements function String_Length which is simulation of built-in strlen function. It does find the length of user entered string.
YouTube
· May 6, 2020
Video thumbnail for Program for length of a string using recursion | GeeksforGeeks
02:13
Icon for www.youtube.comyoutube.com › watch

Program for length of a string using recursion | GeeksforGeeks

Our courses : https://practice.geeksforgeeks.org/courses/ Read More: https://www.geeksforgeeks.org/program-for-length-of-a-string-using-recursion/ This video is contributed by Anant Patni. Please Like, Comment and Share the Video among your friends. Install our Android App: https://play.google.com/store/apps/details?id=free.programming ...
YouTube
· Jun 29, 2020
Video thumbnail for Python code to find the length of a given string without using the len() function. | Python Program
01:55
Icon for www.youtube.comyoutube.com › watch

Python code to find the length of a given string without using the len() function. | Python Program

YouTube
· May 16, 2022
Video thumbnail for Write a c program to find the length of a given string | vision academy
04:20
Icon for www.youtube.comyoutube.com › watch

Write a c program to find the length of a given string | vision academy

In this programming in c tutorial video I have taught you how to Write a c program to find the length of a given string. Copy This C Program from https://www.puiicomputerscience.com/2021/12/write-a-c-program-to-find-the-length-of-a-string.html I Hope you will enjoy it. And please let me know in the comment how did you find this video. Read more ...
YouTube
· Feb 24, 2022
Video thumbnail for strlen() function in c|C Program to calculate length of a string
11:14
Icon for www.youtube.comyoutube.com › watch

strlen() function in c|C Program to calculate length of a string

#strlen()functioninc #strlenfunction #CProgramtoFindLengthofaString C Program to calculate length of a string using strlen(). C Program to calculate length of a string using library function. C Program to calculate length of a string with out using strlen(). C Program to calculate length of a string with out using library function.
YouTube
· Nov 28, 2018
Video thumbnail for 4 Ways to Find the Length of a List or String in Python (without the len() Function) TUTORIAL
07:26
Icon for www.youtube.comyoutube.com › watch

4 Ways to Find the Length of a List or String in Python (without the len() Function) TUTORIAL

Tutorial on how to calculate the length of lists and strings (without len()) in Python 3. The solutions are: 1) For loops 2) While loops with slice notation 3) Sum, map, and the lambda function 4) Sum with loop one liner This is a common Python interview question. 📖 Please check out my Udemy course here: https://www.udemy.com/course/the ...
YouTube
· Apr 11, 2020
Video thumbnail for Design DFA (length of the string is exactly 2 | at least 2 | at most 2) Example 1 | GATECSE | TOC
11:07
Icon for www.youtube.comyoutube.com › watch

Design DFA (length of the string is exactly 2 | at least 2 | at most 2) Example 1 | GATECSE | TOC

#DFA, #DesignDFA #AutomataTheory #TheoryOfComputation #StringLength #FiniteAutomaton #DFA #RegularLanguages #LanguageRecognition #AutomatonDesign#CSGATELECTURE, #TOC, #thegatehub "Welcome to our video on Designing a Deterministic Finite Automaton (DFA) for specific string lengths in Theory of Computation. In this video, we will be discussing ...
YouTube
· Mar 22, 2020
Video thumbnail for String Length Function - strlen()
03:57
Icon for www.youtube.comyoutube.com › watch

String Length Function - strlen()

C Programming: String length function - strlen() in C Programming. Topics discussed: 1) The prototype of strlen() function. 2) Use of strlen() function. 3) Example uses of strlen() function. C Programming Lectures: https://goo.gl/7Eh2SS Follow Neso Academy on Instagram: @nesoacademy(https://bit.ly/2XP63OE) Follow me on Instagram: @jaspreetedu ...
YouTube
· Aug 24, 2019
Video thumbnail for Longest Palindromic Sub-string (LeetCode 5) | Full solution with examples | Study Algorithms
10:01
Icon for www.youtube.comyoutube.com › watch

Longest Palindromic Sub-string (LeetCode 5) | Full solution with examples | Study Algorithms

To see more videos like this, you can buy me a coffee: https://www.buymeacoffee.com/studyalgorithms Longest Palindromic Substring is a programming challenge on LeetCode. A palindrome is a type of string that reads the same when reading left to right and right to left. An example of a palindrome can be “level”, “racecar”, “kayak” etc ...
YouTube
· Jun 13, 2020
Video thumbnail for Program to calculate length of string using strlen function in C
05:09
Icon for www.youtube.comyoutube.com › watch

Program to calculate length of string using strlen function in C

Like, Comments, Share and SUBSCRIBE
YouTube
· Nov 24, 2015
Video thumbnail for C Program to find length of a String without using library function
08:27
Icon for www.youtube.comyoutube.com › watch

C Program to find length of a String without using library function

C Programming For Beginners - Master the C Language 80% Discount, Just Rs. 499/- 👉 http://bit.ly/C-language The C Programming Language course is designed to give you everything you need to become a Good Programmer. Start instantly and learn at your own schedule. ⭐️Limited Time offer !!!!! ⭐️Hurry Up !!!!!! C Program to find length of ...
YouTube
· Jun 18, 2020
Video thumbnail for Standing Waves on a String, Fundamental Frequency, Harmonics, Overtones, Nodes, Antinodes, Physics
40:17
Icon for www.youtube.comyoutube.com › watch

Standing Waves on a String, Fundamental Frequency, Harmonics, Overtones, Nodes, Antinodes, Physics

This Physics video tutorial explains the concept of standing waves on a string. It shows you how to calculate the fundamental frequency and any additional harmonics or overtones. In addition, it shows you how to identify and count the number of nodes and antinodes on a standing wave given the number of loops. This video contains plenty of ...
YouTube
· Nov 27, 2016
Video thumbnail for Physics 19 Mechanical Waves (4 of 21) Finding the Tension on a String
05:13
Icon for www.youtube.comyoutube.com › watch

Physics 19 Mechanical Waves (4 of 21) Finding the Tension on a String

Visit http://ilectureonline.com for more math and science lectures! In this video I will show you how to calculate the tension of a (single harmonic) 0.6m string (one harmonic of a wave triain).
YouTube
· Sep 25, 2013
Video thumbnail for Wave Speed on a String - Tension Force, Intensity, Power, Amplitude, Frequency - Inverse Square Law
52:13
Icon for www.youtube.comyoutube.com › watch

Wave Speed on a String - Tension Force, Intensity, Power, Amplitude, Frequency - Inverse Square Law

This physics video tutorial explains how to calculate the wave speed / velocity on a stretch string given an applied tension and linear density of the wire. It also discusses the wave intensity as a function of source power and distance in addition to its relationship to the inverse square law. It covers topics such as period, frequency, and ...
YouTube
· Jan 1, 2009
Video thumbnail for How to get String Length Without Using strlen() Library Function In C | Explain In Hindi By Nirbhay
06:40
Icon for www.youtube.comyoutube.com › watch

How to get String Length Without Using strlen() Library Function In C | Explain In Hindi By Nirbhay

#string_length #without_strlen #string_function Jai_Hind, Dosto, aaj ki is video me , maine aapko btaya hai ki kaise aap strlen() function ko use kiye bina aap ek String ke length ka pta lga skte hai..aasha karta hun aapko ye video pasand aaegi..,agar video pasand aae to please video ko LIKE aur SHARE kar dena.. THANK YOU ...
YouTube
· May 28, 2021
Video thumbnail for Standing waves on strings | Physics | Khan Academy
13:25
Icon for www.youtube.comyoutube.com › watch

Standing waves on strings | Physics | Khan Academy

In this video David explains how and why standing waves occur, and well as how to determine the wavelengths for a standing wave on a string. Created by David SantoPietro. Watch the next lesson: https://www.khanacademy.org/science/physics/mechanical-waves-and-sound/standing-waves/v/standing-waves-in-tubes-part-1?utm_source=YT&utm_medium=Desc&utm ...
YouTube
· Jul 29, 2016
Video thumbnail for 28 - ABAP Programming - String Operations - Substring Processing
13:03
Icon for www.youtube.comyoutube.com › watch

28 - ABAP Programming - String Operations - Substring Processing

1) Practical of substring processing.
YouTube
· Dec 28, 2022
Video thumbnail for Longest Substring Without Repeating Characters - Leetcode 3 - Python
06:46
Icon for www.youtube.comyoutube.com › watch

Longest Substring Without Repeating Characters - Leetcode 3 - Python

🚀 https://neetcode.io/ - A better way to prepare for Coding Interviews 🐦 Twitter: https://twitter.com/neetcode1 🥷 Discord: https://discord.gg/ddjKRXPqtk 🐮 Support the channel: https://www.patreon.com/NEETcode Twitter: https://twitter.com/neetcode1 Discord: https://discord.gg/ddjKRXPqtk 💡 CODING SOLUTIONS: https://www.youtube.com ...
YouTube
· Jun 27, 2020
Video thumbnail for How to Find the Length of a String with out using strlen() in C++ ?
14:11
Icon for www.youtube.comyoutube.com › watch

How to Find the Length of a String with out using strlen() in C++ ?

In this video we will see : - How to find the length of a string with out using library function? - How to find the string length with library function-strlen()? - learn C++ programming with examples - For Online Training Call: +91-9645275702 Subscribe my channel and hit the bell 🔔🔔🔔 icon to get video updates.
YouTube
· Oct 7, 2020
Video thumbnail for Python program to accept a string from user Find and Print Longest Word and Length by Mahesh Huddar
08:55
Icon for www.youtube.comyoutube.com › watch

Python program to accept a string from user Find and Print Longest Word and Length by Mahesh Huddar

Python program to accept a string from user Find and Print Longest Word and its Length by Mahesh Huddar Write a Python program to accept a string from the user and display the longest word of that sentence along with its length. Source Code: https://www.vtupulse.com/python-programs/python-program-to-accept-a-string-find-the-longest-word-and-its ...
YouTube
· Jun 28, 2021
Video thumbnail for Tension, linear density, wave speed on a string + introduction to linear density wave speed problem.
05:32
Icon for www.youtube.comyoutube.com › watch

Tension, linear density, wave speed on a string + introduction to linear density wave speed problem.

In this introduction to linear density and wave speed, we examine the relationship between tension, linear density, wave speed on a string, starting with introduction to the linear density formula kg/m. We give a quick introduction to linear density and clarify the idea with a simple example. Next, we motivate the relationship between wave ...
YouTube
· Dec 11, 2020
Video thumbnail for How to Find the Length of a String in Make (Integromat)
01:00
Icon for www.youtube.comyoutube.com › watch

How to Find the Length of a String in Make (Integromat)

In this quick video, we'll show you how to find the length of a string with a simple function in Make (formerly Integromat). -- To learn more about how you can use automation and other techniques to improve your company's workflows, visit our website: https://xray.tech Read our blog posts for tutorials and deep dives into automation: https ...
YouTube
· Nov 23, 2022
Video thumbnail for Count number of substrings with exactly k distinct characters | GeeksforGeeks
03:26
Icon for www.youtube.comyoutube.com › watch

Count number of substrings with exactly k distinct characters | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: https://www.geeksforgeeks.org/count-number-of-substrings-with-exactly-k-distinct-characters/ Practice Problem Online Judge: https://practice.geeksforgeeks.org/problems/count-number-of-substrings/0 Read More: https://www.geeksforgeeks.org/count-number-of-substrings-with-exactly-k-distinct-characters ...
YouTube
· Jan 20, 2018
Video thumbnail for 11 PARABOLA Calculating lengths
21:30
Icon for www.youtube.comyoutube.com › watch

11 PARABOLA Calculating lengths

In this video I work through an example involving a parabola and a straight line, in which I show how one would calculate six different lengths.
YouTube
· Oct 25, 2020
Video thumbnail for Example n bit string without consecutive zero
07:57
Icon for www.youtube.comyoutube.com › watch

Example n bit string without consecutive zero

YouTube
· May 6, 2019
Video thumbnail for Find the Length of a String in Cobol
03:58
Icon for www.youtube.comyoutube.com › watch

Find the Length of a String in Cobol

You can find the length of a string in COBOL using below code- IDENTIFICATION DIVISION. PROGRAM-ID. WS-STR. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-STR PIC X(10) VALUE "RAJ SEN". 01 WS-LEN PIC 99 VALUE 0. PROCEDURE DIVISION. INSPECT FUNCTION REVERSE(WS-STR) TALLYING WS-LEN FOR LEADING SPACES COMPUTE WS-LEN = LENGTH OF WS-STR - WS-LEN ...
YouTube
· Sep 3, 2023
Video thumbnail for Tosca Tutorial | Lesson 39 - Use String Operations | Find length | Convert To Uppercase | Occurences
08:32
Icon for www.youtube.comyoutube.com › watch

Tosca Tutorial | Lesson 39 - Use String Operations | Find length | Convert To Uppercase | Occurences

Step-by-step guide on how to use String operations to find length of a string, find number of occurrences of pattern in a string, convert to lowercase and convert to uppercase String Operations: {STRINGTOLOWER}- Converts uppercase characters in the string to lowercase characters {STRINGTOUPPER} - Converts lowercase characters in the string to ...
YouTube
· Aug 17, 2023
Video thumbnail for Physics - E&M: Ch 35.1 Coulumb's Law Explained (26 of 28) Charges Suspended on a String: Ex. 1
05:44
Icon for www.youtube.comyoutube.com › watch

Physics - E&M: Ch 35.1 Coulumb's Law Explained (26 of 28) Charges Suspended on a String: Ex. 1

Visit http://ilectureonline.com for more math and science lectures! In this video I will find q=?, of 2 positively charged objects of mass=m, suspended from strings of length=L, and an angle=theta away from the vertical. Next video in this series can be seen at: https://youtu.be/rd_qbrF9zHQ
YouTube
· Feb 8, 2018
Video thumbnail for How to calculate the speed of waves on a string? | Physics | Extraclass.com
04:45
Icon for www.youtube.comyoutube.com › watch

How to calculate the speed of waves on a string? | Physics | Extraclass.com

Watch More Videos @ http://bit.ly/extraclassapp, http://extraclass.com/ This video will help you to learn How to calculate the speed of waves on a string? How to calculate the speed of waves on a string? Consider a pulse moving on a taut string to the right with a uniform speed V measured relative to a stationary frame of reference . Let’s ...
YouTube
· Apr 8, 2020
Video thumbnail for Guitar Scale Length Explained: String Tension & Playability
06:28
Icon for www.youtube.comyoutube.com › watch

Guitar Scale Length Explained: String Tension & Playability

SHOP STRINGJOY: https://www.stringjoy.com SUBSCRIBE: https://www.youtube.com/stringjoy?sub_confirmation=1 DESCRIPTION How does your guitar's scale length affect guitar string tension & playability? We talk about the effect of different scale lengths as well as how to adjust your strings to balance it out. ABOUT STRINGJOY Stringjoy is a boutique ...
YouTube
· Apr 4, 2018
Video thumbnail for Java Program To Find Longest Substring Without Repeated Character | Ashok IT
08:07
Icon for www.youtube.comyoutube.com › watch

Java Program To Find Longest Substring Without Repeated Character | Ashok IT

#java #javascript #javaprogrammer #javaprogrammig #javadevelopment #ashokit ️ ️ Register Here For Online Training : https://bit.ly/4dBYJbX ** For Online Training Call: +91-6301921083 Subscribe to our channel and hit the bell 🔔🔔🔔 icon to get video updates. 💡 Visit Our Website For Online Training: http://www.ashokit.in 💡 About ...
YouTube
· May 16, 2020
Video thumbnail for Buoyancy and String Tension Example [Physics of Fluid Mechanics #29]
08:06
Icon for www.youtube.comyoutube.com › watch

Buoyancy and String Tension Example [Physics of Fluid Mechanics #29]

We have a wooden block fully submerged inside of a container filled with water. The block is being held down by a string that is attached to the bottom of the container and we need to determine what the tension force in that string is! This lecture is part of the Physics of Fluid Mechanics course: https://www.youtube.com/playlist?list ...
YouTube
· May 11, 2021
Video thumbnail for String permutation algorithm | All permutations of a string
14:59
Icon for www.youtube.comyoutube.com › watch

String permutation algorithm | All permutations of a string

This lecture explains how to find and print all the permutations of a given string. This lecture involves two example explanations followed by code logic explanation for printing and finding all permutations of a string. If you find any difficulty or have any query then do COMMENT below. PLEASE help our channel by SUBSCRIBING and LIKE our video ...
YouTube
· May 18, 2019
Video thumbnail for substring And length (Java String Methods)
05:24
Icon for www.youtube.comyoutube.com › watch

substring And length (Java String Methods)

Learn to use the substring() and length() methods that are part of the Java String class. ️ My Amazon Affiliate Link: https://amzn.to/40qrMLG ⬅️
YouTube
· Oct 23, 2022
Video thumbnail for Calculating the Tension in the Strings
12:01
Icon for www.youtube.comyoutube.com › watch

Calculating the Tension in the Strings

Physics Ninja demonstrates how to find the tension in the strings. We draw the free body diagram for the masses and write down Newton's laws and solve for the tension and the acceleration of the blocks Visit my Etsy store and support Physics Ninja: https://physicsninja.etsy.com
YouTube
· Dec 19, 2018
Video thumbnail for Tension Force Physics Problems
17:17
Icon for www.youtube.comyoutube.com › watch

Tension Force Physics Problems

This physics video tutorial explains how to solve tension force problems. It explains how to calculate the tension force in a rope for a object descending with a downward acceleration using newton's laws of motion. it also discusses how to use free body diagrams and the weight force to calculate the tension force in two ropes at different ...
YouTube
· Feb 19, 2021
Video thumbnail for Proper string length for single string bows!
07:05
Icon for www.youtube.comyoutube.com › watch

Proper string length for single string bows!

This video describes how to determine the proper string length for your single string bow.
YouTube
· Dec 17, 2021
Video thumbnail for Recurve bowstring length made easy. (How to get the accurate bowstring length every time)
02:23
Icon for www.youtube.comyoutube.com › watch

Recurve bowstring length made easy. (How to get the accurate bowstring length every time)

Kramer explains the best way to ensure that you get the correct bowstring length every time! Handmade High-Quality Traditional Archery Gear 👉 https://www.shatterproofarchery.com/ Shatterproof Archery Amazon Store 👉 https://geni.us/Shatterproofamazonshop Kramer Ammons Youtube Channel 👉 https://www.youtube.com/channel/UCOLE9sefMl1AaytbN ...
YouTube
· Sep 20, 2022
Video thumbnail for Calculate String Tension Between Two Blocks Being Pulled Horizontally | Worked Example
04:03
Icon for www.youtube.comyoutube.com › watch

Calculate String Tension Between Two Blocks Being Pulled Horizontally | Worked Example

Two blocks are connected by a string. An external force then acts on one block, causing both blocks to accelerate. Calculate the tension in the string connecting the two blocks. This problem typically shows up in introductory physics courses.
YouTube
· Oct 12, 2022
Video thumbnail for How to Measure Tennis String Perfectly!
01:37
Icon for www.youtube.comyoutube.com › watch

How to Measure Tennis String Perfectly!

The easiest, simplest way to measure the perfect amount of string for your tennis racquet! Follow me on instagram @stringingbyspize for stringing, coaching, and playing! stringingbyspize@gmail.com for phoenix tennis racquet stringing matrixtennis.com for Phoenix tennis lessons Subscribe to learn all the tips you need to start stringing quickly ...
YouTube
· Oct 20, 2016
Video thumbnail for Simple pendulum: find the pendulum speed at the bottom and tension in the string at the bottom.
03:27
Icon for www.youtube.comyoutube.com › watch

Simple pendulum: find the pendulum speed at the bottom and tension in the string at the bottom.

In this problem we have a simple pendulum given the initial angle and length, and we want to find the pendulum speed at the bottom of the trajectory and the tension in the string at the bottom of the trajectory. To find the speed of the pendulum at the bottom, we need to find the initial height in terms of the angle, and we use a bit of ...
YouTube
· May 31, 2022
Video thumbnail for How To Calculate Length of Stair Stringer - Easy To Understand Construction Tips
07:03
Icon for www.youtube.comyoutube.com › watch

How To Calculate Length of Stair Stringer - Easy To Understand Construction Tips

http://www.homebuildingandrepairs.com Click on this link link for more information about stair building, remodeling and design. This video will provide you with easy to understand step-by-step instructions that can be used to figure out or calculate the length of a stair stringer. This information is often helpful when estimating the length of ...
YouTube
· Jun 4, 2020
Video thumbnail for BEST way to find the perfect length on your bowstring (step-By-Step)
03:19
Icon for www.youtube.comyoutube.com › watch

BEST way to find the perfect length on your bowstring (step-By-Step)

You can buy a bowstring and get the length close to the way you want it. This does not account for your own personal preferences. This method allows you to get the bowstring precisely the way you want it. I hope you find a video useful.
YouTube
· Jul 24, 2017