Skip to content
View Areahints's full-sized avatar
🌍
Working Remotely
🌍
Working Remotely
Block or Report

Block or report Areahints

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. free-programming-books free-programming-books Public

    Forked from EbookFoundation/free-programming-books

    📚 Freely available programming books

  2. [Algorithm question by Google] solve... [Algorithm question by Google] solve for O(nlogn) #python3 #big-o
    1
    ### QUESTION
    2
    
                  
    3
    We can determine how "out of order" an array A is by counting the number of inversions it has.
    4
    
                  
    5
    Two elements A[i] and A[j] form an inversion if A[i] > A[j] but i < j. 
  3. Front-End-Design-Checklist Front-End-Design-Checklist Public

    Forked from thedaviddias/Front-End-Design-Checklist

    💎 The Design Checklist for Creative Web Designers and Patient Front-End Developers

  4. Front-End-Performance-Checklist Front-End-Performance-Checklist Public

    Forked from thedaviddias/Front-End-Performance-Checklist

    🎮 The only Front-End Performance Checklist that runs faster than the others

  5. ricardojoserf/twitter-followers-bot ricardojoserf/twitter-followers-bot Public

    A bot for Twitter. You can follow users in a specific location or tweeting specific words and unfollow those who do not follow you back (and are not included in whitelist.txt). Also generates REPOR…

    Python 59 21

  6. iris iris Public

    Forked from kataras/iris

    Iris is the fastest community-driven web framework on (THIS) Earth. HTTP/2, MVC and more. Unbeatable free support for everyone. Can your old-fashioned web framework do that? 👉 http://bit.ly/iriscan…

    Go