Skip to content

Instantly share code, notes, and snippets.

@Anarabdulaev
Anarabdulaev / windows-keys.md
Created September 1, 2026 03:39
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@rvrsh3ll
rvrsh3ll / windows_activation.md
Created February 18, 2024 21:22
Activate Windows for free

For Windows 10

Step 1 - Open PowerShell or Command Prompt as administrator

Step 2 - Install KMS client key

slmgr /ipk your_license_key

Replace your_license_key with following volumn license keys according to Windows Edition:

# AGENTS.md
- Do not preserve backward compatibility. Remove obsolete paths instead of adding compatibility layers, fallbacks, or migrations.
- Choose the simplest implementation that fully meets the current requirements. Avoid speculative abstractions, configuration, and indirection.
- Grow the system in layers. Start from the smallest version that works end to end, and add each new capability on top of a product that already works. Never trade a working product for unfinished complexity.
- Keep components modular and concerns clearly separated.
- Prefer established, well-maintained libraries when they reduce overall complexity or improve reliability. Do not reimplement common functionality without a clear reason.
- Lean on the dependencies already in the project before writing your own implementation or adding packages. Do not assume a library lacks a capability without checking its documentation and types.
- Make architectural decisions for the long term. Do not accept a stopgap that only works for now an
@seanpianka
seanpianka / sre_pe_study_guide.md
Last active September 1, 2026 04:34
The Systems Engineer Interview

The Production Engineer’s Study Guide

A Synthesis on Performance, Data, and Distributed Systems.


📘 FAIR USE NOTICE

This document is intended for educational and research purposes only. It contains a structured study outline and technical review of foundational systems and infrastructure concepts that are publicly documented and broadly relevant to practitioners in DevOps, SRE, and systems engineering roles.

It does not contain any proprietary information, internal tools, or confidential interview questions or processes from any specific employer. All materials herein are based on publicly available sources, common industry practices, and original synthesis for peer learning.

FTM_OPENING_RANGE_BREAKOUT_MNQ_v1_8_0_RC3
=========================================
Release version: 1.8.0-rc.3
NT adapter version: 0.4.1-draft
Native validation status: UNCOMPILED_UNRECONCILED_DRAFT
This source package contains exactly one NinjaTrader strategy: FTM_OPENING_RANGE_BREAKOUT_MNQ_v1_8_0_RC3.cs.
The C# file is copied byte-for-byte from the repository's canonical source when
the package is built. Keep exactly this one FTM source installed in NinjaTrader.
@Mabbs
Mabbs / possg.sh
Last active September 1, 2026 04:30
possg - 单脚本静态站点生成器 (Single-file Static Site Generator)
#!/bin/sh
#==============================================================================
# possg - 单脚本静态站点生成器 (Single-file Static Site Generator)
#
# 目标环境:POSIX Shell + POSIX awk,可在仅有 BusyBox 的最小化嵌入式系统运行。
#
# 许可:MIT
#==============================================================================
SSG_NAME="possg"
@flatmoonsociety
flatmoonsociety / FTM_OPENING_RANGE_BREAKOUT_MNQ_v1_8_0_RC3.cs
Last active September 1, 2026 04:30
FTM Opening Range Breakout MNQ v1.8.0 RC3
// ============================================================================
// FTM_OPENING_RANGE_BREAKOUT_MNQ_v1_8_0_RC3
//
// One self-contained MNQ opening-range breakout strategy. It requires one-minute
// MNQ bars and the CME US Index Futures ETH Trading Hours template. All trading
// decisions use New York time after converting NinjaTrader timestamps through
// UTC, so the NinjaTrader display time zone may be Eastern, UTC, Madrid, or any
// other correctly configured system time zone.
//
// The strategy builds the 09:30-09:45 ET opening range, then checks completed
@flatmoonsociety
flatmoonsociety / master_catalog (1).csv
Created August 31, 2026 10:33
Master catalog CSV
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 56 columns, instead of 1 in line 1.
strategy_id,strategy_family_id,strategy_name,alternative_names,strategy_category,strategy_subcategory,verification_status,repository_name,repository_url,source_file_path,permanent_source_url,commit_sha,source_type,canonical_source_status,related_sources,language,platform,framework,market_types,example_instruments,expected_timeframes,long_short_direction,required_data,alternative_data_required,indicators_or_features,normalized_entry_rules,normalized_exit_rules,stop_loss_rules,take_profit_rules,trailing_stop_rules,position_sizing_rules,portfolio_construction_rules,execution_assumptions,important_parameters,framework_agnostic_rule_summary,claimed_backtest_results,result_source,transaction_costs_modeled,slippage_modeled,tests_present,sample_data_present,lookahead_or_repainting_risk,other_bias_risks,martingale_or_unbounded_risk,code_completeness_score,rule_clarity_score,reproducibility_score,portability_score,maintenance_status,last_commit_date,stars,forks,license,reuse_notes,duplicate_group,research_notes
STRAT
@flatmoonsociety
flatmoonsociety / .cursorrules
Created May 31, 2025 22:36 — forked from boxabirds/.cursorrules
Rock solid: turn Cursor into a rock-solid software engineering companion
# Project Policy
This policy provides a single, authoritative, and machine-readable source of truth for AI coding agents and humans, ensuring that all work is governed by clear, unambiguous rules and workflows. It aims to eliminate ambiguity, reduce supervision needs, and facilitate automation while maintaining accountability and compliance with best practices.
# 1. Introduction
> Rationale: Sets the context, actors, and compliance requirements for the policy, ensuring all participants understand their roles and responsibilities.
## 1.1 Actors