Skip to content

Instantly share code, notes, and snippets.

@nebulak
nebulak / Thunderbird-Addon-Ressources.md
Last active August 20, 2023 21:17
Outdated: Ressources and useful links for Thunderbird addon development

Ressources for Thunderbird addon development

Most content of this gist is outdated, as the TB addon system has changed and now uses the same addon system, that is used by firefox

Mozilla pages

@nebulak
nebulak / CMake Cross Compilation.md
Last active April 12, 2017 07:43
Cmake Cross compilation
@nebulak
nebulak / readme.md
Last active May 23, 2017 09:39
Cross compile libunbound & ldns
@nebulak
nebulak / CMakeLists.txt
Last active June 8, 2017 08:08
Build and use LibUnbound & LDNS for DNSSEC, DANE & HPKP
cmake_minimum_required(VERSION 2.8.9)
project (ExampleProject)
MESSAGE(STATUS "Looking for libunbound")
FIND_PATH(UNBOUND_INCLUDE_DIR
NAMES unbound.h
PATH_SUFFIXES include/ include/unbound/
PATHS "${PROJECT_SOURCE_DIR}"
${UNBOUND_ROOT}
@nebulak
nebulak / readme.md
Created June 8, 2017 12:04
HTTP-requests using C-sockets
@nebulak
nebulak / tech_books.md
Last active January 3, 2018 10:09
Tech books
@nebulak
nebulak / mono-udp-p2p-with-hole-punching.md
Created February 2, 2018 10:45
Mono UDP P2P file transfer with hole-punching