Skip to content
View mcprat's full-sized avatar
  • Ohio
  • 07:37 (UTC -04:00)

Block or report mcprat

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. Yet Another Windows 10 Update Disabl... Yet Another Windows 10 Update Disabler [IN PROGRESS]
    1
    ::todo:
    2
    ::cant have one task, so many tasks, one for each trigger
    3
    ::the ability to adjust local system drive (location of software distribution), where to place script
    4
    ::hostname if for another system (for host, leave as `hostname`, or set as drive C:\, or remote \\server\dir)
    5
    ::adjust variables option, where it shows the default, hit enter to not change (just like easy-rsa)
  2. msvcrt.getch() function key scan cod... msvcrt.getch() function key scan codes to ANSI escape code dictionary
    1
    # SPDX-License-Identifier: (GPL-2.0-only OR Apache-2.0)
    2
    
                  
    3
    """
    4
    Windows function key scan codes to ANSI escape code dictionary:
    5
  3. server.conf server.conf
    1
    server 10.10.10.0 255.255.255.0
    2
    port 9105
    3
    proto udp
    4
    dev tun
    5
    ca ca.crt
  4. Openwrt openvpn config file example Openwrt openvpn config file example
    1
    config openvpn 'myvpn'
    2
            option dev 'tun'
    3
            option reneg_sec '0'
    4
            option verb '4'
    5
            option persist_key '1'
  5. FT232H-flash FT232H-flash Public

    Python scripts for interfacing SPI NOR flash with FT232H

    Python 6 1

  6. openwrt/openwrt openwrt/openwrt Public

    This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merg…

    C 19.7k 10.3k