Under the Laughing Oak
  • Home
  • About
admin

Experimenting with isso comments

Yitzchak Scott-Thoennes

Yitzchak Scott-Thoennes

04 Jul 2025

Experimenting with isso comments, we'll see how it goes.





Read more

Weekly Challenge 334 Divertissments

content soon

By Yitzchak Scott-Thoennes 17 Aug 2025

Specifications, Ambiguity, Contradiction: the Weekly Challenge 330

Software engineering often involves listening to statements of problems, deriving one or more underlying actual problems, and coming up with solutions that address (partially or completely) those problems (and ideally have other advantages or advance other goals as well).[1] But sometimes the starting point you get is a specification

By Yitzchak Scott-Thoennes 20 Jul 2025

Not a Nice Problem to Have: the weekly challenge 329 task 2

Task 2: Nice Strings: You are given a string made up of lower and upper case English letters only.   Write a script to return the longest substring of the give string which is nice. A string is nice if, for every letter of the alphabet that the string contains, it

By Yitzchak Scott-Thoennes 07 Jul 2025

Y Translate? The weekly challenge 329 task 1

Task 1: Counter Integers: You are given a string containing only lower case English letters and digits.   Write a script to replace every non-digit character with a space and then return all the distinct integers left. The first part is easy. In Python:[1] new_string = string.translate({ c:'

By Yitzchak Scott-Thoennes 07 Jul 2025
Under the Laughing Oak
Powered by Ghost