Posts

  • alfred-github-repos

    Alfred workflow to easily open Github repositories

    This is a custom workflow for the [Alfred app][alfred-app] that lets you search and open a GitHub repository via the GitHub Search API.

    Tags: #ruby • workflow • alfred

  • card-validator

    Validate credit cards as users type.

    Credit Card Validator provides validation utilities for credit card data inputs. It is designed as a CommonJS module for use in Node.js, io.js, or the browser. It includes first class support for ‘potential’ validity so you can use it to present appropriate UI to your user as they type.

    A typical use case in a credit card form is to notify the user if the data they are entering is invalid. In a credit card field, entering “411” is not necessarily valid for submission, but it is still potentially valid. Conversely, if a user enters “41x” that value can no longer pass strict validation and you can provide a response immediately.

    Credit Card Validator will also provide a determined card type (using credit-card-type). This is useful for scenarios in which you wish to render an accompanying payment method icon (Visa, MasterCard, etc.). Additionally, by having access to the current card type, you can better manage the state of your credit card form as a whole. For example, if you detect a user is entering (or has entered) an American Express card number, you can update the maxlength attribute of your CVV input element from 3 to 4 and even update the corresponding label from ‘CVV’ to ‘CID’.

    Tags: #typescript

  • vue-sfc-rollup

    Quickly generate redistributable Vue components with Rollup

    vue-sfc-rollup is a CLI templating utility that scaffolds a minimal setup for compiling a Vue Single File Component (SFC) - or library of multiple SFCs - into a form ready to share via npm. It doesn’t assume any particular flavor of CSS or docs generator, so you can use what you’re already used to. It’s the fastest way to produce npm-ready vue components!

    Tags: #javascript

  • reactive-grpc

    Reactive stubs for gRPC

    Reactive gRPC is a suite of libraries for using gRPC with Reactive Streams programming libraries. Using a protocol buffers compiler plugin, Reactive gRPC generates alternative gRPC bindings for each reactive technology. The reactive bindings support unary and streaming operations in both directions. Reactive gRPC also builds on top of gRPC’s back-pressure support, to deliver end-to-end back-pressure-based flow control in line with Reactive Streams back-pressure model.

    Reactive gRPC supports the following reactive programming models:

    Akka gRPC is now mature and production ready. Use that for Akka-based services.

    Tags: #java • grpc-java • rxjava2

  • myrobotlab

    Open Source Java Framework for Robotics and Creative Machine Control

    This project depends on another project which has the many libraries needed to compile MRL.

    • https://github.com/MyRobotLab/repo

    Tags: #java • robotics • robotframework

  • mqtt

    Asynchronous MQTT client for PHP based on workerman.

    Asynchronous MQTT client for PHP based on workerman.

    Tags: #php • mqtt • mqtt-client

  • SiliCompressor

    A powerful, flexible and easy to use Video and Image compression library for Android.

    A powerful, flexible and easy to use Video and Image compression library for Android.

    Description

    Tags: #java • compressor • android

  • LGoodDatePicker

    Java Swing Date Picker. Easy to use, good looking, nice features, and localized. Uses the JSR-310 standard.

    Java Swing Date Picker. Easy to use, good looking, nice features, and localized. Uses the JSR-310 standard.

    Tags: #java

  • foreman_ansible

    :arrow_forward: Ansible integration in Foreman

    Reporting and facts import from Ansible to Foreman.

    Tags: #ruby • ansible • foreman

  • 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

subscribe via RSS