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 / install-forgejo.sh
Last active December 28, 2024 09:30
Automates Forgejo installation on Uberspace
#!/bin/bash
#
# SPDX-FileCopyrightText: 2024 Marc Redwerkz <wzrd.pw>
# SPDX-License-Identifier: ISC
#
# This script automates the installation of Forgejo on Uberspace.
# For more information, see: https://lab.uberspace.de/guide_forgejo/
#
# Usage:
# ./install-forgejo.sh [options]
@rdwz
rdwz / dabblet.css
Created August 4, 2024 20:12
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@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 / 10-000-codepen-followers.markdown
Created February 14, 2024 11:02
10,000 Codepen followers!

10,000 Codepen followers!

Heartfelt thanks to each and every person supporting my journey and hopefully learning with me along the way. Cheers!

A Pen by Chris Gannon on CodePen.

License.

@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 / index.pug
Created October 1, 2023 20:54
Trippy CSS effect
- var n = 1
div.container
while n <= 30
div(class='ring el-' + n++)
@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.

@rdwz
rdwz / index.haml
Created July 16, 2023 03:59
Parallax Star background in CSS
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
#stars
#stars2
#stars3
#title
%span
PURE CSS
%br
%span
PARALLAX PIXEL STARS