Python 3.11 Preview: Even Better Error Messages

Python 3.11 will be released in October 2022. Even though October is still months away, you can already preview some of the upcoming features, including how Python 3.11 will offer more readable and actionable error messages. There are many other improvements and features coming in Python 3.11. Keep track of what’s new in the changelog for an up-to-date list. Python 3.11 Alpha A new version of Python is released in October each year. The code is developed and tested over […]

Read more

Pulumi provider for the Checkly Delightful Active Monitoring

🚨 This project is still in very early stages and is not stable, use at your own risk! 🚨 🟪 Pulumi provider for the Checkly Delightful Active Monitoring 🪛 Installing This package is available for several languages/platforms: Node.js (JavaScript/TypeScript) To use from JavaScript or TypeScript in Node.js, install using either npm: npm install @pulumi/checkly or yarn: Python To use from Python, install using pip: pip install pulumi_checkly Go To use from Go, use go get to grab the latest version […]

Read more

A tool aimed at enhancing the experience when playing the game on linux through proton

A tool aimed at enhancing the experience when playing the game on linux through proton. Warning This tool is based on patching the game executable through hex-edits. However it is done in a safe and non-destructive way, that ensures the patched executable is never run with EAC enabled. Use at your own risk! Features set custom frame time limits (e.g. 30, 90, 165, …) disable black borders when using resolutions with an aspect ratio other than 16:9 (e.g. ultrawide). vigniette […]

Read more

A simple vault structure using OP_CTV

This repository demonstrates an implementation of simple, “single-hop” vaultsusing the proposed OP_CHECKTEMPLATEVERIFY opcode. OP_CTV allows the vault strategy to be used without the need to maintain criticalpresigned transaction data for the lifetime of the vault, as in the case of earliervault implementations. This approach is much simpler operationally, since all relevantdata aside from key material can be regenerated algorithmically. This makes vaultingmore practical at any scale. The code included here is intended to be approachable and easy to read, thoughit […]

Read more

The Python Fuzzer that the world deserves

pip3 install frelatage Current release : 0.0.2 The Python Fuzzer that the world deserves Installation    |    How it works    |    Features    |    Use Frelatage    |    Configuration Frelatage is a coverage-based Python fuzzing library which can be used to fuzz python code. The development of Frelatage was inspired by various other fuzzers, including AFL/AFL++, Atheris and PyFuzzer.The main purpose of the project    

Read more

GUI/CLI Downloader App

NH-DL is (preferably) a GUI utility for downloading from a very special website.Speaking of this website, this is the perfect time for a… DISCLAIMER This tool, that is, NH-DL, is intended for use by adults who are willingly submittingthemself to the possibility that they could potentially view adult (R18) content. NH-DL is (preferably) a GUI, as well as a command-line downloading utility that offersthe ability to download from the website NHentai without an account, and with relative easeby simply typing […]

Read more
1 195 196 197 198 199 914