#CodeSnippet
codeshow: a codesnippet shower in any language, made with #scittlecljs!

mccormick.cx/apps/codeshow/
github.com/chr15m/codes...

#clojure
April 22, 2025 at 12:13 PM
CSS Magic You Need! ⚡ Save These 3 Loaders Now – link to code in pinned comment.
Check out more dev gems at javidev (link in my profile) — creation by frontendjoe.

#CSSLoaders #FrontendDev #WebDesign #CodingTips #HTML #CSS #Javascript #FrontendInspo #DevTools #UIUX #CodeSnippet
April 20, 2025 at 4:02 PM
Oh, bitte nicht 😥, so denken jetzt vermutlich viele, die noch schnell ein kurzes Codesnippet im Editor schreiben. Notepad war die letzte Bastion der Sicherheit gegen Autokorrektur.
Windows 11 Notepad finally gets spellcheck and autocorrect
Microsoft continues to add new features to the Windows Notepad, today announcing a preview release with built-in spellchecking and an autocorrect feature.
www.bleepingcomputer.com
March 25, 2024 at 11:08 AM
Slicing Tuple in python:
Slicing a tuple in Python means extracting a portion of it using the syntax tuple[start :stop :step].
#Python #PythonTips #Tuple #PythonSlicing #CodeSnippet #LearnPython #DevTips #100DaysOfCode #Programming #pythonlearning
June 24, 2025 at 5:07 PM
Swap variable using tuple :
This is a Pythonic and efficient way to swap values without using a temporary variable. a, b = b, a
#PythonTips #OneLinerPython #PythonTricks #CleanCode #LearnPython #CodeSnippet #100DaysOfCode #DevLife #Pythonista #codingmadeeasy
June 26, 2025 at 9:40 PM
Snippet of the day: A look at the CWO backend. Clean, modular, and ready to scale. See more at currentlyworkingon.com. #CodeSnippet #BackendDev #NodeJS
May 22, 2026 at 2:00 PM
Here’s a snippet of something I was working on this week. I used the useImperativeHandle() hook to expose a scrollToTop() method on the underlying FlatList implementation ✨

#ReactNative #JavaScript #CodeSnippet
June 22, 2024 at 1:15 PM
April 21, 2025 at 3:39 PM
This Python snippet shows how to draw a chessboard using NumPy and Matplotlib. The code creates an 8x8 matrix with alternating 0 and 1 values to represent black
#Python #NumPy #Matplotlib #Coding #DataScience #PythonProgramming #MachineLearning #CodeSnippet #Developer #shaharyarranjah1 @python.org
January 28, 2026 at 2:06 AM
How to make a circular profile hover effect in HTML & CSS! 🌀
Discover clean web magic with zero JavaScript — visit javidev (link in my profile).
mystic.js

#WebDesign #HTMLTips #CSSOnly #FrontendMagic #CodeSnippet #HoverEffect #DevLife #CleanCode #UIUX #WebDevTutorials
May 11, 2025 at 3:02 PM
I'm not feeling very productive... I'm going to stop and get some rest for today! Hope y'all having a pleasant Sunday! ☀️
#gamedesign #unity #gamdev #indiedev #csharp

What is your favorite ice cream flavor, and why is it Stracciatella?
November 16, 2025 at 9:45 PM
Ever needed to create a random array from an existing array with no duplicates/repeats? Behold our "RandomUniqueArray" extension method! Works with any array type. Super helpful if you have an array of custom classes or elements. Verse code below!!!
#Verse #UEFN #FortniteCreative #CodeSnippet
February 28, 2026 at 9:52 PM
Replace, Start End with String Method:
In Python, replace() replaces parts of a string, startswith() checks if it begins with a value, and endswith() checks if it ends with one.
#python #stringmethods #codingtips #learnpython #pythonbasics #replace #StartWith #EndWith #codesnippet
June 7, 2025 at 10:03 PM
𝗖𝗮𝗿𝗯𝗼𝗻

Create and share beautiful images of your source code. Start typing or drop a file into the text area to get started.

https://thewhale.cc/posts/carbon

#Screenshot #CodeSnippet #Carbon
Carbon
Create and share beautiful images of your source code. Start typing or drop a file into the text area to get started.
thewhale.cc
May 30, 2026 at 4:00 PM
Tuple concatenation in Python:
Tuple concatenation in Python means combining two or more tuples using the + operator.
#python #tuples #pythontips #TupleConcatenation #codesnippet #learnpython
June 11, 2025 at 9:40 PM
Ich hab letztens bei Stackoverflow ein nützliches Codesnippet gefunden, bei der die Kommandozeilenparameter vile benutzt wurden (es wurde drauf hingewiesen, dass die Anordnung egal ist und es auch hätte live sein können). Naja, das l steht für last und brauchte b für begin, thus vibe. Bleibt positiv
June 11, 2026 at 9:45 AM