A Blender addon that generates a minimap of the current node tree

This is a Blender addon that generates a minimap of the current node tree, allowing for easy navigation and readability Installation Download this repo as a zip, and install it as a normal Blender addon. Usage click the Minimap button in the header of the node editor, and then click โ€œShow minimapโ€ You can then play about with the values that control how the minimap is displayed. Controls: Clicking and dragging on the minimap pans the view Double-clicking the minimap […]

Read more

Automated website screenshots using GitHub Actions

Tool for taking automated screenshots For background on this project see shot-scraper: automated screenshots for documentation, built on Playwright on my blog. Demo A live demo of the output of this tool can be found in the shot-scraper-demo repository. Installation Install this tool using pip: This tool depends on Playwright, which first needs to install its own dedicated browser. Run shot-scraper install once to install that:

Read more

Template-free Prompt Tuning for Few-shot NER

The source codes for EntLM. Dependencies: Cuda 10.1, python 3.6.5 To install the required packages by following commands: $ pip3 install -r requirements.txt To download the pretrained bert-base-cased model: $ cd pretrained/bert-base-cased/ $ sh download_bert.sh Few-shot Experiment Run the few-shot experiments on CoNLL 5-shot with: By default, this runs 4 rounds of experiments for each of the sampled datasets.You can also run 10/20/50-shot experiments by editing the line FILE_PATH=dataset/conll/5shot/ in scripts/run_conll.sh . Label word selection You can run the label […]

Read more

A project template which uses FastAPI, Alembic and async SQLModel as ORM

This is a project template which uses FastAPI, Alembic and async SQLModel as ORM. It shows a complete async CRUD template using authentication. Set environment variables Create .env file on root folder and copy the content from .env.example and chage it according to your own configuration. Run project using Docker compose $ docker-compose up -d –build Run Alembic migrations $ docker-compose exec fastapi_server alembic revision –autogenerate $ docker-compose exec fastapi_server alembic upgrade head Setup database with initial data This creates […]

Read more

Standalone web application for collecting a large amount of voices read aloud from the manuscript efficiently

Toji is standalone web application for collecting a large amount of voices read aloud from the manuscript efficiently. Collect voice readings easily! All you need is the manuscripts to read out. The manuscript will appear on the screen, and then press the Record button to record the voice corresponding to the manuscript. Finally, you can download the recorded voices as a zip file. Toji (ๆฑๅฏบ) is the name of Japanese temple. The name of this repository is derived from a […]

Read more

TikTok-ViewBot – A tool written in Python that allows you to add millions of views to your Tiktok videos

๐Ÿ•ท๏ธ TikTok-ViewBot ๐Ÿ•ท๏ธ TikTok-ViewBot is a tool written in Python that allows you to add millions of views to your Tiktok videos. The script sends bulk requests to send you the views. If you want to open several terminals it is possible! โญ Features โญ + Fast,Free + Doesnโ€™t affect performance github.com/Frouk2 GitHub View Github    

Read more

Tool Information Gathering Write With Python

Tool Information Gathering Write With Python. โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—โ–ˆโ–ˆโ•—โ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ•—โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•— โ•šโ•โ•โ–ˆโ–ˆโ•”โ•โ•โ•โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•”โ•โ•โ•โ•โ•โ–ˆโ–ˆโ•”โ•โ•โ–ˆโ–ˆโ•— โ–ˆโ–ˆโ•‘ โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•”โ–ˆโ–ˆโ–ˆโ–ˆโ•”โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•”โ• โ–ˆโ–ˆโ•‘ โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•‘โ•šโ–ˆโ–ˆโ•”โ•โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•”โ•โ•โ• โ–ˆโ–ˆโ•”โ•โ•โ–ˆโ–ˆโ•— โ–ˆโ–ˆโ•‘ โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•‘ โ•šโ•โ• โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—โ–ˆโ–ˆโ•‘ โ–ˆโ–ˆโ•‘ โ•šโ•โ• โ•šโ•โ•โ•šโ•โ• โ•šโ•โ•โ•šโ•โ•โ•โ•โ•โ•โ•โ•šโ•โ• โ•šโ•โ• ————————————– [#] Choose one of the options below [1] Cooking the timer [0] Exit… โ”Œโ”€[>> TIMER ~ HOME

Read more

Play your streams directly to telegram

Play streams in your chats using this userbot ! Python: python3FFmpeg: ffmpegPyrogram: pyrogramYoutube Dl : youtube_dl โ€“ (optional) Local run pip install -r requirements.txt fill your vars in local.env run python3 main.py Now play using !stream (url) Heroku Warning : Heroku bans repoโ€™s with โ€œyoutube_dlโ€ as requirement, So, make sure you remove the requirement and then deploy. (yes, the bot will still work but you wonโ€™t get direct link support for youtube_dl supported sites :p) You need two build packs […]

Read more

Spring Cloud Gateway Actuator API SpEL Code Injection (CVE-2022-22947)

Spring Cloud Gateway Actuator API SpEL Code Injection (CVE-2022-22947) ไฝฟ็”จๆ–นๆณ•: -t http://vuldomain.com //ๅ•ไธชIP -f urls.txt //่ฏปๅ–ๆ–‡ไปถๆ‰น้‡ๆ‰ซๆ๏ผŒ้‡‡็”จๅคš็บฟ็จ‹๏ผŒ้€Ÿๅบฆๅฟซ -c command //่‡ชๅฎšไน‰ๅ‘ฝไปค๏ผŒ้ป˜่ฎคๆ˜ฏwhoami GitHub View Github    

Read more
1 212 213 214 215 216 935