Visualise Ansible execution time in Perfetto trace viewer: see duration of playbooks, tasks, and hosts

Visualise where time is spent in your Ansible playbooks: what tasks, and what hosts, so you can find where to optimise and decrease playbook latency. An Ansible Callback Function which traces the execution time of Ansible playooks, outputting Chrome’s Trace Event Format for visualising in the Perfetto in-browser trace UI. Here’s a trace of me deploying to my home Raspberry Pi cluster, with the default strategy: linear. You can see that now all the tasks are synchronized across hosts, with […]

Read more

Covid 19 status Flask application with CovidAPI and Heroku

In this project we see total count of people who got this virus and total death. How does it works Written in Python. Web app, Flask. package managing with PipEnv. Using CovidAPI. Domain with CloudFlare. Developed by Amirhossein. Hosted by Heroku. Where to see Open covid-blackiq.herokuapp.com/. Contribute For small changes, open an issue or do it by yourself. How to run First clone it and go to the directory. Run pipenv shell. $ git clone https://github.com/BlackIQ/covid $ cd covid $ […]

Read more

Google Landmark Retrieval 2021 2nd Place Solution

The 2nd place solution of 2021 google landmark retrieval on kaggle. Environment We use cuda 11.1/python 3.7/torch 1.9.1/torchvision 0.8.1 for training and testing. Download imagenet pretrained model ResNeXt101ibn and SEResNet101ibn from IBN-Net. ResNest101 and ResNeSt269 can be found in ResNest. Prepare data Download GLDv2 full version from the official site. Run python tools/generate_gld_list.py. This will generate clean, c2x, trainfull and all data for different stage of training. Validation annotation comes from all 1129 images in GLDv2. We expand the competition […]

Read more

File and Image Management Application for django

django Filer is a file management application for django that makes handling of files and images a breeze. Contributing This is a an open-source project. We’ll be delighted to receive your feedback in the form of issues and pull requests. Before submitting your pull request, please review our contribution guidelines. We’re grateful to all contributors who have helped create and maintain this package. Contributors are listed at the contributors section. One of the easiest contributions you can make is helping […]

Read more

You will need to install a few python packages for this one

Bait support Auto repair will repair every 10 catches Anti detection (still a work in progress) but using random times and click positions –pip install pyautogui –pip install pydirectinput 1920 x 1080 resolution Full screen (windowed is untested) You MUST run getposition.py and put your cursor in the middle of the fishing rod while its equipped to your character (the console will tell you your current mouse position). THEN inside of run.py insert your X position on line 39 and […]

Read more

A multi exploit instagram exploitation framework

What is IEF? IEF, also known as Instagram Exploitation Framework is as you can tell from the name, it’s a exploitation framework focused on the platform known as “Instagram” which uses the Metasploit CLI Design. The Framework What are the features of this framework? 1 Line Name bypass (Bypasses the name limit) 03-10-21 14 Days Name Bypass 03-10-21 Instagram Arti Image Generator To Unban Accounts 05-10-21 Download A    

Read more

You should have Docker+Docker-compose installed

Preparations You should have Docker+Docker-compose installed. All commands made from insta_api folder First launch docker-compose up –build docker-compose run django python manage.py migrate docker-compose run django python manage.py makemigrations api docker-compose run django python manage.py migrate docker-compose run django python manage.py createsuperuser To launch/exit Postgres docker exec -it pgdb psql -U postgres Django

Read more

Interactive web apps created using geemap and streamlit

Introduction This repo demostrates how to build a multi-page Earth Engine App using streamlit and geemap. You can deploy the app on various cloud platforms, such as share.streamlit.io or Heroku. Make sure you set EARTHENGINE_TOKEN=’your-token’ as an environment variable (secret) on the cloud platform. Where to find your Earth Engine token? Windows: C:/Users/USERNAME/.config/earthengine/credentials Linux: /home/USERNAME/.config/earthengine/credentials macOS: /Users/USERNAME/.config/earthengine/credentials Credits This app is created using the template from upraneelnihar/streamlit-multiapps. GitHub https://github.com/giswqs/geemap-apps    

Read more
1 461 462 463 464 465 974