Skip to content

Instantly share code, notes, and snippets.

@KR0SIV
KR0SIV / keybase.md
Created December 1, 2020 15:35
Keybase

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@KR0SIV
KR0SIV / main.py
Created May 15, 2017 13:01 — forked from gear11/main.py
Simple Python proxy server based on Flask and Requests. See: http:/python-proxy-server/gear11.com/2013/12/python-proxy-server/
"""
A simple proxy server. Usage:
http://hostname:port/p/(URL to be proxied, minus protocol)
For example:
http://localhost:8080/p/www.google.com
"""
@KR0SIV
KR0SIV / fldigiwraper-exception
Created May 26, 2016 02:49
Exception Thrown after execution of XMLRPC call
using System;
using XmlRpc;
using System.Xml;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace FldigiWrapper
{