Skip to content
View dolarsrg's full-sized avatar

Organizations

@Timp-pro

Block or report dolarsrg

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

Popular repositories Loading

  1. google-authenticator google-authenticator Public

    Forked from jaredonline/google-authenticator

    Ruby gem to implement Google's MFA authenticator

    Ruby 2

  2. jquery-textarea-to-item-list jquery-textarea-to-item-list Public

    Modifies Textarea behaviour to work as an item list in jQuery

    JavaScript

  3. sepa_king sepa_king Public

    Forked from salesking/sepa_king

    Ruby gem for creating SEPA XML files

    Ruby 1

  4. santiruiz.me santiruiz.me Public

    My personal webpage

    HTML

  5. dolarsrg.github.io dolarsrg.github.io Public

    Forked from github/personal-website

    Code that'll help you kickstart a personal website that showcases your work as a software developer.

    HTML

  6. active_storage_validations active_storage_validations Public

    Forked from igorkasyanchuk/active_storage_validations

    Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dim…

    Ruby