Skip to content
View joel29dec's full-sized avatar

Block or report joel29dec

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. credit card validator in Ruby credit card validator in Ruby
    1
    cardnumber = 4012888888881881
    2
    
                  
    3
    def validlen?(arr)
    4
      #checks for card length of 13, 15, or 16
    5
      arr.length == 13  || arr.length == 15 || arr.length == 16
  2. credit card validator in c credit card validator in c
    1
    #include <math.h>
    2
    #include <stdio.h>
    3
    
                  
    4
    
                  
    5
    int main(void)
  3. backend-analog backend-analog Public

    Ruby 1

  4. emoticon emoticon Public

    Ruby 1

  5. flow flow Public

    Ruby 1

  6. frontend-analog frontend-analog Public

    JavaScript 1