Skip to content

Commit

Permalink
Reduce size of video series frames
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Feb 28, 2023
1 parent b3ce873 commit ab219b9
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,151 +92,151 @@ <h3 id="intro-series">
</h3>

<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/LmeTMUptJPo"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-1-zipping">Exploring MoreLINQ Part 1 - Zipping</a>; covers <code class="notranslate">EquiZip</code>, <code class="notranslate">ZipLongest</code>, <code class="notranslate">ZipShortest</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/1dheBYmLdV8"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-2-counting">Exploring MoreLINQ Part 2 - Counting Elements</a>; covers <code class="notranslate">AtLeast</code>, <code class="notranslate">AtMost</code>, <code class="notranslate">Exactly</code>, <code class="notranslate">CountBetween</code>, <code class="notranslate">AssertCount</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/69vgji_r3iQ"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-3-maxby">Exploring MoreLINQ Part 3 - <code class="notranslate">MinBy</code> and <code class="notranslate">MaxBy</code></a></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/1_-SLmSykig"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-4-combinations">Exploring MoreLINQ Part 4 - Combinations</a>; covers <code class="notranslate">Permutations</code>, <code class="notranslate">Subset</code>, <code class="notranslate">Cartesian</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/KJUfv_AfFBE"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-5-scan">Exploring MoreLINQ Part 5 - <code class="notranslate">Scan</code></a>; includes <code class="notranslate">ScanRight</code>, <code class="notranslate">PreScan</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/YwReGiQYBG8"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-6-taking">Exploring MoreLINQ Part 6 - Taking</a>; covers <code class="notranslate">TakeLast</code>, <code class="notranslate">TakeUntil</code> and <code class="notranslate">TakeEvery</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/HPf5lk9BRy0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-7-batching">Exploring MoreLINQ Part 7 - Batching</a>; covers <code class="notranslate">Batch</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/DfF6bjDOB-0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-8-fallback-if-empty">Exploring MoreLINQ Part 8 - <code class="notranslate">FallbackIfEmpty</code></a></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/RUWNkeSSc9A"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-9-fill-forward">Exploring MoreLINQ Part 9 - <code class="notranslate">FillForward</code></a>; includes <code class="notranslate">FillBackward</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/kJbUW7Y_IEY"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-10-interleave">Exploring MoreLINQ Part 10 - <code class="notranslate">Interleave</code></a></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/YQ9tucuYA8c"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-11-padding">Exploring MoreLINQ Part 11 - Padding</a>; covers <code class="notranslate">PadStart</code>, <code class="notranslate">Pad</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/MT3ut1MfiwQ"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-12-run-length-encoding">Exploring MoreLINQ Part 12 - Run Length Encoding</a>; covers <code class="notranslate">RunLengthEncode</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/tOn4X8CEBzs"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-13-random">Exploring MoreLINQ Part 13 - Random Sequences</a>; covers <code class="notranslate">Random</code>, <code class="notranslate">RandomDouble</code>, <code class="notranslate">RandomSubset</code>, <code class="notranslate">Shuffle</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/RYDJefbHyqI"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-14-skipping">Exploring MoreLINQ Part 14 - Skipping and Slicing</a>; covers <code class="notranslate">SkipUntil</code>, <code class="notranslate">SkipLast</code>, <code class="notranslate">Slice</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/VMPKjsh3L-g"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-15-windowing">Exploring MoreLINQ Part 15 - Windowing</a>; covers <code class="notranslate">Window</code>, <code class="notranslate">WindowLeft</code>, <code class="notranslate">WindowRight</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/VqCa0wgdqTc"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-16-pairwise">Exploring MoreLINQ Part 16 - <code class="notranslate">Pairwise</code> and Resolving Ambiguities</a></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/vbijoQIWcA8"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-17-countby">Exploring MoreLINQ Part 17 - <code class="notranslate">CountBy</code></a></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/M_MzMtiudQA"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-18-groupadjacent">Exploring MoreLINQ Part 18 - <code class="notranslate">GroupAdjacent</code> and <code class="notranslate">Segment</code></a></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/2c6GqXzlkE0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-19-generate">Exploring MoreLINQ Part 19 - Generating sequences</a>; covers <code class="notranslate">Generate</code>, <code class="notranslate">GenerateByIndex</code>, <code class="notranslate">Repeat</code>, <code class="notranslate">Sequence</code>, <code class="notranslate">Unfold</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/rBIn2Z5v6Oc"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-20-todelimitedstring">Exploring MoreLINQ Part 20 - <code class="notranslate">ToDelimitedString</code> (and friends)</a>; includes <code class="notranslate">ToDictionary</code>, <code class="notranslate">ToHashSet</code>, <code class="notranslate">ToArrayByIndex</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/SwCOGVl52R8"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-21-sideeffects">Exploring MoreLINQ Part 21 - Side Effects</a>; covers <code class="notranslate">Trace</code>, <code class="notranslate">Pipe</code>, <code class="notranslate">ForEach</code>, <code class="notranslate">Consume</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/ckni4GgO3ao"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-22-append-prepend">Exploring MoreLINQ Part 22 - Append and Prepend</a>; includes <code class="notranslate">Insert</code>, <code class="notranslate">Backsert</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/xszWqX3tcr8"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-23-joining">Exploring MoreLINQ Part 23 - Joining</a>; covers <code class="notranslate">RightJoin</code>, <code class="notranslate">LeftJoin</code>, <code class="notranslate">FullJoin</code>, <code class="notranslate">FullGroupJoin</code></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/5EukD_4Khw0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-24-flatten">Exploring MoreLINQ Part 24 - <code class="notranslate">Flatten</code></a></figcaption>
</figure>
<figure class="mhs">
<iframe width="560" height="315" frameborder="0"
<iframe width="500" height="281" frameborder="0"
src="https://www.youtube.com/embed/oWVhwTSGGs0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption><a href="https://markheath.net/post/exploring-morelinq-25-traverse">Exploring MoreLINQ Part 25 - Traverse; covers <code class="notranslate">TraverseBreadthFirst</code>, <code class="notranslate">TraverseDepthFirst</code></a></figcaption>
Expand Down

0 comments on commit ab219b9

Please sign in to comment.