Skip to content

Commit 2f2bc60

Browse files
Removing uppercase letters from properties, and improving the property matching regex
1 parent f085ef5 commit 2f2bc60

File tree

179 files changed

+713
-713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+713
-713
lines changed

snippets/c/basics/hello-world.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Hello, World!
3-
Description: Prints Hello, World! to the terminal.
4-
Author: 0xHouss
5-
Tags: c,printing,hello-world,utility
2+
title: Hello, World!
3+
description: Prints Hello, World! to the terminal.
4+
author: 0xHouss
5+
tags: c,printing,hello-world,utility
66
---
77

88
```c

snippets/c/mathematical-functions/factorial-function.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Factorial Function
3-
Description: Calculates the factorial of a number.
4-
Author: 0xHouss
5-
Tags: c,math,factorial,utility
2+
title: Factorial Function
3+
description: Calculates the factorial of a number.
4+
author: 0xHouss
5+
tags: c,math,factorial,utility
66
---
77

88
```c

snippets/c/mathematical-functions/power-function.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Power Function
3-
Description: Calculates the power of a number.
4-
Author: 0xHouss
5-
Tags: c,math,power,utility
2+
title: Power Function
3+
description: Calculates the power of a number.
4+
author: 0xHouss
5+
tags: c,math,power,utility
66
---
77

88
```c

snippets/cpp/basics/hello-world.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Hello, World!
3-
Description: Prints Hello, World! to the terminal.
4-
Author: James-Beans
5-
Tags: cpp,printing,hello-world,utility
2+
title: Hello, World!
3+
description: Prints Hello, World! to the terminal.
4+
author: James-Beans
5+
tags: cpp,printing,hello-world,utility
66
---
77

88
```cpp

snippets/cpp/string-manipulation/reverse-string.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Reverse String
3-
Description: Reverses the characters in a string.
4-
Author: Vaibhav-kesarwani
5-
Tags: cpp,array,reverse,utility
2+
title: Reverse String
3+
description: Reverses the characters in a string.
4+
author: Vaibhav-kesarwani
5+
tags: cpp,array,reverse,utility
66
---
77

88
```cpp

snippets/cpp/string-manipulation/split-string.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Split String
3-
Description: Splits a string by a delimiter
4-
Author: saminjay
5-
Tags: cpp,string,split,utility
2+
title: Split String
3+
description: Splits a string by a delimiter
4+
author: saminjay
5+
tags: cpp,string,split,utility
66
---
77

88
```cpp

snippets/css/buttons/3d-button-effect.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: 3D Button Effect
3-
Description: Adds a 3D effect to a button when clicked.
4-
Author: dostonnabotov
5-
Tags: css,button,3D,effect
2+
title: 3D Button Effect
3+
description: Adds a 3D effect to a button when clicked.
4+
author: dostonnabotov
5+
tags: css,button,3D,effect
66
---
77

88
```css

snippets/css/buttons/button-hover-effect.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Button Hover Effect
3-
Description: Creates a hover effect with a color transition.
4-
Author: dostonnabotov
5-
Tags: css,button,hover,transition
2+
title: Button Hover Effect
3+
description: Creates a hover effect with a color transition.
4+
author: dostonnabotov
5+
tags: css,button,hover,transition
66
---
77

88
```css

snippets/css/buttons/macos-button.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: MacOS Button
3-
Description: A macOS-like button style, with hover and shading effects.
4-
Author: e3nviction
5-
Tags: css,button,macos,hover,transition
2+
title: MacOS Button
3+
description: A macOS-like button style, with hover and shading effects.
4+
author: e3nviction
5+
tags: css,button,macos,hover,transition
66
---
77

88
```css

snippets/css/effects/blur-background.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Blur Background
3-
Description: Applies a blur effect to the background of an element.
4-
Author: dostonnabotov
5-
Tags: css,blur,background,effects
2+
title: Blur Background
3+
description: Applies a blur effect to the background of an element.
4+
author: dostonnabotov
5+
tags: css,blur,background,effects
66
---
77

88
```css

