Skip to content

Instantly share code, notes, and snippets.

View IceXPR's full-sized avatar

Julio IceXPR

View GitHub Profile
@IceXPR
IceXPR / twisted.md
Created November 24, 2020 02:22 — forked from michaellihs/twisted.md
Write your own ssh Server with the Python Twisted library

SSH Server with the Python Twisted Library

Installing the library

Assuming you have Python installed on your system:

pip install twisted
pip install pyOpenSSL
pip install service_identity
@IceXPR
IceXPR / code.py
Created November 9, 2020 05:48 — forked from ladyada/code.py
CircuitPython Countdown for MagTag Demo
import sys
import time
import board
import wifi
import socketpool
import adafruit_requests
import ssl
import rtc
import displayio
import terminalio
@IceXPR
IceXPR / berlin-jsconf-2014.md
Created August 2, 2020 16:07 — forked from nikcorg/berlin-jsconf-2014.md
Slide decks of JSConf 2014