← 返回首页
HighwayofLife (David Lewis) · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus
🥷
Jedi
🥷
Jedi

Organizations

Block or report user

Block or report HighwayofLife

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Add an optional note
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Block user
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. FreeCol/freecol FreeCol/freecol Public

    FreeCol: FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization. The objective of the game is to create an independent nation.

    Java 695 200

  2. kubernetes-validation-tools kubernetes-validation-tools Public

    All-in-one collection of tools to run linting, validation, static code analysis, security scanning, tests, auditing, kustomize build, and dry run configuration for Kubernetes Manifests.

    Dockerfile 79 16

  3. Python-Coding-Rules Python-Coding-Rules
    1 # Coding Rules and Instructions
    2
    3 1. *Test-Driven Development (TDD) with pytest:* Always write a failing test *before* writing implementation code (Red-Green-Refactor). Use `pytest` and `pytest-fixtures` for test setup, execution, and teardown.
    4 2. *KISS (Keep It Simple, Stupid):* Favor the simplest solution that meets the requirements.
    5 3. *DRY (Don't Repeat Yourself):* Avoid code duplication. Extract reusable logic into functions or classes.

Footer

© 2026 GitHub, Inc.