In order to clarify the intellectual property license granted with Contributions from any person or entity, InetSoft Technology Corp ("InetSoft") must have a Contributor License Agreement ("CLA") on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of InetSoft; it does not change your rights to use your own Contributions for any other purpose.
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
#!/bin/bash | |
# Function to check if a package is installed | |
check_package() { | |
if ! dpkg -l | grep -q "$1"; then | |
echo "$1 is not installed. Installing..." | |
sudo apt update | |
sudo apt install -y "$1" | |
else | |
echo "$1 is already installed." |
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
require 'benchmark' | |
require 'oj' | |
require 'json' | |
require 'bigdecimal' | |
REPLACEMENTS = { | |
"<" => '\u003c'.b, | |
">" => '\u003e'.b, | |
"&" => '\u0026'.b, | |
} |
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
2025-03-13 14:41:49,775 3660 [DEBUG] - XmlConfiguration is now operational | |
2025-03-13 14:41:49,976 3660 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-03-13 14:41:49,976 3660 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-03-13 14:41:49,976 3660 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-03-13 14:41:49,993 3660 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco' | |
2025-03-13 14:41:49,993 3660 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-03-13 14:41:50,010 3660 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco' | |
2025-03-13 14:41:50,010 3660 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-03-13 14:41:50,024 3660 [DEBUG] - Adding new typ |
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
Daemon Tools Pro Cracked |
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
fpu.c:57:8: warning: #warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp] | |
Script started on 2025-03-13 14:16:43+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh risc-v-06" <not executed on terminal>] | |
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh | |
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh | |
+ job=risc-v-06 | |
+ neofetch | |
.-/+oossssoo+/-. | |
`:+ssssssssssssssssss+:` | |
-+ssssssssssssssssssyyssss+- | |
.ossssssssssssssssssdMMMNysssso. |
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
#include <iostream> | |
#include <fstream> | |
#include <string> | |
#include <ctime> | |
#include <thread> | |
#include <windows.h> | |
// Function to get the current timestamp as a string | |
std::string getCurrentTimestamp() { | |
time_t now = time(0); |
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\moneyguru\moneyguru.nupkg" checksum="594BA4C9FD4BB1B4F9D2A0D7BAFD0EC4" /> | |
<file path="C:\ProgramData\chocolatey\lib\moneyguru\moneyguru.nuspec" checksum="5BAD7A70A76D7930C20CF6B570453B95" /> | |
<file path="C:\ProgramData\chocolatey\lib\moneyguru\tools\chocolateyInstall.ps1" checksum="76885D09D47C3FA05302F7453FEEE0F0" /> | |
<file path="C:\ProgramData\chocolatey\lib\moneyguru\tools\chocolateyUninstall.ps1" checksum="94853F81AC9F665E21A691A0BCAB7D61" /> | |
</files> | |
</fileSnapshot> |