Skip to content

Instantly share code, notes, and snippets.

@dori4n
dori4n / Office 2019 ISO Links at Microsoft.md
Last active September 20, 2026 13:41 — forked from Issykul/Office 2019 ISO Links at Microsoft.md
Office 2019 ISO Download Links at Microsoft
@dori4n
dori4n / Office 2016 ISO Links at Microsoft.md
Last active September 20, 2026 13:41 — forked from Issykul/Office 2016 ISO Links at Microsoft.md
Office 2016 ISO Links at Microsoft
@dori4n
dori4n / Office 2024 ISO Links at Microsoft.md
Created January 13, 2025 06:30
Office 2024 ISO Download Links at Microsoft
@dori4n
dori4n / Office 2021 ISO Links at Microsoft.md
Last active September 20, 2026 13:40
Office 2021 ISO Download Links at Microsoft
@bathivinod
bathivinod / README.md
Created July 8, 2025 03:58
Let's Encrypt SSL with Cloudflare DNS Validation Guide

Let's Encrypt SSL with Cloudflare DNS Validation

Requirements Recap

βœ… Your Requirements:

  • πŸ”’ Ports 80/443 are firewalled to Cloudflare IPs only
  • ☁️ You're behind Cloudflare, so Let's Encrypt (Certbot) cannot reach port 80 directly
  • 🌐 You're using Apache, not Nginx
  • You already have a self-signed or manually managed cert in use
@gone
gone / creative_market_scrape
Created April 23, 2012 17:47
Donwload the free design elements from creativemarket.com
import requests
cookies = dict(CMSESSION="YOUR SESSION TOKEN HERE")
for x in range(150):
incoming = requests.get('http://creativemarket.com/op/download/%s' % x, cookies=cookies)
if 'content-disposition' not in incoming.headers:
print "%s not a valid file" % x
continue
file_name = incoming.headers['content-disposition'].split("\"")[1]
@s1204IT
s1204IT / JOYSOUND.md
Last active September 20, 2026 12:27
Wi-Fi Passwords

JOYSOUND

0009JOYSOUND

27844FADDDE5B8423E8EB84BA9EDCE3CEA92C3FCDB2879C796B7B97A39E5786C

0008JOYSOUND

5C468DDEF3C92CC5BE93536F84C178D5D887BFC6196A51FB83ED4AA5A8C4C2D5
<#
.SYNOPSIS
PowerShell replacement for the `code-insiders.cmd` launcher.
.DESCRIPTION
Sets the same environment variables used by the original batch launcher, resolves
the `Code - Insiders.exe` and the CLI script (`resources\app\out\cli.js`) relative
to this script's location (one level up), forwards all arguments, and exits with
the executable's exit code.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

Round Human Score AI Score
Round 1 1% 99%
Round 2 18% 82%
Round 3 60% 40%
Round 4 99% 1%