Skip to content
View kacetal's full-sized avatar
๐Ÿ‘‹
Focusing
๐Ÿ‘‹
Focusing

Block or report kacetal

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
kacetal/README.md

Hi there ๐Ÿ‘‹

Pinned Loading

  1. Pair in Java Pair in Java
    1
    import java.util.function.Function;
    2
    
                  
    3
    public interface Pair<L, R, T> extends Function<Function<L, Function<R, T>>, T> {
    4
    
                  
    5
        static <L, R, T> Pair<L, R, T> of(L left, R right) {
  2. Fibonacci recursion Fibonacci recursion
    1
    public class Fib {
    2
        
    3
        private static Func<Long, Func<Long, Func<Integer, Long>>> func;
    4
        
    5
        public static void main(String[] args) {
  3. article-crud article-crud Public

    Simple CRUD with Spring Boot

    HTML