-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename README to README.md
- Loading branch information
Showing
2 changed files
with
48 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
## 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. | ||
|
||
|
||
|