filesystem
Here are 2,454 public repositories matching this topic...
-
Updated
Jul 15, 2020 - Python
-
Updated
Aug 25, 2020 - PHP
-
Updated
Aug 23, 2020 - C
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Aug 26, 2020 - C++
-
Updated
Aug 21, 2020 - PHP
-
Updated
Aug 25, 2020 - C
-
Updated
Aug 24, 2020 - Go
-
Updated
Aug 10, 2020 - C++
-
Updated
Jan 22, 2020 - Rust
-
Updated
Aug 19, 2020 - Ruby
-
Updated
Aug 25, 2020 - C
-
Updated
Aug 20, 2020 - C
-
Updated
Aug 25, 2020 - 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
Aug 6, 2020 - Go
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
Aug 18, 2020 - C
-
Updated
Aug 26, 2020 - Go
-
Updated
Aug 15, 2020 - Go
-
Updated
Jun 20, 2020 - Go
-
Updated
Aug 1, 2020 - C++
-
Updated
Aug 10, 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