Skip to content
View ahmethelvaci's full-sized avatar

Block or report ahmethelvaci

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. firebase-chat-app firebase-chat-app Public archive

    HTML

  2. js-text-searching js-text-searching Public archive

    JavaScript

  3. relaxing-sounds relaxing-sounds Public archive

    Relaxing Sounds REST API - Rahatlatıcı Sesler REST API

    PHP

  4. copy from file text on linux terminal copy from file text on linux terminal
    1
    xclip -sel clip < text.txt
  5. Your password does not satisfy the c... Your password does not satisfy the current policy requirements
    1
    SET GLOBAL validate_password_policy = 0;
    2
    SET GLOBAL validate_password_length = 6;
    3
    SET GLOBAL validate_password_mixed_case_count = 0;
    4
    SET GLOBAL validate_password_number_count = 0;
    5
    SET GLOBAL validate_password_special_char_count = 0;
  6. laravel make symlink laravel make symlink
    1
    ln -s __userdir__/storage/app/public __userdir__/public/storage