Posts

  • 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

  • purify

    A Laravel wrapper for HTMLPurifier by ezyang

    Tags: #php • html-purifier • html-sanitizer

  • omniauth-apple

    OmniAuth strategy for Sign In with Apple

    OmniAuth strategy for Sign In with Apple.

    Tags: #ruby

  • makehuman

    This is the main repository for the MakeHuman application as such.

    This is the main source code for the MakeHuman application as such. See “Getting started” below for instructions on how to get MakeHuman up and running. Mac users should be able to use the same instructions as windows users, although this has not been thoroughly tested.

    Tags: #python • makehuman • python3

  • echo

    Laravel Echo library for beautiful Pusher and Ably integration.

    In many modern web applications, WebSockets are used to implement realtime, live-updating user interfaces. When some data is updated on the server, a message is typically sent over a WebSocket connection to be handled by the client. This provides a more robust, efficient alternative to continually polling your application for changes.

    To assist you in building these types of applications, Laravel makes it easy to “broadcast” your events over a WebSocket connection. Broadcasting your Laravel events allows you to share the same event names between your server-side code and your client-side JavaScript application.

    Laravel Echo is a JavaScript library that makes it painless to subscribe to channels and listen for events broadcast by Laravel. You may install Echo via the NPM package manager.

    Tags: #typescript • laravel • pusher

subscribe via RSS