Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Usage:
# bartermapp [arg1] [arg2]
# arg1: terminal program to run
# arg2: number of times do apply additional
# x offset defined by xinterval
# Dependencies:
@Alexander-Mages
Alexander-Mages / ClientTransport.py
Last active July 20, 2021 20:33
sctp transport
import socket
import socks
import threading
#threading but with better performance, allows multiple cores to be used
from multiprocessing import Process
#will need to eventually implement both socks versions
print("launching socks proxy to communicate with the tor browser...")
sockssock = socks.socksocket()
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace SportsAdministrationApp.Models
{
public class ApplicationDbContext : IdentityDbContext
{
public ApplicationDbContext(DbContextOptions<ApplicationDbContext> options)