A repo by Lukas Schubotz and Raymon van Dinter

We’re the hackathon leftovers, but we are Too Good To Go ;-). A repo by Lukas Schubotz, Stef van Buuren, and Raymon van Dinter. We aim to improve current data preprocessing for FTM’s WOB data to analyze Shell and Dutch Governmental contacts. Synchronous visualisation of email threads Publications from the FTM “Dossier SHELL papers” https://www.ftm.nl/dossier/shell-papers suggest that timing of events is critical in the interactions between actors. It would therefore be useful if we could visualise the mail exchanges in […]

Read more

A Python Tool that uses Shodan API’s to perform quick recon for vulnerabilities

A Python Tool that uses Shodan API’s to perform quick recon for vulnerabilities You must edit the python code, and insert your Shodan API Where it is stated & Save it. The word apache is already definted, and will extract whatever you change it to, so each time you can setup a word to perform the search, and you can save the output results using > output.txt in order to cat/work and grep things of interest. More info on tweaking […]

Read more

Python scripts for performing stereo depth estimation using the MobileStereoNet model in ONNX

Python scripts for performing stereo depth estimation using the MobileStereoNet model in ONNX Stereo depth estimation on the cones images from the Middlebury dataset (https://vision.middlebury.edu/stereo/data/scenes2003/) Check the requirements.txt file. Additionally, pafy and youtube-dl are required for youtube video inference. DrivingStereo dataset, ONLY for the driving_sereo_test.pyscript. Link: https://drivingstereo-dataset.github.io/ pip install -r requirements.txt pip install pafy youtube-dl The original models were converted to different formats (including .onnx) by PINTO0309, the models can be found in his repository. The Pytorch pretrained model was […]

Read more

A utility control surface for Ableton Live that makes the initialization of a Mixdown quick

A script that transfers all the VSTs on your MIDI tracks to a new track so you can freeze your MIDI tracks and then copies the VSTs back over for you and deletes the new tracks Setup: Copy paste the downloaded/cloned repository in your Remote Scripts folder. Refer to the link to find out where the folder is for your OS:https://help.ableton.com/hc/en-us/articles/206240184-Creating-your-own-Control-Surface-script Select “ableton-mixdown-automation” in Preferences > Link/MIDI Go to: 127.0.0.1:5010 or localhost:5010 in your browser and follow the instructions Note […]

Read more

This program generate hashes from random salts

This program generate hashes from random salts. How to install Install this program using python 3 and pip: pip install . In the future, this program will be available for linux and macOS using the most common package managers. How to use The command to use this tools is pg. There is some options: list: get a list of algorithms allowed generate: generate a bcrypt algorithm by default How to use an specific algorithm There is some flags for the […]

Read more

Why Do Self-Supervised Models Transfer? Investigating the Impact of Invariance on Downstream Tasks

This repository contains the official code for the paper Why Do Self-Supervised Models Transfer? Investigating the Impact of Invariance on Downstream Tasks. Requirements This codebase has been tested with the following package versions: python=3.8.8 torch=1.9.0+cu102 torchvision=0.10.0+cu102 PIL=8.1.0 numpy=1.19.2 scipy=1.6.1 tqdm=4.57.0 sklearn=0.24.1 albumentations=1.0.3 Prepare data There are several classes defined in the datasets directory. The data is expected in a directory name data, located on the same level as this repository. Below is an outline of the expected file structure: data/ […]

Read more

Cross-platform lib for process and system monitoring in Python

Summary psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by classic UNIX command line tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others. psutil currently supports the following platforms: Linux Windows macOS FreeBSD, OpenBSD, NetBSD Sun Solaris AIX […]

Read more
1 346 347 348 349 350 928