___/\__
// \==---
/\/ .|
/// ( |
//|\\ | \_/
//\/// \
🦄
const char main[] = "j*XÃ";
// The answer to life, the universe, and everything.
-
Databricks
- Zurich, Switzerland
- aleksandar.io
- in/aleksandar-dragojevic
Pinned Loading
-
spark-databricks-observability-demo
spark-databricks-observability-demo PublicMonitoring Databricks using Prometheus, Grafana and Pyroscope
-
Kotlin Matrix
Kotlin Matrix 1class Matrix<T>(val width: Int, val height: Int, init: () -> T) : Iterable<T> {
2private val data = List(width) { MutableList(height) { init() } }
34fun dimension() = width * height
5fun get(x: Int, y: Int): T = data[x][y]
-
Array Ops support for Postgres ad Hi...
Array Ops support for Postgres ad Hibernate 5 1public class PostgreSQLIndexedSearchFunction implements SQLFunction {
2@Override
3public boolean hasArguments() {
4return true;
5}
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.