Posts

  • 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

  • self-critical.pytorch

    Unofficial pytorch implementation for Self-critical Sequence Training for Image Captioning. and others.

    This is a codebase for image captioning research.

    It supports:

    A simple demo colab notebook is available here

    Tags: #python β€’ image-captioning

  • aeneas

    aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)

    aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment).

    Tags: #python β€’ speech β€’ alignment

  • ps4-exploit-host

    Easy Exploit Hosting

    This is an easy way for anyone to host their own exploit for the PS4/PS5/Vita/Wii/Switch/etc on their LAN. Features include:

    • Hosts your choice of exploit
    • Allows caching of exploits for offline use (Device dependant)
    • Sends your choice of payload after a successful exploit
    • Blocks update/telemetry domains from resolving
    • Serves a specific firmware update to your device (Device dependant)
    • Server side application works on just about every platform
    • Static Website builder. Compiles the host into a static website to run on HTTP server of your choice (You lose some features using this method, DNS, updater, etc)

    If you do not want to host the package yourself you can use my remote DNS. See the Using remote DNS section below.

    PLEASE READ THIS README AND THE FAQ BEFORE POSTING AN ISSUE.

    Tags: #python

subscribe via RSS