A Certificate renaming tool made for IEEE CS SBC, SJCE

Made for IEEE CS SBC, SJCE How to use? Before using the python script, ensure that pytesseract, pdf2image, opencv and other supporting libraries are installed. After installing pytesseract, make sure the pytesseract.pytesseract.tesseract_cmd variable points to your tesseract.exe location. Next, make sure poppler is installed too and the poppler_path points to the Library/bin folder. Run the script using python main.py GitHub View Github    

Read more

Pretend to be a discord bot

Pretend to be a discord bot! About Pretendabot© is an app that lets you become a discord bot!. It uses discord intrigrations(webhooks) and lets you impersonate a bot/webhook. Use this app to trick your friends into thinking they are talking to a bot! Install Download and install Download the latest version here Run the installer How to use Open Discord Make shure you have the manage channels permission Click on the cog    

Read more

Fair Recommendation in Two-Sided Platforms

There are three arguments here. It saves the recommendations in zipped pickle file (dictionary format { customer : list_of_recommended_products }). You can use the relevance scores estimated in your dataset in csv format (rows: customers, columns: producers) for your application scenario. Alternatively you can test with ours. The relevance scores calculated for the datasets (used in the paper) can be found in the following links in zipped csv format. If you use this repository in your research, please cite the […]

Read more

A python tool used to gather all companies acquired by a given company domain name

GET-ACQ is a python tool used to gather all companies acquired by a given company domain name. It is done by calling SecurityTrails API. Usage🛠 python3 get-acq.py –domains domains.txt -a-o output.txt Running from Docker🐳 docker run -ti -v $(PWD)/data:/data get-acq -d /data/domains.txt -a-o /data/output.txt Parameters🧰 Parameter Description Type -d, –domains Specify the list with domains. File -a, –apikey APIKEY String -o, –output Specify output filename String License This project is licensed under MIT license GitHub View Github    

Read more

Appointment Tracker that allows user to input client information and update if needed

Appointment Tracker allows an assigned admin to input client information regarding their appointment and their appointment time. This information is then stored in the myInventory database that can be accessed through DB Browser. DB Browser for SQLite V.3.12.2 or newer Visual Studio Code / Python executable service. User will be able to create administrators in order to secure the service; protected with a password. Can input client information, update over time, and remove them from the database once appointment is […]

Read more

A simple parser for netconf server of client logs

NetConfParser is a tool that helps you analyze the rpcs coming and going from a netconf client to a server NetConfParser can be built for Windows with pyinstaller pyinstaller –windowed –icon=fs.ico -F netconfparser.py –add-data “fs_ico_encoded;.” It will give an exe as output in dist folder Please zip it if you want to distribute it For Linux, you can use python netconfparser.py directly Usage of NetConfParser is pretty straightforward You can either paste the entire content of the log file in […]

Read more

Multi View Stereo on Internet Images

This repository contains the set of artficats used for the ENGN8601/8602 research project. The thesis emphasizes on the following aspects: Evaluating and Analysing the performance of existing learning-based MVS networks on internet images or in a CPC scenario. Proposing a novel mask estimation module and depth estimation (with depth alignment) framework to estimate depth values of foreground objects. Fusing the depthmaps estimated by the proposed methodology to compute complete point clouds (including foreground objects) Recommended: python 3.7.7, cudatoolkit 10.2.* and […]

Read more

Automatically send commands to send Twitch followers to any Twitch account

Automatically send commands to send Twitch followers to any Twitch account. You just need to be in a Twitch follow bot Discord server! ⚠️This program uses a Discord self bot: It is against Discord’s TOS. Use this at your own risk or for educational purposes only. How does it work? This bot will log into your Discord account and send messages in any typical Twitch follow bot Discord server at set intervals. It will also automatically stop when it has […]

Read more
1 373 374 375 376 377 928