All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Login

All New Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
portalzine's Avatar

portalzine / Uint8Array-Objekte from Text with Icons

0 likes
0 forks
1 files
Last active 2 months ago
Javascript
1 function encodeTextWithIcons(text) {
2 // Split text by icon pattern {number}
3 const parts = text.split(/(\{\d+\})/g);
4
5 const byteArray = [];
6
7 for (const part of parts) {
8 if (part === '') continue;
9
10 // Check if it's an icon pattern
portalzine's Avatar

portalzine / mosparo rule package example

0 likes
0 forks
2 files
Last active 2 months ago
docker mosparo
1 07be17de35d734cdd01481f3339ac1baafae897d958a5a863edc53a90e43d83b rulepackage.json
portalzine's Avatar

portalzine / Script to check comprehensive disk statistics

0 likes
0 forks
1 files
Last active 2 months ago
bash
1
2 #!/bin/bash
3
4 # Script to check comprehensive disk statistics
5 # Author: Alex@portalZINE.de
6 # Date: 25.11.2025
7
8 #####################################
9 # CONFIGURATION
10 #####################################
Newer Older

Powered by Opengist ⋅ Load: 105ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ Data Privacy