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

Block or report Jj0YzL5nvJ

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. Script to build standalone mupen64pl... Script to build standalone mupen64plus from upstream for *nix systems as user space application
    1
    #!/usr/bin/env bash
    2
    set -e
    3
    
    
    4
    unset CORE_VER
    5
    unset NO_ASM
  2. Utility to get mupen64plus nightly-b... Utility to get mupen64plus nightly-builds
    1
    @echo off
    2
    setlocal enableextensions enabledelayedexpansion
    3
    title Get mupen64plus nightly-builds
    4
    cls
    5
    pushd "%~dp0"
  3. Life hack for Windows CLI users Life hack for Windows CLI users
    1
    @echo off
    2
    cls
    3
    for /f "tokens=2 delims=[]" %%a in ('ver') do set wv=%%a
    4
    for /f "tokens=2 delims=. " %%a in ('echo %wv%') do set wv=%%a
    5
    net session>nul 2>&1
  4. mpv-player-for-dummies mpv-player-for-dummies Public

    Batch script para instalar y configurar mpv en Símbolo del sistema (Command Prompt)

    Shell 1

  5. pcsxr pcsxr Public

    Forked from iCatButler/pcsxr

    https://pcsxr.svn.codeplex.com/svn/pcsxr

    C

  6. parallel-rdp-standalone parallel-rdp-standalone Public

    Forked from Themaister/parallel-rdp-standalone

    A standalone, distilled codebase of parallel-rdp. Autogenerated.

    C++