Skip to content
View angusjf's full-sized avatar
Block or Report

Block or report angusjf

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. astro-integration-elm astro-integration-elm Public

    Server side rendering with hydration for Elm

    JavaScript 29 1

  2. advent_2023 advent_2023 Public

    advent of code 2023 - haskell for the points and zig as a challenge

    Haskell

  3. yet-another-calendar yet-another-calendar Public

    A simple yet highly customizable calendar library for React.

    TypeScript 2

  4. advent_2022 advent_2022 Public

    Advent of Code 2022, this year in Rust

    Rust 2

  5. Country Emoji Flags, Names and Dial ... Country Emoji Flags, Names and Dial Codes JSON Mapping
    1
    {
    2
        "ad": {
    3
            "flag": "🇦🇩",
    4
            "name": "Andorra",
    5
            "dialCode": "+376"
  6. nested checkboxes w/ indeterminate s... nested checkboxes w/ indeterminate state
    1
    <ul>
    2
      <li>
    3
        <label><input type="checkbox">Electronics</label>
    4
        <ul>
    5
          <li><label><input type="checkbox">Laptops</label></li>