Skip to content

Instantly share code, notes, and snippets.

View sek-consulting's full-sized avatar

Stefan E-K sek-consulting

View GitHub Profile
@Makisuo
Makisuo / Combopicker.tsx
Created May 6, 2023 21:54
Shadcn Combopicker
"use client";
import { useState } from "react";
import { format } from "date-fns";
import { CalendarIcon, Check } from "lucide-react";
import {
Select,
SelectContent,
SelectItem,
@aileftech
aileftech / hex-colors.txt
Created October 1, 2022 18:10
A Bash one-liner to produce a list of HEX color codes that read like (supposedly) valid English words
$ grep -P "^[ABCDEFabcdefOoIi]{6,6}$" /usr/share/dict/words | tr 'OoIi' '0011' | tr '[:lower:]' '[:upper:]' | awk '{print "#" $0}'
#ACAD1A
#B0BB1E
#DEBB1E
#AB1DED
#ACAC1A
#ACCEDE
#AC1D1C
#BAB1ED
#BA0BAB
@Zhendryk
Zhendryk / The Ultimate Windows Development Environment.md
Last active May 18, 2024 03:01
How to set up the ultimate Windows development environment