filesystem
Here are 2,537 public repositories matching this topic...
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 17, 2020 - PHP
-
Updated
Oct 20, 2020 - C
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Oct 19, 2020 - C++
-
Updated
Oct 14, 2020 - PHP
-
Updated
Oct 14, 2020 - C
-
Updated
Sep 23, 2020 - Go
-
Updated
Oct 8, 2020 - C++
-
Updated
Jan 22, 2020 - Rust
-
Updated
Oct 20, 2020 - C
-
Updated
Oct 9, 2020 - Ruby
-
Updated
Oct 20, 2020 - C
-
Updated
Oct 9, 2020 - PHP
-
Updated
Sep 24, 2020 - Go
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
I am working on adding an ARM64 job in Travis. ARM64 job is failing as docker image chubaofs/cfs-base:1.1 is not available for arm64.
Please check https://travis-ci.org/github/odidev/chubaofs/jobs/713238554 for the same.
I have built ARM64 binaries in ARM64 platform using below steps:
- Removed -Werror flag from rocksdb Makefile as deprecated warnings are being treated as errors.
-
Updated
Sep 17, 2020 - C
-
Updated
Oct 19, 2020 - Go
-
Updated
Oct 19, 2020 - Go
-
Updated
Oct 17, 2020 - Go
-
Updated
Sep 25, 2020 - C++
-
Updated
Oct 19, 2020 - PHP
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."
I see a lot of
fdusers that seem to think that they need to add"{}"to all commands. Some users also seem to think that the closing semicolon (which needs to be escaped)\;is required:In reality, 90% of the
--execuse cases can be written without the"{}"part (whichfdadds, if it is ommitted) because the file entry often comes last. The semic