Skip to content
View Adoria298's full-sized avatar
Block or Report

Block or report Adoria298

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. greek-and-latin greek-and-latin Public

    Classical Greek and Latin resources aimed at the OCR GCSE.

    Python 4

  2. comment2bibtex - turns a URL in a Py... comment2bibtex - turns a URL in a Python comment into a BibTeX reference.
    1
    import requests # pip install requests
    2
    import bs4 # pip install beautifulsoup4
    3
    from pathlib import Path # part of the python 3.6+ standard library
    4
    
                  
    5
    in_file = Path(__file__).parent / input("Relative path to file: ")
  3. fez fez Public

    Simple Python web messenger app built with flask

    Python 1 1

  4. heis heis Public

    Implementation of Mattel's Uno with Python and GRPC

    Python 1

  5. Ab-Urbe-Condita Ab-Urbe-Condita Public

    Forked from tech189/Ab-Urbe-Condita

    Outputs time and date in Roman dating system

    Python

  6. py2aqa32 py2aqa32 Public

    Python Compiler to AQA Assembly

    Python 3 1