List of all dependencies affected by node-ipc malicious commit

List of all dependencies affected by node-ipc malicious commit Please improve upon this, it’s a one time thing i’ve done on a whim Use ctrl+F to search ripped from: https://www.npmjs.com/package/node-ipc note: this is not a list of all software affected by node-ipc, that list might be exponentially larger, someoner smarter and more skilled than me should go find out how exactly to map this all out feel free to suggest any more links I’m currently a year 1 semester 2 […]

Read more

Gives the card names in the image of the screenshotted deck

Simplified steps of how the script works: Feed it image of a deck Reads it with OpenCV Takes all cards in all_cards, resizes them appropriately (must be manually set) to match the size of a card on the image (i.e. 1920×1080 deck image for Master Duel ~= 63×94) Takes each card and passes it over the deck image, line by line Anytime a card passes the match threshold (ex: 0.75 minimum acceptable to be counted as a match), the card’s […]

Read more

A functional, easy to use Python wrapper of Notion Api

A functional, easy to use Python wrapper of Notion Api. pip install notion-potion Quick Start Authentication from potion import Request, NotionHeader token = ” nh = NotionHeader(authorization=token) req = Request(nh.headers) Create an integration follow this official tutorial to get token. A ‘retrieve’ example. (Full code can be found here) from potion.api import * print(req.get(

Read more

WhatsApp ChatBot with Ultramsg API

Demo WhatsApp ChatBot with Ultramsg API for Build a WhatsApp Chatbot With Python . The output of the command list . The output of the server time of the bot running on . Sending image to phone number or group . Sending audio file . Sending ppt audio recording . Sending Video File. Sending contact . Ultramsg account is required to run examples. Log in or Create Account if you don’t have one ultramsg.com. go to your instance or Create […]

Read more

Minimal open source Screen-Time Tracker for Linux

Minimal Open source Screen-Time Tracker (CLI-app) Table of Contents About Watcher is CLI-app (at this moment) which helps you to get perspective about your Screen-time Gallery Day Summary Week Summary Funfact: You might be thinking how can someone has 14 hrs of screen time in a single day, Well ! short ans is AFK-feature is not implemented yet… Most of the time I left my laptop as it is so it also counts that AFK time as Screen-time Installation Note: […]

Read more

Automatically calibrate RGBD cameras with PyTorch

Automatically calibrate RGBD cameras with PyTorch. The intrinsics and extrinsics of the camera pair are optimized based on photometric consistency after projecting the ToF camera into the color camera. I tested on semi-rectified color and Kinect continuous wave ToF cameras from the NYU Depth V2 dataset. Related work using photometric consistency as a loss signal: LSD-SLAM, KinectFusion, CVPR 2017, ICCV 2019, ICCV 2021. Setting up color camera and ToF camera

Read more

Screenshots of news homepages around the world

Screenshots of news homepages around the world Follow on Twitter at @newshomepages Getting started Fork the repository and clone it. Move into the code directory and install the Python dependencies. Install pre-commit hooks. pipenv run pre-commit install Install the shot-scraper web browser. pipenv run shot-scraper install Screenshots Try a screenshot. The shoot.py command, as well as all the other commands, expects you pass in the Twitter handle of the target site. The supported sites are listed in newshomepages/sources/sites.csv. pipenv run […]

Read more

The next generation deep reinforcement learning framework

AI-Optimizer is a next generation deep reinforcement learning suit, privoding rich algorithm libraries ranging from model-free to model-based RL algorithms, from single-agent to multi-agent algorithms. Moreover, AI-Optimizer contains a flexible and easy-to-use distributed training framekwork for efficient policy training. -For now, AI-Optimizer privodes following built-in libraries and more libraries and implementations are comming soon. Multiagent Reinforcement learning Representation Reinforcement Learning Offline Reinforcement Learning Transfer Reinforcement Learning Model-based reinforcement learning Repo: Multiagent Reinforcement Learning (MARL) MARL repo contains the released codes […]

Read more

Paaster – A secure by default end to end encrypted pastebin built with the objective of simplicity

Paaster is a secure by default end to end encrypted pastebin built with the objective of simplicity. Preview Features What is E2EE? E2EE or end to end encryption is a zero trust encryption methodology. When you paste code into paaster the code is encrypted locally with a secret generated on your browser. This secret is never shared with the server & only people you share the link with can view the paste. Can I trust a instance of paaster not […]

Read more
1 193 194 195 196 197 928