Skip to content

Instantly share code, notes, and snippets.

@Quobec
Quobec / check-portals.sh
Last active September 18, 2025 11:13
check-portals.sh
#!/bin/bash
GREEN="\033[0;32m"
RED="\033[0;31m"
NC="\033[0m"
repeat=false
for arg in "$@"; do
case "$arg" in
@Quobec
Quobec / circular-progress-bar.blade.php
Last active March 7, 2025 11:08
circular progress bar / pie chart (add transparent background for .inner)
<div
style="height: 100%;
display: flex;
align-items: center;
justify-content: center;"
>
@php
$id = uniqid();
@endphp