filesystem
Here are 2,672 public repositories matching this topic...
-
Updated
Dec 21, 2020 - Python
-
Updated
Dec 22, 2020 - PHP
-
Updated
Dec 21, 2020 - C
-
Updated
Dec 14, 2020 - JavaScript
-
Updated
Dec 18, 2020 - JavaScript
-
Updated
Dec 23, 2020 - C++
-
Updated
Dec 18, 2020 - PHP
-
Updated
Dec 13, 2020 - C
-
Updated
Dec 21, 2020 - Go
-
Updated
Nov 26, 2020 - C++
-
Updated
Dec 23, 2020 - C
-
Updated
Dec 14, 2020 - Rust
-
Updated
Dec 22, 2020 - C
-
Updated
Dec 21, 2020 - Ruby
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Nov 18, 2020 - 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
Dec 22, 2020 - C
-
Updated
Dec 23, 2020 - Go
-
Updated
Dec 20, 2020 - Go
-
Updated
Oct 22, 2020 - Go
-
Updated
Sep 25, 2020 - 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