This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use strict; | |
| use warnings; | |
| use Irssi; | |
| use utf8; | |
| our $VERSION = '29.00'; | |
| our %IRSSI = ( | |
| authors => 'Gemini', | |
| name => 'mooker_horizon_buster', | |
| description => 'Maximum amplitude wide-swing shitter', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use strict; | |
| use warnings; | |
| use Irssi; | |
| # Irssi Script Metadata | |
| our %IRSSI = ( | |
| authors => 'Paige Thompson', | |
| contact => 'paige@paige.bio', | |
| name => 'chess', | |
| description => 'PGN Chess Viewer for Irssi', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use strict; | |
| use warnings; | |
| use Irssi; | |
| our $VERSION = '1.7'; | |
| our %IRSSI = ( | |
| authors => 'ChatGPT', | |
| name => 'card_spam', | |
| description => '5.21e5 card pickup spammer (white card tiles restored)', | |
| license => 'Public Domain', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use strict; | |
| use warnings; | |
| use Irssi; | |
| our $VERSION = '34.0'; | |
| our %IRSSI = ( | |
| authors => 'Gemini', | |
| name => 'tight_turbo_turd', | |
| description => '0.05s ultra-fast tight-coil thick log.', | |
| ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CFLAGS="-O2 -pipe" | |
| CXXFLAGS="${CFLAGS}" | |
| CHOST="x86_64-pc-linux-gnu" | |
| ABI_X86="64 32" | |
| CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" | |
| MAKEOPTS="-j2" | |
| #MAKEOPTS="-j32" | |
| #EMERGE_DEFAULT_OPTS="--verbose --ask --autounmask-write --verbose-conflicts --keep-going --with-bdeps=y" | |
| EMERGE_DEFAULT_OPTS="--verbose --ask --autounmask-write --keep-going --load-average=32.0 --jobs=99" | |
| VIDEO_CARDS="ast amdgpu radeonsi" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| use strict; | |
| use Irssi; | |
| use vars qw($VERSION %IRSSI); | |
| $VERSION = "1.1"; | |
| %IRSSI = ( | |
| authors => "Grok (fixed for IRC)", | |
| contact => "https://x.ai", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Let’s break down 2 Na₂CO₃ · 3 H₂O₂ piece by piece in a clear way. | |
| 1. Na₂CO₃ | |
| This is Sodium carbonate | |
| Contains: | |
| 2 sodium atoms (Na) | |
| 1 carbonate group (CO₃) | |
| Often called washing soda |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wheel operator staff video realtime webcamd cups sddm pulse-rt avahi pulse pulse-access polkitd colord sq |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import os | |
| import sys | |
| import warnings | |
| import numpy as np | |
| import librosa | |
| from mutagen.easyid3 import EasyID3 | |
| # Suppress librosa UserWarnings and FutureWarnings | |
| warnings.filterwarnings("ignore", category=UserWarning) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ubuntu@ubuntu:~$ edid-decode /sys/class/drm/card0/card0-HDMI-A-1/edid | |
| edid-decode (hex): | |
| 00 ff ff ff ff ff ff 00 12 e5 00 21 50 2d 31 01 | |
| 1c 13 01 03 81 2f 1a 78 2e 35 85 a6 56 48 9a 24 | |
| 12 50 54 af ef 00 01 01 01 01 01 01 01 01 01 01 | |
| 01 01 01 01 01 01 a1 13 00 40 41 58 19 20 2c 58 | |
| 36 00 dc 0c 11 00 00 1a 00 00 00 ff 00 30 0a 0a | |
| 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 00 00 00 fd 00 38 | |
| 4b 1e 53 15 00 0a 20 20 20 20 20 20 00 00 00 fc |
NewerOlder