Skip to content
View foolem's full-sized avatar
☺️
creating things with text
☺️
creating things with text
Block or Report

Block or report foolem

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. easy-location-br easy-location-br Public

    Encontre estados e cidades brasileiras com facilidade.

    JavaScript 40 3

  2. Codility- binary gap in ruby Codility- binary gap in ruby
    1
    def solution(n)
    2
      binary = n.to_s(2)
    3
      lengths = []
    4
      
    5
      i = binary.index("1")