Skip to content

Instantly share code, notes, and snippets.

pk sk addressLine1 city createdAt email fullName id type updatedAt userId username
BillingAddress#df5f4cc1-406d-4ba3-9c49-bdcdafd1d910 BillingAddress 42 Wallaby Way Sydney 2025-02-19T05:23:15.379Z df5f4cc1-406d-4ba3-9c49-bdcdafd1d910 BillingAddress 2025-02-19T05:23:15.379Z nemo123
BillingAddress#df5f4cc1-406d-4ba3-9c49-bdcdafd1d910 User 2025-02-19T05:23:15.168Z fish-are-friends-not-food@test.com Nemo nemo123 User 2025-02-19T05:23:15.168Z nemo123

Project Statement: Implementation of EIP-2537 in Filecoin FEVM

Project Overview

This project aims to implement support for EIP-2537: Precompile for BLS12-381 Curve Operations within the Filecoin Ethereum Virtual Machine (FEVM). The goal is to maintain compatibility between the FEVM and Ethereum's EVM in light of the Pectra update. EIP-2537 introduces precompiles for BLS signature operations, enabling efficient and secure cryptographic functionalities crucial for applications requiring BLS signatures.

Objectives

  1. Implement the following opcodes in the builtin-actors repository:
    • BLS12_G1ADD (0x0b)
  • BLS12_G1MSM (0x0c)
@Xomemo7
Xomemo7 / SQL.txt
Created February 19, 2025 05:52
SQL Query
SELECT
c.ID AS CustomerID,
c.Name AS CustomerName,
STRING_AGG(CONCAT(pt.TypeName, ': ', cp.PhoneNumber), ', ') AS PhoneNumbers
FROM Customers c
LEFT JOIN Customer_Phones cp
ON c.ID = cp.CustomerID
JOIN PhoneNumberTypes pt
ON cp.PhoneNumberTypeID = pt.ID
GROUP BY c.ID, c.Name
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created February 19, 2025 05:51
aruba-networks-virtual-intranet-access-client v4.0.2004212 - 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-4223634986-1222238704-982566035-1000</user>
<keys>
<key installerType="Msi" displayName="Aruba Networks Virtual Intranet Access 4.0.0.0.2004212" displayVersion="4.0.0.2004212">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C9E26CE9-7FB7-4695-B7AF-4F940F5D5D17}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /X{C9E26CE9-7FB7-4695-B7AF-4F940F5D5D17}]]></UninstallString>
@overing
overing / Program.cs
Created February 19, 2025 05:50
Asp.Net Core Controller Action 取消行為測試
using Microsoft.AspNetCore.Mvc;
/* 參考輸出
[2025-02-19 13:47:41.201] info: TestRequestTrigger[0] ***** 開始不可取消測試
[2025-02-19 13:47:44.038] warn: UserController[0] 不可取消: Delay 完畢; 狀態: RanToCompletion; 來源: login1
[2025-02-19 13:47:44.049] info: TestRequestTrigger[0] Response1: LoginResponse { Result = Result for account 'LoginRequest { Account = login1 }' }
[2025-02-19 13:47:46.053] warn: UserController[0] 不可取消: Delay 完畢; 狀態: RanToCompletion; 來源: login2
[2025-02-19 13:47:47.048] info: TestRequestTrigger[0] ***** 開始可取消測試
[2025-02-19 13:47:49.066] warn: UserController[0] 可取消: Delay 完畢; 狀態: RanToCompletion; 來源: login1
[2025-02-19 13:47:49.066] info: TestRequestTrigger[0] Response1: LoginResponse { Result = Result for account 'LoginRequest { Account = login1 }' }
@akbatra567
akbatra567 / adr.md
Created February 19, 2025 05:50
ADR template for reference

ADR00X - [TITLE]

Date

Jan 17, 2023

Status

[DRAFT]/[PROPOSED]/[ACCEPTED]/[ADOPTED]/[SUPERSEDED]/[EXPIRED]

{
"C_Cpp.updateChannel": "Default",
"files.autoSave": "afterDelay",
"editor.formatOnSave": true,
"jupyter.alwaysTrustNotebooks": true,
"editor.suggestSelection": "first",
"editor.mouseWheelScrollSensitivity": 2,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
@taojuntjpp
taojuntjpp / docker-registry-mirrors.md
Created February 19, 2025 05:48 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@song1900
song1900 / Apple_mobile_device_types.txt
Created February 19, 2025 05:48 — forked from adamawolf/Apple_mobile_device_types.txt
List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
i386 : iPhone Simulator
x86_64 : iPhone Simulator
arm64 : iPhone Simulator
iPhone1,1 : iPhone
iPhone1,2 : iPhone 3G
iPhone2,1 : iPhone 3GS
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 GSM Rev A
iPhone3,3 : iPhone 4 CDMA
iPhone4,1 : iPhone 4S
Unused Applications|"Execute all
directory/recommendations/{TENANT_ID}_staleApps/impactedResources?$filter=status eq 'active'&$select=id,displayName,status
directory/recommendations/{TENANT_ID}_unusedEnterpriseApps/impactedResources?$filter=status eq 'active'&$select=id,displayName,status"
Stale Apps|"Execute all
directory/recommendations/{TENANT_ID}_staleApps/impactedResources?$filter=status eq 'active'&$select=id,displayName,status
directory/recommendations/{TENANT_ID}_unusedEnterpriseApps/impactedResources?$filter=status eq 'active'&$select=id,displayName,status"