Skip to content
View ux's full-sized avatar
Block or Report

Block or report ux

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. disjointed_intervals disjointed_intervals Public

    Disjointed Intervals

    Ruby

  2. monobank_expenses monobank_expenses Public

    Ruby

  3. determine_font_color.rb determine_font_color.rb
    1
    Color = Struct.new(:red, :green, :blue)
    2
    FONT_COLOR_ALPHA = 0.9
    3
    COLOR_COMPONENT_MAX_VALUE = 255
    4
    WHITE_COLOR = Color.new(COLOR_COMPONENT_MAX_VALUE, COLOR_COMPONENT_MAX_VALUE, COLOR_COMPONENT_MAX_VALUE).freeze
    5
    BLACK_COLOR = Color.new(0, 0, 0).freeze
  4. VoKadio VoKadio Public

    Свободный аудио проигрыватель Вашей любимой музыки на сайте Вконтакте (http://vk.com).

    JavaScript 13 3

  5. dci-hello-world dci-hello-world Public

    Data Context Interaction: Hello World

    Ruby

  6. parse-to-postgres-migrator parse-to-postgres-migrator Public

    Migrate your database from Parse.com to PostgreSQL

    Ruby 1