Skip to content

Instantly share code, notes, and snippets.

A Great Big World β–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1 plays
Alec Benjamin β–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1 plays
Dean Lewis β–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1 plays
Gangga β–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1 plays
Ruth B. β–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1 plays
Sarah Cothran β–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1 plays
Tove Lo β–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1 plays
Maintainers:
astindev: vscode-extensions.discloud.discloud
x86_64-linux vscode-extensions.discloud.discloud
@giordanocardillo
giordanocardillo / README.md
Last active April 25, 2024 15:16
Setting nano as default editor

How to

Automatically

cat <<EOF >>~/.bash_profile
export VISUAL="nano"
export EDITOR="nano"
EOF
@giggio
giggio / activity-box
Last active April 25, 2024 15:16
Latest activity
πŸ—£ Commented on #468 in giggio/node-chromedriver
πŸ—£ Commented on #467 in giggio/node-chromedriver
❗️ Closed issue #467 in giggio/node-chromedriver
❌ Closed PR #466 in giggio/node-chromedriver
πŸŽ‰ Merged PR #465 in giggio/node-chromedriver
@csalmeida
csalmeida / README.md
Last active April 25, 2024 15:16
Using MutationObserver to listen to attribute changes

Mutation Observer Example

This is a working example of using the MutationObserver API to listen to changes in an DOM element's attributes.

Clicking the button triggers a change and in turn MutationObserver will notice the change. Logs available in the console.

Resources

Maintainers:
qjoly: kubefirst, kubefirst, kubefirst, kubefirst
@rjescobar
rjescobar / extend-trial-jetbrains-windows.bat
Created August 31, 2021 02:53
JetBrains IDE trial reset windows
REM Delete eval folder with licence key and options.xml which contains a reference to it
for %%I in ("WebStorm", "IntelliJ", "CLion", "Rider", "GoLand", "PhpStorm", "Resharper", "PyCharm") do (
for /d %%a in ("%USERPROFILE%\.%%I*") do (
rd /s /q "%%a/config/eval"
del /q "%%a\config\options\other.xml"
)
)
REM Delete registry key and jetbrains folder (not sure if needet but however)
rmdir /s /q "%APPDATA%\JetBrains"
aarch64-darwin kubefirst
aarch64-linux kubefirst
x86_64-darwin kubefirst
x86_64-linux kubefirst
@Willy-JL
Willy-JL / 🧩 Code::Stats Levels
Last active April 25, 2024 15:15
🧩 Code::Stats Levels
Total XP lvl 13 ( 272,489 XP)
C lvl 8 ( 127,908 XP)
Python lvl 7 ( 93,860 XP)
JavaScript lvl 2 ( 12,691 XP)
Shell Script lvl 2 ( 10,207 XP)
Markdown lvl 2 ( 9,884 XP)
Lua lvl 1 ( 4,563 XP)
C++ lvl 1 ( 3,037 XP)
HTML lvl 1 ( 2,794 XP)
YAML lvl 1 ( 2,149 XP)