Skip to content

Instantly share code, notes, and snippets.

View sanjarcode's full-sized avatar

Sanjar Afaq sanjarcode

View GitHub Profile
@sanjarcode
sanjarcode / script.js
Last active September 11, 2024 15:52
Scaler topics site - generate timestamps, empty note files
/**
* Raw name to simpler name (for markdown file)
*/
function nameToHypenName(name) {
name = name
.replaceAll(",", "-")
.replaceAll(" ", "-")
.replaceAll("--", "-")
.replaceAll(":", "")
.replaceAll("(", "")
@sanjarcode
sanjarcode / economy.md
Created July 24, 2025 14:42
worldview
function economy() {
    // Context (ignore)
    // global.requirements     // aggregated needs (demand vector)
    // global.tools            // current solutions (supply space)
    // global.alignment_tools  // governance/regulation/culture nudges

    // affordably_exists() search provider, cost of installing product/service
    // estimate_create_time() calculate engineering cost of product/service
    // create() product or service