Skip to content

Instantly share code, notes, and snippets.

View eisensheng's full-sized avatar

Arthur Skowronek eisensheng

  • Bremen, Germany
View GitHub Profile
@eisensheng
eisensheng / gist:d3a34dfe095b92d035f9
Last active August 29, 2015 14:12
python, time and sleep
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals
from select import select
from cffi import FFI
ffi = FFI()
ffi.cdef("""
#define CLOCK_REALTIME ...