snippets/css/effects/hover-glow-effect.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Hover Glow Effect
3-
Description: Adds a glowing effect on hover.
4-
Author: dostonnabotov
5-
Tags: css,hover,glow,effects
2+
title: Hover Glow Effect
3+
description: Adds a glowing effect on hover.
4+
author: dostonnabotov
5+
tags: css,hover,glow,effects
66
---
77

88
```css

snippets/css/effects/hover-to-reveal-color.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Hover to Reveal Color
3-
Description: A card with an image that transitions from grayscale to full color on hover.
4-
Author: Haider-Mukhtar
5-
Tags: css,hover,image,effects
2+
title: Hover to Reveal Color
3+
description: A card with an image that transitions from grayscale to full color on hover.
4+
author: Haider-Mukhtar
5+
tags: css,hover,image,effects
66
---
77

88
```css

snippets/css/layouts/css-reset.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: CSS Reset
3-
Description: Resets some default browser styles, ensuring consistency across browsers.
4-
Author: AmeerMoustafa
5-
Tags: css,reset,browser,layout
2+
title: CSS Reset
3+
description: Resets some default browser styles, ensuring consistency across browsers.
4+
author: AmeerMoustafa
5+
tags: css,reset,browser,layout
66
---
77

88
```css

snippets/css/layouts/equal-width-columns.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Equal-Width Columns
3-
Description: Creates columns with equal widths using flexbox.
4-
Author: dostonnabotov
5-
Tags: css,flexbox,columns,layout
2+
title: Equal-Width Columns
3+
description: Creates columns with equal widths using flexbox.
4+
author: dostonnabotov
5+
tags: css,flexbox,columns,layout
66
---
77

88
```css

snippets/css/layouts/grid-layout.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Grid layout
3-
Description: Equal sized items in a responsive grid
4-
Author: xshubhamg
5-
Tags: css,layout,grid
2+
title: Grid layout
3+
description: Equal sized items in a responsive grid
4+
author: xshubhamg
5+
tags: css,layout,grid
66
---
77

88
```css

snippets/css/layouts/responsive-design.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Responsive Design
3-
Description: The different responsive breakpoints.
4-
Author: kruimol
5-
Tags: css,responsive
2+
title: Responsive Design
3+
description: The different responsive breakpoints.
4+
author: kruimol
5+
tags: css,responsive
66
---
77

88
```css

snippets/css/layouts/sticky-footer.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Sticky Footer
3-
Description: Ensures the footer always stays at the bottom of the page.
4-
Author: dostonnabotov
5-
Tags: css,layout,footer,sticky
2+
title: Sticky Footer
3+
description: Ensures the footer always stays at the bottom of the page.
4+
author: dostonnabotov
5+
tags: css,layout,footer,sticky
66
---
77

88
```css

snippets/css/typography/letter-spacing.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Letter Spacing
3-
Description: Adds space between letters for better readability.
4-
Author: dostonnabotov
5-
Tags: css,typography,spacing
2+
title: Letter Spacing
3+
description: Adds space between letters for better readability.
4+
author: dostonnabotov
5+
tags: css,typography,spacing
66
---
77

88
```css

snippets/css/typography/responsive-font-sizing.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Responsive Font Sizing
3-
Description: Adjusts font size based on viewport width.
4-
Author: dostonnabotov
5-
Tags: css,font,responsive,typography
2+
title: Responsive Font Sizing
3+
description: Adjusts font size based on viewport width.
4+
author: dostonnabotov
5+
tags: css,font,responsive,typography
66
---
77

88
```css

snippets/html/basic-layouts/grid-layout-with-navigation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Grid Layout with Navigation
3-
Description: Full-height grid layout with header navigation using nesting syntax.
4-
Author: GreenMan36
5-
Tags: html,css,layout,sticky,grid,full-height
2+
title: Grid Layout with Navigation
3+
description: Full-height grid layout with header navigation using nesting syntax.
4+
author: GreenMan36
5+
tags: html,css,layout,sticky,grid,full-height
66
---
77

88
```html

