Skip to content
View an1creator's full-sized avatar
:bowtie:
Working from home
:bowtie:
Working from home
Block or Report

Block or report an1creator

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. laravel-sms-notifications laravel-sms-notifications Public

    Package provide sms notifications

    PHP

  2. sms_ru sms_ru Public

    Forked from zelenin/sms_ru

    PHP-класс для работы с api сервиса sms.ru

    PHP

  3. yandex-object-storage yandex-object-storage Public

    Forked from fLipE23/yandex-object-storage

    Add a laravel's service provider to use yandex cloud storage as simple as amazon s3

    PHP

  4. Decodes a ini file from HeidiSQL. He... Decodes a ini file from HeidiSQL. HeidiSQL passwords can be found in the registry. Use File -> Export Settings to dump all settings. Output to file: host, port, user, password
    1
    const fs = require("fs");
    2
    
                  
    3
    function heidiDecode(hex) {
    4
      var str = "";
    5
      var shift = parseInt(hex.substr(-1));