Skip to content
View bigpas's full-sized avatar

Block or report bigpas

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. face_exp_analysis face_exp_analysis Public

    R 2 2

  2. basic_algorithms_scala basic_algorithms_scala Public

    Basic CS algorithms demonstrated with native Scala functional code

    Scala

  3. funDatasets funDatasets Public

    A collection of fun datasets for R from http://blog.yhathq.com/posts/7-funny-datasets.html

    R 1

  4. GeneratorsJS: Solving the fizzBuzz c... GeneratorsJS: Solving the fizzBuzz challenge with generators
    1
    function evaluateFizzBuzz(number) {
    2
    
                  
    3
        if (number % 3 === 0 & number % 5 === 0) {
    4
            return "FizzBuzz";
    5
        } else if (number % 3 === 0) {
  5. gkchestertonr gkchestertonr Public

    R

  6. summaryStatsR summaryStatsR Public

    R