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
| 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 | |
| /** |
| # 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 |
| import socket | |
| import asyncio | |
| import websockets | |
| import time | |
| import logging | |
| import argparse | |
| import threading | |
| import sys | |