Skip to content
View angusjf's full-sized avatar

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.

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.
Report abuse

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

Report abuse

Pinned Loading

  1. plateletplateletPublic

    HTML-first templating library

    Rust 6

  2. advent_2024advent_2024Public

    using haskell until i need to mutate an array then i use zig

    Haskell

  3. yet-another-calendaryet-another-calendarPublic archive

    A simple yet highly customizable calendar library for React.

    TypeScript 2

  4. astro-integration-elmastro-integration-elmPublic archive

    Server side rendering with hydration for Elm

    JavaScript 32 3

  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><inputtype="checkbox">Electronics</label>
    4
    <ul>
    5
    <li><label><inputtype="checkbox">Laptops</label></li>