https://github.com/lemire/code-used-on-daniel-lemire-s-blog
This is a repository for the code posted on my blog
https://github.com/lemire/code-used-on-daniel-lemire-s-blog
Last synced: about 1 year ago
JSON representation
This is a repository for the code posted on my blog
- Host: GitHub
- URL: https://github.com/lemire/code-used-on-daniel-lemire-s-blog
- Owner: lemire
- Created: 2012-04-06T00:13:02.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-05-10T20:11:08.000Z (about 1 year ago)
- Last Synced: 2025-05-10T21:20:24.878Z (about 1 year ago)
- Language: C
- Homepage: http://lemire.me/blog/
- Size: 8.73 MB
- Stars: 875
- Watchers: 66
- Forks: 186
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
Awesome Lists containing this project
README
## Code used on Daniel Lemire's blog
by D. Lemire
blog: http://lemire.me/blog/
This code is meant to illustrate ideas
that I present on my blog. Don't expect or
ask for industrial-strength software. It is
experimental code: it can be wrong, slow, poorly
coded and poorly documented.
I do maintain some software meant for actual
use, with bona fide unit testing and documentation.
The code here does not fit in this category.
## Contributions
Pull requests are always welcome. If you find a mistake, please submit a patch. Note that contributions are thus received as being in the public domain.
## Languages
You'll find code written in :
- C
- C++
- Java
- Python
- Swift
- Go
- JavaScript
and possibly other languages.
## Licensing
Unless otherwise stated, I make no copyright claim
on this code: you may consider it to be in the public
domain.
Don't bother forking this code: just steal it.