@CNEddie: > I just noticed it like huh, all the JSONObjects are being stored in a HashMap
@CNEddie: > what I have to do is grab the json when I need it
@CNEddie: > not when I dont need it
@neverrend: > Gotcha.
@CNEddie: > It is just sitting there
| /* | |
| * This is free and unencumbered software released into the public domain. | |
| * gcc -o openssl_example.c openssl_example -lssl -lcrypto | |
| */ | |
| #include <string.h> | |
| #include <stdio.h> | |
| #include <openssl/ssl.h> | |
| #include <openssl/err.h> | |
| #include <openssl/bio.h> |
| /* | |
| * https://tools.ietf.org/html/rfc5322#section-3.3 | |
| * | |
| * gcc -Wall -Wextra -Werror -o date date.c; ./date | |
| */ | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <time.h> | |
| int main(void) |
| # Installs Puppet Agent on Windows 10 | |
| # https://puppet.com/docs/puppet/6.4/install_agents.html#install-unattended-from-the-command-line | |
| # SPDX-License-Identifier: GPL-3.0-or-later | |
| $arch = "x64" | |
| $puppet_version = "puppet6" | |
| $version = "latest" | |
| $installer = "puppet-agent-$($arch)-$($version).msi" | |
| $server = "puppet.localdomain" | |
| $port = "8140" |
| # Configure Hostname on Windows 10 | |
| # https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/start-process | |
| # SPDX-License-Identifier: GPL-3.0-or-later | |
| echo "Configuring Hostname..." | |
| # $ret = (Start-Process |
@CNEddie: > I just noticed it like huh, all the JSONObjects are being stored in a HashMap
@CNEddie: > what I have to do is grab the json when I need it
@CNEddie: > not when I dont need it
@neverrend: > Gotcha.
@CNEddie: > It is just sitting there
WordPress v5.2.2 ships with a patched version of jQuery v1.12.4, with backports from 3.4.0; however, it is difficult to verify that the fixes have been applied.
Two flaws found for jQuery v1.12.4 via Snyk:
Commit: https://github.com/jquery/jquery/commit/753d591aea698e57d6db58c9f722cd0808619b1b