Skip to content

Instantly share code, notes, and snippets.

@KuRRe8
Last active September 28, 2025 01:23
Show Gist options
  • Select an option

  • Save KuRRe8/cdd9b8a2d7bc7a98eac6e245cb270783 to your computer and use it in GitHub Desktop.

Select an option

Save KuRRe8/cdd9b8a2d7bc7a98eac6e245cb270783 to your computer and use it in GitHub Desktop.
I love GitHub Gist

⚡ I LOVE GIST ⚡

🎯 One file. One idea. One universe.

🚀 Why Gist is the Best Thing Ever

  • Zero setup, zero commitment.
    ✅ Code now, organize... maybe never.

  • Public? Private?
    🔥 My mood decides.

  • Markdown? Python? Bash?
    📜 Anything goes.

  • Tiny? Giant?
    🐜🐘 Bring it on.


💥 How I Use Gist

  • Share deadly one-liners ☠️
  • Save code spells for future me 🧙‍♂️
  • Drop experimental madness 🧪
  • Build my secret lair of snippets 🕵️

💡 Gist is Not a Tool

It's an attitude.
It's a philosophy.
It's a playground for dangerously creative minds.


🧨 Gist is Freedom

  • No README rules.
  • No CI pipelines.
  • No PRs, no drama.
  • Just pure, raw code energy ⚡.

📣 Long live Gists!

"Sometimes, a few lines of code deserve to shine brighter than a whole repo." 🌟

Use mermaid to show flow chart

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading

Show mermaid info

  info
Loading

Geojson

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "id": 1,
      "properties": {
        "ID": 0
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
              [-90,35],
              [-90,30],
              [-85,30],
              [-85,35],
              [-90,35]
          ]
        ]
      }
    }
  ]
}
Loading

Topojson

{
  "type": "Topology",
  "transform": {
    "scale": [0.0005000500050005, 0.00010001000100010001],
    "translate": [100, 0]
  },
  "objects": {
    "example": {
      "type": "GeometryCollection",
      "geometries": [
        {
          "type": "Point",
          "properties": {"prop0": "value0"},
          "coordinates": [4000, 5000]
        },
        {
          "type": "LineString",
          "properties": {"prop0": "value0", "prop1": 0},
          "arcs": [0]
        },
        {
          "type": "Polygon",
          "properties": {"prop0": "value0",
            "prop1": {"this": "that"}
          },
          "arcs": [[1]]
        }
      ]
    }
  },
  "arcs": [[[4000, 0], [1999, 9999], [2000, -9999], [2000, 9999]],[[0, 0], [0, 9999], [2000, 0], [0, -9999], [-2000, 0]]]
}
Loading

Embedded STL

solid cube_corner
  facet normal 0.0 -1.0 0.0
    outer loop
      vertex 0.0 0.0 0.0
      vertex 1.0 0.0 0.0
      vertex 0.0 0.0 1.0
    endloop
  endfacet
  facet normal 0.0 0.0 -1.0
    outer loop
      vertex 0.0 0.0 0.0
      vertex 0.0 1.0 0.0
      vertex 1.0 0.0 0.0
    endloop
  endfacet
  facet normal -1.0 0.0 0.0
    outer loop
      vertex 0.0 0.0 0.0
      vertex 0.0 0.0 1.0
      vertex 0.0 1.0 0.0
    endloop
  endfacet
  facet normal 0.577 0.577 0.577
    outer loop
      vertex 1.0 0.0 0.0
      vertex 0.0 1.0 0.0
      vertex 0.0 0.0 1.0
    endloop
  endfacet
endsolid
Loading
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Title

Hello, Creole!

Title

Hello, MediaWiki!

Title

Hello, Org!

Title

Hello, Pod!

Title

Hello, reStructuredText!

Title
Hello, Textile!

Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@KuRRe8
Copy link
Author

KuRRe8 commented May 10, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment