Skip to content

Instantly share code, notes, and snippets.

View SuryaMaulana's full-sized avatar
💻
Eat, Sleep, Pwn, Repeat

Surya SuryaMaulana

💻
Eat, Sleep, Pwn, Repeat
  • Surabaya, Jawa Timur, Indonesia.
View GitHub Profile

API covid-19

information

Menyajikan data terkait covid-19 ter-khusus wilayah Jawa Timur

Sample Request

  • Mendapatkan data pasien covid di Indonesia

Request

@lc-at
lc-at / mux.py
Created January 7, 2020 11:29
pymux: run multiple services in one port (connection multiplexer)
import select
import socket
import socketserver
__author__ = 'loncat <me@lcat.dev>'
services = [
{
'name': 'ssh',
'address': ('127.0.0.1', 22),
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┇ A bug is never just a mistake. ┇
┇ It represents something bigger. An error ┇
┇ of thinking that makes you who you are. ┇
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
👩🏻‍🔧 Kaylee: So, um, how come you
don’t care where you’re going?
👩🏾‍🌾 Book: ‘Cause how you get there
is the worthier part.