Posts

  • 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

  • box

    📦🚀 Fast, zero config application bundler with PHARs.

    The Box application simplifies the PHAR building process. Out of the box (no pun intended), the application can do many great things:

    • ⚡ Fast application bundling
    • 🔨 PHAR isolation
    • ⚙️ Zero configuration by default
    • 🚔 Requirements checker
    • 🚨 Friendly error logging experience
    • 🔍 Retrieve information about the PHAR extension or a PHAR file and its contents (box info or box diff)
    • 🔐️ Verify the signature of an existing PHAR (box verify)
    • 📝 Use Git tags and short commit hashes for versioning
    • 🕵️️ Get recommendations and warnings about regarding your configuration (box validate)
    • 🐳 Docker support (box docker)

    For the full documentation see https://box-project.github.io/box.

    Tags: #php • phar • console-application

  • workarea

    Workarea is an enterprise-grade Ruby on Rails commerce platform

    We encourage you to contribute to Workarea! Check out our articles on contribution on https://developer.workarea.com.

    Tags: #ruby • ecommerce • ecommerce-platform

  • github-dorks

    Github Search is a quite powerful and useful feature that can be used to search for sensitive data on repositories. Collection of Github dorks can reveal sensitive personal and/or organizational information such as private keys, credentials, authentication tokens, etc. This list is supposed to be useful for assessing security and performing pen-testing of systems.

    Tags: #python • security-audit • github-dork

  • fabric

    Essential hooks for modding with Fabric.

    Essential hooks and patches for modding with Fabric.

    Tags: #java

  • route

    Route - Fast, flexible routing for PHP, enabling you to quickly and easily build RESTful web applications.

    Route - Fast, flexible routing for PHP, enabling you to quickly and easily build RESTful web applications.

    Tags: #php • restful-api • api

  • peer-tweet

    Decentralized feeds using BitTorrent’s DHT. Idea from Arvid and The_8472 “DHT RSS feeds” http://libtorrent.org/dht_rss.html

    Decentralized feeds using BitTorrent’s DHT. Idea from Arvid and The_8472 “DHT RSS feeds” http://libtorrent.org/dht_rss.html

    Tags: #javascript

  • fx_cast

    Google Cast implementation for Firefox

    A Firefox extension that implements the Chromecast API and exposes it to web apps to enable cast support. Communication with receiver devices is handled by a companion application (bridge).

    Tags: #typescript • firefox • webextension

  • vectorious

    Linear algebra in TypeScript.

    Follow the installation instructions in nlapack and nblas to get maximum performance.

    # with C++ bindings
    $ npm install vectorious
    
    # or, if you don't want C++ bindings
    $ npm install vectorious --no-optional
    

    There are three output bundles exposed in this package.

    Tags: #typescript • blas • javascript

  • ForestryMC

    Source code for Forestry (Minecraft mod).

    Forestry is a modification for the game Minecraft and known primarily for its farms and bees.

    Tags: #java

subscribe via RSS