Skip to content
View bsotanyi's full-sized avatar
Block or Report

Block or report bsotanyi

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

  1. Search3 Search3 Public

    A Web application to draw flowchart graphs for search algorithms.

    JavaScript

  2. Cocoa-Adminer Cocoa-Adminer Public

    A dark, earthy-colored theme for Adminer

    SCSS 1

  3. Auto-prefix commit messages with tic... Auto-prefix commit messages with ticket ID, extracted from current branch name
    1
    #!/usr/bin/php
    2
    <?php
    3
    
                  
    4
    $commit_msg = file_get_contents($argv[1]);
    5
    $branch = shell_exec('git rev-parse --abbrev-ref HEAD');
  4. Fixing file permissions for localhos... Fixing file permissions for localhost so Apache sees them
    1
    #!/usr/bin/bash
    2
    
                  
    3
    cd /var/www;
    4
    printf "\nPlease enter one of the following directories under /var/www:\n\n";
    5
    ls;