Skip to content

Instantly share code, notes, and snippets.

View rikonaka's full-sized avatar
😜
To see a world in a grain of sand

isinstance rikonaka

😜
To see a world in a grain of sand
  • Moon
View GitHub Profile
@Skrilltrax
Skrilltrax / usb3-fastboot-fix.bat
Created May 27, 2020 18:02
Fix the USB 3 issues in fastboot
@Echo off
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100" /v "osvc" /t REG_BINARY /d "0000" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100" /v "SkipContainerIdQuery" /t REG_BINARY /d "01000000" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100" /v "SkipBOSDescriptorQuery" /t REG_BINARY /d "01000000" /f
pause
@razzbee
razzbee / Libsodium Base64 encode and Decode in C++
Last active September 3, 2020 19:13
Encoding and Decoding Base64 string using Libcodium C library in C++
``
//
// Created by Razak Zakari on 12/04/2018.
//
#define BASE64_VARIATION sodium_base64_VARIANT_ORIGINAL
#include <algorithm>
#include <math.h>
#include <vector>
@lukas-h
lukas-h / license-badges.md
Last active June 14, 2024 16:35
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)