
GitHub Gist
Pastebin.com
PrivateBin
hastebin
Rentry.co
Write.as
massCode
Ghostbin
Protobuf
gRPC
Apache Thrift
Messagepack
GraphQL
Avro
Protocol Buffers
Apache Kafka
GitHub Gist
ProtobufBased on our record, Protobuf seems to be a lot more popular than GitHub Gist. While we know about 84 links to Protobuf, we've tracked only 8 mentions of GitHub Gist. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
If you are learning things, you could also create github gists. That way your repos will only be coding related, while you can create tutorials / work exercises in gists. Source: over 3 years ago
I use Github, both for full repos and for short gists. Source: over 4 years ago
On the other hand, shared DartPads are just gists on GitHub so theoretically they can include code that works with different packages. Of course, such gists will not compile in DartPad and will be displayed as having errors :(. Source: over 4 years ago
Perhaps github gists? https://gist.github.com/discover. Source: over 4 years ago
I looked at Github gists, but they are focused in displaying the markdown sourcecode (so e.g. Hyperlinks won't be clickable [1] ). Options just don't seem to be focused on simply hosting PDFs/information with clickable references. Source: almost 5 years ago
gRPC is strictly contract first11 which is a design approach that works especially well in larger development teams. It also excels when developing microservices, as a contract would be created before any actual implementations can be done. The contract is designed in the .proto file12, which is also where gRPC gains some of its speed from, seeing as .proto files are... - Source: dev.to / almost 3 years ago
Protocol Buffers, developed by Google, is a compact and efficient binary serialization format designed for high-performance data exchange. - Source: dev.to / over 1 year ago
Protocol Buffers: https://developers.google.com/protocol-buffers. - Source: dev.to / over 3 years ago
ProtocolBuffersโ OneOf message addresses the case of having a message with many fields where at most one field will be set at the same time. - Source: dev.to / over 3 years ago
That's definitely the bigger thing. I think something like Protocol Buffers (Protobuf) is what you're looking for there. Output the data and consume it by something that can handle the analysis. Source: over 3 years ago
Pastebin.com - Pastebin.com is a website where you can store text for a certain period of time.
gRPC - Application and Data, Languages & Frameworks, Remote Procedure Call (RPC), and Service Discovery
PrivateBin - PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of...
Apache Thrift - An interface definition language and communication protocol for creating cross-language services.
hastebin - Pad editor for source code.
Messagepack - An efficient binary serialization format.