This repository is to support contributions for tools for the Project CodeNet dataset hosted in DAX

The goal of Project CodeNet is to provide the AI-for-Code research community with a large scale, diverse, and high quality curated dataset to drive innovation in AI techniques. Table of Contents Introduction A decade ago, Marc Andreessen famously wrote that “software is eating the world.” Software now permeates every part of our existence; Google services combine for 2 billion lines of code, and a modern vehicle contains around 100 million lines of code. It’s a monumental challenge to create, debug, […]

Read more

A multithreaded tool for searching and downloading images from popular search engines

Code by Trong-Dat Ngo. Overviews 🕳️CygnusX1 is a multithreaded tool 🛠️, used to search and download images from popular search engines 🔎. It is straightforward to set up and run! Key features 🥰 No knowledge is required to get up and to run. 🚀 Download image using customizable number of threads. ⛏️Crawl all possible images (search results and recommendations). Installation This repository is tested on Python 3.6+ and PyTorch selenium 3.141.0+, as well as it works fine on macOS, Windows, […]

Read more

A tool for hiding data inside of images

a tool for hiding data inside of images Quick test: do python steg-encode.py test/message.txt test/covid19.png to generate the test/covid19-output.png file, which has the file encoded now delete the original test/message.txt and test/covid19.png image now do python steg-decode.py test/covid19-output.png to retrieve the message.txt file again Encoding python steg-decode.py GitHub   To finish reading, please visit source site

Read more

Tool for finding website backends

Hidend is a simple multitool for finding website backend ips hiding behind a ddos protection like cloudflare for example or even websites hiding behind tor. Hidend can be used to perform ip history checks, subdomain scans, http response checks, favicon hash matching with shodan and censys SSL certificate matching. git clone https://github.com/cybertoolbank/hidend/ cd hidend bash setup.sh cd hidend python3 hidend.py 1:Obtain Favicon Hash: This option will obtain the favicon fromthe path you give and generate base64 hash out of it, […]

Read more

The open-source tool for building high-quality datasets and computer vision models

FiftyOne is an open source ML tool created by Voxel51 that helps you build high-quality datasets and computer vision models. With FiftyOne, you can search, sort, filter, visualize, analyze, and improve your datasets without excess wrangling or writing custom scripts. It also provides powerful functionality for analyzing your models, allowing you to understand their strengths and weaknesses, visualize, diagnose, and correct their failure modes, and more. FiftyOne is designed to be lightweight and easily integrate into your existing CV/ML workflows. […]

Read more

Convenient tool for speeding up the intern/officer review process

Convenient tool for speeding up the intern/officer applicant review process. Eliminates the pain from reading application responses off Google Sheets. Generates a markdown file for each applicant, containing all their individual responses. Personal identifiers such as name and email address are stripped away. Required Files responses.csv: csv containing applicant responses from the Google Form. Run pip3 install -r requirements.txt python3 gen.py Output candidates: directory containing markdown versions of the applicant responses (ordered by a random permutation). candidate_info.csv: csv file containing […]

Read more

A simple toolchain for moving Remarkable highlights to Readwise

Install and setup remarking Get an access token for your Readwise account, and put it in upload.py Use remarking to extract all Remarkable highlights to a local hl.json via remarking run json [folder name] > hl.json Run upload.py to upload all extracted highlights to Readwise rextract is licensed under the GNU GPLv3 or later. See LICENSE.txt for more details. GitHub View Github    

Read more

A simple python application built around the openCV library

BoxToolBox is a simple python application built around the openCV library. It is not a full featured application to guide you through the whole process. It is a missing piece in your toolchain between Lightroom and Photoshop. You still need to take you box pictures as straight as possible with the same camera settings and pre-process them to match the lighting. It will help you to correct perspective of the source photos quickly test the layout and arrangement place photos […]

Read more

A simple tool for bootstrapping Chimera systems from binaries

This is a simple tool for bootstrapping Chimera systems from binaries. For source builds, you want . Simple usage: $ # run as root most of the time $ ./chimera-bootstrap.py –repository /path/to/main –key /path/to/key.pub /path/to/root See –help for more information. Why not simply use apk? For one, this script makes sure that all hooks and triggers are run correctly and reproducibly, in a safe manner. This is not ensured if you just use apk to install a base package. For […]

Read more
1 7 8 9 10 11 21