snippets/html/basic-layouts/sticky-header-footer-layout.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Sticky Header-Footer Layout
3-
Description: Full-height layout with sticky header and footer, using modern viewport units and flexbox.
4-
Author: GreenMan36
5-
Tags: html,css,layout,sticky,flexbox,viewport
2+
title: Sticky Header-Footer Layout
3+
description: Full-height layout with sticky header and footer, using modern viewport units and flexbox.
4+
author: GreenMan36
5+
tags: html,css,layout,sticky,flexbox,viewport
66
---
77

88
```html

snippets/javascript/array-manipulation/flatten-array.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Flatten Array
3-
Description: Flattens a multi-dimensional array.
4-
Author: dostonnabotov
5-
Tags: javascript,array,flatten,utility
2+
title: Flatten Array
3+
description: Flattens a multi-dimensional array.
4+
author: dostonnabotov
5+
tags: javascript,array,flatten,utility
66
---
77

88
```js

snippets/javascript/array-manipulation/remove-duplicates.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Remove Duplicates
3-
Description: Removes duplicate values from an array.
4-
Author: dostonnabotov
5-
Tags: javascript,array,deduplicate,utility
2+
title: Remove Duplicates
3+
description: Removes duplicate values from an array.
4+
author: dostonnabotov
5+
tags: javascript,array,deduplicate,utility
66
---
77

88
```js

snippets/javascript/array-manipulation/shuffle-array.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Shuffle Array
3-
Description: Shuffles an Array.
4-
Author: loxt-nixo
5-
Tags: javascript,array,shuffle,utility
2+
title: Shuffle Array
3+
description: Shuffles an Array.
4+
author: loxt-nixo
5+
tags: javascript,array,shuffle,utility
66
---
77

88
```js

snippets/javascript/array-manipulation/zip-arrays.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Zip Arrays
3-
Description: Combines two arrays by pairing corresponding elements from each array.
4-
Author: Swaraj-Singh-30
5-
Tags: javascript,array,utility,map
2+
title: Zip Arrays
3+
description: Combines two arrays by pairing corresponding elements from each array.
4+
author: Swaraj-Singh-30
5+
tags: javascript,array,utility,map
66
---
77

88
```js

snippets/javascript/basics/hello-world.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Hello, World!
3-
Description: Prints Hello, World! to the terminal.
4-
Author: James-Beans
5-
Tags: javascript,printing,hello-world,utility
2+
title: Hello, World!
3+
description: Prints Hello, World! to the terminal.
4+
author: James-Beans
5+
tags: javascript,printing,hello-world,utility
66
---
77

88
```js

snippets/javascript/date-and-time/add-days-to-a-date.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Add Days to a Date
3-
Description: Adds a specified number of days to a given date.
4-
Author: axorax
5-
Tags: javascript,date,add-days,utility
2+
title: Add Days to a Date
3+
description: Adds a specified number of days to a given date.
4+
author: axorax
5+
tags: javascript,date,add-days,utility
66
---
77

88
```js

snippets/javascript/date-and-time/check-leap-year.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Check Leap Year
3-
Description: Determines if a given year is a leap year.
4-
Author: axorax
5-
Tags: javascript,date,leap-year,utility
2+
title: Check Leap Year
3+
description: Determines if a given year is a leap year.
4+
author: axorax
5+
tags: javascript,date,leap-year,utility
66
---
77

88
```js

snippets/javascript/date-and-time/convert-to-unix-timestamp.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Convert to Unix Timestamp
3-
Description: Converts a date to a Unix timestamp in seconds.
4-
Author: Yugveer06
5-
Tags: javascript,date,unix,timestamp,utility
2+
title: Convert to Unix Timestamp
3+
description: Converts a date to a Unix timestamp in seconds.
4+
author: Yugveer06
5+
tags: javascript,date,unix,timestamp,utility
66
---
77

88
```js

snippets/javascript/date-and-time/format-date.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Format Date
3-
Description: Formats a date in 'YYYY-MM-DD' format.
4-
Author: dostonnabotov
5-
Tags: javascript,date,format,utility
2+
title: Format Date
3+
description: Formats a date in 'YYYY-MM-DD' format.
4+
author: dostonnabotov
5+
tags: javascript,date,format,utility
66
---
77

88
```js

0 commit comments

Comments
 (0)