Posts

  • IF

    An inventory framework for managing GUIs

    This framework works for Minecraft versions 1.14-1.21

    An inventory framework for managing GUIs

    This framework is based on a pane principle. This means that the GUI is divided into different types of panes which all behave differently. A GUI consists of multiple panes which can interact with each other.

    Next to those panes, GUIs can also be created from XML files by simple loading them in. This allows for easy GUI creation with little code.

    Tags: #java β€’ spigot β€’ bukkit

  • lovelace-card-mod

    πŸ”Ή Add CSS styles to (almost) any lovelace card

    Allows you to apply CSS styles to various elements of the Home Assistant frontend.

    Tags: #typescript

  • spotify-api.js

    A complete wrapper for spotify web api for deno, node.js and the browser.

    Spotify-api.js is an alternative to work with spotify api with a typesafe environment and with camel cased objects. Make sure to read the documentation here.

    This package or the documentation might have bugs, so kindly report us about that in the issues.

    Tags: #typescript β€’ spotify β€’ api

  • iptv-checker

    Node.js CLI tool for checking links in IPTV playlists.

    This tool is based on the ffprobe library, so you need to install it on your computer first. You can find the right installer for your system here: https://www.ffmpeg.org/download.html

    Tags: #javascript β€’ iptv β€’ m3u

  • NovaGram

    An Object-Oriented PHP library for Telegram Bots

    An example code of a simple bot.
    Works with both getUpdates and Webhooks

    use skrtdev\NovaGram\Bot;
    use skrtdev\Telegram\Message;
    
    $Bot = new Bot('YOUR_TOKEN');
    
    $Bot->onCommand('start', function (Message $message) {
        $message->reply('Hey! Nice to meet you. Use /info to know more about me.');
    });
    
    $Bot->onCommand('info', function (Message $message) {
        $message->reply('Well, I\'m just an example, but you can learn more about NovaGram at novagram.gaetano.eu.org');
    });
    

    Tags: #php β€’ telegram β€’ bot

  • idonthavespotify

    Adapters represent the streaming services supported by the Web App and the Raycast Extension. Each adapter allows the app to convert links from one platform to others. The table below shows which features are available for each one:

    Adapter Inverted Search Official API Verified Links
    Spotify Yes Yes Yes
    Tidal Yes Yes Yes
    YouTube Music Yes No Yes
    Apple Music Yes No Yes
    Deezer Yes Yes Yes
    SoundCloud Yes No Yes

    Tags: #typescript β€’ spotify β€’ tailwindcss

  • realms-wiki

    Git based wiki inspired by Gollum

    Git based wiki written in Python Inspired by [Gollum][gollum], [Ghost][ghost], and [Dillinger][dillinger]. Basic authentication and registration included.

    Demo: http://realms.io

    Source: https://github.com/scragg0x/realms-wiki

    Tags: #python

  • postcss-color-function

    PostCSS plugin to transform W3C CSS color function to more compatible CSS

    PostCSS plugin to transform CSS color function from editor draft of β€˜Color Module Level 4’ specification to more compatible CSS.

    Tags: #javascript

  • svelte-persisted-store

    A Svelte store that persists to localStorage

    A Svelte store that persists to local storage. Can sync changes across browser tabs.

    Tags: #typescript β€’ svelte β€’ localstorage

  • SPFtoolbox

    SPFtoolbox is a Javascript and PHP app to look up DNS records such as SPF, MX, Whois, and more

    Tags: #php β€’ spf β€’ dns-record

subscribe via RSS