Posts

  • 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

  • swagger-to-graphql

    Swagger to GraphQL API adapter

    Swagger-to-GraphQL converts your existing Swagger schema to an executable GraphQL schema where resolvers perform HTTP calls to certain real endpoints. It allows you to move your API to GraphQL with nearly zero effort and maintain both REST and GraphQL APIs. Our CLI tool also allows you get the GraphQL schema in Schema Definition Language.

    Try it online! You can paste in the url to your own Swagger schema. There are also public OpenAPI schemas available in the APIs.guru OpenAPI directory.

    Tags: #typescript • swagger • graphql

  • yii2-widget-datepicker

    Enhanced Yii2 wrapper for the bootstrap datepicker plugin (sub repo split from yii2-widgets)

    The preferred way to install this extension is through composer. Check the composer.json for this extension’s requirements and dependencies. Read this web tip /wiki on setting the minimum-stability settings for your application’s composer.json.

    To install, either run

    $ php composer.phar require kartik-v/yii2-widget-datepicker "@dev"
    

    or add

    "kartik-v/yii2-widget-datepicker": "@dev"
    

    to the require section of your composer.json file.

    Tags: #php

  • TvAppRepo

    An app repository of Android TV apps

    An app repository of Android TV apps

    In Android TV’s stock launcher, all apps that appear must have the LEANBACK_LAUNCHER attribute and have a TV banner. While this helps guarantee the app works on TVs, it can make it difficult for other apps to be launched. While it’s not impossible, it’s not as convenient as having an icon on the homescreen.

    Using a python script, tiny shortcut apps are generated and can be installed. They simply contain the face of a Leanback app. However, once they’re opened they simply redirect users to the intended app. It’s a simple workaround.

    This workaround has a few advantages. By not modifying the APK directly, it allows updates to continue through the Google Play Store. In fact, the actual app isn’t touched at all. These shortcuts could point to anything: a website, a specific shortcut in an app, or basically any Intent.

    The python script cannot be run in the app. The app contains several sideloading tools, including supporting #SIDELOADTAG, showing all your downloaded apps, and browsing apps that have generated shortcuts. The app should also be able to notify users when it needs to be updated.

    Tags: #java • android-tv-apps • launcher-shortcuts

  • epics

    EBICS client for Ruby

    EPICS is a ruby implementation of the EBICS (Electronic Banking Internet Communication Standard).

    It supports EBICS 2.5.

    The client supports the complete initialization process comprising INI, HIA and HPB including the INI letter generation. It offers support for the most common download and upload order types (STA HAA HTD HPD PTK HAC HKD C52 C53 C54 CD1 CDB CDD CCT VMK).

    Tags: #ruby • bank • ebics

  • cordova-plugin-streaming-media

    Simple plugin for loading full screen streaming video or audio.

    For iOS and Android, by Nicholas Hutchind

    Tags: #java

  • certificationy-cli

    The CLI tool to train certifications

    This is the CLI tool to train on certifications.

    Tags: #php • cli • symfony

  • wpstarter

    Easily bootstrap whole site Composer packages for WordPress.

    WordPress whole-site Composer packages have never been so easy.

    WP Starter is the easiest and fastest way to bootstrap WordPress sites entirely based on Composer.


    Tags: #php • wordpress • composer

  • homebrew-arm

    Pre-built GNU toolchain from ARM Cortex-M & Cortex-R processors (Cortex-M0/M0+/M3/M4/M7, Cortex-R4/R5/R7).

    This repository contains the GNU Toolchain for ARM Embedded Processors as formulae for Homebrew.

    Tags: #ruby

  • jsondiff

    Diff JSON and JSON-like structures in Python

    Diff JSON and JSON-like structures in Python.

    Tags: #python • json • diff

subscribe via RSS