Skip to main content

Questions tagged [pangram]

For challenges in which answers should aim to use every code-point in a specific code page at least once.

13 votes
1 answer
645 views

Pangrams The quick brown fox jumped over the lazy dog. This is an example of a pangram - a sentence that contains every letter of the alphabet at least once. A self-enumerating pangram is a ...
Rob's user avatar
  • 131
13 votes
4 answers
970 views

Introduction Write a program to output the outgoing spiral of the famous pangram following given rules. Challenge A pangram is a sentence using every letter of a given alphabet at least once. One ...
Weijun Zhou's user avatar
  • 3,657
14 votes
14 answers
2k views

Code-Bowling Challenge Write a program or function that produces the same output, no matter how you re-arrange the source code. (Output can't be an error) Pangram Scoring Your score is the amount of ...
Albert Renshaw's user avatar
63 votes
35 answers
11k views

Code-Bowling You've been hired by Brunswick Bowling to create a simple program to output the text Code Bowling on their monitors. This company is worth a pretty ...
Albert Renshaw's user avatar
24 votes
8 answers
3k views

Updates: Time limit removed. You must be able to describe output - see new rule. A pangram is a sentence that uses every letter in the alphabet at least once, such as: The quick brown fox jumps over ...
Calvin's Hobbies's user avatar
17 votes
12 answers
4k views

Your goal: to write a piece of code that will result in the classic result of "Hello, world!" being printed to STDOUT or equivalent. Rules: Code must be entirely in printing ASCII. All code must be ...
Glen O's user avatar
  • 2,976