Skip to content
View memnuniyetsizim's full-sized avatar

Organizations

@taximactivity

Block or report memnuniyetsizim

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. tmux-multiple tmux-multiple Public

    Create multiple panes

    Shell 4

  2. code-sniff code-sniff Public

    php code sniffer pre-commit hook

    Shell 2 1

  3. php-fixer php-fixer Public

    pre-commit hook for php-cs-fixer

    Shell

  4. ansible-lemp ansible-lemp Public

    ansible lemp with php 7.1.12 with xdebug

    2

  5. bash array and list pass example bash array and list pass example
    1
    #!/bin/bash
    2
    
                  
    3
     someListReceiver () {
    4
        ## you know how many values you pass so you can use $1 $2...
    5
        ## simple math with bc