https://github.com/marvinjwendt/snippets
✨Snippets for various programming languages. PRs welcome! 🚀
https://github.com/marvinjwendt/snippets
Last synced: 7 months ago
JSON representation
✨Snippets for various programming languages. PRs welcome! 🚀
- Host: GitHub
- URL: https://github.com/marvinjwendt/snippets
- Owner: MarvinJWendt
- Created: 2021-04-14T20:30:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T19:36:33.000Z (over 4 years ago)
- Last Synced: 2025-02-01T01:36:16.703Z (8 months ago)
- Language: Go
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Snippets 📓
A total of
21
snippets for various programming languages## Snippets
### Stats
|Language|Count|
|--------|-----|
|Go|`16`|
|Markdown|`5`|
|JavaScript|`0`|
| = Total|`21`|
> Last update was: 22 Apr 21 13:23 UTC## go
- [calculate-average-duration](go/calculate-average-duration)
- [calculate-average-float32](go/calculate-average-float32)
- [calculate-average-float64](go/calculate-average-float64)
- [calculate-average-int](go/calculate-average-int)
- [capture-stdout](go/capture-stdout)
- [current-script-directory](go/current-script-directory)
- [filter-int-slice](go/filter-int-slice)
- [filter-string-slice](go/filter-string-slice)
- [find-maximum-float32-in-slice](go/find-maximum-float32-in-slice)
- [find-maximum-float64-in-slice](go/find-maximum-float64-in-slice)
- [find-maximum-int-in-slice](go/find-maximum-int-in-slice)
- [find-minimum-float32-in-slice](go/find-minimum-float32-in-slice)
- [find-minimum-float64-in-slice](go/find-minimum-float64-in-slice)
- [find-minimum-int-in-slice](go/find-minimum-int-in-slice)
- [regex-named-groups-to-map](go/regex-named-groups-to-map)
- [time-average-execution-time](go/time-average-execution-time)## markdown
- [centered-title](markdown/centered-title)
- [footer-social-links](markdown/footer-social-links)
- [footnotes](markdown/footnotes)
- [header-navigation-bar](markdown/header-navigation-bar)
- [table-of-content](markdown/table-of-content)## javascript
---
> [MarvinJWendt.com](https://marvinjwendt.com) ·
> GitHub [@MarvinJWendt](https://github.com/MarvinJWendt) ·