Skip to content
View ajbatac's full-sized avatar

Block or report ajbatac

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. Summary of 'Clean code' by Robert C.... Summary of 'Clean code' by Robert C. Martin
    1
    Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
    2
    _____________________________________
    3
    
    
    4
    ## General rules
    5
    1. Follow standard conventions.
  2. hybridauth hybridauth Public

    Forked from hybridauth/hybridauth

    Open source social sign on PHP Library. The main goal of HybridAuth is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter,…

    PHP

  3. twitter-async twitter-async Public

    Forked from jmathai/twitter-async

    Twitter-async is a high performance wrapper for Twitter's OAuth API which provides parallel/asynchronous calls. Follow @apiclient for commit updates.

    JavaScript