Skip to content

Instantly share code, notes, and snippets.

@multiSnow
multiSnow / gnunet-idn2.patch
Created August 10, 2017 14:24
gnunet-idn2.patch
--- a/configure.ac
+++ b/configure.ac
@@ -665,9 +665,9 @@ LIBS=$SAVE_LIBS
# libidn
-AC_MSG_CHECKING([if Libidn can be used])
-AC_ARG_WITH(libidn, AC_HELP_STRING([--with-libidn=[DIR]],
- [Support IDN (needs GNU Libidn)]),
+AC_MSG_CHECKING([if Libidn2 can be used])
@multiSnow
multiSnow / safeshelve.py
Last active August 29, 2015 14:13
Checkable Shelf for python3
#coding: utf8
# safeshelve
#
# Copyright (c) 2015, multiSnow <infinity.blick.winkel@gmail.com>
#
# Permission to use, copy, modify, and/or distribute this software for
# any purpose with or without fee is hereby granted, provided that the
# above copyright notice and this permission notice appear in all
# copies.
#