Instantly share code, notes, and snippets.
Discover gists
jakariyaa /OktaVerify_TOTP_Key_Exteaction.md
Last activeJuly 19, 2025 00:02
Okta Verify TOTP secret key can be extracted easily using curl and the code below.felipe93-arita /Sistema_Faculdade.py
Last activeJuly 19, 2025 00:00
Projeto para entrega de um trabalho acadêmico realizado, simulando um cadastro de acadêmicos. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
importsys | |
importjson | |
defsalvar_lista(lista_qualquer,nome_arquivo): | |
withopen(nome_arquivo,"w",encoding="utf-8")asarquivo_aberto: | |
json.dump(lista_qualquer,arquivo_aberto,ensure_ascii=False) | |
defler_lista(nome_arquivo): | |
try: | |
withopen(nome_arquivo,"r",encoding="utf-8")asarquivo_aberto: |
horaciomuller /conventional_commit_messages.md
Last activeJuly 18, 2025 23:59 — forked fromqoomon/conventional-commits-cheatsheet.md
Conventional Commit MessagesDerFichtl /clamav-macosx.md
Last activeJuly 18, 2025 23:43
clamav on mac osx - install and configure the virus scanner on mac osxseffs /raspbian-bookworm-minimal-kiosk.md
Last activeJuly 18, 2025 23:42
Raspbian Bookworm - Ultra Minimal Kiosk SetupMuhammadSaim /rarreg.key
Last activeJuly 18, 2025 23:36
Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
RAR registration data | |
WinRAR | |
Unlimited Company License | |
UID=4b914fb772c8376bf571 | |
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d | |
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717 | |
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565 | |
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd | |
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190 | |
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
GIMP Palette | |
Name: RGB 15 | |
Columns: 0 | |
# URL: https://community.aseprite.org/t/how-or-where-can-i-get-a-gba-color/22207 | |
# Colors: 32768 | |
0 0 0 000000 | |
8 0 0 080000 | |
16 0 0 100000 | |
25 0 0 190000 | |
33 0 0 210000 |
In general, check thecrt/host_config.h
file to find out which versions are supported.Sometimes it is possible to hack the requirements there to get some newer versions working, too :)
Thrust version can be found in$CUDA_ROOT/include/thrust/version.h
.
Download Archives:https://developer.nvidia.com/cuda-toolkit-archive
Release notes for CUDA Toolkit (CTK):
NewerOlder