Skip to content

Instantly share code, notes, and snippets.

@namledimi
namledimi / 01__second-brain-system.md
Created July 3, 2024 03:44 — forked from erkobridee/01__second-brain-system.md
Second Brain System and productive useful references
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created July 3, 2024 03:43
dolt v1.41.2 - 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-1124619579-2882933082-271466603-1000</user>
<keys>
<key installerType="Msi" displayName="Dolt 1.41.2" displayVersion="1.41.2">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2D1AB582-4C34-4FC3-9D17-C55DDDE3D892}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /I{2D1AB582-4C34-4FC3-9D17-C55DDDE3D892}]]></UninstallString>
@mdull99
mdull99 / Site.js
Created July 3, 2024 03:43
xxx.js
‎‎
@boegelbot
boegelbot / easybuild_test_report_20950_easybuilders_preasybuild-easyconfigs_20244203-UTC-03-42-11.md
Created July 3, 2024 03:42
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #20950

Test report for PR(s) easybuilders/easybuild-easyconfigs#20950

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS SHAP-0.43.0-foss-2023a.eb

Time info

  • start: Wed, 03 Jul 2024 03:40:17 +0000 (UTC)
using System;
using System.Collections.Generic;
namespace _6_12
{
internal class Program
{
static void Main()
{
Zoo zoo = new Zoo();
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created July 3, 2024 03:41
geth v1.14.6 - 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-1124619579-2882933082-271466603-1000</user>
<keys>
<key installerType="Custom" displayName="Ethereum - Geth - Official Go implementation of the Ethereum protocol" displayVersion="1.14.6-aadddf3a">
<RegistryView>Registry32</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ethereum Geth</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files\Geth]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files\Geth\uninstall.exe" /S]]></UninstallString>
@rabits
rabits / payload.sh
Created July 3, 2024 03:40
CVE-2024-31317 PoC 1
#!/bin/sh
# PoC prepares the payload of commands to execute through the zygote injection CVE-2024-31317:
# https://rtx.meta.security/exploitation/2024/06/03/Android-Zygote-injection.html
#
# Tested on honor-magic-v2_ver-n49; Build 7.2.0.108(C636E1R2P2); Sec patch Dec 1, 2023
#
# USAGE (android 13, with pre-13 use 12200 instead of 32768)
# host$ adb push payload.sh /sdcard/
# host$ adb shell
# shell$ settings put global hidden_api_blacklist_exemptions "$(sh /sdcard/payload.sh 8192 32768 sh -c 'sleep 200')"
@furgo16
furgo16 / stylesheet-issues.md
Created July 3, 2024 03:40
FreeCAD new stylesheet issues
ROHAN::CHAMAR
@mypy-play
mypy-play / main.py
Created July 3, 2024 03:39
Shared via mypy Playground
class Meat:
pass
class Fish(Animal):
def price():
pass