Scientific color maps and standardization tools

Scientific color maps Scientific color maps and standardization tools. Scicomap is a package that provides scientific color maps and tools to standardize your favourite color maps if you don’t like the built-in ones.Scicomap currently provides sequential, bi-sequential, diverging, circular, qualitative and miscellaneous color maps. You can easily draw examples, compare the rendering, see how colorblind people will perceive the color maps. I will illustrate the scicomap capabilities below. This package is heavily based on the Event Horyzon Plot package and […]

Read more

Implementation of Conway’s game of life in python

Conway’s Game of Life An interactive simulator that implements the standard Conway Game of Life with a simple menu developed in Python + Pygame. Test and experience the different types of cell automaton patterns discovered and found in this game. 💻 Shortcuts to change program settings use ESC to exit / close the program. use A to play/pause execution. use S to switch between pencil / eraser. use Q to decrease block size. use W to increase block size. use […]

Read more

Receive notifications on the most recent disclosed CVE’s

Epimetheus Receive notifications/alerts on the most recent disclosed CVE’s. Be sure you are notified and up to date on the latest threats! How to use: pip install -r requirments.txt – Install the dependencies. python main.py initdb – Initialize the database. (Run this when first using ‘Epimetheus’). python main.py scan – Scan and alert for new vulnerabilities. python main.py search – Display the latest disclosed CVE’s. Search examples: python main.py search * 10 – Pull the latest 10 disclosed CVE’s. python […]

Read more

A RESTful API made using Python and Flask

Project Heist Project Heist is a RESTful API made using Python and Flask. This API is inspired by the popular Spanish TV show Money Heist. Using this API, one can get the information of characters in the Money Heist TV show. How to use: Syntax: https://projectheist.herokuapp.com/characters/{id} where id is a unique number for every character. Character IDs available: 1 – Professor 2 – Berlin 3 – Tokyo 4 – Nairobi 5 – Lisbon 6 – Denver 7 – Rio 8 […]

Read more

Thermal Control of Laser Powder Bed Fusion using Deep Reinforcement Learning

ThermalControlLPBF-DRL Code implementation of the paper “Thermal Control of Laser Powder Bed Fusion using Deep Reinforcement Learning”. This repository is the implementation of the paper “Thermal Control of Laser Powder Bed Fusion Using Deep Reinforcement Learning”, linked here. The project makes use of the Deep Reinforcement Library stable-baselines3 to derive a control policy that maximizes melt pool depth consistency. Simulation Framework The Repeated Usage of Stored Line Solutions (RUSLS) method proposed by Wolfer et al. is used to simulate the […]

Read more

An open-source & highly performing timer using only standard-libraries

Python Repeated Timer Python-Repeated-Timer is an open-source & highly performing timer using only standard-libraries. Users may change the interval and duration of the event as they wish. This code is GUI freezing issue won’t be happening, and performance of the timer won’t be affected by any event. Features: Python Repeated Timer is a open-source library based on Thread Timer, and this asynchronously triggers the event every N seconds. For this only uses python standard-library, no additional library is required. Easy […]

Read more
1 593 594 595 596 597 921