Skip to content

Instantly share code, notes, and snippets.

# Snapshot from https://github.com/mikalv/awesome-qt-qml
# Awesome Qt
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things. Inspired by [awesome-cpp](https://github.com/fffaraz/awesome-cpp) and other awesome lists.
Pull requests of new projects/apps/libraries are welcome :)
- [Awesome Qt/QML](#awesome-qt-qml)
- [Android](#android)
@levoff
levoff / ABOUT.md
Created August 28, 2021 09:36 — forked from laobubu/ABOUT.md
A very simple HTTP server in C, for Unix, using fork()

Pico HTTP Server in C

This is a very simple HTTP server for Unix, using fork(). It's very easy to use

How to use

  1. include header httpd.h
  2. write your route method, handling requests.
  3. call serve_forever("12913") to start serving on port 12913
@levoff
levoff / css-tricks-card-carousel.markdown
Created April 12, 2020 05:44
CSS-Tricks Card Carousel