Some notes on Singing Voice Synthesizers (eg. Vocaloid, etc)
Discover gists
- Cкачать
zapret-discord-youtube- https://github.com/Flowseal/zapret-discord-youtube - Распаковать архив на диск С: в папку
zapret - В папке
zapretоткрыть папкуlists - Открыть файл
list-general.txt, после последней записи добавить домены из списка ниже, сохранить
roblox.com
www.roblox.com
auth.roblox.com
accountsettings.roblox.com
As a security professional, it is important to conduct a thorough reconnaissance. With the increasing use of APIs nowadays, it has become paramount to keep access tokens and other API-related secrets secure in order to prevent leaks. However, despite technological advances, human error remains a factor, and many developers still unknowingly hardcode their API secrets into source code and commit them to public repositories. GitHub, being a widely popular platform for public code repositories, may inadvertently host such leaked secrets. To help identify these vulnerabilities, I have created a comprehensive search list using powerful search syntax that enables the search of thousands of leaked keys and secrets in a single search.
(path:*.{File_extension1} OR path:*.{File_extension-N}) AND ({Keyname1} OR {Keyname-N}) AND (({Signature/pattern1} OR {Signature/pattern-N}) AND ({PlatformTag1} OR {PlatformTag-N}))
**1.
| # You can find some pictures here: | |
| # https://www.reddit.com/r/homeassistant/comments/1qzf6x3/i_needed_a_compact_media_player_card_for_my/ | |
| type: custom:maxi-media-player | |
| entities: | |
| - media_player.sonos_arc_ultra | |
| sections: | |
| - player | |
| player: | |
| artworkAsBackgroundBlur: 100 |
| from tkinter import * | |
| from tkinter.colorchooser import askcolor | |
| class Paint(object): | |
| DEFAULT_PEN_SIZE = 5.0 | |
| DEFAULT_COLOR = 'black' | |
| def __init__(self): |
| // ==UserScript== | |
| // @name Youtube shorts redirector | |
| // @version 0.1 | |
| // @description Redirects all youtube shorts videos to normal video pages | |
| // @author Ultrawipf | |
| // @match https://*.youtube.com/shorts/* | |
| // @icon https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Youtube_shorts_icon.svg/193px-Youtube_shorts_icon.svg.png | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |
name: plan-mega-review
version: 2.0.0
description: |
The most thorough plan review possible. Three modes: SCOPE EXPANSION (dream big,
build the cathedral), HOLD SCOPE (review what's here with maximum rigor), and
SCOPE REDUCTION (strip to essentials). Context-dependent defaults, but when the
user says EXPANSION — go full send. Challenges premises, maps every failure mode,| -- show running queries (pre 9.2) | |
| SELECT procpid, age(clock_timestamp(), query_start), usename, current_query | |
| FROM pg_stat_activity | |
| WHERE current_query != '<IDLE>' AND current_query NOT ILIKE '%pg_stat_activity%' | |
| ORDER BY query_start desc; | |
| -- show running queries (9.2) | |
| SELECT pid, age(clock_timestamp(), query_start), usename, query | |
| FROM pg_stat_activity | |
| WHERE query != '<IDLE>' AND query NOT ILIKE '%pg_stat_activity%' |