snipshelf

create code snippet
  • Previous
  • 1
  • Next
  • GPT4All MCP

    GPT4All MCP

      javascript

      author profile image

      c728

      24 days ago

    • Typed Event Emitter System

      implements a strongly-typed event emitter system using generics and mapped types.

      • event
      • emitter
      • mapped-types
      • generic

      typescript

      author profile image

      arian

      11 months ago

    • Find First Non-Repeated Character

      Finds the first non-repeated character in a string using a map to count occurrences and returns it.

      • GoLang
      • string-processing
      • maps
      • algorithms

      go

      author profile image

      Rowan Blake

      11 months ago

    • Reverse a Linked List

      Reverses a singly linked list in-place.

      • linkedlist
      • math

      java

      author profile image

      Shaian

      11 months ago