BrainBeast

Hunt down knowledge with our help

ukraine

Take part in DDOS attacks on RF gov

Follow these sites to take part in DDOS attacks (use VPN if russian sites are not available from your country): https://cyber-yozh.com/ https://stop-russian-desinformation.near.page/ If you use some other tools for ddos attacks This is the list of websites that must be…

ukraine

Telegram channels that MUST be reported for disinformation and RF army support

The following channels help russian army and russian terrorists to destroy cities of Ukraine, kill innocent people and share disinformation. https://t.me/yurasumy https://t.me/boris_rozhin https://t.me/SIL0VIKI https://t.me/wargonzo https://t.me/Doninside https://t.me/sashakots https://t.me/SergeyKolyasnikov https://t.me/agentgosdepa1 https://t.me/nm_dnr https://t.me/hackberegini https://t.me/ontnews https://t.me/kremlinprachka https://t.me/TheLeagueOfGentlemen https://t.me/RIAKremlinpool https://t.me/russ_orientalist https://t.me/svarschiki https://t.me/rybar https://t.me/WhiteHouseCards https://t.me/Radioskaner https://t.me/poisk_mil…

signalr

FAQs about SignalR

Best way to call client methods in a Hub class This is a common way to call a client-side method via SignalR: public class WebHub : Hub { … public async Task SomeMethod(string something) { //Calls CheckItOut method in all…

FAQ about WordPress CMS

How to remove unnecessary parts of a content generated by wordpress WordPress CMS addes useless html parts to site content. Removing it lets you to get rid of html trash and hides what is the real cms your site is…

Customizable audio player for webpages

What issues are disccused here: embedding audio player to an html page customizing audio player using css setup of audio player (with extra capabilities) using javascript Is it impossible to customize audio tag (enable styles for a standart html audio…

tts

FAQ about .Net Text to Speech converter

.Net has System.Speech.Synthesis namespace that contains class to work with text-to-speech synthesizer software. Usually TTS is already installed on Windows machine and can be used in applications. How to use TTS converter in .Net? TTS converter is placed in System.Speech.Synthesis…