redis-server --version
redis-cli --version
apt-get install build-essential
# µPing (MicroPing) for MicroPython | |
# copyright (c) 2018 Shawwwn <[email protected]> | |
# License: MIT | |
# Internet Checksum Algorithm | |
# Author: Olav Morken | |
# https://github.com/olavmrk/python-ping/blob/master/ping.py | |
# @data: bytes | |
def checksum(data): | |
if len(data) & 0x1: # Odd number of bytes |
''' | |
''' | |
from kivy.app import App | |
from kivy.lang import Builder | |
from kivy.core.text import Text | |
from kivy.clock import mainthread | |
KV = ''' | |
TextInput: |