Posts

  • OldTwitter

    Extension to return old Twitter layout from 2015 / 2018.

    Browser extension to return old Twitter layout from 2015 (and option to use 2018 design).
    This extension doesn’t add any CSS on top of original Twitter. It’s fully original client that replaces Twitter, making it much faster than alternatives.

    Tags: #javascript • chrome-extension • firefox-addon

  • bnd

    Bnd/Bndtools. Tooling to build OSGi bundles including Eclipse, Maven, and Gradle plugins.

    Bnd/Bndtools is a swiss army knife for OSGi. It creates manifest headers for you based on analyzing the class code, it verifies your settings, it manages project dependencies, diffs jars, and much more. At the core is a library with all the functions. The library is then used in a myriad of subsystems to provide the core functionality to the rest of the world.

    • bndlib and friends – The core library plus repository, resolve, etc.
    • maven plugins – A full set of maven plugins that make bnd useful for maven users
    • eclipse – Bndtools is the plugin for Eclipse that provides full GUI support for bnd. This is a p2 repository.
    • bnd – a command line utility with a hodgepodge of sometimes extremely useful functions. Can even be used instead of a build tool. is available through Homebrew formula.
    • gradle plugin(s) – A bnd workspace plugin that builds identical to Eclipse’s bndtool as well as a gradle plugin that provides bnd support for non-workspace projects
    • ant – well …

    Tags: #java • bnd • bndtools

  • egjs-flicking

    • Use it in a framework you like.
      • We supports all major JS frameworks like React, Vue, Angular
    • SSR(Server Side Rendering) ready
      • You can use Flicking at your favorite SSR frameworks like Next.js or Nuxt.js.
    • Circular(Loop) Mode
    • Ready-to-use plugins you can grab right away.
      • Autoplay, Fade effect, Parallax effect, …
    • Restore state like position and active slide with persist
    • You can make native-scroll like UI with bound and moveType: freeScroll
    • Supports both Desktop & Mobile
    • Rich API
    • Supports IE9+ with the polyfill

    Tags: #typescript • egjs • javascript

  • vscode-lean4

    Visual Studio Code extension for the Lean 4 proof assistant

    This extension provides VS Code support for the Lean 4 theorem prover and programming language.

    Tags: #typescript • vscode • lean

  • bluing

    An intelligence gathering tool for hacking Bluetooth

    Bluing partially depend on BlueZ, the official Linux Bluetooth protocol stack. So it only supports running on Linux. The following command is used to install dependencies:

    sudo apt install python3-pip python3-dev libcairo2-dev libgirepository1.0-dev \
                     libbluetooth-dev libdbus-1-dev bluez-tools python3-cairo-dev \
                     rfkill meson patchelf bluez ubertooth adb python-is-python3
    

    Currently, bluing is distributed via PyPI and only supports Python 3.10. The following is an installation command:

    sudo pip3.10 install bluing
    

    Tags: #python • bluetooth • scanner

  • engine

    mirror of https://gitlab.com/minds/engine

    Documentation for Minds can be found at developers.minds.com

    Tags: #php • cassandra • docker

  • parsedown-extra

    Markdown Extra Extension for Parsedown

    An extension of Parsedown that adds support for Markdown Extra.

    See Demo

    Tags: #php

  • ddd

    Domain Driven Design PHP helper classes

    There are some projects developed using carlosbuenosvinos/ddd library. Check some of them to see how to use it:

    • Last Wishes: Actions to run, such as tweet, send emails, etc. in case anything happen to you.

    Tags: #php

  • node-vault

    🔐 Modern client for the HashiCorp’s Vault API

    • Simple API
    • Typesafe and Validated Requests from Zod
    • Extendable using Custom Commands

    Tags: #typescript • vault • client

  • Deep Learning on Flink aims to integrate Flink and deep learning frameworks (e.g. TensorFlow, PyTorch, etc.) to enable distributed deep learning training and inference on a Flink cluster.

    It runs the deep learning tasks inside a Flink operator so that Flink can help establish a distributed environment, manage the resource, read/write the data with the rich connectors in Flink and handle the failures.

    Currently, Deep Learning on Flink supports TensorFlow.

    Tags: #java • flink • tensorflow

subscribe via RSS