Posts

  • obsidian-advanced-uri

    Advanced modes for Obsidian URI

    A plugin for Obsidian

    Documentation

    Tags: #typescript

  • laravel-mobile-detect

    Mobile detection within Blade templates

    A package that enables you to use device detection right in your Blade templates. (Utilises the well-known, constantly updated PHP mobile detection library.)

    Tags: #php • laravel • laravel-5-package

  • ng2-charts

    Beautiful charts for Angular based on Chart.js

    Beautiful charts for Angular based on Chart.js

    Tags: #typescript

  • bunny

    Bunny is a RabbitMQ client that focuses on ease of use. It is feature complete, supports all recent RabbitMQ features and does not have any heavyweight dependencies.

    Tags: #ruby • rabbitmq • amqp

  • BlokDust

    :musical_keyboard: A free to use web-based music making app. Make sounds, build instruments and share your creations.

    For tutorials, examples and other related features please visit our wiki/user companion site guide.blokdust.com

    Tags: #javascript

  • bython

    Python with braces. Because python is awesome, but whitespace is awful.

    Python with braces. Because Python is awesome, but whitespace is awful.

    Bython is a Python preprosessor which translates curly brackets into indentation.

    Tags: #python • whitespace • braces

  • disnake

    An API wrapper for Discord written in Python.

    import disnake
    from disnake.ext import commands
    
    bot = commands.InteractionBot(test_guilds=[12345])
    
    @bot.slash_command()
    async def ping(inter):
        await inter.response.send_message("Pong!")
    
    bot.run("BOT_TOKEN")
    

    Tags: #python • discord-py • discord-api

  • concretecms

    Official repository for Concrete CMS development

    If you’re looking for Concrete CMS documentation, you’ll want to navigate over to documentation.concretecms.org. If you see anything that needs more information or is just completely wrong, contributions are welcomed! Just log in to the documentation site with your community.concretecms.com account and edit away!

    Tags: #php • concrete5 • cms

  • blueprint3d

    Build interior spaces in 3D

    This repository includes an example application built using blueprint3d:

    Tags: #typescript

  • bookkeeper

    Apache BookKeeper - a scalable, fault tolerant and low latency storage service optimized for append-only workloads

    Apache BookKeeper is a scalable, fault-tolerant and low latency storage service optimized for append-only workloads.

    It is suitable for being used in following scenarios:

    • WAL (Write-Ahead-Logging), e.g. HDFS NameNode, Pravega.
    • Message Store, e.g. Apache Pulsar.
    • Offset/Cursor Store, e.g. Apache Pulsar.
    • Object/Blob Store, e.g. storing state machine snapshots.

    Tags: #java • bookkeeper • big-data

subscribe via RSS