Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bizagi="http://www.bizagi.com/BPMN20"
targetNamespace="http://www.example.org/bizagi/salesforecast">
<process id="SalesForecastProcess" name="営業・予実管理プロセス" isExecutable="true">
<!-- 開始イベント -->
<startEvent id="StartEvent" name="新規リード発生">

Example config.json

{
  "credentials": {
    "project_id": 123,
    "secret": "my_secret",
    "username": "my_service_account"
  },
  "start_date": "2025-06-30T21:00:00Z",
  "region": "US" #aside: this appears to be required, despite what https://docs.airbyte.com/integrations/sources/mixpanel suggests
@choco-bot
choco-bot / FilesSnapshot.xml
Created June 30, 2025 22:10
flac v1.3.4 - 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\flac\flac-1.3.4-win.zip.txt" checksum="021868C4044E9DA81077E8773C375D8F" />
<file path="C:\ProgramData\chocolatey\lib\flac\flac.nupkg" checksum="2B0274C01DACE55EBAB8BD1C8A7C39AD" />
<file path="C:\ProgramData\chocolatey\lib\flac\flac.nuspec" checksum="1608E32EC557CD6224428EE8868F7ECA" />
<file path="C:\ProgramData\chocolatey\lib\flac\tools\chocolateyInstall.ps1" checksum="DE7A098D3C19E31DE6E9068FA80E2ABA" />
<file path="C:\ProgramData\chocolatey\lib\flac\tools\flac-1.3.4-win\AUTHORS" checksum="9CA80BA541B8A65D9CA0280891EEEE02" />
<file path="C:\ProgramData\chocolatey\lib\flac\tools\flac-1.3.4-win\COPYING.FDL" checksum="AD1419ECC56E060ECCF8184A87C4285F" />
<file path="C:\ProgramData\chocolatey\lib\flac\tools\flac-1.3.4-win\COPYING.GPL" checksum="B234EE4D69F5FCE4486A80FDAF4
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created June 30, 2025 22:09
Rimworld output log published using HugsLib
Log uploaded on Tuesday, July 1, 2025, 1:17:20 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.4.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.5]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.5)
Simple sidearms(PeteTimesSix.SimpleSidearms): SimpleSidearms(1.4.6)
[FSF] Filth Vanishes With Rain And Time(FrozenSnowFox.FilthVanishesWithRainAndTime): (no assemblies)
Get Out Of My Chair!(Aelanna.GetOutOfMyChair): GetOutOfMyChair(1.0.0)
Initial Motivation(cedaro.InitialMotivation): InitialMotivation(1.0.0)
Map Preview(m00nl1ght.MapPreview): LunarLoader(1.1.13), LunarFramework(1.1.13), MapPreview(1.12.18), MapPreviewMod(1.12.18)
@oconnorjohnson
oconnorjohnson / zshrc-with-openai-git-commit.sh
Last active June 30, 2025 22:11
simple commit generator
# throw in ~/.zshrc or wherever the hell you want idc
function anc() {
# Set your OpenAI API key
OAI_KEY="key-goes-here-buddy"
# Stage all changes
git add -A
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created June 30, 2025 22:08
Rimworld output log published using HugsLib
Log uploaded on Monday, June 30, 2025, 5:08:27 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 Backgrounds Expanded(vanillaexpanded.backgrounds): VBE(1.0.0)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.5]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.5)
@Keijiro-Ida
Keijiro-Ida / Solution.php
Last active June 30, 2025 22:08
521. Longest Uncommon Subsequence I
class Solution {
/**
* @param String $a
* @param String $b
* @return Integer
*/
function findLUSlength($a, $b) {
if($a === $b) return -1;
@mogggen
mogggen / Plug-and-play.py
Created June 30, 2025 22:07
C++ Hello world!
with open("main.cpp", "w") as f:
f.write("int main()\n{\n\t\n}")
with open("CMakeLists.txt", "w") as f:
f.write("cmake_minimum_required(VERSION 3.6)\nadd_executable(app main.cpp)")
import os
os.system("cmake -S . -B ./build/")
path = "\""+os.getcwd()+"\\build\\Project.sln\""
os.system(path)
@ferrata
ferrata / openapi.yaml
Created June 30, 2025 22:07
OpenAPI spec for PR #1477
openapi: 3.1.0
paths:
/v1/sites/{siteId}/locales:
post:
operationId: SiteLocaleController_create_v1
parameters:
- name: Authorization
in: header
description: User bearer token
schema:
@suredream
suredream / tmp.CwyFvwLkG9
Created June 30, 2025 22:06
我最近完成了一个小side project 专为地理空间分析师、环境科学家和研究人员设计的AI智能助手。该项目能够将用户的自然语言查询转换为可在Google Earth Engine等平台上执行的分析代码。 我生成了一个github 项目:https://github.com/suredream/gaiasage/tree/main/src/gaiasage 使用 GEMINI API KEY 我要将它发布在我的linkedin page上,吸引到更多关注
吸引潜在用户(地理空间分析师、科研人员)
- 展示个人技术实力或产品构想
- 引发互动或合作兴趣(如留言、star、fork)
**想避免的?**
- 过于技术细节、晦涩难懂
- 没有明确价值定位或动机
- 像「我做了一个东西大家来看吧」那样无效的分享