User:Keithpinson: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "A while back I decided Scala was going to be my language. That was version 2.7 and yet most days I still feel like a Scala Newb. Even though I know many other languages, my ...")
 
(added 14 links)
Line 3: Line 3:
'''My Contributions'''<br>
'''My Contributions'''<br>
http://rosettacode.org/wiki/Special:Contributions/Keithpinson
http://rosettacode.org/wiki/Special:Contributions/Keithpinson

* [http://rosettacode.org/wiki/Palindrome_detection#Scala Palindrome Detection]
* [http://rosettacode.org/wiki/Fibonacci_sequence#foldLeft Fibonacci Sequence - foldLeft]
* [http://rosettacode.org/wiki/Prime_decomposition#Another_Take_on_the_Solution Prime Decomposition]
* [http://rosettacode.org/wiki/Factors_of_a_Mersenne_number#Scala Factors of a Mersenne number]
* [http://rosettacode.org/wiki/Write_language_name_in_3D_ASCII#Scala Write language name in 3D ASCII]
* [http://rosettacode.org/wiki/Strip_control_codes_and_extended_characters_from_a_string#Unicode:_Using_Regular_Expressions Strip control codes and extended characters from a string]
* [http://rosettacode.org/wiki/MD5#Scala MD5]
* [http://rosettacode.org/wiki/Roman_numerals/Decode#Scala Roman numerals/Decode]
* [http://rosettacode.org/wiki/Roman_numerals/Encode#Scala_Using_foldLeft Roman numerals/Encode]
* [http://rosettacode.org/wiki/Floyd%27s_triangle#Scala Floyd's triangle]
* [http://rosettacode.org/wiki/First-class_functions#Scala First-class functions]
* [http://rosettacode.org/wiki/Even_or_odd#Scala Even or odd]
* [http://rosettacode.org/wiki/Josephus_problem#Scala Josephus problem]
* [http://rosettacode.org/wiki/Middle_three_digits#Scala Middle three digits]

Revision as of 00:23, 15 February 2013

A while back I decided Scala was going to be my language. That was version 2.7 and yet most days I still feel like a Scala Newb. Even though I know many other languages, my contributions for Rosetta Code are exclusively Scala, check them out...

My Contributions
http://rosettacode.org/wiki/Special:Contributions/Keithpinson