Skip to content

Commit 738e0a1

Browse files
committed
Update my usernames.
1 parent e39559b commit 738e0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ Text
106106
**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)
107107
[[xanderlewis(Python)]](https://github.com/xanderlewis/Python-Projects-Solutions/blob/master/ReverseString.py)
108108
[[sespino1 (Java)]](https://github.com/Sespino1/Java-Projects/blob/master/ReverseString.java) [[JaredCubilla (Javascript)]](https://github.com/JaredCubilla/Projects/blob/master/Javascript/text/reverseAString.js)
109-
[[Bhavika(C)]](https://github.com/Bhavikaso/Project1/blob/master/reverseString.c) [[turlapatykaushik (Python)]](https://github.com/turlapatykaushik/Programs-and-codes/blob/master/problems/Reverse_String.py) [[neivin (Python)]](https://github.com/neivin/projects/blob/master/text/reverse.py) [[nokafor(C)]](https://github.com/nokafor/personal-development/blob/master/reverseString.c)[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/ReverseString.py) [[satanicsanta (Perl)]](https://github.com/satanicsanta/General-Perl/blob/master/src/reverse.pl)
109+
[[Bhavika(C)]](https://github.com/Bhavikaso/Project1/blob/master/reverseString.c) [[turlapatykaushik (Python)]](https://github.com/turlapatykaushik/Programs-and-codes/blob/master/problems/Reverse_String.py) [[neivin (Python)]](https://github.com/neivin/projects/blob/master/text/reverse.py) [[nokafor(C)]](https://github.com/nokafor/personal-development/blob/master/reverseString.c)[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/ReverseString.py) [[elifoster (Perl)]](https://github.com/elifoster/General-Perl/blob/master/src/reverse.pl)
110110
[[eush77(Befunge)]](https://github.com/eush77/Projects-Solutions/blob/solutions/Befunge/string-reverse.bf) [[sethlugibihl (Python)]](https://github.com/sethlugibihl/Python-Solutions/blob/master/StringReverse.py)[[chrislyc1991(C++)]](https://github.com/chrislyc1991/project-1/blob/master/reversestring.cpp) [[kingballer29 (Scala)]](https://github.com/kingballer29/Programming/blob/master/stringReverse.scala)[[rnikhil275 (Python)]](https://github.com/rnikhil275/scripts/blob/master/string.py)
111111
[Mohammadhassan (Python)]](https://github.com/mohammadhassanj/project/blob/master/reverse-string.py)
112112

113113
**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)
114-
[[sespino1 (Java)]](https://github.com/Sespino1/Java-Projects/blob/master/PigLatin.java) [[JaredCubilla (Javascript)]](https://github.com/JaredCubilla/Projects/blob/master/Javascript/text/pigLatin.js)[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/PigLatin.py) [[satanicsanta (Perl)]](https://github.com/satanicsanta/General-Perl/blob/master/src/pig_latin.pl)[[smac89 (MIPS)]](https://gist.github.com/smac89/9982a0a62609a32c05e5#file-piglatin-asm)[[snitz70(Python)]](https://github.com/snitz70/Projects-Solutions/blob/master/pig_latin.py) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/atinlay.sh) [[viktorahlstrom (Python)]](https://github.com/viktorahlstrom/all/blob/master/python/atinlay.py)[[viktorahlstrom (Java)]](https://github.com/viktorahlstrom/all/blob/master/java/piglatin.java)[[eush77(Befunge)]](https://github.com/eush77/Projects-Solutions/blob/solutions/Befunge/piglatin.bf) [[pinkninjajess (Ruby)]](https://github.com/pinkninjajess/Projects/blob/master/JV_Solutions/pigLatin.rb)
114+
[[sespino1 (Java)]](https://github.com/Sespino1/Java-Projects/blob/master/PigLatin.java) [[JaredCubilla (Javascript)]](https://github.com/JaredCubilla/Projects/blob/master/Javascript/text/pigLatin.js)[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/PigLatin.py) [[elifoster (Perl)]](https://github.com/elifoster/General-Perl/blob/master/src/pig_latin.pl)[[smac89 (MIPS)]](https://gist.github.com/smac89/9982a0a62609a32c05e5#file-piglatin-asm)[[snitz70(Python)]](https://github.com/snitz70/Projects-Solutions/blob/master/pig_latin.py) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/atinlay.sh) [[viktorahlstrom (Python)]](https://github.com/viktorahlstrom/all/blob/master/python/atinlay.py)[[viktorahlstrom (Java)]](https://github.com/viktorahlstrom/all/blob/master/java/piglatin.java)[[eush77(Befunge)]](https://github.com/eush77/Projects-Solutions/blob/solutions/Befunge/piglatin.bf) [[pinkninjajess (Ruby)]](https://github.com/pinkninjajess/Projects/blob/master/JV_Solutions/pigLatin.rb)
115115

116116
**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)
117117

0 commit comments

Comments
 (0)