Skip to content
View kastaneda's full-sized avatar

Block or report kastaneda

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

    Automation for the acme-tiny

    Makefile

  2. kastaneda.kiev.ua kastaneda.kiev.ua Public

    Personal website

    Sass

  3. bunker.org.ua bunker.org.ua Public

    Source code of the site https://bunker.org.ua/

    HTML 2

  4. dk487/test.de.co.ua dk487/test.de.co.ua Public

    Test site

    HTML 2

  5. Реєстраційний номер облікової картки... Реєстраційний номер облікової картки платника податків
    1
    #!/usr/bin/env php
    2
    <?php
    3
    $code = $argv[1] ?? '1010101017';
    4
    
                  
    5
    if (!is_string($code) || strlen($code) != 10 || !is_numeric($code)) {