Skip to content

Instantly share code, notes, and snippets.

View danvisx's full-sized avatar
🔬
^_^

danvisx

🔬
^_^
View GitHub Profile
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "thomas.edison@example.com",
"phone": "(123) 456-7890",
"url": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
@danvisx
danvisx / fedora-install-jetbrains-toolbox.sh
Last active March 7, 2026 16:05 — forked from abn/fedora-install-jetbrains-toolbox.sh
Install JetBrains Toolbox on Fedora (run without sudo)
#!/bin/bash
set -e
set -o pipefail
sudo dnf install -y jq
# switch this to eap if you require the early access version
RELEASE_TYPE=release
TOOLBOX_BIN_DIR=${HOME}/.local/share/JetBrains/Toolbox/bin
@danvisx
danvisx / 0_reuse_code.js
Created January 26, 2016 05:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@danvisx
danvisx / readme.md
Created January 26, 2016 04:17
test123

echo "plm"