Skip to content

Instantly share code, notes, and snippets.

View cknoll's full-sized avatar

C. Knoll cknoll

  • Faculty of Electrical and Computer Engineering, Dresden University of Technology
  • Dresden, Saxony, Germany, EU, Earth, Universe
View GitHub Profile
@cknoll
cknoll / proposal_voting_via_gpg_git_tor.md
Last active November 8, 2020 21:43
Proposing a Verifyable Annonymous Voting System Based on Email, GPG and Git

Proposing a Verifiable Anonymous Voting System Based on Email, GPG, Git and Tor

__version__ = "0.4.3"



!!This is an outdated version of the proposal-text.!!
@cknoll
cknoll / client.py
Created January 7, 2018 21:26 — forked from caspian311/client.py
Simple client-service dbus example in python.
#!/usr/bin/env python
import dbus
class Client():
def __init__(self):
bus = dbus.SessionBus()
service = bus.get_object('com.example.service', "/com/example/service")
self._message = service.get_dbus_method('get_message', 'com.example.service.Message')
self._quit = service.get_dbus_method('quit', 'com.example.service.Quit')
@cknoll
cknoll / ptf-idee.md
Last active March 19, 2017 13:06
Projektidee für den Prototype-Fund

Idee für den Prototype-Fund: https://prototypefund.de/

Das ist ein (Meta)-Projekt der Open Knowledge Foundation (OKF) und dient dazu, Geld vom Bundesministerium für Bildung und Formschung (BMBF) an kleine bzw. junge OpenSource-Projekte zu verteilen. Antragsmodalitäten sind überschaubar. Maximale Fördersumme: 30K

Themenschwerpunkt für die zweite Runde: "Tools für eine starke Zivilgesellschaft"

@cknoll
cknoll / PID_parameters.ipynb
Created February 23, 2016 16:28
Calculation of PID parameters with sympy (nonlinear system of equations)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cknoll
cknoll / Waermekapazitaet.ipynb
Created October 2, 2014 21:51
Überlegungen zur Veränderung der Wärmekapazität unter mechanischer Belastung
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.