Daily Shaarli

All links of one day in a single page.
Day 1 Zoopla Theatre Diego Kuperman A Bag of Mojo Sweets
thumbnail
GitHub - learnbyexample/learn_perl_oneliners: Example based guide for text processing with perl from the command line
thumbnail

Example based guide for text processing with perl from the command line - GitHub - learnbyexample/learn_perl_oneliners: Example based guide for text processing with perl from the command line

Good design | About us | Vitsœ

Dieter Rams, Vitsœ's furniture designer. Ten principles for good design (sometimes referred to as the ‘Ten commandments’).

FizzBuzz - Rosetta Code
thumbnail

Task Write a program that prints the integers from 1 to 100 (inclusive). But: for multiples of three, print Fizz (instead of the number)...

Day 23: One-Liners for Fun and Profit
thumbnail

Mojo one-liners are just Perl one-liners. You will use -E (or -e) to write the program. You might use -n to loop over input, or -p to do the same while printing $_ after each item, just like normal one-liners.

To get the extra Mojo goodness, add -Mojo. The name itself is a cute hack. Since -M is what loads a module on the command line, the module name is therefore ojo.

Day 3: Zoopla Theatre: Mark Overmeer - Apache in Pure Perl
thumbnail

From its start, Perl comes with most (Unix) core operating system trickery like forks, events and signals. So, you can implement real performing daemons for interesting tasks.

We will get into various features which show how straight-forward it is to implement an Apache-like webserver, with VirtualHosts, proxies, etc.

But we start by discussing many options how to set-up servers: processes, event-loops, and so on... before we reach to HTTP-servers processing requests.

Any::Daemon

  • Use Apache as your front end ~30:00
Open-source data multitool | VisiData
thumbnail

Command-line interactive multitool for tabular data.

VisiData is an interactive multitool for tabular data. It combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows with ease.