This file contains hidden or 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
| ############################################################################### | |
| # | |
| # This is for when we have to update the installed version of curl, libpsl, | |
| # libssh2, nghttp2, openssl or zlib in Ubuntu 16 LTS. This is not a single | |
| # script. | |
| # | |
| # https://gist.github.com/jay/d88d74b6807544387a6c | |
| # | |
| ############################################################################### |
This file contains hidden or 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
| // ==UserScript== | |
| // @name Amazon old favicon - method 3 | |
| // @namespace Violentmonkey Scripts | |
| // @icon https://cdn.jsdelivr.net/gh/jay/jay.github.io@master/amazon-old-favicon-48px.png | |
| // @version 1.0.1 | |
| // | |
| // @match http*://*.amazon.tld/* | |
| // @run-at document-start | |
| // @grant none | |
| // |
This file contains hidden or 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
| /* Use libcurl to add some easy handles to a multi handle, then list them. | |
| Usage: ListEasyHandles | |
| This example has been superseded by curl_multi_get_handles(). | |
| curl-library mailing list thread: | |
| 'How to list easy handles from a multi handle' | |
| https://curl.haxx.se/mail/lib-2016-06/0000.html |
This file contains hidden or 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
| /* Monitor for last input time change in Windows. | |
| Usage: lastinput | |
| g++ -o lastinput lastinput.cpp | |
| * Copyright (C) 2026 Jay Satiro <raysatiro@yahoo.com> | |
| https://gist.github.com/jay/09d422a019b778fa63bf8fab75aafd26 | |
| */ |
This file contains hidden or 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
| /* Use libcurl to retrieve Gmail folders and labels via IMAP over SSL (IMAPS). | |
| Usage: ShowGmailFolders <username> <password> | |
| curl-library mailing list thread: | |
| 'Re: DL curl 7.35 mingw32' | |
| http://curl.haxx.se/mail/lib-2015-05/0037.html | |
| Note: When you attempt to login to Gmail via IMAP they sometimes require a | |
| web login first for security reasons. In that case an error will be shown. Such |
This file contains hidden or 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
| /* Use libcurl to POST JSON data. | |
| Usage: PostJSON <name> <value> | |
| curl-library mailing list thread: | |
| 'how do i post json to a https ?' | |
| https://curl.haxx.se/mail/lib-2015-01/0049.html | |
| * Copyright (C) 2015 Jay Satiro <raysatiro@yahoo.com> | |
| https://curl.haxx.se/docs/copyright.html |
This file contains hidden or 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
| #!/usr/bin/env perl | |
| =begin comment | |
| README | |
| This script enables HTTP2 in libcurl's generated project files for legacy | |
| versions of Visual Studio 2010 - 2013 in the projects/ directory. | |
| You'll need to modify these in-script variables for the script to work: |
This file contains hidden or 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
| #!/usr/bin/env perl | |
| =begin comment | |
| README | |
| This script removes wolfSSL configurations from the legacy Visual Studio | |
| curl projects in the projects directory. | |
| Copyright (C) 2024 Jay Satiro <raysatiro@yahoo.com> | |
| https://curl.se/docs/copyright.html |
This file contains hidden or 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
| /* | |
| test of GetVersionExW, RtlGetVersion and RtlGetNtVersionNumbers on Windows 11. | |
| can be built with cygwin/mingw/mingw-w64 gcc or microsoft cl. | |
| https://cygwin.com/pipermail/cygwin/2024-March/255728.html | |
| --- | |
| without manifest: |
This file contains hidden or 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
NewerOlder