Posts

  • json-schema

    JSON Schema validator for PHP

    The full documentation for this library can be found [here][documentation]. We provide documentation for both [JSON Schema] standard itself as well as for the library’s own API.

    Tags: #php • json-schema • json-pointer

  • cac

    Simple yet powerful framework for building command-line apps.

    Command And Conquer is a JavaScript library for building CLI apps.

    Tags: #typescript • command-line • framework

  • bitECS

    Functional, minimal, data-oriented, ultra-high performance ECS library written in JavaScript

       
    🔮 Simple, declarative API 🔥 Blazing fast iteration
    🔍 Powerful & performant queries 💾 Serialization included
    🍃 Zero dependencies 🌐 Node or browser
    🤏 ~5kb minzipped 🏷 TypeScript support
    ❤ Made with love 🔺 glMatrix support

    Tags: #javascript • ecs • game

  • JSONCrush

    Compress JSON into URL friendly strings

    This simple system allows for excellent compression of uri encoded JSON strings using the JSCrush algorithm.

    • The JSCrush algorithm eliminates repeated substrings similar to the zip algorithm.
    • Strings are processed to swap out common json characters with ones that won’t be escaped in the URL.
    • This can be used to compress any type of string but is optimized for uri encoded JSON.
    • The algorithm speed is reasonable for most cases but can be slow for long strings (>10K characters).
    • The character \u0001 (start of heading) is used as a delimiter and will be removed if it appears.
    • No additional libraries or dependencies are required and minified code is under 2k!

    Tags: #javascript • json • url-shortener

  • php-cfg

    A Control Flow Graph implementation in PHP

    Pure PHP implementation of a control flow graph (CFG) with instructions in static single assignment (SSA) form.

    The used SSA construction algorithm is based on “Simple and Efficient Construction of Static Single Assignment Form” by Braun et al. This algorithm constructs SSA form directly from the abstract syntax tree, without going through a non-SSA IR first. If you’re looking for dominance frontiers, you won’t find them here…

    The constructed SSA form is minimal and pure (or is supposed to be).

    Tags: #php

  • Interdimensional

    Spatial scrolling for your web pages.

    Only modern devices are supported. Developed on iOs 8.

    Tags: #javascript

  • leaf

    🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly

    Leaf is a PHP micro framework that helps you create clean, simple but powerful web apps and APIs quickly.

    Tags: #php • php-framework • leaf

  • twizzle

    A desktop app for Twitter DM & composing tweets from the menubar. Works on macOS, Windows, and Linux.

    A native app for Twitter DM & composing tweets from the menubar. Works on macOS, Windows, and Linux.

    Tags: #javascript

  • BottomDialogs

    An Android library that shows a customizable Material-based bottom sheet. API 11+ required.

    Add the repository to your project build.gradle:

    repositories {
        maven {
            url "https://jitpack.io"
        }
    }
    

    And add the library to your module build.gradle:

    dependencies {
        compile 'com.github.javiersantos:BottomDialogs:1.2.1'
    }
    

    Tags: #java • android-library • gradle

  • altus

    Desktop client for WhatsApp Web with themes, notifications and multiple account support

    Altus is an Electron-based WhatsApp client with themes and multiple account support, available for Windows, Mac and Linux!

    Tags: #typescript • javascript • electronjs

subscribe via RSS