Pinned Loading
-
-
basic_algorithms_scala
basic_algorithms_scala PublicBasic CS algorithms demonstrated with native Scala functional code
Scala
-
funDatasets
funDatasets PublicA collection of fun datasets for R from http://blog.yhathq.com/posts/7-funny-datasets.html
R 1
-
GeneratorsJS: Solving the fizzBuzz c...
GeneratorsJS: Solving the fizzBuzz challenge with generators 1function evaluateFizzBuzz(number) {
23if (number % 3 === 0 & number % 5 === 0) {
4return "FizzBuzz";
5} else if (number % 3 === 0) {
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.