Skip to content
View ak-git's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ak-git

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

  1. prostheses prostheses Public

    This work is dedicated neuromuscular interface, which is based on electrical impedance and surface electromyogram registered together. Active part of impedance is registered non-invasively using te…

  2. DesktopFX DesktopFX Public

    Java 2

  3. SimpleApp SimpleApp Public template

    Simple Java application with Gradle and Docker

    Java 1

  4. SimpleSpringApp SimpleSpringApp Public template

    Simple SpringBoot Java application with Gradle and Docker

    Java 1 1

  5. SpringBootFX SpringBootFX Public

    Simple example for Spring Boot and JavaFX application

    Java 3

  6. A code snippet to print Even and Odd... A code snippet to print Even and Odd numbers using multi-threading
    1
    package com.ak.fx.core;
    2
    
                  
    3
    import java.util.concurrent.CompletableFuture;
    4
    import java.util.concurrent.ExecutorService;
    5
    import java.util.concurrent.Executors;