Skip to content
View mimarcel's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report mimarcel

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. binaryIndexOf_binaryInsert.js binaryIndexOf_binaryInsert.js
    1
    {
    2
            /**
    3
             * Search a value in an array with elements sorted by "<" and ">" operators.
    4
             * Custom compare function can be defined in params.
    5
             * compareFunction: function(element, value) { return 1 if element > value, -1 if element < value, 0 otherwise }
  2. Convert PHP array to PHP-string array Convert PHP array to PHP-string array
    1
    <?php
    2
    function escapeSingleQuotes($string) {
    3
      return str_replace("'", "\\'", $string);
    4
    }
    5
    function arrayToPhpStringArray($array, $level = 0) {
  3. gate gate Public

    Open the gate

    Java

  4. AI-Tetris-Game AI-Tetris-Game Public

    AI Tetris - a multiplayer Tetris game with human and robot players running in Processing, as a stand-alone application on Linux, Mac OS X, Windows and embedded in browsers as an applet or Javascript

    Java 1

  5. tic-tac-toe.php tic-tac-toe.php Public

    PHP

  6. magento2 magento2 Public

    Forked from magento/magento2

    Magento 2 Fork Project