ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

619 results

Utah Cpp Programmers
Boost String Algorithms Library

String manipulation is a common task in many programs. The standard library basic_string class comes with many member ...

1:11:46
Boost String Algorithms Library

3,708 views

2 years ago

CppNow
C++Now 2019: Michael Park “Pattern Matching: Match Me If You Can”

In this talk, we'll discuss a proposal in flight (https://wg21.link/p1371) to add pattern matching as a language feature in the C++.

1:29:26
C++Now 2019: Michael Park “Pattern Matching: Match Me If You Can”

4,641 views

6 years ago

aaronsloman
Old version of tutorial on pattern matching. New version at http://youtu.be/RvpK7RgWmoE

... of pattern matching as an operation performed on strings (e.g. 'grep' in unix/linux). The matching here is on structures, including ...

48:50
Old version of tutorial on pattern matching. New version at http://youtu.be/RvpK7RgWmoE

561 views

14 years ago

CppNow
Matchine: C++ Pattern Matching for Open Sum Types - André Bergner - CppNow 2019

http://cppnow.org — Matchine: C++ Pattern Matching for Open Sum Types - André Bergner - CppNow 2019 Presentation Slides, ...

1:32:53
Matchine: C++ Pattern Matching for Open Sum Types - André Bergner - CppNow 2019

1,415 views

6 years ago

Kristopher Micinski
L9: Quasiquoting and Pattern Matching

Reading: There is no officially-assigned reading, but you should read racket's match documentation, it will save you a lot of time ...

23:47
L9: Quasiquoting and Pattern Matching

2,455 views

4 years ago

droidcon & fluttercon
Pattern Matching to the rescue! - Matteo Maria Terzuolo | Fluttercon USA 2024

Talk: Pattern Matching to the rescue! Speaker: Matteo Maria Terzuolo Event: Fluttercon USA 2024 Date: September ...

20:29
Pattern Matching to the rescue! - Matteo Maria Terzuolo | Fluttercon USA 2024

9 views

5 months ago

CppNow
Mach7: The Design and Evolution of a Pattern Matching Library for C++

Yuriy Solodkyy's talk from C++Now 2014 Slides are available here: ...

1:35:38
Mach7: The Design and Evolution of a Pattern Matching Library for C++

2,931 views

11 years ago

IRIF
Quantum Speed-ups for String Synchronizing Sets and Longest Common Substring (Ce Jin)

Longest Common Substring (LCS) is an important text processing problem, which has recently been investigated in the quantum ...

1:08:09
Quantum Speed-ups for String Synchronizing Sets and Longest Common Substring (Ce Jin)

157 views

3 years ago

aleksignjat
17_04_2018

There was a natural ordering for example and in a string algorithms we simply went from left to right very first focus on the prefixes ...

45:15
17_04_2018

659 views

7 years ago

Knowledge-Based Systems, TU Dresden
The Complexity of Basic Graph Pattern Matching

We show that even the mere check whether a basic graph pattern in SPARQL has any match on a given graph is already ...

42:58
The Complexity of Basic Graph Pattern Matching

1,222 views

5 years ago

Studio IIT Bombay
FSTTCS2019  S001 Approximate Online Pattern Matching in Sublinear Time

This video has been released by Studio IIT Bombay under Creative Commons license.

30:19
FSTTCS2019 S001 Approximate Online Pattern Matching in Sublinear Time

204 views

4 years ago

StumptownSyndicate
OSB 2015 - What's in a name? Phonetic Algorithms for Search and Similarity

LIKE and wildcard matches can be sufficient, but can only account for character or string matching, and fail on misspelled words or ...

24:04
OSB 2015 - What's in a name? Phonetic Algorithms for Search and Similarity

2,773 views

10 years ago

Studio IIT Bombay
CS213.3x S119 Rabin-Karp Algorithm

This video has been released by Studio IIT Bombay under Creative Commons license.

23:13
CS213.3x S119 Rabin-Karp Algorithm

62 views

4 years ago

CS50
Pattern Matching with Regular Expressions

[Seminar: Pattern Matching with Regular Expressions] [John Mussman-Harvard University] [This is CS50.-CS50.TV] Okay. Well ...

26:01
Pattern Matching with Regular Expressions

12,890 views

13 years ago

aaronsloman
A tutorial comparing pattern-matching and other paradigms (match_sorted.ogv)

... of pattern matching as an operation performed on strings (e.g. 'grep' in unix/linux). The matching here is on structures, including ...

56:07
A tutorial comparing pattern-matching and other paradigms (match_sorted.ogv)

1,266 views

13 years ago

AUTOHOTKEY Gurus
Optimizing a string search in AutoHotkey | Comparing 3 approaches

In this AutoHotkey tutorial we show how we optimize searching for a string showing three different ways (stringSplit, Regex, ...

21:01
Optimizing a string search in AutoHotkey | Comparing 3 approaches

492 views

3 years ago

Scott Beamer
Lecture 12 - FP conclusion + Pattern Matching

CSE 293 - Agile Hardware Design, Spring 2021, UC Santa Cruz.

51:31
Lecture 12 - FP conclusion + Pattern Matching

50 views

4 years ago

aleksignjat
12/05/2017 COMP3121/3821/9101/9801 Algorithms lecture camera recording

... to the advanced algorithms for those of you that want to take it for next semester so we will do max flow and string matching and ...

48:01
12/05/2017 COMP3121/3821/9101/9801 Algorithms lecture camera recording

944 views

8 years ago

Kevin J.
String Comparisons Using Trees - streecmp

Here I show a concept that I am implementing for faster string comparison. repo: git.0xdeadbeer.xyz/0xdeadbeer/streecmp ...

23:13
String Comparisons Using Trees - streecmp

35 views

1 year ago

AdrianTheHacker
How do Phones Understand Your Typos? | Overview of Fuzzy Search Algorithms & Implementation

... Phonetic Matching, String Matching Algorithms, Search Algorithms, Data Matching Techniques, Spell Check Algorithms, Python ...

34:03
How do Phones Understand Your Typos? | Overview of Fuzzy Search Algorithms & Implementation

310 views

8 months ago