You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🎯
Focusing
Norbert Boros
Mecanik
🎯
Focusing
Primary Adjunct of Uni-Matrix Zero One. All your code will be assimilated. Resistance is futile.
[Qt/C++] Custom QToolBar allowing to add a button/menu with text and icon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These methods have been aquired from several sources around the internet. Having them in one place should help you choose the right method in achieving this goal.
Method 1 (netsh)
The "deny" gets priority over the "allow" , so we cannot deny all IP address. We need to deny all IP address expect special IP address.
If the special IP address is 192.0.2.55, then you can try the below command:
BEST Regex for YouTube, Vimeo, Twitch, Daily Motion
BEST Regex for YouTube, Vimeo, Twitch, Daily Motion
I have been searching for regexes online to ensure that I allow only 2 type of URL's on my form (YouTube/Vimeo). However, everything I found was utter crap for my requirement.
Don't get me wrong, but in my opinion they are written so poorly and cannot cover "everything"... for example, "The correct Vimeo video id regex.": https://github.com/regexhq/vimeo-regex - it's nonsense. It cannot even cover player.vimeo.com not to mention anything else. Still, it is well indexed in Google and people find it on top results.
Before you use this regex, think about your requirements. This might not work for you in case you need/want to match the FULL URL (please, think about it... do you really need to match the FULL URL??).
So without further adue, here is what I think (and you should do):
Build CURL with Visual Studio 2019 and OpenSSL 3.0 (Windows)
Build CURL with Visual Studio 2019 and OpenSSL 3.0 (Windows)
How to build libcurl is a very popular search term, and frankly there is so much banana "tutorials" that I`m sick of it.
CURL is already configured on windows to search for openssl folder in the following order:
curl folder
openssl folder
However this means you would need to build openssl yourself and match what CURL is looking for. If you look into Additional Include directories inside the visual studio project you will see:
Send or Delete bulk data to Cloudflare Workers KV (TypeScript)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install and configure PHP 7.3 ev/event PECL extension on Ubuntu Linux 18.04.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install PHP EV, EVENT, LIBEVENT on Ubuntu 17.10 for PHP 7.1 (FPM, CLI)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters