Skip to content
View parksama's full-sized avatar

Block or report parksama

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Modify React controlled input from t... Modify React controlled input from the outside
    1
    /**
    2
     * Modify React controlled input value from the outside
    3
     * @param {Element} element
    4
     * @param {string} value
    5
     */
  2. If you have multiple versions of an ... If you have multiple versions of an application installed, such as PHP, and you are having trouble running a script with a certain PHP version on the shell. This is the solution for you.
    1
    #!/bin/sh
    2
    
                  
    3
    PHPDIR="/c/apps/webserver/php7433x64" # change to your app path
    4
    SCRIPT="export PATH=\"$PHPDIR:\$PATH\""
    5
    
                  
  3. nrepdb nrepdb Public

    Small fast db replacement tool

    JavaScript

  4. photo-date-labeler photo-date-labeler Public

    Add a date label to your photo so you can remember when it was shot.

    TypeScript