A curated list of arrrrrrrrr!
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
| // The MIT License(MIT) | |
| // | |
| // Copyright(c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy of | |
| // this software and associated documentation files(the "Software"), to deal in | |
| // the Software without restriction, including without limitation the rights to | |
| // use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies of | |
| // the Software, and to permit persons to whom the Software is furnished to do so, | |
| // subject to the following conditions : |
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 xdg-open | |
| [Desktop Entry] | |
| Version=1.0 | |
| Name=DNC | |
| StartupWMClass=dnc | |
| GenericName=Definitely not chrome | |
| Comment=All your messages | |
| Exec=bash -c '/bin/chromium --class="dnc" --user-data-dir="$HOME/.config/chromium-not"' | |
| StartupNotify=true | |
| Terminal=false |
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
| #EXTM3U | |
| #EXTINF:0,1 (18+) . | |
| http://hls-v3-spbtv.msk.spbtv.com/for_spb/msk/ipv3/257.m3u8 | |
| #EXTINF:0,1 Music Channel | |
| http://stream.1music.hu/stream/1music.m3u8 | |
| #EXTINF:0,1+1 . | |
| http://kv-3ln-n01.ollcdn.net/hls-tv/18/128147972228ef43d29d88c5490c0005/5ca630d7/oneplusone/oneplusone.m3u8 | |
| #EXTINF:0,1-й Республиканский | |
| http://dprtv.phoenix-dnr.ru/first-republic-tv | |
| #EXTINF:0,100 automoto.TV |
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
| //!DESC acme-0.5x | |
| //!HOOK LUMA | |
| //!BIND HOOKED | |
| //!WIDTH HOOKED.w 2 / | |
| //!HEIGHT HOOKED.h 2 / | |
| //!WHEN HOOKED.w 2 % ! HOOKED.h 2 % ! * | |
| //!OFFSET 0.25 0.25 | |
| vec4 hook() { | |
| return HOOKED_texOff(vec2(-0.25,-0.25)); | |
| } |
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
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <X11/Xlib.h> | |
| #include <X11/Xutil.h> | |
| /** | |
| * Set the WM_CLASS property of a window specified by it's ID | |
| * Usage: set_wm_class <window id> <window class> <application name> | |
| * Compile with: gcc set_wm_class.c -lX11 -o set_wm_class |
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
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| #ifdef _MSC_VER | |
| #include <intrin.h> /* for rdtscp and clflush */ | |
| #pragma optimize("gt",on) | |
| #else | |
| #include <x86intrin.h> /* for rdtscp and clflush */ | |
| #endif |
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
| ytdl-format=bestvideo[ext=mp4][height<=1080]+bestaudio/best[ext=mp4]/best |
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
| diff --git a/src/Makefile.in b/src/Makefile.in | |
| index 18acb39e..ef2e7a40 100644 | |
| --- a/src/Makefile.in | |
| +++ b/src/Makefile.in | |
| @@ -40,7 +40,7 @@ COMMON = \ | |
| screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ | |
| scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \ | |
| rxvttoolkit.o rxvtutil.o keyboard.o rxvtimg.o \ | |
| - ev_cpp.o fdpass_wrapper.o ptytty_wrapper.o @PERL_O@ | |
| + ev_cpp.o fdpass_wrapper.o ptytty_wrapper.o sixel.o @PERL_O@ |
NewerOlder

