Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T03:50:02.000Z (6 months ago)
- Last Synced: 2024-05-10T22:08:14.211Z (6 months ago)
- Language: C
- Homepage: http://lemire.me/blog/
- Size: 8.18 MB
- Stars: 796
- Watchers: 66
- Forks: 180
- Open Issues: 6
-
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
- JavaScriptand 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.