Skip to content
View trygvea's full-sized avatar

Block or report trygvea

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 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 Loading

  1. embeddings-node embeddings-node Public

    Simple wiki semantic search using pgvector and ollama nomic-embed-text

    TypeScript

  2. mcp-home-automation mcp-home-automation Public

    A simple MCP example without a real home automation system connected

    JavaScript

  3. face-recognition-dlib face-recognition-dlib Public

    Face recognition using dlib

    Python 8 11

  4. Djikstras shortest path algorithm in... Djikstras shortest path algorithm in kotlin
    1
    package algorithms.shortestpath
    2
    
                  
    3
    interface Node
    4
    
                  
    5
    data class Edge(val node1: Node, val node2: Node, val distance: Int)
  5. grails-class-diagram grails-class-diagram Public

    Grails plugin that provides instant UML-like diagram of your grails domain

    JavaScript 12 7

  6. funkjs funkjs Public

    Playing with ES6 and functional stuff

    JavaScript