Posts

  • laravel-persian-validation

    A comprehensive Laravel validation package for Persian text, numbers, dates, and Iranian national identifiers

    Laravel Persian Validation provides validation rules for Persian alphabet, numbers and Iranian-specific data formats. It offers comprehensive validation for Persian (Shamsi) dates, phone numbers, national IDs, bank cards, Sheba numbers, postal codes, and company identifiers. Supporting Laravel 11+ and PHP 8.2+, it seamlessly integrates with Laravel’s validation system.

    Tags: #php • laravel • persian

  • username-anarchy

    Username tools for penetration testing

    ./username-anarchy anna key
    anna
    annakey
    anna.key
    annakey
    annak
    a.key
    akey
    kanna
    k.anna
    ...
    

    Tags: #ruby • kali-linux • offensive-security

  • ruby2js

    Ruby to JavaScript conversion


    Tags: #ruby • javascript

  • Kore

    Kore is a simple and easy-to-use Kodi remote.

    GitHub repository for the [Kore][1] Android app.

    Kore is the official remote for Kodi, and aims to be a simple and easy to use remote.

    Tags: #java • kore • kodi

  • cos-js-sdk-v5

    腾讯云 COS JS SDK(XML API)

    腾讯云 COS JS SDK(XML API)

    releases and changelog

    Tags: #javascript • qcloud • qcloud-sdk

  • 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

subscribe via RSS