Skip to content

Instantly share code, notes, and snippets.

View bryan-hoang's full-sized avatar
🎯
Focusing

Bryan Hoang bryan-hoang

🎯
Focusing
View GitHub Profile
@bryan-hoang
bryan-hoang / long-command.md
Created February 7, 2024 15:25
Showcasing how GitHub's markdown renderer displays long commands in code blocks.
docker run distributivenetwork/dcp-worker:latest --paymentAddress=<address> --join "<joinKey>,<joinSecret>" --leavePublicGroup
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').#
# Notice that tasks will be started based on the cron's system
@bryan-hoang
bryan-hoang / settings.json
Last active January 27, 2021 02:27
VSCode settings for Deno projects
{
"deno.enable": true,
"deno.import_map": ".import_map.json",
"deno.unstable": true,
"deno.lint": true,
"deno.import_intellisense_origins": {
"https://deno.land": true,
},
}
@bryan-hoang
bryan-hoang / settings.json
Last active November 26, 2020 18:09
Microsoft Terminal Settings
// This file was initially generated by Windows Terminal 1.4.3243.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"alwaysShowTabs": true,
"theme": "system",