Add a new example program!
catseye
11 years ago
217 | 217 | <td>3/20/97</td> |
218 | 218 | <td>A program to implement the "pairing function" (<x1,x2> = (2^(x1) * (2*(x2) + 1)) - 1), which maps any two natural numbers onto the set of natural numbers, without repetition.</td> |
219 | 219 | </tr> |
220 | <tr> | |
221 | <td><a href="pangram.bf">pangram.bf</a></td> | |
222 | <td>Chris Pressey</td> | |
223 | <td>8/25/12</td> | |
224 | <td>Checks if the first line of input is a pangram -- | |
225 | a sentence which contains all the letters of the alphabet, such as | |
226 | "The quick brown fox jumps over the lazy dog" or | |
227 | "Pack my lunch box with five dozen liquor jugs." Case-insensitive, | |
228 | and ignores most punctuation, but "high" punctuation (above ASCII | |
229 | character 90) will likely confuse it. | |
230 | </td> | |
231 | </tr> | |
220 | 232 | <tr> <td><a href="pascserp.bf">pascserp.bf</a></td> |
221 | 233 | <td>Chris Pressey</td> |
222 | 234 | <td>7/12/97</td> |