Skip to content

Commit

Permalink
Update and rename README to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Nov 9, 2018
1 parent b7a1dd5 commit c6f6704
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 78 deletions.
78 changes: 0 additions & 78 deletions README

This file was deleted.

48 changes: 48 additions & 0 deletions README.md
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.



0 comments on commit c6f6704

Please sign in to comment.