Skip to content

Instantly share code, notes, and snippets.

View rdwz's full-sized avatar
❇️
Shaping the Future

Marc rdwz

❇️
Shaping the Future
View GitHub Profile
@rdwz
rdwz / license-badges.md
Created May 10, 2024 01:14 — forked from lukas-h/license-badges.md
Lizenz-Buttons für dein Projekt

Markdown Lizenz-Buttons

Sammlung von Lizenz-Schildern (Badges) für die README-Datei deines Projekts. Diese Liste enthält die meist verbreiteten Open Source und Open Data Lizenzen. Kopieren und fügen Sie den Code unter den Badges einfach in Ihre Markdown-Dateien ein.

Notes

@rdwz
rdwz / free-4-dev.md.md
Created January 5, 2024 17:18 — forked from bgoonz/free-4-dev.md.md
free-resources

free-for.dev

Developers and Open Source authors now have a massive amount of services offering free tiers, but it can be hard to find them all to make informed decisions.

This is a list of software (SaaS, PaaS, IaaS, etc.) and other offerings that have free tiers for developers.

The scope of this particular list is limited to things that infrastructure developers (System Administrator, DevOps Practitioners, etc.) are likely to find useful. We love all the free services out there, but it would be good to keep it on topic. It's a bit of a grey line at times so this is a bit opinionated; do not be offended if I do not accept your contribution.

This list is the result of Pull Requests, reviews, ideas and work done by 900+ people. You too can help by sending Pull Requests to add more services or by remove ones whose offerings have changed or been retired.

@rdwz
rdwz / nearest.js
Last active August 18, 2023 06:47 — forked from Ademking/nearest.js
JS: Find Nearest Color from Array
const baseColors = {
'--gray-0': '#f8f9fa',
'--gray-1': '#f1f3f5',
'--gray-2': '#e9ecef',
'--gray-3': '#dee2e6',
'--gray-4': '#ced4da',
'--gray-5': '#adb5bd',
'--gray-6': '#868e96',
'--gray-7': '#495057',
'--gray-8': '#343a40',
@rdwz
rdwz / curl.md
Created August 8, 2023 12:07 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

  • Use curl to get the JSON response for the latest release
  • Use grep to find the line containing file URL
  • Use cut and tr to extract the URL
  • Use wget to download it
curl -s https://api.github.com/repos/jgm/pandoc/releases/latest \
| grep "browser_download_url.*deb" \
| cut -d : -f 2,3 \
| tr -d \" \
@rdwz
rdwz / Storing-Images-On-Github.md
Created October 11, 2022 12:49 — forked from joncardasis/Storing-Images-On-Github.md
Storing Images and Demos in your Repo

Storing Images and Demos in your Repo

In this quick walkthough you'll learn how to create a separate branch in your repo to house your screenshots and demo gifs for use in your master's readme.

How to

1. Clone a fresh copy of your repo

In order to prevent any loss of work it is best to clone the repo in a separate location to complete this task.

2. Create a new branch

Create a new branch in your repo by using git checkout --orphan assets

@rdwz
rdwz / README.md
Created October 7, 2022 06:55 — forked from rluvaton/README.md
Mirror Node.js dist and download all npm versions for windows #script #npm #node #mirror

Scripts that mirror nodejs and npm

Note: The npm download script currently only download zip files

Improvement to do:

  • Move to dedicated repo
  • Add CLI tool for the npm and node download script
  • Replace request lib with not deprecated one
  • Download index.json by itself
  • Install another formats of npm (not just zip)

📃 HTML

💈 CSS

🤖 JavaScript

♿️ accessibility

🔒 security

🏇 performance

🕵️‍♂️ privacy

✒️ typography

🔑 authentication

🛠 tooling