Unsyndicated

A random blog with math, science, and computer content among other things.

Friday, January 27, 2023

Remission

›
I'm in a good mood.  I'm celebrating.  It has been three years since I've had a depressed episode and that is amazing. Ever sinc...
1 comment:
Friday, January 14, 2022

›
Time for the obligatory Sudoku solver. Everybody else has one. They have fancy features like constraint solvers and backtrackers, but I...
Monday, April 5, 2021

A TicTacToe solution

›
An anonymous reader offers this solution: class TicTacToe { constructor() { this.turns = [] this.board = new Array(9).fi...
Saturday, March 13, 2021

A Google Interview Question

›
When I was working at Google I had to interview a lot of candidates. Most often the interview was general in nature. I wasn't eval...
7 comments:
Tuesday, March 2, 2021

Roll your own conditional

›
Sometimes you'd like to write your own conditionals. Perhaps you'd like to wrap something around one or both arms of the branch. P...
2 comments:
Monday, March 1, 2021

›
Some of Python's language constructs, like variable binding, exception handling, sequencing, and iteration, are provided only through la...
Sunday, February 28, 2021

›
I saw this gem at www.askpython.com : Someone asked me if we can have a lambda function without any argument? Yes, we can define a lambda fu...
›
Home
View web version

About Me

My photo
Joe Marshall
View my complete profile
Powered by Blogger.