Skip to content
View justrdk's full-sized avatar
💭
hello friend
💭
hello friend

Organizations

@MyDoctorApp
Block or Report

Block or report justrdk

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

  1. h4ndshake h4ndshake Public

    a search made with react and semantic ui

    JavaScript 1

  2. sublime-color-schemes sublime-color-schemes Public

    some color schemes i use on sublime. They have been modified to match better with material darker ui theme.

    1

  3. some of my solutions for some katas ... some of my solutions for some katas on codewars
    1
    //default configuration
    2
    function defaults(obj, defs) {
    3
      result = {};
    4
    
                  
    5
      for (var key in obj) {