peer-to-peer
Peer-to-Peer (P2P) applications share resources and communicate in a decentralized or distributed architecture. Often application nodes communicate directly with each other or cooperate to do work which benefits other nodes or the overall P2P system. In a pure P2P system, there is no distinction between client and server.
Here are 966 public repositories matching this topic...
-
Updated
Nov 6, 2021 - Go
-
Updated
Nov 6, 2021 - JavaScript
Hello!
When text line in list is too long and part of it is moved on the next line, list number is placed on the last line. When I use <br>, list number is placed on the first line of multiline text.
Demo is below:
Demo text:
1. [ ] task 1
2. [ ] task 2 task 2 task 2
-
Updated
Nov 6, 2021 - C++
-
Updated
Oct 21, 2021 - JavaScript
Here is what I've noticed:
ipfs.block.get- docs say it returns a
Block, but it returns aUint8Array - docs are missing the
preloadoption
- docs say it returns a
ipfs.block.put- docs say it can also take a
Blockas a parameter, but it can only be aUint8Array - docs say it can take a
cidas an option, but the implementation ignores such a parameter - docs say it returns a
Block, b
- docs say it can also take a
All of the CI builds are flavors of linux. It'd be great to add some Windows / Mac ones.
Anybody know github actions and want to help out?
-
Updated
Nov 6, 2021 - JavaScript
Background
When compaction failed as described in #5936 I got the following message:
could not start compaction, destination folder /home/bitcoin/.lnd/data/graph/mainnet only has 10823012352 bytes of free disk space available while we need at least 10196967424 for worst-case compaction
This is confusing, as 10823012352 > 10196967424.
Your environment
- 0.14.0-beta.rc2
- L
-
Updated
May 11, 2021 - JavaScript
Since the URLs are just a gate pass for the video call, there might be a chance of getting intruders into the call with a simple brute force.
Users feel more secure if we have some passcode or approval from the creator to join into call.
-
Updated
Sep 16, 2021 - Go
-
Updated
Nov 1, 2021 - Python
-
Updated
Nov 6, 2021 - Rust
-
Updated
Nov 1, 2021 - Java
-
Updated
Nov 14, 2018 - JavaScript
-
Updated
Nov 2, 2021 - Objective-C
-
Updated
Apr 10, 2020 - TSQL
-
Updated
Nov 4, 2021 - C++
-
Updated
Sep 22, 2021 - Go
-
Updated
Nov 7, 2021 - Java
-
Updated
Nov 6, 2021 - TypeScript
-
Updated
Oct 31, 2021 - Swift
This was cut from the v0.2.0 release for present time constraints however making ipfs-http more accessible as "the" ipfs binary would make the project more accessible to anyone just wanting to try it out. At the moment I see the following obstacles:
http/README.mdhas no tutorial on how to try outipfs-httpipfs-httpsupports only `i
-
Updated
Nov 16, 2020 - C
-
Updated
Sep 21, 2021 - TypeScript

Right now, Syncthing seems to always use LF for line endings in
config.xmland.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