Users
DroopyTersen
189 snippets
vegadelalyra
41 snippets
LilyVox
6 snippets
willspiering
6 snippets
kamleshpatel36
5 snippets
SkeleDrook
5 snippets
dudegladiator
4 snippets
Markus-js
4 snippets
wegnes00
4 snippets
fabsg0
3 snippets
abutalibsh
2 snippets
DiogoMartinh0
2 snippets
agencyhub
1 snippets
blackpyjac
1 snippets
curtissp
1 snippets
fredleger
1 snippets
FujiwaraChoki
1 snippets
jamesbright
1 snippets
MFazio23
1 snippets
Rutikab12
1 snippets
seba-vera01
1 snippets
slore
1 snippets
Spooky1409
1 snippets
Recent Snippets
Function_Description
spooky1409/Functions/function-description.php
New Snippet
skeledrook/misc/new-snippet.js
New Snippet
dudegladiator/misc/new-snippet.js
Basic C++
dudegladiator/misc/basic-c.cpp
Basic C++ template
dudegladiator/C++/basic-c-template.cpp
Basic c++
dudegladiator/misc/basic-c.cpp
Framer Motion Image Component
droopytersen/components/framer-motion-image-component.ts
Tries to load an image url, but if if fails, displays the fallback image url
Comments
skeledrook/misc/comments.js
Pseudocode
skeledrook/global/pseudocode.js
Pseudocode
skeledrook/global/pseudocode.js
Pseudocode
skeledrook/global/pseudocode.js
Column Mapping KeyOf Typescript
droopytersen/misc/column-mapping.ts
Example of some fancy typescript to make sure column definition types line up with item types keyof
ColumnMapping to Items Typescript
droopytersen/misc/column-mapping-to-items-typescript.ts
Example of passing column definitions and items to a "createCSV" function using typescript to ensure the types are inferred and match. Keyof KeyOfType
test
blackpyjac/misc/test.js
Create API Service
droopytersen/utils/createApiService.ts
Creates an request method that snapshots base url and access token
Stream a file w/ .NET Core Minimal API
droopytersen/misc/stream-a-file-w-net-core-minimal-api.cs
Shows how to create an endpoint that can stream a file but critically does not set the content-disposition "attachment". this way the browser will not force a download.
VS Code Snippet Syntax
droopytersen/misc/vs-code-snippet-syntax.txt
Shows how to inject dynamic bits into a VS Code snippet