ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

24 results

Adedoyinsola Ogungbesan
Align Gemma 3 notebook with V4 architecture

LLMs are non-deterministic, so is their reasoning trace. So in this edition we move from V3 - V4. We implement a Fuzzy Matching ...

1:56
Align Gemma 3 notebook with V4 architecture

0 views

7 days ago

Learn with Shikaar
The #1 C# Mistake You're Making with Bracket Validation RIGHT NOW

Validate Brackets in String in C# In this video, you'll learn how to check whether all types of brackets in a string — (), {}, and ...

3:31
The #1 C# Mistake You're Making with Bracket Validation RIGHT NOW

0 views

2 days ago

Smart Steps
Regular Expression ^ Anchor in Google Sheets | Beginner to Intermediate Guide

Topics Covered: • Regex positional anchors • Start of string matching • Regex basics and syntax • Caret (^) symbol in regular ...

1:45
Regular Expression ^ Anchor in Google Sheets | Beginner to Intermediate Guide

19 views

6 days ago

vlogommentary
Capturing Hyphen Positions in a String with Perl Regex

Learn a simple and efficient method to capture the positions of hyphens in a hyphenated word using Perl regex and positional ...

2:45
Capturing Hyphen Positions in a String with Perl Regex

0 views

6 days ago

Learn with Shikaar
Why TryParse and Regex are GAME CHANGERS for Numeric Strings

Check Numeric String in C# In this video, you'll learn how to determine whether a string represents a numeric value in C#.

3:57
Why TryParse and Regex are GAME CHANGERS for Numeric Strings

0 views

6 days ago

vlogommentary
How to Perform a VLOOKUP-Style Search in Pandas and Append Results to a DataFrame

Learn how to efficiently lookup values from one pandas DataFrame in another and append match results, replicating Excel's ...

3:06
How to Perform a VLOOKUP-Style Search in Pandas and Append Results to a DataFrame

0 views

5 days ago

vlogommentary
Understanding Why an Empty Macro Still Expands with Arguments in C

Discover why an empty macro in C can still produce unexpected expansions when used with arguments, and how to correctly ...

2:45
Understanding Why an Empty Macro Still Expands with Arguments in C

0 views

5 days ago

vlogommentary
How to Multiply Numbers Inside char and varchar Sizes Using sed Alternatives

Recommended Solution: Use awk awk supports arithmetic expressions and is suited for pattern matching and editing lines on the ...

2:36
How to Multiply Numbers Inside char and varchar Sizes Using sed Alternatives

0 views

6 days ago

Learn with Shikaar
STOP Making These 3 CRITICAL Mistakes in C# Equality Checks

Compare Equality of Three Integers in C# In this video, you'll learn how to compare three integer values in C# to determine how ...

3:31
STOP Making These 3 CRITICAL Mistakes in C# Equality Checks

0 views

5 days ago

vlogommentary
Assign Missing acceptId Values from acceptIds List Using JOLT

Learn how to assign missing acceptId fields in a JSON array using a JOLT transformation, matching them with a provided ...

2:56
Assign Missing acceptId Values from acceptIds List Using JOLT

0 views

7 days ago

vlogommentary
Handling \b Word Boundaries in Python Regex for Devanagari Script

Learn how to correctly match word boundaries with Devanagari text using Python's regex module to avoid issues with Unicode ...

2:41
Handling \b Word Boundaries in Python Regex for Devanagari Script

0 views

6 days ago

ElifAll
Qiskit Exercise - Grover's algorithm

qiskit #quantumcomputing #algorithm #grover Reference: https://quantum.cloud.ibm.com/docs/en/tutorials/grovers-algorithm ...

1:11
Qiskit Exercise - Grover's algorithm

0 views

8 hours ago

vlogommentary
Extracting Number/Number/Number Patterns from Strings with JavaScript Regex

Learn how to efficiently extract number patterns separated by slashes (e.g., '8/8/69') from text using concise JavaScript regular ...

2:54
Extracting Number/Number/Number Patterns from Strings with JavaScript Regex

0 views

1 day ago

vlogommentary
How to Match Pairwise Columns Between Two Dataframes and Add Matching Values in R

Learn a concise and scalable method to match pairs of columns across rows between two R dataframes and append matching ...

3:14
How to Match Pairwise Columns Between Two Dataframes and Add Matching Values in R

0 views

1 day ago

vlogommentary
PySpark exceptAll() Requires Matching Column Order — What You Need to Know

Learn why PySpark's exceptAll() function requires dataframes to have columns in the same order, and how to handle mismatches ...

3:14
PySpark exceptAll() Requires Matching Column Order — What You Need to Know

0 views

2 days ago

vlogommentary
Fixing ValueError: Must have equal len keys and value When Setting Values on Pandas Grouped Data

Learn why the 'ValueError: Must have equal len keys and value' occurs during pandas group operations and how to fix it ...

3:33
Fixing ValueError: Must have equal len keys and value When Setting Values on Pandas Grouped Data

0 views

2 days ago

vlogommentary
How to Create a Grouping Column from Other Columns in R

Learn efficient methods to create a grouping variable in R based on non-missing values across specific columns using tidyverse ...

3:22
How to Create a Grouping Column from Other Columns in R

0 views

1 day ago

vlogommentary
How to Add an Authentication Token to API Requests Using RestTemplate and Jackson in Spring

Learn how to call authenticated REST APIs in Spring by adding an authentication token header using RestTemplate, deserialize ...

3:35
How to Add an Authentication Token to API Requests Using RestTemplate and Jackson in Spring

0 views

1 day ago