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.

Content in all repositories owned by your account will be closed.
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
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