No description
  • Python 27.7%
  • Objective-C 20.5%
  • Java 18.9%
  • C++ 17.7%
  • CMake 7.6%
  • Other 7.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Dimitri Merejkowsky 1275a09daa
Update README.md
2021-09-11 19:20:05 +02:00
android Android: redo from scratch 2018-06-18 15:47:12 +02:00
cpp Add ios support 2018-09-18 18:24:51 +02:00
ios Fix automatically generated readme 2018-09-18 18:26:05 +02:00
java fixup bump gradle 2018-06-02 18:26:55 +02:00
python Bump urllib3 from 1.26.4 to 1.26.5 in /python 2021-06-01 22:14:46 +00:00
LICENSE Add a MIT license 2019-10-10 10:49:22 +02:00
README.md Update README.md 2021-09-11 19:20:05 +02:00

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:

    • C
    • Java (with jna)
    • Python3 (with cffi)
    • 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.