🎷
🎼🎶🎵
Seasoned Software Craftsman and Consultant focusing primarily on Web, JVM and Cloud Native stacks. Loves building data-driven solutions in Clojure.
Pinned Loading
-
-
general-expenses-accountant
general-expenses-accountant PublicLeveraging the power of the Telegram Bot API to account for general expenses
Clojure 2
-
The One and Only Truely Functional F...
The One and Only Truely Functional FizzBuzz (in Clojure) 1(ns fizz-buzz
2"Approaching the infamous 'FizzBuzz' code problem with cyclic sequences and declarative rules")
34;; SOLUTION
5 -
Tail call recursion for Java 8. And ...
Tail call recursion for Java 8. And although you may call it trampolining, it does the job of a factorial calculation in Java 8. (One may also implement this in good ol' Java 6 with anonymous local classes. This should be less memory-efficient and this won't leverage the 'java.lang.invoke' package at all. Nonetheless, it will do the job.) 1package marksto.lang;
23import java.math.BigInteger;
4import java.util.stream.Stream;
5 -
Brick pile (pyramid) problem solvers.
Brick pile (pyramid) problem solvers. 1package marksto.algorithms;
23import org.openjdk.jmh.annotations.Benchmark;
4import org.openjdk.jmh.annotations.Mode;
5import org.openjdk.jmh.runner.Runner;
-
data-sources
data-sources PublicGoogle Spreadsheets as synchronizable remote Data Sources for your Java web app
Java
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.