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.
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
A Synthesis on Performance, Data, and Distributed Systems.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| #============================================================================== | |
| # possg - 单脚本静态站点生成器 (Single-file Static Site Generator) | |
| # | |
| # 目标环境:POSIX Shell + POSIX awk,可在仅有 BusyBox 的最小化嵌入式系统运行。 | |
| # | |
| # 许可:MIT | |
| #============================================================================== | |
| SSG_NAME="possg" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ============================================================================ | |
| // 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 |
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |