Skip to content

Instantly share code, notes, and snippets.

@Nachtalb
Nachtalb / init.vim
Created April 20, 2023 14:01
Minimal init.vim for testing
set nocompatible
set showmatch
set ignorecase
set mouse=v
set hlsearch
set incsearch
set tabstop=4
set softtabstop=4
set expandtab
set shiftwidth=4
@Nachtalb
Nachtalb / libwebp.csv
Last active October 2, 2023 05:59
Track CVE-2023-4863 affected libraries
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 9.
Name,Language,Uses libwebp,Affected Versions,Patched versions,Is Inline third-party,Is System dependency,Depends on,URLs,Comment
libwebp,C,,< 1.3.2,1.3.2,,,,,Problemmaker
TwelveMonkeys,Java,No,,,,,,https://github.com/haraldk/TwelveMonkeys/issues/822,Selfmade in pure Java
libvips,C,Yes,< 8.14.5,8.14.5,Yes,Yes,libwebp,https://github.com/libvips/libvips/discussions/3675#discussioncomment-7078199,Bundled in Windows prebuilt otherwhise system dependency
Sharp,JS,Yes,< 0.32.6,0.32.6,Yes,No,libvips,https://github.com/lovell/sharp/issues/3798,
libwebp-rs,Rust,Indirectly,*,,No,No,libwebp-sys2,https://github.com/qnighy/libwebp-rs,
webp,Rust,Indirectly,< 0.2.6,0.2.6,No,Yes,libwebp-sys,https://github.com/jaredforth/webp/pull/30,
libwebp-sys,Rust,Yes,< 0.9.3,0.9.3,Yes,No,,https://github.com/NoXF/libwebp-sys/pull/23,
libwebp-sys2,Rust,Yes,< 0.1.8,0.1.8,Yes,No,,https://github.com/qnighy/libwebp-sys2-rs/blob/572a436a7a1bf7234f5c92576fc40edba6c9ae7f/CHANGELOG.md,"Fixed in 0.1.8 by using unreleased libwebp master, fixed in 0.1
@Nachtalb
Nachtalb / AB-one-million-count.js
Last active January 19, 2024 10:27
One Million Count thread Assistant script for AB. It auto adds correct number with meta, fixes wrong numbers when getting sniped, shows number context list with meta and more.
// ==UserScript==
// @name One Million Count - animebytes.tv
// @namespace Violentmonkey Scripts
// @include https://animebytes.tv/forums.php*threadid=556*
// @version 2.10.2
// @author Nachtalb
// @description One Million Count thread Assistant script for AB. It auto adds correct number with meta, fixes wrong numbers when getting sniped, shows number context list with meta and more.
// @updateURL https://gist.githubusercontent.com/Nachtalb/8ae5ff116bb294d018b5b1d28deae8fc/raw/AB-one-million-count.js
// @downloadURL https://gist.githubusercontent.com/Nachtalb/8ae5ff116bb294d018b5b1d28deae8fc/raw/AB-one-million-count.js
// @supportURL https://gist.github.com/Nachtalb/8ae5ff116bb294d018b5b1d28deae8fc
@Nachtalb
Nachtalb / telegram-desktop-multiple-accounts.rst
Last active March 22, 2024 06:08
Add multiple accounts in Telegram Desktop [Linux | MacOSX | Windows]