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 <[email protected]>'
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.