Skip to content
View iaminstanceof's full-sized avatar
🐎
Equaling horses
🐎
Equaling horses

Highlights

  • Pro
Block or Report

Block or report iaminstanceof

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

    Forked from krikunts/plantainreader

    Приложение для чтения транспортной карты Подорожник

    Java 1

  2. Great card shadow (large & awesome) Great card shadow (large & awesome)
    1
    .great-shadow {
    2
        box-shadow: 0 64px 64px 0 rgba(0,0,0,.1), 
    3
                    0 32px 32px 0 rgba(0,0,0,.1), 
    4
                    0 16px 16px 0 rgba(0,0,0,.1), 
    5
                    0 8px 8px 0 rgba(0,0,0,.1), 
  3. Easyshadow.css Easyshadow.css
    1
    .shadow-sm-flat {
    2
      box-shadow: 0 4px 8px 0 rgba(150,150,150,.2);
    3
    }
  4. decaptcha decaptcha Public

    Forked from jumper423/decaptcha

    Package created to standardize all services for solving captcha. Each service has its own features and now You will have to look at the documentation for the specific service to do everything right…

    PHP