Posts

  • trail-android

    🚕 Simple, smooth animation for route / polylines on google maps using projections.

    1. Add jitpack to the root build.gradle file of your project at the end of repositories.
      allprojects {
       repositories {
         ...
         maven { url 'https://jitpack.io' }
       }
      }
      
    2. Add the dependency
      implementation 'com.github.amalChandran:trail-android:v1.51'
      

    Tags: #java • android • animator

  • ra-data-opencrud

    A react-admin data provider for Prisma and GraphCMS

    Prisma on steroids: easily build backoffices with Prisma/GraphCMS plugged on react-admin!

    Tags: #typescript • react-admin • prisma

  • zebra

    PHP ZPL builder, image conversion and a basic client for network-connected Zebra label printers.

    PHP ZPL builder, image conversion and a basic client for network-connected Zebra label printers.

    Requires: PHP 7.1.0+

    • Convert images to ASCII hex.
    • Create ZPL code in PHP that is easy to read.
    • Simple wrapper for PHP sockets to send ZPL to the printer via raw TCP/IP (port 9100).

    Tags: #php

  • py_cui

    A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.

    py_cui is a python library meant to simplify writing command line user interfaces in python. It relies on curses for terminal rendering, which is traditionally a unix-specific, however, you may use the windows-curses module to run py_cui on windows.

    The main advantage py_cui has over typical text-based user interface builders is that it relies on widgets and a grid layout manager like most traditional graphical user interfaces. You may define a grid size, and then drop predefined widgets onto it into specific grid locations. Widgets can also be stretched accross multiple grid rows and columns. If you’ve ever made a Tkinter GUI, you will feel right at home.

    If you would like to contribute, feel free to make an issue or pull request after reading through the CONTRIBUTING.md file.

    Tags: #python • cui • tui

  • ZzFXM

    A super small music generator for use in size-limited JavaScript productions

    This is a music generator for use in tiny JavaScript productions (i.e. js13k games). ZzFXM uses a modified version of the super-tiny ZzFX library by Frank Force to generate instruments. The modified version of ZzFX is able create an array of audio data without immediately playing it.

    The song format is loosely based on the MOD format, using patterns to handle repeating blocks of song data. Unlike MOD, patterns can be variable in length allowing repeatitive sequences of pattern data to be broken down into smaller chunks. Each pattern can also contain a variable number of channels, reducing the need to store empty data.

    Tags: #javascript • music-player • game-development

  • genieacs

    A fast and lightweight TR-069 Auto Configuration Server (ACS)

    GenieACS is a high performance Auto Configuration Server (ACS) for remote management of TR-069 enabled devices. It utilizes a declarative and fault tolerant configuration engine for automating complex provisioning scenarios at scale. It’s battle-tested to handle hundreds of thousands and potentially millions of concurrent devices.

    Tags: #typescript • tr-069 • cwmp

  • lagoon

    Lagoon, the developer-focused application delivery platform

    Lagoon solves what developers are dreaming about: A system that allows developers to locally develop their code and their services with Docker and run the exact same system in production. The same Docker images, the same service configurations and the same code.

    Please reference our documentation for detailed information on using, developing, and administering Lagoon.

    Tags: #typescript • hacktoberfest

  • json_resume

    Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON

    JsonResume creates pretty versions of resume from a single JSON input file. Output formats are specifically customized to modern resume templates. Also, there are a ton of customizations to the templates possible, to make your own version of resume created easily and super quickly.

    Tags: #ruby • json • html

  • caniuse-api

    request the caniuse data to check browsers compatibilities

    request the caniuse data to check browsers compatibilities

    Tags: #javascript

  • react-editor-js

    ⚛️📝The unofficial editor-js component for React

    Tags: #javascript • react • editor-js

subscribe via RSS