Skip to content

Instantly share code, notes, and snippets.

View tomhermans's full-sized avatar
👻
tinkering

Tom Hermans tomhermans

👻
tinkering
View GitHub Profile
// th-vscode-snippets.code-snippets
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": true,
"printWidth": 100,
"bracketSpacing": true
}
.cache
package.json
package-lock.json
public
@tomhermans
tomhermans / codeswing.json
Last active October 7, 2021 13:02
testing codeswing and gistpad for VSCode
{
"scripts": [],
"styles": [
"https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.16/tailwind.css"
]
}
@tomhermans
tomhermans / codeswing.json
Last active October 10, 2021 13:12
password-regex-validation
{
"scripts": [],
"styles": [
"https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.16/tailwind.css"
]
}
@tomhermans
tomhermans / adding-an-eventlistener-to-multiple-elements-using-foreach-js-tweakpane-dec2020.markdown
Created October 13, 2021 22:49
Adding an EventListener to Multiple Elements using forEach() JS + tweakpane - dec2020
@tomhermans
tomhermans / 3-fork-distributed-dots-on-a-half-circle-in-svg-lines-from-center.markdown
Created February 4, 2022 13:13
3 fork: distributed dots on a half circle in SVG + lines from center
{
"window.titleBarStyle": "native",
"window.menuBarVisibility": "toggle",
"workbench.iconTheme": "material-icon-theme",
"editor.renderIndentGuides": true,
"workbench.colorCustomizations": {
"editorIndentGuide.activeBackground": "#ffffff22",
"editorIndentGuide.background": "#ffffff22"
},
"breadcrumbs.enabled": true,
{
"version": "90",
"updatedAt": "Fri Apr 08 2022 18:27:06 GMT+0200 (Central European Summer Time)",
"values": {
"global": {
"brand": {
"neutral": {
"value": "#c4c4c4",
"type": "color"
},