Skip to content
View bigpas's full-sized avatar

Block or report bigpas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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