All Projects → nayuki → Reference Arithmetic Coding

nayuki / Reference Arithmetic Coding

Clear implementation of arithmetic coding for educational purposes in Java, Python, C++.

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Reference Arithmetic Coding

Golib
Go Library [DEPRECATED]
Stars: ✭ 194 (-3.48%)
Mutual labels:  library
Aegis.cpp
Discord C++ library for interfacing with the API. Join our server:
Stars: ✭ 198 (-1.49%)
Mutual labels:  library
Androiddevicenames
A tiny Android library that transforms the device model name into something users can understand.
Stars: ✭ 198 (-1.49%)
Mutual labels:  library
Contour
Modern C++ Terminal Emulator
Stars: ✭ 191 (-4.98%)
Mutual labels:  library
Libmobi
C library for handling Kindle (MOBI) formats of ebook documents
Stars: ✭ 197 (-1.99%)
Mutual labels:  library
Python Trezor
🐍 Don't use this repo, use the new monorepo instead:
Stars: ✭ 198 (-1.49%)
Mutual labels:  library
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (-4.48%)
Mutual labels:  library
Tksubmittransition
Animated UIButton of Loading Animation and Transition Animation. Inspired by https://dribbble.com/shots/1945593-Login-Home-Screen
Stars: ✭ 2,279 (+1033.83%)
Mutual labels:  library
Openlib.cs
📚 A Collection of Free & Open Resources for University Coursework in Computer Science.
Stars: ✭ 198 (-1.49%)
Mutual labels:  library
Messenger4j
A Java library for building Chatbots on the Facebook Messenger Platform - easy and fast.
Stars: ✭ 199 (-1%)
Mutual labels:  library
Newsapi Python
A Python Client for News API
Stars: ✭ 196 (-2.49%)
Mutual labels:  library
Angular Library Seed
🌾 Seed project for Angular libraries that are AOT/JIT compatible and that use external SCSS-styles and HTML-templates
Stars: ✭ 197 (-1.99%)
Mutual labels:  library
Str
A fast, solid and strong typed string manipulation library with multibyte support
Stars: ✭ 199 (-1%)
Mutual labels:  library
Truly Ui
Truly-UI - Web Angular UI Components for Desktop Applications (Electron, NW, APP JS)
Stars: ✭ 195 (-2.99%)
Mutual labels:  library
Ptimagealbumviewcontroller
"Image Album" — or "Photo Album" if you like that better — View( Controller) for all crazy iOS developers out there...
Stars: ✭ 199 (-1%)
Mutual labels:  library
Sdk
Library for using Grafana' structures in Go programs and client for Grafana REST API.
Stars: ✭ 193 (-3.98%)
Mutual labels:  library
Paco
Small utility library for coroutine-driven asynchronous generic programming in Python 3.4+
Stars: ✭ 198 (-1.49%)
Mutual labels:  library
Libreauth
LibreAuth is a collection of tools for user authentication.
Stars: ✭ 201 (+0%)
Mutual labels:  library
Beanstalk
Minimalistic PHP client for beanstalkd without any dependencies
Stars: ✭ 199 (-1%)
Mutual labels:  library
Duaef duik
Duduf After Effects Framework | Duik
Stars: ✭ 197 (-1.99%)
Mutual labels:  library

Reference arithmetic coding

This project is a clear implementation of arithmetic coding, suitable as a reference for educational purposes. It is provided separately in Java, Python, C++, and is open source.

The code can be used for study, and as a solid basis for modification and extension. Consequently, the codebase optimizes for readability and avoids fancy logic, and does not target the best speed/memory/performance.

Home page with detailed description: https://www.nayuki.io/page/reference-arithmetic-coding

License

Copyright © 2020 Project Nayuki. (MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

  • The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

  • The Software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in the Software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].