User:Keithpinson: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added Count in factors)
(Added Pell's Equation)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{mylangbegin}}
{{mylangbegin}}
{{mylang|C|Good}}
{{mylang|JavaScript|Good}}
{{mylang|C++|Fair}}
{{mylang|Python|Good}}
{{mylang|Javascript|Good}}
{{mylang|Rust|Good}}
{{mylang|PHP|Good}}
{{mylang|Scala|Good}}
{{mylang|Scala|Good}}
{{mylang|Swift|Fair}}
{{mylang|ARM Assembly|Needs Work}}
{{mylang|ARM Assembly|Needs Work}}
{{mylangend}}
{{mylangend}}


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...
A while back I decided Scala was going to be my language. That was version 2.7 and yet some days I still feel like a Scala n00b. Even though I know other languages, my contributions to Rosetta Code are exclusively Scala, check them out...


'''My Contributions'''<br>
'''My Contributions'''<br>
Line 40: Line 40:
* [http://rosettacode.org/wiki/Unbias_a_random_generator#Scala Unbias a random generator]
* [http://rosettacode.org/wiki/Unbias_a_random_generator#Scala Unbias a random generator]
* [http://rosettacode.org/wiki/Count_in_factors#Scala Count in factors]
* [http://rosettacode.org/wiki/Count_in_factors#Scala Count in factors]
* [http://rosettacode.org/wiki/Emirp_primes#Scala Emirp primes]
* [http://rosettacode.org/wiki/Pernicious_numbers#Scala Pernicious numbers]
* [http://rosettacode.org/wiki/JortSort#Scala JortSort]
* [http://rosettacode.org/wiki/Taxicab_numbers#Scala Taxicab numbers]
* [http://rosettacode.org/wiki/Magic_squares_of_odd_order#Scala Magic squares of odd order]
* [http://rosettacode.org/wiki/Stern-Brocot_sequence#Scala Stern-Brocot sequence]
* [http://rosettacode.org/wiki/Lychrel_numbers#Scala Lychrel numbers]
* [http://rosettacode.org/wiki/Bernoulli_numbers#Scala Bernoulli numbers]
* [http://rosettacode.org/wiki/Password_generator#Scala Password generator]
* [http://rosettacode.org/wiki/Shoelace_formula_for_polygonal_area#Scala Shoelace formula for polygonal area]
* [https://rosettacode.org/wiki/Pell_numbers#Scala Pell Numbers]
* [https://rosettacode.org/wiki/Pell%27s_equation#Scala Pell's Equation]

-- Keith Pinson

Latest revision as of 22:20, 24 April 2022