Test report for PR(s) easybuilders/easybuild-easyconfigs#22201
Build succeeded for 3 out of 3 (2 easyconfigs in total)
- SUCCESS casacore-3.5.0-foss-2022a.eb
- SUCCESS Boost.Python-1.83.0-GCC-13.2.0.eb
- SUCCESS casacore-3.5.0-foss-2023b.eb
<?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\notepadplusplus\notepadplusplus.nupkg" checksum="C02C6D554F2262208C6C938CB712DFFF" /> | |
<file path="C:\ProgramData\chocolatey\lib\notepadplusplus\notepadplusplus.nuspec" checksum="09C5E4D8EB80F2045EC9177E399410D2" /> | |
<file path="C:\ProgramData\chocolatey\lib\notepadplusplus\tools\chocolateyInstall.ps1" checksum="E681F355000DAF7C0D94E48772AF8A38" /> | |
</files> | |
</fileSnapshot> |
You are ChatGPT, a large language model trained by OpenAI. | |
Today is [REDACTED] at [REDACTED] AM in the time zone '[REDACTED]'. The user is at [REDACTED], US. | |
Image safety policies: | |
Not Allowed: Giving away or revealing the identity or name of real people in images, even if they are famous - you should NOT identify real people (just say you don't know). Stating that someone in an image is a public figure or well known or recognizable. Saying what someone in a photo is known for or what work they've done. Classifying human-like images as animals. Making inappropriate statements about people in images. Guessing or confirming race, religion, health, political association, sex life, or criminal history of people in images. | |
Allowed: OCR transcription of sensitive PII (e.g. IDs, credit cards etc) is ALLOWED. Identifying animated characters. | |
Adhere to this in all languages. |
Log uploaded on Friday, February 7, 2025, 1:50:04 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), 0PrepatcherAPI(1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.2,fv:24.11.29), MVCF(2.0.0.1), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), RecipeInheritance(1.0.1), RRO(1.0.0), SmokingGun(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(0.0.0), VFECore(av:1.1.7,fv:1.1.9), VWEMakeshift(1.0.0) | |
Vanilla Psycasts Expanded(VanillaExpanded.VPsycastsE): VanillaPsycas |
#include <AltController.h> //add the AltController library | |
//Add variables for the Pin Numbers and Sensitivity here | |
int aPin = 2; | |
int aSensitivity = 500; | |
int sPin = 3; | |
int dSensitivity = 500; |
import subprocess | |
import tempfile | |
def python_inject_file(pid, path): | |
full_cmd = ["gdb", "-p", str(pid), "-batch"] | |
for cmd in [ | |
"PyGILState_Ensure()", | |
f'(int)PyRun_SimpleFileEx(fopen("{path}", "rb"), "{path}", 1)', | |
"PyGILState_Release($1)", |
Test report for PR(s) easybuilders/easybuild-easyconfigs#22201
Build succeeded for 3 out of 3 (2 easyconfigs in total)
export const BASE64 = | |
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; | |
export function uid() { | |
let id = ""; | |
for (let i = 0; i < 24; i++) id += BASE64.charAt(Math.random() * 62); | |
return id; | |
} |
[{"id":"36085648-c060-4582-8a53-3a145e3d49f0","name":"Ignacius Rabbitts","email":"irabbitts0@constantcontact.com","age":20}, | |
{"id":"caea3d03-59ae-4b4e-a609-a7e489e2ba97","name":"Kori Naughton","email":"knaughton1@blinklist.com","age":15}, | |
{"id":"7786d457-218c-43d1-be4e-5cfac35ed725","name":"Pammie Dryburgh","email":"pdryburgh2@auda.org.au","age":47}, | |
{"id":"1a02b346-df35-424c-9814-ddbbee451930","name":"Ariel Sidry","email":"asidry3@eventbrite.com","age":25}, | |
{"id":"cf82b98f-3438-4696-8316-c8f6e4010f36","name":"Martha Downing","email":"mdowning4@jiathis.com","age":35}, | |
{"id":"c3c06280-d564-41d6-9547-28a31180324e","name":"Trevor Duncan","email":"tduncan5@whitehouse.gov","age":50}, | |
{"id":"74260599-5093-468b-b21a-65113bc52507","name":"Nannie Bentick","email":"nbentick6@odnoklassniki.ru","age":38}, | |
{"id":"b1035979-d20f-4f09-8377-fa531f14ecaa","name":"Sharline Klos","email":"sklos7@java.com","age":28}, | |
{"id":"c1e8dd26-c593-433b-8cf6-ce84ba936a08","name":"Stacey Partner","email":"spartner8@ihg.com","age":28}, | |
{"id": |
Sub FindCombinationAnySheet() | |
Dim ws As Worksheet | |
Set ws = ActiveSheet ' Works on whichever sheet is active | |
'--- Prompt user for input --- | |
Dim targetSum As Double | |
targetSum = Application.InputBox("Enter target sum:", "Target Sum", Type:=1) | |
Dim debitCredit As String | |
debitCredit = Application.InputBox("Enter Debit or Credit:", "Type Selection", Type:=2) |
using System; | |
namespace _07._02._2025 | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
// заполнить массив с клавиатуры |