Alura Curso Flask Parte 1

Ola! Vou listar as habilidades trabalhadas e explicar o codigo. 🚀 Technologies Este projeto foi desenvolvido com as seguintes tecnologias: ✔️ Python ✔️ Flask Habilidades desenvolvidas: ✔️ Aprenda a criar uma aplicação web com Flask ✔️ Faça um site elegante usando HTML e Bootstrap ✔️ Crie um sistema de login e autorização ✔️ Aprenda a definir rotas, redirecionamentos e templates ✔️ Crie URL dinâmicas Descrição: Durante esse curso, nós fizemos uma aplicação chamada jogoteca, que consiste em uma listagem de […]

Read more

Fusion 360 Write UserInterface For Python

This is a far more in-depth and advanced version of “Write user interface to a file API Sample” from https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-d2b85a7e-fd08-11e4-9e07-3417ebd3d5be Quick warning, if you choose to have the full indepth file created, prepare for a file containing about 30,000 lines of text 🙂 (The minimal version is only about 6,000 lines) this script literally parses the entire fusion ui in a second or two including all controls, tabs, panels, workspaces, and command definitions so every command fusion has is included […]

Read more

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
1 441 442 443 444 445 1,023