Skip to content
View JonnaMat's full-sized avatar

Organizations

@embedl

Block or report JonnaMat

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. spatial-canvas spatial-canvas Public template

    A draggable, pannable canvas template for organizing content as overlapping cards. Perfect for bibliographies, knowledge management, and visual tracking.

    TypeScript

  2. huggingface-slack-app huggingface-slack-app Public

    Get real-time milestone notifications for Hugging Face models and organizations directly in your Slack channels.

    Python 2

  3. dotfiles dotfiles Public

    .files I use: tmux, bashrc, ...

    Shell

  4. CYP-inhibition CYP-inhibition Public

    Machine learning models to predict drug metabolism related end points

    HTML 1

  5. React ThemeSwitcher light-dark React ThemeSwitcher light-dark
    1
    import { useEffect, useState } from "react";
    2
    import { ReactComponent as Sun } from "./../icons/sun.svg";
    3
    import { ReactComponent as Moon } from "./../icons/moon.svg";
    4
    
                  
    5
    const ReverseColorScheme = (scheme: string) => {
  6. file-watcher-slack-app file-watcher-slack-app Public

    Watches a local folder for new or updated files and sends them to your Slack App Home.

    JavaScript 1