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
| NVIDIA on Void Linux x86_64-musl | |
| ================================ | |
| Proprietray NVIDIA kernel modules + nvidia-modprobe binary for Void Linux x86_64-musl. | |
| - DMKS-only + nvidia-modprobe binary for device files creation | |
| - both drivers and binary from NVIDIA upstream | |
| How it works: kernel modules are libc-independent already, | |
| userspace nvidia libraries can live in glibc Flatpak/chroot/container. |
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
| #!/bin/sh | |
| set -eu | |
| argv0="$0" | |
| usage() { | |
| printf 'usage: %s [-s] [-m] [-h] [package...]\n' "$argv0" | |
| } |
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
| adobe-flash-plugin-ppapi | |
| CLion | |
| DataGrip | |
| GoLand | |
| JAI | |
| MultiMC | |
| PhpStorm | |
| ReDoomEd.app | |
| RubyMine | |
| tarsnap |
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
| { | |
| "image1": "https://upload.wikimedia.org/wikipedia/ru/c/cb/AmazingSpiderMan50.jpg", | |
| "image2": "https://upload.wikimedia.org/wikipedia/ru/7/75/Ant-Man_poster.jpg" | |
| } |
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
| <h1 id="sample-markdown">Sample Markdown</h1> | |
| <p>This is some basic, sample markdown.</p> | |
| <h2 id="second-heading">Second Heading</h2> | |
| <ul> | |
| <li>Unordered lists, and:<ol> | |
| <li>One</li> | |
| <li>Two</li> | |
| <li>Three</li> | |
| </ol> | |
| </li> |
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
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| "os/signal" | |
| "time" | |
| ) | |
| func main() { |
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
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. |
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
| package main | |
| import ( | |
| "errors" | |
| "flag" | |
| "io" | |
| "log" | |
| "math" | |
| "net" | |
| "os" |
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
| package main | |
| import ( | |
| "context" | |
| "flag" | |
| "fmt" | |
| "os" | |
| "os/exec" | |
| "os/signal" | |
| "time" |
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/config.def.h b/config.def.h | |
| index 546edda..4f3e806 100644 | |
| --- a/config.def.h | |
| +++ b/config.def.h | |
| @@ -82,6 +82,9 @@ char *termname = "st-256color"; | |
| */ | |
| unsigned int tabspaces = 8; | |
| +/* bg opacity */ | |
| +float alpha = 0.8; |
NewerOlder