Top 23 Decoding Open-Source Projects
-
Hashids.net
A small .NET package to generate YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user.
Project mention: Is it ok to have sensitive data in cascading values? | reddit.com/r/Blazor | 2022-08-09Guids are nice, but there’s the option of hashids too. While it’s not advertised as a security mechanism, it does mask the integer and make things harder to guess
-
New audio stream processors API (experimental): Now real-time audio stream data processors can be added using callbacks to played Music. It allows users to create custom effects for audio like delays of low-pass-filtering (example provided). The new API uses a callback system and it's still _ highly experimental_, it differs from the usual level of complexity that provides raylib and it is intended for advance users. It could change in the future but, actually, raudio module is in the spotlight for future updates; miniaudio implements a new higher-level API that can be useful in the future for raylib.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
-
Project mention: Interested in learning about Steganography | reddit.com/r/Steganography | 2022-01-30
-
encoding
Go package containing implementations of efficient encoding, decoding, and validation APIs.
Project mention: 80x improvements in caching by moving from JSON to gob | reddit.com/r/golang | 2022-04-11Binary formats work well for some cases but JSON is often unavoidable since it is so widely used for APIs. However, you can make it faster in golang with this https://github.com/segmentio/encoding.
-
Project mention: Is there any research as to what's the best way to compress each file type? | reddit.com/r/compression | 2022-05-14
flac : https://xiph.org/flac/
-
This is similar in practice to using abi_stable, and end-users will still receive compiled files, but your plugins will be sandboxed and a single build will work on all platforms. The downside is that it's a bit more work because WebAssembly's support for passing complex data types between the host and the WebAssembly code is in the preliminary stages, so you need to do something like using Serde to encode your data into something like Bincode or MessagePack (or JSON and friends) to hand it off between the host and the plugin.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
I know that libraries like Scodec and shapeless were rewritten practically from scratch for Scala 3, taking advantage of the next syntax and internals, as well as protoquill - a Scala 3 implementation of Quill.
-
-
-
-
form
:steam_locomotive: Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support. (by go-playground)
-
-
libmorton
C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates
-
-
Project mention: [REQUEST]: I need some examples of Canon RAW format files or a utility to make them. | reddit.com/r/AskPhotography | 2021-11-02
The repo of files used for RAWSpeed (https://github.com/darktable-org/rawspeed)
-
-
Project mention: Announcing: ImageSieve, a tool to assist in sorting and archiving images and videos | reddit.com/r/rust | 2022-02-13
I absolutely loved all the crates available that made my life very simple in many cases. I used (among others) the slint ui framework, kamadak-exif, img_hash, fast_image_resize and rawloader.
-
-
-
I am asked to add an opus format decoder in a game, and fortunately Xiph provides examples (https://github.com/xiph/opusfile/blob/master/examples/opusfile_example.c) , however, I am completely new to anything sound related, so I don't even understand vocabulary:
-
-
Decoding related posts
- Is it ok to have sensitive data in cascading values?
- UUIDs to Prevent Enumeration Attacks
- Is there any research as to what's the best way to compress each file type?
- how to shorten the two-factor auth key?
- [Parte 4] CQRS y MediatR: URLs seguros con HashIds
- Announcing a new arithmetic coding library!
- FLAC 1.3.4 リリース:セキュリティ関連のバグ修正など
Index
What are some of the best open-source Decoding projects? This list will help you:
Project | Stars | |
---|---|---|
1 | Hashids.net | 2,517 |
2 | miniaudio | 2,353 |
3 | AnyCodable | 1,066 |
4 | stegify | 1,017 |
5 | encoding | 859 |
6 | flac | 820 |
7 | msgpack-rust | 781 |
8 | scodec | 761 |
9 | pbf | 713 |
10 | go-geom | 602 |
11 | Glide Bitmap Pool | 565 |
12 | form | 533 |
13 | libspng | 520 |
14 | libmorton | 464 |
15 | Arrow 🏹 | 375 |
16 | rawspeed | 248 |
17 | json | 220 |
18 | rawloader | 214 |
19 | formam | 171 |
20 | base64 | 162 |
21 | opusfile | 108 |
22 | polyline | 69 |
23 | go-fixedwidth | 64 |
Are you hiring? Post a new remote job listing for free.