Skip to content

Instantly share code, notes, and snippets.

Testing Preferences
Use AssertJ assertions instead of JUnit assertions for all test cases
Example:
javaCopy// Preferred (AssertJ):
assertThat(actual).isEqualTo(expected);
// Instead of (JUnit):
assertEquals(expected, actual);
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created February 11, 2025 18:56
secret-maryo-chronicles v1.9.0.20170428 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-2270195762-3335344054-2709297393-1000</user>
<keys>
<key installerType="Unknown" displayName="Secret Maryo Chronicles" displayVersion="1.9">
<RegistryView>Registry32</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\secretmaryo</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files (x86)\Secret Maryo Chronicles\uninstall.exe"]]></UninstallString>
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: mysql
spec:
selector:
matchLabels:
app: mysql
app.kubernetes.io/name: mysql
serviceName: mysql
@choco-bot
choco-bot / FilesSnapshot.xml
Created February 11, 2025 18:55
yt-dlp v2025.2.10.232934-nightly - Passed - Package Tests Results
<?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\yt-dlp\yt-dlp.nupkg" checksum="B14AB2547CF9D87533A269CFEBF37925" />
<file path="C:\ProgramData\chocolatey\lib\yt-dlp\yt-dlp.nuspec" checksum="2BA5DEB408871D41C32AA93D2D8EF32F" />
<file path="C:\ProgramData\chocolatey\lib\yt-dlp\legal\LICENSE.txt" checksum="B20BFBFAC7DB2144F72DA28672CDBEF4" />
<file path="C:\ProgramData\chocolatey\lib\yt-dlp\legal\VERIFICATION.txt" checksum="13D3E0847718E367E72DCCF4F3EA5742" />
<file path="C:\ProgramData\chocolatey\lib\yt-dlp\tools\x64\yt-dlp.exe" checksum="C827DD4C0B80C692ECDD3D2FC1155757" />
<file path="C:\ProgramData\chocolatey\lib\yt-dlp\tools\x86\yt-dlp.exe" checksum="FD7450491583F1423421C7CB555B90AC" />
</files>
@Schoolads
Schoolads / gist:a1e8b8f1892c615f0edf70a90550e56d
Created February 11, 2025 18:54
Nana College of Nursing Sciences, Ayingba, Kogi State 2025/2026 {O8125777035} Admission Form Is STILL ON SALE.. Call DR.MRS ALICE OGUNSOLA on {O8125777035}.The Management of the school hereby inform the general public of the sales of the general Nursing Admission form into the School of Nursing, Also midwifery, post-basic midwifery form, post-ba…
Nana College of Nursing Sciences, Ayingba, Kogi State 2025/2026 {O8125777035} Admission Form Is STILL ON SALE.. Call DR.MRS ALICE OGUNSOLA on {O8125777035}.The Management of the school hereby inform the general public of the sales of the general Nursing Admission form into the School of Nursing, Also midwifery, post-basic midwifery form, post-basic nursing form and internship form are still on sale for more information on purchase of the form and admission assistance call Admin Officer{O8125777035}
@yojeero
yojeero / background CSS.css
Last active February 11, 2025 18:55
background CSS
**------------------------------------------------------------------------
* STRIPE BG
*------------------------------------------------------------------------**/
root
{
--line-width: 1px;
--line-count: 9;
--gap: calc((100% - var(--line-count) * var(--line-width)) / (var(--line-count) + 1));
@choco-bot
choco-bot / FilesSnapshot.xml
Created February 11, 2025 18:53
rpcs3 v0.0.34-alpha17472 - Passed - Package Tests Results
<?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\rpcs3\rpcs3-v0.0.34-17472-63147fde_win64.7z.txt" checksum="D5DE230BE161A63612613C815A8705D4" />
<file path="C:\ProgramData\chocolatey\lib\rpcs3\rpcs3.nupkg" checksum="10DC13D4EE23976D80CCEFBF94070CC0" />
<file path="C:\ProgramData\chocolatey\lib\rpcs3\rpcs3.nuspec" checksum="8A101B1160E16AE9F3359AC6D1AA9CBF" />
<file path="C:\ProgramData\chocolatey\lib\rpcs3\legal\LICENSE.txt" checksum="FBF4E35A2CEBB002F5A8C447F8D8A1AA" />
<file path="C:\ProgramData\chocolatey\lib\rpcs3\legal\VERIFICATION.txt" checksum="245A86708B9ED5E6A9F3A30D9005E65D" />
<file path="C:\ProgramData\chocolatey\lib\rpcs3\tools\chocolateyinstall.ps1" checksum="A81668CDAB9FF32722ACA7FA1C04A401" />
<file path="C:\ProgramData\chocolatey\lib\rpcs3\tools\chocolateyuninstall.ps1" checksum="FED9BB94F3BF6D87A83951A
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: mysql
spec:
selector:
matchLabels:
app: mysql
app.kubernetes.io/name: mysql
serviceName: mysql
with IDs as (
SELECT visitId, attributions,
#ctx.userInfo.userId,
#ctx.rivuletBrowserInfo.browserId,
any_value(ctx.userInfo.userId) as userId,
any_value(ctx.rivuletBrowserInfo.browserId) as browser_id,
FROM(select visitId, contextualInfo, attributions FROM `etsy-ml-systems-prod.attributed_instance.query_pipeline_market_web_organic_2025_02_04` ),
UNNEST(contextualInfo) AS ctx
group by 1, 2
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract EnsDomain {
struct Buyer {
address buyerAddress;
uint256 timeStamp;
uint256 price;
}