Skip to content

Instantly share code, notes, and snippets.

View avatorl's full-sized avatar

Andrzej Leszkiewicz avatorl

View GitHub Profile
@burkeholland
burkeholland / ainstall.md
Last active March 17, 2026 00:40
Ultralight Orchestration

Ultralight Orchestration

A minimal multi-agent system with an orchestrator, a planner, a coder, and a designer working together providing orchestration between Claude, Codex and Gemini.

Instructions

Install all agents listed below into VS Code Insiders...

Title Type Description
@back1ply
back1ply / PowerBI_Model_Info_Extractor.csx
Last active October 3, 2025 21:51
This C# script for Tabular Editor 2 extracts and presents comprehensive information about all tables, columns, measures, and relationships in a Power BI model. The output includes data types of columns, key fields of relationships, and cardinality of relationships. Useful for LLMs like ChatGPT.
// === Configuration ===
// Output control flags
bool includeFormatStrings = false;
bool includeDescriptions = false;
bool includeDisplayFolders = false;
bool includeDataType = false;
// Filtering flags
bool onlyIncludeMeasuresWithExpressions = false;
bool skipEmptyRelatedTables = true;
@tirnovar
tirnovar / Hills and Falls - DAX SVG Generator.txt
Last active August 18, 2023 13:38
Hills and Falls - DAX SVG Generator
/* SETUP */
VAR _initTbl =
ADDCOLUMNS(
SELECTCOLUMNS(
SUMMARIZE( <TABLE>, <X-AXIS-COLUMN> ),
"@yAxisCategory", <X-AXIS-COLUMN>
),
"@firstLine", <MEASURE-1>,
"@secondLine", <MEASURE-2>
)
@XavierGimenez
XavierGimenez / .block
Last active July 13, 2023 08:18
Chord Diagram with vega.js
license: bsd-3-clause
@jefffriesen
jefffriesen / README.md
Last active November 4, 2024 23:30
US Zip Codes

This is a d3.js visualization of US zip codes.

Original zip code dataset from Geocommons.

5MB shapefile with properties such as zipcode, state, name, population, area, more.

http://geocommons.com/overlays/54893 (Thank you Bill Greer)

This converts it nicely: