Data Utilities and Processing Generalized for All CDP Instances

Data Utilities and Processing Generalized for All CDP Instances Installation Stable Release: pip install cdp-data Development Head: pip install git+https://github.com/CouncilDataProject/cdp-data.git Documentation For full package documentation please visit councildataproject.github.io/cdp-data. Quickstart Development See CONTRIBUTING.md for information related to developing the code. MIT license GitHub View Github    

Read more

BinaryNinja plugin to introduce some quality of life utilities for obsessive compulsive CTF enthusiasts

Author: b0bb Quality of life utilities for obsessive compulsive CTF enthusiasts. Description: This plugin is a collection of small quality of life improvements that come up in CTFs or other similar toy problems. Some included utilities include: Stack GuardsThis utility will clean up those ugly looking stack canaries your eyes always skip over.The variable names are configurable via the BinaryNinja Settings tab. License This plugin is released under an MIT license. GitHub View Github    

Read more

Cross-seed utility with web interface

A Web app to Cross-Seed torrents in Deluge/qBittorrent/Transmission based on CrossSeedAutoDL Require Jackett Deluge/qBittorrent/Transmission Docker Installation docker run -d –name seedcross -p 8019:8019 ccf2012/seedcross:latest Login open http://:8019 in browser login with admin:admin Settings Start from Settings tab, fill the fields carefully: Download Client Setting: Type, Host, Port, Username, Password as usual, note the Host must be an IP address, not url. Jackett Setting: you should have started a proper configured Jackett server, thus you can get the Jackett Url and […]

Read more

Energy consumption estimation utilities for Jetson-based platforms

Energy consumption estimation utilities for Jetson-based platforms This repository contains a utility for measuring energy consumption when running various programs in NVIDIA Jetson-based platforms. Currently TX-2, NX, and AGX are supported. Usage If you want to measure the energy consumption of a program, you can directly run the utility providing the command that you want to measure: You can test the utility using a stress test (make sure you have installed stress – apt install stress), e.g., ./p_est stress –cpu […]

Read more

Utility to generate a large collection of unique images

Utility for creating a generative art collection from supplied image layers, especially made for making NFT collectibles. Prerequisites Clone the repository by running git clone https://github.com/sem/NFT-Image-Generator. Install the dependencies pip3 install -r requirements.txt. How to use Get an API key from Pinata. Go to config.json and put the JWT (Secret access token) in api_key. Adapt the config to your liking and make sure there is a sequencial number after each folder to represent the order of layers. Run main.py. File […]

Read more