synchronization
Here are 1,045 public repositories matching this topic...
-
Updated
Oct 11, 2020 - Python
Hi, I'm not sure if more platforms are interesting to you, but I've made a slightly more complete implementation of padding a struct to the cache line size here:
https://github.com/tinco/cache_line_size
I got the information on the cache line sizes from the Go compiler repository, so I'm pretty sure these are correct for all platforms Go runs on, which is a whole bunch.
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Nov 11, 2020 - Java
-
Updated
Nov 13, 2020 - C++
-
Updated
Jun 24, 2020 - Go
-
Updated
May 7, 2020 - Shell
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Oct 23, 2020 - Objective-C
-
Updated
Nov 5, 2020 - C++
-
Updated
Jul 30, 2020 - C
-
Updated
Sep 28, 2020 - Rust
-
Updated
Nov 9, 2020 - Go
-
Updated
Nov 5, 2020 - Shell
-
Updated
Nov 13, 2020 - Python
-
Updated
Nov 7, 2020 - C#
-
Updated
Mar 10, 2017 - Perl
-
Updated
Nov 9, 2020 - PHP
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 12, 2020 - Java
-
Updated
Nov 10, 2020 - C
-
Updated
Aug 31, 2020 - Java
-
Updated
May 30, 2019 - Python
-
Updated
Oct 13, 2020 - C#
-
Updated
Aug 25, 2017 - JavaScript
-
Updated
Apr 26, 2020 - Rust
-
Updated
Jul 26, 2020 - C++
-
Updated
May 19, 2019 - Go
Improve this page
Add a description, image, and links to the synchronization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the synchronization topic, visit your repo's landing page and select "manage topics."
Right now, Syncthing seems to always use LF for line endings in
config.xml
and.stignore
. This is a problem in Windows when trying to edit those using the built-in Notepad, which until very recently had no support for other line endings than CRLF. Support for them has only been added in the very recent versions of Windows 10.The problem is that when opening those files in Notepad under old