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

  • 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

  • python-bitcoin-blockchain-parser

    A Python 3 Bitcoin blockchain parser

    This Python 3 library provides a parser for the raw data stored by bitcoind.

    Tags: #python

  • spring-boot-microservices-example

    Bootiful Microservices with Spring Boot

    This example shows how to create a microservices architecture with Spring Boot and display its data with an Angular UI.

    Please read Build a Microservices Architecture for Microbrews with Spring Boot for a tutorial that shows you how to build this application.

    Prerequisites: Java 8 and Node.js.

    Okta has Authentication and User Management APIs that reduce development time with instant-on, scalable user infrastructure. Okta’s intuitive API and expert support make it easy for developers to authenticate, manage and secure users and roles in any application.

    Tags: #typescript • spring-boot • spring-cloud

  • celery-progress

    Drop in, configurable, dependency-free progress bars for your Django/Celery applications.

    Drop in, dependency-free progress bars for your Django/Celery applications.

    Super simple setup. Lots of customization available.

    Tags: #python • celery • django

  • datacore

    Work-in-progress successor to Dataview with a focus on UX and speed.

    Datacore is a work-in-progress re-imagining of Dataview with a focus on 2-10x better query and rendering performance, as well as fully interactable views.

    Tags: #typescript • database • obsidian

  • mario-game

    :mushroom: Super Mario Bros 16-bit version clone. Written in Java and using the LibGdx game engine.

    This game is based of the Super Mario Bros. 16-bit version featured on Super Mario All-Starts for the Super Nintendo (SNES). The game is written in Java an using the LibGdx engine.

    Features of the game:

    • Mini Mario turns into big Mario with the help of mushrooms.
    • If you walk of the platform into the deep, you will die.
    • Goomba’s (enemies) will kill Mario, Mario can kill the Goomba’s by jumping on their heads.
    • Jump up against bricks, they will be destroyed if you are big Mario.
    • Bonus bricks which can contain multiple Mushrooms.
    • At the end of the level you can slide down the flag, you will then walk automatically to the castle. The game will then restart.

    Tags: #java • super • mario

  • php-text-analysis

    PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language

    $tokens = tokenize($text);
    

    You can customize which type of tokenizer to tokenize with by passing in the name of the tokenizer class

    $tokens = tokenize($text, \TextAnalysis\Tokenizers\PennTreeBankTokenizer::class);
    

    The default tokenizer is \TextAnalysis\Tokenizers\GeneralTokenizer::class . Some tokenizers require parameters to be set upon instantiation.

    Tags: #php • nlp • tokenization

subscribe via RSS