filesystem
Here are 3,382 public repositories matching this topic...
-
Updated
Feb 26, 2022 - C
-
Updated
Feb 8, 2022 - Python
-
Updated
Feb 26, 2022 - PHP
-
Updated
Feb 15, 2022 - JavaScript
-
Updated
Feb 22, 2022 - JavaScript
-
Updated
Feb 25, 2022 - Go
-
Updated
Feb 27, 2022 - C++
-
Updated
Feb 25, 2022 - Go
-
Updated
Feb 25, 2022 - C
-
Updated
Feb 27, 2022 - C
-
Updated
Feb 25, 2022 - PHP
-
Updated
Feb 3, 2022 - Go
-
Updated
Feb 26, 2022 - C
-
Updated
Feb 25, 2022 - C
-
Updated
Feb 25, 2022 - Go
-
Updated
Oct 28, 2021 - C++
-
Updated
Feb 19, 2022 - Ruby
-
Updated
Dec 14, 2020 - Rust
-
Updated
Feb 4, 2022 - JavaScript
-
Updated
Feb 25, 2022 - Go
-
Updated
Oct 7, 2021 - PHP
gzip compression
Google suggests enabling gzip compression before transferring files over the network:
In order to receive a gzip-encoded response you must do two things: Set an
Accept-Encodingheader, and modify your user agent to contain the string gzip. Here is an example of properly formed HTTP headers for enabling gzip compression:
Acc
-
Updated
Jan 27, 2022 - Go
-
Updated
Feb 26, 2022 - Go
Xplr works by using a simple message passing system.
Messages are sent to a running xplr session by binding them to some key, using --on-load, or by calling lua functions or bash scripts (using messages of course).
So, there's a long list of messages documented in https://xplr.dev/en/message, which might be overwhelming.
One way we can tackle this is by putting them into separate categories
Improve this page
Add a description, image, and links to the filesystem topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the filesystem topic, visit your repo's landing page and select "manage topics."
It is definitely not clear in the man pages that
fduses regular expression search as its default. That ought to be specified in the DESCRIPTION section offd's man page.