- It seems likely that pushing metrics to Cisco AppDynamics involves using the Machine Agent's HTTP listener, as this is the standard method for sending custom metrics.
- Research suggests you need to install and configure the Machine Agent, enable its HTTP listener, and send HTTP GET requests with metric details.
Discover gists
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
{ | |
"superheroes": [ | |
{ | |
"nombre": "Spider-Man", | |
"identidad": "Peter Parker", | |
"poderes": ["Sentido arácnido", "Trepar paredes", "Fuerza y agilidad mejoradas"], | |
"origen": "Mordido por una araña radiactiva", | |
"imagen": "https://i.pinimg.com/736x/78/bc/74/78bc7459b515b0a16618cfc535058889.jpg" | |
}, | |
{ |
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
// 29 Полиморфизм | |
// ключевое слово super | |
public class LessonJava_29 { | |
public static void main(String[] args) { | |
Transport transport = new Transport("Транспорт"); | |
Ship ship = new Ship("Корабль"); | |
Car car = new Car("Автомобиль"); | |
Transport bus = new Car("Автобус"); // здесь происходит upcasting |
This file has been truncated, but you can view the full file.
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
/*! For license information please see bundle.js.LICENSE.txt */ |
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
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\eclipse-java-oxygen\eclipse-java-2025-03-R-win32-x86_64.zip.txt" checksum="87B5923BE3E71A835803A14E70D2360A" /> | |
<file path="C:\ProgramData\chocolatey\lib\eclipse-java-oxygen\eclipse-java-oxygen.nupkg" checksum="E7908A6D672B996821C6D042A989D6FC" /> | |
<file path="C:\ProgramData\chocolatey\lib\eclipse-java-oxygen\eclipse-java-oxygen.nuspec" checksum="C682A5D3D9D32CE21D018FE0C99C6EBB" /> | |
<file path="C:\ProgramData\chocolatey\lib\eclipse-java-oxygen\tools\chocolateyinstall.ps1" checksum="42B948CC1393571B2494AAB951BF62B7" /> | |
<file path="C:\ProgramData\chocolatey\lib\eclipse-java-oxygen\tools\chocolateyuninstall.ps1" checksum="93DC5C674232749B6CF200F56A8374CE" /> | |
<file path="C:\ProgramData\chocolatey\lib\eclipse-java-oxygen\tools\eclipse\.eclipseproduct" checksum="E2A0238F7F6A8C8ABA5FE |
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
[ | |
{ | |
"title": "The Great Gatsby", | |
"author": "F. Scott Fitzgerald" | |
}, | |
{ | |
"title": "To Kill a Mockingbird", | |
"author": "Harper Lee" | |
}, | |
{ |
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
bootloader clover | |
--------------- | |
configuration files for clover efi bootloader. | |
[repo](https://github.com/CloverHackyColor/CloverBootloader) | |
[download](https://sourceforge.net/projects/cloverefiboot/) | |
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
[ 59%] Building CXX object CMakeFiles/CoreLibrary.dir/build/source/OrthancFramework/Sources/DicomParsing/IDicomTranscoder.cpp.o | |
/build/source/OrthancFramework/Sources/DicomNetworking/Internals/DicomTls.cpp:51:12: warning: undefining "__FILE__" [] | |
51 | # undef __FILE__ | |
| ^~~~~~~~ | |
[ 59%] Building CXX object CMakeFiles/CoreLibrary.dir/build/source/OrthancFramework/Sources/DicomParsing/MemoryBufferTranscoder.cpp.o | |
[ 60%] Building CXX object CMakeFiles/CoreLibrary.dir/AUTOGENERATED/OrthancServerResources.cpp.o | |
[ 61%] Linking CXX shared library libMultitenantDicom.so | |
/nix/store/dh0m67pv8snfcx1ic18jzp0x4cb10zhc-binutils-2.43.1/bin/ld: /nix/store/k01fyygqcdzhq5l0hcirmzr1sqqs6zy1-dcmtk-3.6.9/lib/libdcmdata.a(dcpixseq.cc.o): in function `DcmPixelSequence::writeXML(std::ostream&, unsigned long)': | |
(.text+0x1ca4): undefined reference to `OFUUID::OFUUID()' | |
/nix/store/dh0m67pv8snfcx1ic18jzp0x4cb10zhc-binutils-2.43.1/bin/ld: (.text+0x1cc8): undefined reference to `OFUUID::print(std::ostream&, OFUUID::E |
Test report for easyblock PR(s) easybuilders/easybuild-easyblocks#3654
Build succeeded for 24 out of 24 (24 easyconfigs in total)
- SUCCESS modkit-0.3.3-GCCcore-12.3.0.eb
- SUCCESS mfqe-0.5.0-GCC-12.3.0.eb
- SUCCESS maturin-1.1.0-GCCcore-12.3.0.eb
- SUCCESS tiktoken-0.7.0-GCCcore-12.3.0.eb
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
## Find Available Target Editions | |
DISM.exe /Online /Get-TargetEditions | |
## Convert Server Standard 2019 Evaluation to Server Standard 2019 | |
DISM /online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula | |
## How To Activate | |
slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX | |
slmgr /skms [server]:[port] | |
slmgr /ato |