filesystem
Here are 2,598 public repositories matching this topic...
-
Updated
Oct 12, 2020 - Python
-
Updated
Nov 24, 2020 - PHP
-
Updated
Nov 24, 2020 - C
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Nov 24, 2020 - C++
-
Updated
Nov 21, 2020 - PHP
-
Updated
Nov 21, 2020 - C
-
Updated
Nov 19, 2020 - Go
-
Updated
Nov 16, 2020 - C++
-
Updated
Jan 22, 2020 - Rust
-
Updated
Nov 25, 2020 - C
-
Updated
Nov 24, 2020 - Ruby
-
Updated
Nov 24, 2020 - C
-
Updated
Oct 9, 2020 - PHP
-
Updated
Nov 18, 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-Encoding
header, 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
Nov 23, 2020 - C
-
Updated
Nov 25, 2020 - Go
-
Updated
Nov 15, 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."
Describe the bug you encountered:
Though the folder has few files without extension, but the following command returns nothing.
$ fd -t f -e ''
Describe what you expected to happen:
I expected to have a output ~similar to the output of
find . -type f ! -name "*.*"
What version of
fd
are you using?fd 8.1.1
Which operating system / distribution are you on?