Programming Leftovers
-
A brief interview with Janet contributor Josef Pospíšil
Josef Pospíšil (Pepe) is a programming enthusiast, first with Basic in 1986, then the first Rubyist in the Czech Republic, and now a contributor to the language Janet.
-
try_repeat released
Today I'm releasing another little Unix tool try_repeat, which tries to run a command n times, exiting early if the command exits with a non-zero exit code. Think of it a bit like the repeat command built into some shells (e.g. zsh) but which "exits as soon as an execution of the command fails". This is particularly useful when trying to find intermittent failures in a command: I can set an upper bound (i.e. "if the command runs n times successfully, I'll assume there are no problems") but be notified if there are any problems earlier on.
-
Making a Text Editor with a Game Engine
The command line text editor nano doesn't quite work how I want it to. So I spent two days hacking together my own text editor, based on nano, so that I can change it over time and it can grow with me.
I am writing these words in that text editor.
-
Release/16.x has been branched
Hi,
I’ve created the release/16.x branch. Trunk is now at 17.0.0. If you would like to have a change backported to release/16.x, please use the instructions here for requesting a backport.
-Tom
-
This Week In Rust: This Week in Rust 479
-
How to upper or lower case a string in Python? - Invidious
-
How to sort in reverse order in Python? #programming #coding #programming - Invidious
-
Tuple with one element in Python? - Invidious