Skip to content

Instantly share code, notes, and snippets.

View wbvalid's full-sized avatar

SubmarineFish wbvalid

  • cmb
View GitHub Profile
@wbvalid
wbvalid / cpp.std.coroutines.draft.md
Created August 27, 2021 02:28 — forked from MattPD/cpp.std.coroutines.draft.md
C++ links: Coroutines (WIP draft)
#!/usr/bin/env python
import paramiko
hostname = '192.168.1.1'
port = 22
username = 'foo'
password = 'xxxYYYxxx'
if __name__ == "__main__":