Skip to content

Instantly share code, notes, and snippets.

@notnotrobby
notnotrobby / cgp.md
Last active April 26, 2025 05:39
List of free resources to study computer graphics programming.
@krtx
krtx / imgcat
Created November 27, 2016 02:48
fix imgcat to be able to display images on tmux https://gitlab.com/gnachman/iterm2/issues/3898#note_14097715
#!/bin/bash
# tmux requires unrecognized OSC sequences to be wrapped with DCS tmux;
# <sequence> ST, and for all ESCs in <sequence> to be replaced with ESC ESC. It
# only accepts ESC backslash for ST.
function print_osc() {
if [[ -n $TERM ]] ; then
printf "\033Ptmux;\033\033]"
else
printf "\033]"
@Artefact2
Artefact2 / README.md
Last active April 26, 2025 05:36
GGUF quantizations overview
#include "DigiKeyboard.h"
// Teclas universais (códigos HID)
#define KEY_MINUS 45
#define KEY_SLASH 56
#define KEY_SPACE 44
#define KEY_COLON 33 // Shift + ;
#define KEY_TAB 43
//#define KEY_SLASH 0x38 // Código físico para tecla '/'
#define KEY_BACKSLASH 0x31
@cubapp
cubapp / howto-migratePSTintoThunderbird.txt
Created September 10, 2020 06:12
Migrate from Outlook PST to Thunderbird
Terminal:
sudo apt install pst-utils
mkdir migrated-emails
readpst -o ./migrated-emails -M -u -w -e -b outlook.pst
Thunderbird:
1. install "ImportExportTools NG" add on
2. make new folder "MigratedEmails" in Thunderbird - preferably in "Lofal Folders"
3. right click on MigratedEmails folder -> ImportExportTools NG
-> import all messages from a directory
@xmesaj2
xmesaj2 / pve_xtermjs_for_ubuntu_vm.txt
Created December 22, 2022 00:18 — forked from yuna0x0/pve_xtermjs_for_vm.txt
Proxmox VE xterm.js (Serial Terminal) for Ubuntu VM
1. Add a virtual serial port to the VM using PVE Web GUI and restart the VM
2. Enable and start the virtual serial port on VM, change tty number as needed (Reference: https://askubuntu.com/a/621209/838946)
$ sudo systemctl enable [email protected]
$ sudo systemctl start [email protected]
3. Done! You can now select xterm.js in the PVE Web GUI
@maratori
maratori / .golangci.yml
Last active April 26, 2025 05:27
Golden config for golangci-lint
# This file is licensed under the terms of the MIT license https://opensource.org/license/mit
# Copyright (c) 2021-2025 Marat Reymers
## Golden config for golangci-lint v2.1.5
#
# This is the best config for golangci-lint based on my experience and opinion.
# It is very strict, but not extremely strict.
# Feel free to adapt it to suit your needs.
# If this config helps you, please consider keeping a link to this file (see the next comment).
@ruvnet
ruvnet / 01-readme.md
Last active April 26, 2025 05:27
Agentic Coding MCPs: Build agent workflows with more than 80 MCP servers using Composio. Instantly connect to databases, AI tools, project management, social apps, CRMs, storage, finance, and dev platforms. Simple URLs, secure access, modular control. Power up your agents with real-world actions across cloud and enterprise systems — all in seconds.

Agentic Coding MCPs

Overview

Powered by composio this MCP.json provides detailed information on Model Context Protocol (MCP) integration capabilities and enables seamless agent workflows by connecting to more than 80 servers.

It covers development, AI, data management, productivity, cloud storage, e-commerce, finance, communication, and design. Each server offers specialized tools, allowing agents to securely access, automate, and manage external services through a unified and modular system. This approach supports building dynamic, scalable, and intelligent workflows with minimal setup and maximum flexibility.

Install via NPM

@lh1207
lh1207 / 01-README.md
Last active April 26, 2025 05:27 — forked from Vivelin/Custom CSS.css
Tabliss custom CSS for bigger widgets and transparent search box

Tabliss Custom CSS

This CSS file is designed to customize the appearance of Tabliss, a personalized new tab extension for web browsers. By using the Custom CSS feature in Tabliss, you can easily modify the look and feel of your new tab page to suit your personal style and preferences.

image

Usage

To use this CSS file, simply follow these steps:

@uraimo
uraimo / dnsovertls.md
Last active April 26, 2025 05:23
Configure your Mac to use DNS over TLS