ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

113 results

vlogommentary
How to Format Part of a MERGEFIELD Conditional Text in Microsoft Word

Learn how to apply bold formatting to specific words within conditional MERGEFIELD results in Microsoft Word mail merges.

2:50
How to Format Part of a MERGEFIELD Conditional Text in Microsoft Word

0 views

7 days ago

Wealth Unlocked
How To Search On Replit

Discover how to effectively search on Replit, the collaborative coding platform, to find projects, code snippets, and resources that ...

1:48
How To Search On Replit

0 views

5 days ago

Stranger Studios
Coding with Sam: Generate a Discount Code for Expired Members

... a Discount Code for Expired Members https://www.paidmembershipspro.com/discount-code-expired-members/ Code Snippets ...

20:50
Coding with Sam: Generate a Discount Code for Expired Members

80 views

Streamed 4 days ago

Priyanka Giri
Here’s a 150-word promotional snippet about the BitMEX invite code
1:10
Here’s a 150-word promotional snippet about the BitMEX invite code

0 views

4 days ago

Simple HTML Studio
How To Format Inline Code With HTML Tags?

Ever wondered how to display code snippets beautifully right within your text on a webpage? This video from Simple HTML Studio ...

3:17
How To Format Inline Code With HTML Tags?

0 views

5 days ago

vlogommentary
Checking Word and Sentence Similarities Using SentenceTransformer in Python

Code Example [[See Video to Reveal this Text or Code Snippet]] Explanation Embedding: Converts text into vector ...

3:10
Checking Word and Sentence Similarities Using SentenceTransformer in Python

0 views

5 days ago

Learning To Code With AI
Can AI Generate Code For Common Programming Tasks?

Practical examples of AI generating code snippets for common problems. ▻ How to leverage AI tools to enhance your coding ...

3:29
Can AI Generate Code For Common Programming Tasks?

0 views

7 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

5 days ago

vlogommentary
How to Remove Square Brackets from AsciiDoc Cross-Reference Links

Example: [[See Video to Reveal this Text or Code Snippet]] Renders as: Link to My Section. But if [[cross-ref]] is placed on a ...

1:56
How to Remove Square Brackets from AsciiDoc Cross-Reference Links

0 views

7 days ago

vlogommentary
How to Access JRuby Script Names in StackTraceElements for Better Debugging

The Problem If you run JRuby scripts from Java using the typical: [[See Video to Reveal this Text or Code Snippet]] The resulting ...

2:44
How to Access JRuby Script Names in StackTraceElements for Better Debugging

0 views

7 days ago

Tanta ICPC Community
ICPC Tanta | Macros in C ++

In C++, macros are instructions handled by the preprocessor before the actual compilation starts. They are mainly used to define ...

16:10
ICPC Tanta | Macros in C ++

95 views

6 days ago

vlogommentary
How to Cleanly Initialize a Pydantic Model from Another Without Using .model_dump()

For example, given: [[See Video to Reveal this Text or Code Snippet]] You want to create an Internal instance using external_data ...

3:11
How to Cleanly Initialize a Pydantic Model from Another Without Using .model_dump()

0 views

7 days ago

vlogommentary
How to Use a Regular Expression with Wildcards to Match Date Strings in Notepad+ +

Enter the pattern: [[See Video to Reveal this Text or Code Snippet]] Enter your replacement value in the Replace with field.

2:28
How to Use a Regular Expression with Wildcards to Match Date Strings in Notepad+ +

0 views

6 days ago

vlogommentary
How to obtain a JsonNode from a StreamingOutput in Java REST APIs

[[See Video to Reveal this Text or Code Snippet]] Using mapper.valueToTree() avoids serializing to a string and parsing. Step 2: ...

3:30
How to obtain a JsonNode from a StreamingOutput in Java REST APIs

0 views

7 days ago

Rim Brake Rodeo
How to Open Javascript in Visual Studio Code (easy Method)

This tutorial guides you through setting up your environment, writing basic code snippets, and running scripts directly within ...

1:44
How to Open Javascript in Visual Studio Code (easy Method)

0 views

7 days ago

HuggingFace
Steering LLM Behavior Without Fine-Tuning

Modify the behavior or the personality of a model at inference time, without fine-tuning or prompt engineering. Read the blog post ...

17:44
Steering LLM Behavior Without Fine-Tuning

47,927 views

6 days ago

vlogommentary
How to Disable WordPress REST API Usernames Exposure and Linking Features

Redirect them to your homepage to disable access: [[See Video to Reveal this Text or Code Snippet]] 2. Remove Username ...

2:49
How to Disable WordPress REST API Usernames Exposure and Linking Features

0 views

4 days ago

vlogommentary
How to Decode \NNN Octal-Encoded Cyrillic Strings in Python

For example: [[See Video to Reveal this Text or Code Snippet]] This form is a UTF-8 encoded byte sequence represented in octal, ...

2:50
How to Decode \NNN Octal-Encoded Cyrillic Strings in Python

0 views

4 days ago

vlogommentary
Understanding the Impact of const on typedef Function Pointers in C

The Problem Explained Given: [[See Video to Reveal this Text or Code Snippet]] Why does the second line fail? Deep Dive into ...

3:41
Understanding the Impact of const on typedef Function Pointers in C

0 views

6 days ago

vlogommentary
How to Access and Calculate Averages from a Nested Python Dictionary

Clean and Effective Solution Step 1: Initialize Separate Lists for Charges [[See Video to Reveal this Text or Code Snippet]] Step 2: ...

2:53
How to Access and Calculate Averages from a Nested Python Dictionary

0 views

6 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

5 days ago

Learning To Code With AI
How Can I Understand Code With AI Line By Line?

In this video, you'll learn how AI can revolutionize your code comprehension by: ▻ Interpreting unfamiliar code snippets with ease ...

3:26
How Can I Understand Code With AI Line By Line?

0 views

6 days ago

vlogommentary
Easily Create Instantiable Classes from a Python Protocol Using dataclasses.make_dataclass

Example of a protocol defining an attribute: [[See Video to Reveal this Text or Code Snippet]] Trying to instantiate by making it a ...

2:51
Easily Create Instantiable Classes from a Python Protocol Using dataclasses.make_dataclass

0 views

6 days ago

vlogommentary
How to Enable QLabel Character Wrapping in Qt Widgets

Implementation Example [[See Video to Reveal this Text or Code Snippet]] How to Use Replace your original QLabel instance ...

2:43
How to Enable QLabel Character Wrapping in Qt Widgets

0 views

7 days ago

Learning To Code With AI
Should I Describe Expected Code Output To AI?

How describing the expected format can reduce AI hallucinations and irrelevant code snippets. ▻ Techniques for crafting clear ...

3:10
Should I Describe Expected Code Output To AI?

0 views

6 days ago