|
5 | 5 | <link href="https://learnbyexample.github.io/atom.xml" rel="self" type="application/atom+xml"/>
|
6 | 6 | <link href="https://learnbyexample.github.io"/>
|
7 | 7 | <generator uri="https://www.getzola.org/">Zola</generator>
|
8 |
| - <updated>2023-09-28T00:00:00+00:00</updated> |
| 8 | + <updated>2023-10-04T00:00:00+00:00</updated> |
9 | 9 | <id>https://learnbyexample.github.io/atom.xml</id>
|
10 | 10 | <entry xml:lang="en">
|
11 | 11 | <title>Perl One-Liners Guide book announcement</title>
|
12 | 12 | <published>2023-09-28T00:00:00+00:00</published>
|
13 |
| - <updated>2023-09-28T00:00:00+00:00</updated> |
| 13 | + <updated>2023-10-04T00:00:00+00:00</updated> |
14 | 14 | <link rel="alternate" href="https://learnbyexample.github.io/perl-oneliners-guide-announcement/" type="text/html"/>
|
15 | 15 | <id>https://learnbyexample.github.io/perl-oneliners-guide-announcement/</id>
|
16 | 16 | <content type="html"><p>Hello!</p>
|
|
54 | 54 | <li><a href="https://www.youtube.com/watch?v=p0KCLusMd5Q&amp;list=PLTv2U3HnAL4PNTmRqZBSUgKaiHbRL2zeY">Linux command line tips</a></li>
|
55 | 55 | </ul>
|
56 | 56 | <br>
|
| 57 | +<h2 id="testimonials">Testimonials<a class="zola-anchor" href="#testimonials" aria-label="Anchor link for: testimonials">🔗</a></h2> |
| 58 | +<blockquote> |
| 59 | +<p>This is fantastic! 👏 I use Perl one-liners for record and text processing a lot and this will be definitely something I will keep coming back to - I’ve already learned a trick from “Context Matching” (9) 🙂</p> |
| 60 | +<p>— <a href="https://programming.dev/comment/3277968">feedback on [email protected]</a></p> |
| 61 | +</blockquote> |
| 62 | +<br> |
57 | 63 | <h2 id="table-of-contents">Table of Contents<a class="zola-anchor" href="#table-of-contents" aria-label="Anchor link for: table-of-contents">🔗</a></h2>
|
58 | 64 | <ol>
|
59 | 65 | <li>Preface</li>
|
@@ -4060,7 +4066,7 @@ Specifying a greater than <code>0</code> start index when using
|
4060 | 4066 | <entry xml:lang="en">
|
4061 | 4067 | <title>Programming ebooks by Sundeep Agarwal</title>
|
4062 | 4068 | <published>2022-08-09T00:00:00+00:00</published>
|
4063 |
| - <updated>2023-09-28T00:00:00+00:00</updated> |
| 4069 | + <updated>2023-10-04T00:00:00+00:00</updated> |
4064 | 4070 | <link rel="alternate" href="https://learnbyexample.github.io/books/" type="text/html"/>
|
4065 | 4071 | <id>https://learnbyexample.github.io/books/</id>
|
4066 | 4072 | <content type="html"><p>This post lists my programming ebooks with details like PDF/EPUB purchase links, GitHub repos, web versions, testimonials, etc. All my ebooks are self-published. You can get these ebooks individually or as part of bundles. You can also read them online for free.</p>
|
@@ -4152,6 +4158,10 @@ Specifying a greater than <code>0</code> start index when using
|
4152 | 4158 | <p>Thank you for choosing to write and share your knowledge. I read your books on CLI and sed - I think they are very comprehensive and very well explained. Keep up the great work</p>
|
4153 | 4159 | <p>— <a href="https://twitter.com/le_anh_phuong/status/1628149732760604672">feedback on twitter</a></p>
|
4154 | 4160 | </blockquote>
|
| 4161 | +<blockquote> |
| 4162 | +<p>This is fantastic! 👏 I use Perl one-liners for record and text processing a lot and this will be definitely something I will keep coming back to - I’ve already learned a trick from “Context Matching” (9) 🙂</p> |
| 4163 | +<p>— <a href="https://programming.dev/comment/3277968">feedback on [email protected]</a></p> |
| 4164 | +</blockquote> |
4155 | 4165 | <br>
|
4156 | 4166 | <h1 id="100-page-python-intro"><p style="color: #ff9933">100 Page Python Intro</h1>
|
4157 | 4167 | <p>Short, introductory guide for the Python programming language, suited for those already familiar with programming basics.</p>
|
|
0 commit comments