Skip to content

Instantly share code, notes, and snippets.

@peolic
peolic / .indexxx-userscript.md
Last active May 16, 2026 00:44
indexxx helper userscript

Indexxx Helper Userscript

This userscript adds useful tools to indexxx.com

screenshot

Installation requires a browser extension such as Tampermonkey or Greasemonkey.

@andypiper
andypiper / set-transparency.md
Created October 20, 2024 18:05
Set transparency in Ptyxis (GNOME Terminal) in Fedora 41

Get the UUID of the default profile

Substitute that value in to the second command to enable transparency level

$ dconf read /org/gnome/Ptyxis/default-profile-uuid
'3aae5a177777aa966b1fd63467153e2d'
$ dconf write /org/gnome/Ptyxis/Profiles/3aae5a177777aa966b1fd63467153e2d/opacity 0.85
@eddiez9
eddiez9 / feedly.opml
Last active May 16, 2026 00:39
Collection of RSS feeds to keep up with cyber news.
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>OPML export</title>
</head>
<body>
<outline text="Forums - IT Security" title="Forums - IT Security">
<outline text="/r/netsec - Information Security News &amp; Discussion" title="/r/netsec - Information Security News &amp; Discussion" type="rss" xmlUrl="http://www.reddit.com/r/netsec/.rss" htmlUrl="http://www.reddit.com/r/netsec/"/>
<outline text="IT Security - Hot Weekly Questions" title="IT Security - Hot Weekly Questions" type="rss" xmlUrl="http://security.stackexchange.com/feeds/week" htmlUrl="http://security.stackexchange.com/questions"/>
</outline>
@Amzi-01
Amzi-01 / FiveM_Linux_development_workflow.md
Last active May 16, 2026 00:36
FiveM development workflow tutorial for Linux

FiveM development workflow tutorial for Linux

Please note you will still need a VM/Windows Pc to compile the custom FiveM Client but only once

IMPORTANT NOTE: THE CUSTOM FIVEM CLIENT ONLY WORKS ON LOCAL SERVERS AND CAN NOT BE USED TO CONNECT TO NORMAL FIVEM SERVERS! THIS CLIENT IS PURELY FOR TESTING ASSETS INGAME NOT FOR PLAYING FIVEM

Special thanks to Gogsi for helping me with his custom version of the fiveM client, all credit for the client goes to him enter image description here

Quick note to CFX:

@Klerith
Klerith / instalaciones-astro.md
Last active May 16, 2026 00:34
Instalaciones necesarias para el curso de Astro

Instalaciones Recomendadas

astro-icon-light-gradient

@petradonka
petradonka / SKILL.md
Created May 14, 2026 16:19
Buzz's reply-learning skill (read more about self-improving agents → https://x.com/petradonka/status/2054897826149101588)
name reply-learning
description Self-improving loop for community reply quality. Use this skill after receiving feedback on draft replies, after reviewing examples of good/bad replies, or when asked to "learn from this", "update the reply skill", or "what patterns do you see". This skill teaches how to extract durable patterns from specific feedback and codify them into the draft-warp-reply skill.
@alexey-max-fedorov
alexey-max-fedorov / betterdependabot-setup.md
Last active May 16, 2026 00:38
BetterDependabot — Claude Code prompt to set up daily dependency updates with lockfile sync for any project

BetterDependabot — Claude Code Setup Prompt

Paste this prompt into Claude Code to set up BetterDependabot on any project. BetterDependabot is a GitHub Actions workflow that runs daily, calls each package manager's native update command per directory, and commits the result — giving you automatic dependency updates that keep lockfiles in sync (unlike GitHub's built-in Dependabot, which only updates package.json and breaks frozen-lockfile CI).


The Prompt

Set up BetterDependabot for this project.
@johnblat
johnblat / sdl3stbtruetype-example.odin
Last active May 16, 2026 00:25 — forked from Ivulai/sdl3stbtruetype-example.odin
A quick guide on how to set up stb truetype(stbtt) with sdl3 on odin
package sdl3stbtruetypeexample
import SDL "vendor:sdl3"
import stbtt "vendor:stb/truetype"
import "core:strings"
Font :: struct {
bitmap: []u8,
packed_char: []stbtt.packedchar,
atlas: ^SDL.Texture,
@Kerryliu
Kerryliu / ugreen_truenas_led.md
Last active May 16, 2026 00:06
TrueNAS UGREEN DXP4800 Plus Status LED Guide

UGREEN DXP4800 Plus TrueNAS Status LED Guide

20240609_035951642_iOS

The following is a quick guide on getting basic status LED functionality working with TrueNAS running on the UGREEN DXP4800 Plus. Theoretically, it should work on all models (with some small revisions to the script), but I only have a DXP4800 Plus. :)

This guide is for cron job that runs a script to update the LEDs every couple minutes, but I'm sure the following can be modified for blinky LEDs as well.

Steps:

@ruvnet
ruvnet / APM.md
Last active May 16, 2026 00:06
Agent Package Management

Introduction: Agent Algorithm Repository

In the rapidly evolving field of artificial intelligence, the need for a comprehensive and structured repository for algorithms designed for intelligent agents has become increasingly important.

The Agent Algorithm Repository aims to address this need by providing a centralized platform for discovering, sharing, and utilizing a wide range of algorithms. This repository is designed to be language-agnostic, ensuring compatibility with various programming languages and promoting a standardized approach to algorithm description, documentation, and distribution.

The repository facilitates the following key objectives:

  1. Language Agnosticism: By supporting algorithms implemented in any programming language, the repository ensures broad applicability and ease of integration across different technology stacks.