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

Block or report cjee21

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. Check-UEFISecureBootVariables Check-UEFISecureBootVariables Public

    PowerShell scripts to check the UEFI KEK, DB and DBX Secure Boot variables.

    PowerShell 2

  2. RPi-DHT20 RPi-DHT20 Public

    Raspberry Pi Python library for DHT20 Temperature and Humidity Sensor with CRC verification.

    Python 6

  3. RDRAND-Tester RDRAND-Tester Public

    Application to test the functionality of the RDRAND instruction in x86 CPUs

    C 6

  4. ANSI_escape_sequences.h Header file ... ANSI_escape_sequences.h Header file for C/C++ Programing to use Console Virtual Terminal Sequences which are supported in Windows 10 and Linux. ENABLE_VIRTUAL_TERMINAL_PROCESSING flag must be set using SetConsoleMode on Windows 10 before using any of these sequences. This header file can be used and modified freely without any restrictions.
    1
    // List of basic Console Virtual Terminal Sequences
    2
    // For more info: https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences
    3
    #pragma once
    4
    
                  
    5
    // ----------------------------------------------------------------------------