Skip to content

Instantly share code, notes, and snippets.

View Wiphawrrn63's full-sized avatar

วิภาวรรณ เบียดกลาง Wiphawrrn63

View GitHub Profile
@Wiphawrrn63
Wiphawrrn63 / dabblet.css
Created October 27, 2022 14:36
บรรทัดที่แสดงความคิดเห็นแรกคือชื่อ dbblet ของคุณ
/**
* บรรทัดที่แสดงความคิดเห็นแรกคือชื่อ dbblet ของคุณ
*/
พื้นหลัง: #f06 ;
พื้นหลัง: การไล่ระดับสีเชิงเส้น (45deg, #f06, สีเหลือง) ;
ความสูงต่ำสุด: 100% ;
@apcurran
apcurran / tools.txt
Created August 2, 2022 22:46
Linux CLI Tools
# ripgrep
rg
# find replacement
fd
@Wiphawrrn63
Wiphawrrn63 / genpyi_example.txt
Created June 15, 2022 00:44 — forked from david-wm-sanders/genpyi_example.txt
PySide6 command to regen .pyi stubs for snake_case and/or true_property features
pyside6-genpyi all --feature snake_case true_property
@david-wm-sanders
david-wm-sanders / genpyi_example.txt
Created June 15, 2022 00:42
PySide6 command to regen .pyi stubs for snake_case and/or true_property features
pyside6-genpyi all --feature snake_case true_property
@SkyyySi
SkyyySi / youtube-vanced-alternatives.md
Last active May 5, 2026 06:14
A list of alternatives after the shutdown of Vanced

NONE OF THESE CLIENTS ARE VERIFIED BY ME FOR SECURITY OR ANYTHING ELSE! USE AT YOUR OWN RISK!


Update 2025-07-16: Use either Revanced, NewPipe or Firefox with add-ons. Revanced is my personal pick, due to it being a mod of the official App like Vanced, but better (e.g. it has integration of Sponsor Block, Return YouTube Disklike and more).

I wouldn't recommend Kiwi Browser anymore as it has been discontinued. AFAIK it has been accuired by Microsoft and the extension support has been merged into Edge (Canary). But you'd have to use Edge. Yuck.


@Wiphawrrn63
Wiphawrrn63 / eventstreams.markdown
Created November 22, 2021 13:04
EventStreams
@Wiphawrrn63
Wiphawrrn63 / index.html
Created October 30, 2021 22:27
stream.wikimedia.org/v2 - RecentChange stats
<div class="container">
<h1>RecentChange stats</h1>
<p class="lead"><a href="https://wikitech.wikimedia.org/wiki/EventStreams" target="_blank">Powered by EventStreams</a>. Made by <a target="_blank" href="https://meta.wikimedia.org/wiki/User:Krinkle">Krinkle</a>.</p>
<div class="rc-timers">
<svg class="rc-timer rc-timer--hr" viewBox="0 0 42 42">
<g><circle cy="21" cx="21" r="18.415" class="rc-timer-fill"></circle><circle cy="21" cx="21" r="15.915" stroke-width="5" class="rc-timer-looper"></circle></g>
</svg><span class="rc-timer-label" data-value="00"></span>
<svg class="rc-timer rc-timer--min" viewBox="0 0 42 42">
<g><circle cy="21" cx="21" r="18.415" class="rc-timer-fill"></circle><circle cy="21" cx="21" r="15.915" stroke-width="5" class="rc-timer-looper"></circle></g>
</svg><span class="rc-timer-label" data-value="00"></span>

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a
@kwmiebach
kwmiebach / pytest.md
Last active December 26, 2025 15:32 — forked from amatellanes/pytest.sh
pytest cheat sheet

Usage

(Create a symlink pytest for py.test)

pytest [options] [file_or_dir] [file_or_dir] ...

Help: