Found 11 repositories(showing 11)
C-phit
A tool to assist in creating Japanese pangrams.
fletom
A tiny OS X app that helps you create pangrams.
frankrolf
No description available
ThomasRettig
A little website to help building pangrams.
mishmish-dev
Interactive web page for writing pangrams
Skhmt
Helps you make pangrams
adam-sierakowski
Simple web app to help the user write pangrams (in Polish by default)
JoeMoloney
College project to help user learn to touch type using onscreen visuals and pangrams
dfrancis
Need help solving the NY Times pangram puzzle? Here's an app for that.
Adborowski
Inspired by coding challenges on CodeWars, this pangram finder helps you determine whether a phrase uses all letters of the alphabet. If the phrase is not a pangram, the script shows you which letters have not been used.
rhea0110
A pangram is a word or sentence that contains every letter of the alphabet. For example: the quick brown fox jumps over the lazy dog. Gopal wants to improve his typing speed for programming contests, and he thinks that if he type pangrams, that is best for it. Your task is to help Gopal and given a list of strings made of lowercase letters in the range ascii[a-z], determine whether or not they are pangrams. Complete the function isPangram() below. The function receives an array of strings to test and must return back a string consisting of '1' and '0' where each position represents the results of your test. Use a '1' to represent true, '0' for false.
All 11 repositories loaded