Skip to content

Instantly share code, notes, and snippets.

View HamzaAnis's full-sized avatar
:electron:
Excellence is not a skill, it's an attitude.

Hamza Anis HamzaAnis

:electron:
Excellence is not a skill, it's an attitude.
View GitHub Profile
"{
"proxyDomain": "loopback.modlishka.io",
"listeningAddress": "0.0.0.0",
"proxyAddress": "",
"target": "paypal.com",
"targetResources": "c.paypal.com,www.paypal.com,www.paypalobjects.com,t.paypal.com,ad.doubleclick.net",
"targetRules": "",
"terminateTriggers": "",
"terminateRedirectUrl": "",
"trackingCookie": "ident",
package main
import (
"flag"
"fmt"
"io"
"log"
"net"
"os"
"os/signal"
class Node:
def __init__(self, val=None, p=None, l=None, r=None):
self.key = val
self.parent = p
self.left_child = l
self.right_child = r
self.balance_factor = 0
def __repr__(self):
s = str(self.key)
@HamzaAnis
HamzaAnis / GitHub-slack
Last active December 20, 2021 14:10
Subscribe to all of the updates on GitHub plugin slack
/github subscribe owner/repo issues pulls commits commits:* releases comments branches reviews