I build production systems.
Not demos.
Not frameworks chasing trends.
Not tools optimized for GitHub stars.
I design and operate a private stack for companies that care about stability, clarity, and long-term leverage.
| import fs from 'fs'; | |
| import path from 'path'; | |
| const generate_llm_txt = (dir_path, output_path = 'llm.txt') => { | |
| const read_markdown_files = (dir) => { | |
| let files_content = ''; | |
| const files = fs.readdirSync(dir); | |
| files.forEach((file) => { | |
| const file_path = path.join(dir, file); |
| import fuzzysort from "fuzzysort"; | |
| class Combobox { | |
| constructor(element, options = {}) { | |
| this.container = element; | |
| this.select = element.querySelector('.mod-combobox-select'); | |
| this.selectedText = this.select.querySelector('p'); | |
| this.dropdown = element.querySelector('.mod-combobox-dropdown'); | |
| this.input = this.dropdown.querySelector('.mod-input'); | |
| this.list = this.dropdown.querySelector('ul'); |
| const express = require('express'); | |
| const http2 = require('http2'); | |
| const fs = require('fs'); | |
| const app = express(); | |
| app.get('/', (req, res) => { | |
| res.send('Hello, HTTP/2 World!'); | |
| }); |
| [ | |
| { | |
| "code": "af", | |
| "name": "Afrikaans" | |
| }, | |
| { | |
| "code": "af-ZA", | |
| "name": "Afrikaans (South Africa)" | |
| }, | |
| { |
| const events = [ | |
| "readystatechange", | |
| "pointerlockchange", | |
| "pointerlockerror", | |
| "beforecopy", | |
| "beforecut", | |
| "beforepaste", | |
| "freeze", | |
| "resume", | |
| "search", |
| export default [ | |
| "bold", | |
| "brave", | |
| "bright", | |
| "cheerful", | |
| "deft", | |
| "devoted", | |
| "eager", | |
| "elegant", | |
| "faithful", |
| // Tiny JSX renderer in TypeScript inspired by plain-jxs: https://github.com/callumlocke/plain-jsx | |
| // Babel would allow you to specify the factory function as special inline comment: | |
| /** @jsx JSXrender */ | |
| let JSXrender = (tagName: string, attributes?: { [key: string]: any }, ...children: Array<HTMLElement | string>): HTMLElement => { | |
| if (!tagName || typeof tagName !== 'string') | |
| throw new Error("tagName has to be defined, non-empty string"); |
| export default [ | |
| { code: "AF", name: "Afghanistan" }, | |
| { code: "AX", name: "\u00c5land Islands" }, | |
| { code: "AL", name: "Albania" }, | |
| { code: "DZ", name: "Algeria" }, | |
| { code: "AS", name: "American Samoa" }, | |
| { code: "AD", name: "Andorra" }, | |
| { code: "AO", name: "Angola" }, | |
| { code: "AI", name: "Anguilla" }, | |
| { code: "AQ", name: "Antarctica" }, |
I hereby claim:
To claim this, I am signing this object: