You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -106,12 +106,12 @@ Text
106
106
**Reverse a String** - Enter a string and the program will reverse it and print it out. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/text_projects/string_editing.py) [[JLukeC (Python)]](https://github.com/jLukeC/mega-project-list/blob/master/python/reverse_string.py) [[JLukeC (Java)]](https://github.com/jLukeC/mega-project-list/blob/master/java/src/projects/ReverseString.java) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Text/Reverse.hs)[[ross-t (Python)]](https://github.com/ross-t/stringgnirts/blob/master/reverser.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Text/reverse_a_string.rb) [[jotaki (C)]](https://github.com/jotaki/mini-projects/blob/master/strings/reverse.c) [[taycaldwell (Java)]](https://github.com/taycaldwell/Projects/blob/master/Text/reverse_string.java) [[anggiaj (Go)]](https://github.com/anggiaj/Projects/blob/master/Text/reverse.go) [[quitrk (JavaScript)]](https://github.com/quitrk/LearningJS/blob/master/Text/00.%20Reverse%20a%20String.js) [[edeng (Java)]](https://github.com/edeng/Problems/blob/master/ReverseString.java) [[hx1997 (C)]](https://github.com/hx1997/Projects/blob/master/Text/reverse.c) [[Tartuffe1(Python)]](https://github.com/Tartuffe1/Projects/blob/master/Text/reverse_word.py) [[dawitelias (Javascript)]](https://github.com/dawitelias/Projects/blob/master/Text/reverseString.js) [[bhaskar4n(Android)]](https://github.com/bhaskar4n/ReverseString-Android) [[rasppie (Python)]](https://github.com/rasppie/pyprojects/blob/master/string_reverse.py)
**Pig Latin** - Pig Latin is a game of alterations played on the English language game. To create the Pig Latin form of an English word the initial consonant sound is transposed to the end of the word and an ay is affixed (Ex.: "banana" would yield anana-bay). Read Wikipedia for more information on rules. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/text_projects/string_editing.py) [[JLukeC (Python)]](https://github.com/jLukeC/mega-project-list/blob/master/python/pig_latin.py) [[JLukeC (Java)]](https://github.com/jLukeC/mega-project-list/blob/master/java/src/projects/PigLatin.java) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Text/pig_latin.rb) [[jotaki (C)]](https://github.com/jotaki/mini-projects/blob/master/strings/piglatin.c) [[taycaldwell (Java)]](https://github.com/taycaldwell/Projects/blob/master/Text/PigLatin.java) [[anggiaj (Go)]](https://github.com/anggiaj/Projects/blob/master/Text/piglatin.go) [[edeng (Java)]](https://github.com/edeng/Problems/blob/master/PigLatin.java) [[dawitelias (Python)]](https://github.com/dawitelias/Projects/blob/master/Text/convertToPyg.py)
**Count Vowels** - Enter a string and the program counts the number of vowels in the text. For added complexity have it report a sum of each vowel found. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/text_projects/string_editing.py) [[JLukeC (Python)]](https://github.com/jLukeC/mega-project-list/blob/master/python/count_vowels.py) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Text/CountVowels.hs) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Text/count_vowels.rb) [[jotaki (C)]](https://github.com/jotaki/mini-projects/blob/master/strings/count_vowels.c) [[taycaldwell (Java)]](https://github.com/taycaldwell/Projects/blob/master/Text/CountVowels.java) [[anggiaj (Go)]](https://github.com/anggiaj/Projects/blob/master/Text/countVowels.go) [[edeng (Java)]](https://github.com/edeng/Problems/blob/master/CountVowels.java) [[brotatotes (Python)]](https://github.com/brotatotes/myStuff/blob/master/Count_Vowels.py)[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/CountVowel.py)[[plentybinary (javascript)]](https://github.com/plentybinary/Vowel-Counter/blob/master/VCount.js)[[rnikhil275 (Python)]](https://github.com/rnikhil275/scripts/blob/master/string.py) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/vowelcount.sh)[[viktorahlstrom (Python)]](https://github.com/viktorahlstrom/all/blob/master/python/vowelcount.py)[[chrislyc1991(C++)]](https://github.com/chrislyc1991/project-1/blob/master/CountVowels.cpp)[[eush77(Befunge)]](https://github.com/eush77/Projects-Solutions/blob/solutions/Befunge/count-vowels.bf) [[baarb (JavaScript)]](https://github.com/baarb/CountVowelsSolution/blob/master/CountVowelsSolution.js)
0 commit comments