Skip to content

Instantly share code, notes, and snippets.

View iiviigames's full-sized avatar
🎮
https://twitch.tv/iiviigames

Vee Flynn iiviigames

🎮
https://twitch.tv/iiviigames
View GitHub Profile
@claudioluciano
claudioluciano / spoiler_obsidian.css
Created April 10, 2024 18:07
Obsidian - snippet to create spoilers on notes
.cm-active[data-task="#"] * {
display: initial;
}
.cm-active[data-task="#"]>label {
display: none
}
[data-task="#"]>* {
display: none;
@iiviigames
iiviigames / wget_site_clone.md
Created January 19, 2023 02:06
Mirror/Clone a Website Locally Using Wget

🪞 Mirror Magic with WGET 🪄

wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://www.hackthissite.org/
  • mirror- Makes the download act with recursion, seeking all the files in the site.
  • no-parent - Prevents from going "higher" in the website's directory structure.
  • convert-links - Reformats the href target within in-site links, allowing for the site to function as it would online.
@joelsgp
joelsgp / p8scii.json
Created May 11, 2022 00:33
PICO-8 P8SCII as a json list
[
"\\0",
"\\*",
"\\#",
"\\-",
"\\|",
"\\+",
"\\^",
"\\a",
"\\b",
@tallguyjenks
tallguyjenks / code.sh
Last active August 22, 2023 19:55
ZettelKasten Sync Code
# To permanently cache the credentials
git config --global credential.helper store
# To ignore files that could cause issues across different workspaces
touch .gitignore
echo ".obsidian/cache
.trash/
.DS_Store" > .gitignore
@coolaj86
coolaj86 / Bootable Mac ISO with Linux.md
Last active March 14, 2024 19:04
Create Bootable MacOS ISO from Apple's Free PKG
@iiviigames
iiviigames / ROT-13.py
Last active December 18, 2019 19:21
Fools are just People without a Secret
# !usr/bin/py/3
# .-----------------------------------------------.
# | rot13 cypher in python |
# | https://gist.github.com/iiviigames |
# | https://odd.codes/ |
# | iivii Dec 8, 2019 |
# \_______________________________________________/
def encrypt(word):
"""
@pe3zx
pe3zx / disable_windows_defender.bat
Last active December 25, 2023 10:27
Disable Windows Defender on Windows 10 1903
rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
rem https://technet.microsoft.com/en-us/itpro/powershell/windows/defender/set-mppreference
rem To also disable Windows Defender Security Center include this
rem reg add "HKLM\System\CurrentControlSet\Services\SecurityHealthService" /v "Start" /t REG_DWORD /d "4" /f
rem 1 - Disable Real-time protection
reg delete "HKLM\Software\Policies\Microsoft\Windows Defender" /f
reg add "HKLM\Software\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d "1" /f
reg add "HKLM\Software\Policies\Microsoft\Windows Defender" /v "DisableAntiVirus" /t REG_DWORD /d "1" /f
reg add "HKLM\Software\Policies\Microsoft\Windows Defender\MpEngine" /v "MpEnablePus" /t REG_DWORD /d "0" /f
reg add "HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableBehaviorMonitoring" /t REG_DWORD /d "1" /f
@iiviigames
iiviigames / MojisMoprobs.md
Last active May 22, 2019 17:34
A Listing of Emoji's for Gitland

Only Here For Posterity. Please Avoid.

🌌 :milky_way: 👥 :busts_in_silhouette: 👹 :japanese_ogre:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@BuffaloWill
BuffaloWill / content-types.txt
Last active June 7, 2022 18:25
Content-Type Dictionary Bruteforcing
# from https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
application/1d-interleaved-parityfec
application/3gpdash-qoe-report+xml
application/3gpp-ims+xml
application/a2l
application/activemessage
application/alto-costmap+json
application/alto-costmapfilter+json
application/alto-directory+json