Skip to content
View Hillrunner2008's full-sized avatar

Organizations

@stackleader

Block or report Hillrunner2008

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. netbeans-chatgpt netbeans-chatgpt Public

    A netbeans plugin for chatGPT

    Java 38 4

  2. stackleader/kubefx stackleader/kubefx Public

    Java 13 1

  3. igb-fx igb-fx Public

    Java

  4. stackleader/droolsNetbeansPlugin stackleader/droolsNetbeansPlugin Public

    A netbeans plugin to provide syntax highlighting and code completion support for drools files

    Java 1

  5. BetterSSLPoke BetterSSLPoke
    1
    /*
    2
     *  Licensed to the Apache Software Foundation (ASF) under one or more
    3
     *  contributor license agreements.  See the NOTICE file distributed with
    4
     *  this work for additional information regarding copyright ownership.
    5
     *  The ASF licenses this file to You under the Apache License, Version 2.0
  6. quick and dirty dto generator for ne... quick and dirty dto generator for nested dtos from json
    1
    //usr/bin/env jbang "$0" "$@" ; exit $?
    2
    //DEPS info.picocli:picocli:4.6.3
    3
    //DEPS com.fasterxml.jackson.core:jackson-databind:2.15.2
    4
    //DEPS com.google.guava:guava:32.1.2-jre
    5
    //DEPS org.projectlombok:lombok:1.18.26