No description
- Python 27.7%
- Objective-C 20.5%
- Java 18.9%
- C++ 17.7%
- CMake 7.6%
- Other 7.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| android | ||
| cpp | ||
| ios | ||
| java | ||
| python | ||
| LICENSE | ||
| README.md | ||
ChuckNorris
Note: I've spend quite a long time in my programming career thinking about C++ compilation, and it's a topic I no longer have interest in. As such, the code here, like the accompanying blog posts, are now read-only and probably will get out-of-date one day. Sorry about that, but I thought you ought to know.
This repository contains a library written in c++ that depends on sqlite3
It also contains:
-
wrappers for the following languages:
CJava(withjna)Python3(withcffi)Objective-C
-
an Android application
-
an iOS application
-
and all the scripts you need to build everything without pull your hair out :)
It's used as an example for the Let's Build Chuck Norris series on my blog.