Pytest plugin to fail a test if it leaves modified `os.environ` afterwards
Pytest plugin to fail a test if it leaves modified os.environ afterwards. Example:
Read moreDeep Learning, NLP, NMT, AI, ML
Pytest plugin to fail a test if it leaves modified os.environ afterwards. Example:
Read more© Zulkarnine, 2022. Algorithm to solve Wordle 100% of the time within 6 attempts. You can go ahead and run main.py to run it for all 2315 Wordle words and it solves 100% of them correctly within 6 attempts.Example output: Ran: 2315 games. Solved: 2315/2315 = 100.00% You can also run solver.py to get a sense of how it’s guessing and what is the Wordle game simulation returning. (I.e. the colored blocks) Example output:
Read moreA Portfolio / CV Site for those in the Artistic field. Artist-CV is built using Django and Bootstrap5, with heavy consideration of Twelve Factor App principles. Additional Infomation This project is ultimately intended for @Dixon3991 but Its also a good template to use for anyone needing Artistic Portfolio Site Examples. GitHub View Github
Read moreThis project consists in a set of tools intended to be used in situation of event organization where data manipulation, contact with participants and other logistical tasks need to be automated. A CSV data file is used as a basis for participant information. Modules : CSV reader and processor : anonymization, auto-cleanup, projections, … to be used as data source for other modules (TODO) Automated Protonmail email sender : based on https://github.com/nichcuta/Proton-Mail with scalability improvements Automatic badge generator Python dependencies […]
Read moreThe main goal of this project is to enable co-op industry game play in Star Citizen. As of now there is no easy way to calculate payouts, keep track of refinery jobs, or see how much you owe/are owed. This project looks to take care of that and will evolve as new content is added into the game. *** REQUIREMENTS *** Expandable for salvage Pilots enter raw ore Allow multiple types of ore Allow mining location (planet/moon, closest outpost) (optional) […]
Read moreUtility to add/remove licenses to/from source files.Supports processing any combination of globs, files, and directories (recurse).Pruning options allow skipping non-licensing files. licenser uses file identification techniques to infer the format of the license.Mainly, resolves how text is commented for that particular source file.Then, string matching is used to detect the presence of the license in source files.This allows licenser to be an idempotent operation. Grammar of source file comments Commented text in source code can be represented by the location […]
Read moreThis module is a set of image related conversion rules for use with omni-converter. pip instasll omni-cv-rules
Read moreReads in an image of an album cover and and pulls the lyrics from an API to create an image to create “art”, which consists of the colored lyrics to mirror the original. Usage Copy the covers you want use in the ./input/ folder. Name the images from 00_foo.png to XX_bar.jpg. Create a songs.txt file in the ./input/ folder. Enter the name of the song (that should be contained by the new image) for 00_foo.png in the first line, second […]
Read moreMulti-processing capable print-like logger for Python Requirements and Installation Python 3.8+ is required Pip pip install mplogger Manual Poetry and (optionally) GNU Make are required. git clone https://github.com/ELTE-DH/webarticlecurator.git Run make On Windows or without Make (after cloning the repository): poetry install –no-root poetry build poetry run pip install –upgrade dist/*.whl (the correct filename must be specified on Windows) Usage Single-process from MLPlogger import Logger #
Read moreThe goal of this project is to do some very simple image processing tasks, utilizing numpy to hold the image data, and to allow us to easily modify the image data. I utilize matplotlib and numpy. Part 1: Returns a new pattern that contains only the red, green or blue channel of the image based on 0 = red, 1 = green, 2 = blue. Part 2: Returns permutated image based on perm given. perm is a list of 0,1,2 […]
Read more