Skip to content
View johacks's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report johacks

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 Loading

  1. CV CV Public

    My portfolio summarizing relevant projects

    1

  2. named-semaphores named-semaphores Public

    Wrapper over posix-ipc named semaphores with a higher level API

    Python 6

  3. Keras music generation with Transfor... Keras music generation with Transformer models
    1
    {
    2
      "cells": [
    3
        {
    4
          "cell_type": "markdown",
    5
          "metadata": {
  4. vscode-pong vscode-pong Public

    Lose productivity efficiently by playing pong in vscode.

    TypeScript 3

  5. Python ruff-uv setup in VS Code Python ruff-uv setup in VS Code
    1
    This short Gist contains a recommended configuration for using uv and ruff in a python project.
    2
    
                  
    3
    The `.vscode/settings.json` configures editor to format on save on Python files and show a ruler for configured line-length.
    4
    For it to work, the ruff VS Code extension should be installed.
    5