Posts

  • OverlayScrollbars

    A javascript scrollbar plugin which hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.

    I’ve created this plugin because I hate ugly and space consuming scrollbars. Similar plugins haven’t met my requirements in terms of features, quality, simplicity, license or browser support.

    Tags: #javascript • scrollbar-plugin • javascript-scrollbar-plugin

  • tailwindcss-stimulus-components

    A set of StimulusJS components for TailwindCSS apps similar to Bootstrap JS components.

    Check out the demo

    This is a set of components (Tabs, Modals, Dropdowns, etc) for TailwindCSS that uses StimulusJS controllers.

    The goal is to make using TailwindCSS as easy as Bootstrap when it comes to adding Javascript components.

    Tags: #javascript • tailwindcss • stimulusjs

  • elasticsearch-prometheus-exporter

    Prometheus exporter plugin for Elasticsearch

    This is a builtin exporter from Elasticsearch to Prometheus. It collects all relevant metrics and makes them available to Prometheus via the Elasticsearch REST API.

    Currently, the available metrics are:

    • Cluster status
    • Nodes status:
      • JVM
      • Indices (global)
      • Transport
      • HTTP
      • Scripts
      • Process
      • Operating System
      • File System
      • Circuit Breaker
    • Indices status
    • Cluster settings (selected disk allocation settings only)

    Tags: #java • elasticsearch • plugin

  • jolt

    JSON to JSON transformation library written in Java.

    1. Transforming JSON data from ElasticSearch, MongoDb, Cassandra, etc before sending it off to the world
    2. Extracting data from a large JSON documents for your own consumption

    Tags: #java

  • android-gesture-detectors

    Gesture detector framework for multitouch handling on Android, based on Android’s ScaleGestureDetector

    If you want to use the ScaleGestureDetector and/or the gesture detectors from this project, please read my tutorial: code.almeros.com/android-multitouch-gesture-detectors

    Tags: #java

  • tailwindcss-classnames

    Functional typed classnames for TailwindCSS

    Functional typed classnames for TailwindCSS

    TailwindCSS is a CSS library that has gained a lot of traction. The developer experience is pretty epic and you ensure a low footprint on your css by composing existing classes for most of your css.

    Tags: #typescript • tailwindcss • reactjs

  • retroarch-joypad-autoconfig

    RetroArch joypad autoconfig files

    This repository stores joypad autoconfig files for RetroArch, the reference frontend for the libretro API.

    The autoconfig files included in this repository are used to recognize input devices and automatically setup default mappings between the physical device and the RetroPad virtual controller.

    Tags: #ruby

  • phunctional

    ⚡️ λ PHP functional library focused on simplicity and performance

    Phunctional is heavily inspired by Clojure and some other PHP libraries like iter, compose and felpado.

    The main principles that we have in mind developing this library are:

    • A collection can be any iterable PHP object, arrays or generators
    • Favor composition vs inheritance
    • Be lazy when you can
    • Avoid state, state is (usually) evil!
    • Simplicity over easiness
    • Break the above rules if it makes sense

    All of this can be resumed with a word: Immutability.

    Tags: #php • functional-programming • map

  • react-notion

    A fast React renderer for Notion pages

    ⚡️ Fast – Up to 10x faster than Notion*

    🎯 Accurate – Results are almost identical

    🔮 Code Highlighting – Automatic code highlighting with prismjs

    🎨 Custom Styles – Styles are easily adaptable. Optional styles included

    * First Meaningful Paint compared to a hosted example on Vercel.

    react-notion is best suited as minimal renderer for blogs & content pages. If you’re looking for a full-featured solution to render Notion-like pages, check out react-notion-x.

    Tags: #typescript • react • notion

  • java-wkhtmltopdf-wrapper

    A Java wrapper for wkhtmltopdf

    Make sure you have Java Wrapper dependency added to your project.

    If you are using Gradle/Maven, see example below:

    Tags: #java • wkhtmltopdf • wrapper

subscribe via RSS