filesystem
Here are 2,734 public repositories matching this topic...
-
Updated
Jan 2, 2021 - Python
-
Updated
Feb 2, 2021 - PHP
-
Updated
Jan 31, 2021 - C
-
Updated
Jan 29, 2021 - JavaScript
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Feb 3, 2021 - C++
-
Updated
Feb 3, 2021 - PHP
-
Updated
Jan 31, 2021 - C
-
Updated
Jan 10, 2021 - Go
-
Updated
Feb 3, 2021 - C
-
Updated
Nov 26, 2020 - C++
-
Updated
Feb 3, 2021 - C
-
Updated
Dec 14, 2020 - Rust
-
Updated
Feb 3, 2021 - Ruby
-
Updated
Feb 3, 2021 - Go
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
Jan 12, 2021 - Go
-
Updated
Oct 9, 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
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
Jan 20, 2021 - C
-
Updated
Feb 2, 2021 - Go
-
Updated
Jan 31, 2021 - Go
-
Updated
Jan 13, 2021 - Go
-
Updated
Jan 30, 2021 - C++
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."
In Git Bash, I use the alias
fd='MSYS_NO_PATHCONV=1 fd --path-separator=/'so that everything is generally done with bash-style path names. This doesn't work with the --exec feature. This makes the output of "grep -H" annoying. The good news is that it functions - grep must accept either file separator. The bad news is that I get a path string I can't usefully copy/paste in the shell to pass to