Articles tagged Characters
- Equality and Equivalence
- Blackmail made easy using Python counters. A programming puzzle and a discussion of Python's evolution.
- Could OCR conquer the calligraphylion? A note on the challenge which Arabic script sets for optical character recognition engines.
- Patience sort and the Longest increasing subsequence. How a simple card game provides an efficient algorithm for finding the longest increasing subsequence of a given sequence.
- comp.lang.name? Python was named after a comedy troupe. This note discusses what makes a good name for a computer language.
- What’s in the box?
- A Little Teaser. Keen Eyes? You’ll See! Follow the clues to reveal the hidden message.
- BIG G little g - What begins with G? Capitalisation: Google or google?
- Looping forever and ever
- Macros with halos
- White black knight then black white knight. Yet more on drawing chessboards
- Drawing Chess Positions. A follow-up article on scripting graphics.
- Drawing Chessboards. An article about creating graphics programmatically.
- Attack of the Alien Asterisks. Unusual font rendering on Windows
- From Hash Key to Haskell. A note on keys, characters, smileys, digraphs and Haskell.
- A yen for more symbols
- String literals and regular expressions. An article about string literals, escape sequences, regular expressions, and the problems encountered when mixing these together.