#CodeSnippet
Channel9 Do you copy and paste random code snippets into your apps? #Coding #Programming #CodeSnippet
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
dlvr.it
September 9, 2025 at 11:04 PM
Oder ein Codesnippet zu generieren, bei dem man sich sonst mit Wiederholungen, Formatierung, Aufruf von Systemfunktionen quälen muss.
August 10, 2025 at 7:43 AM
Important! Github maintainers HATE it if you see something you think is a bug and thus open an issue on their github page! They hate it especially if you can give a codesnippet with an example of what happens and what you think should happen! Definitely never do that!

(/s)
August 1, 2025 at 7:58 PM
En @bubuku.bsky.social lo aplicamos en proyectos donde la eficiencia editorial importa.

Aquí te enseñamos paso a paso cómo hacerlo (¡con código y mejora de accesibilidad incluida!):

🔗 www.bubuku.com/blog/ordenar...

#WordPressTips #GestiónDeContenido #DesarrolloWeb #CodeSnippet
Ordenar páginas por fecha en el admin de WordPress
Ordena por fecha las páginas en el admin de WordPress con un simple snippet. Mejora la gestión y accede rápido al contenido más reciente
www.bubuku.com
June 30, 2025 at 10:57 AM
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
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
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
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
Text classification allows for semantic and syntactic colorization.

Visual Studio 17.13 set the stage for this feature and here’s how to get started with creating classification tags.

This snippet is a simple example—refine it further for your specific needs! 💻 #CodeSnippet
May 28, 2025 at 6:00 AM
Text classification allows for semantic and syntactic colorization.

Visual Studio 17.13 set the stage for this feature and here’s how to get started with creating classification tags.

This snippet is a simple example—refine it further for your specific needs! 💻 #CodeSnippet
May 28, 2025 at 6:00 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
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
April 21, 2025 at 3:39 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
"This module will not have a port to work with CKEditor 5. Drupal 10.1 core ships with a migration path for Codesnippet to take advantage of the new 'Code Block' plugin in 10.1 which is largely a port of Codesnippet itself into CKEditor 5, made available in Drupal."
www.drupal.org/project/code...
CKEditor CodeSnippet
This module enables the CodeSnippet plugin from CKEditor.com in your WYSIWYG. It includes the highlightjs library and all available styles for it.
www.drupal.org
November 30, 2024 at 5:21 PM