duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
import socket | |
import asyncio | |
import websockets | |
import time | |
import logging | |
import argparse | |
import threading | |
import sys | |
# The definitive guide to setup my Python workspace | |
# Author: Henrique Bastos <[email protected]> | |
# Updated: 2022-07-14 for reference. | |
PY3=3.10.4 | |
PY3TOOLS="youtube-dl s3cmd fabric pytest poetry requests" | |
VENVS=~/.ve | |
PROJS=~/workspace |
package xmlcombinators | |
import scala.util.parsing.combinator.Parsers | |
import scala.util.parsing.input.{NoPosition, Reader} | |
import javax.xml.stream.events.{Attribute, EndElement, XMLEvent} | |
import javax.xml.stream.{XMLEventReader, XMLInputFactory} | |
import collection.mutable.ArrayBuffer | |
import java.io.File | |
/** |