Posts

  • cable_ready

    Use simple commands on the server to control client browsers in real-time

    Tags: #ruby • ruby-on-rails • action-cable

  • RichTextFX

    Rich-text area for JavaFX

    GenericStyledArea allows one to inline custom objects into the area alongside of text. As such, it uses generics and functional programming to accomplish this task in a completely type-safe way.

    It has the following parameter types:

    • PS, the paragraph style. This can be used for text alignment or setting the background color for the entire paragraph. A paragraph is either one line when text wrap is off or a long text displayed over multiple lines in a narrow viewport when text wrap is on.
    • SEG, the segment object. This specifies what immutable object to store in the model part of the area: text, hyperlinks, images, emojis, or any combination thereof.
    • S, the segment style. This can be used for text and object styling. Usually, this will be a CSS style or CSS style class.

    Functional programming via lambdas specify how to apply styles, how to create a Node for a given segment, and how to operate on a given segment (e.g., getting its length, combining it with another segment, etc.).

    GenericStyledArea is used in the Rich-text demo.

    See the wiki for a basic pattern that one must follow to implement custom objects correctly.

    Tags: #java • javafx • rich-text-editor

  • grape_serializer

    A serializer gem which base on grape-entity gem

    Grape Serializer is a serializer gem which base on grape-entity gem.

    Tags: #ruby • grape-entity • ruby-gem

  • PHP-Yacc

    A PHP port of kmyacc

    This is a port of kmyacc into PHP. It is a parser-generator, meaning it takes a YACC grammar file and generates a parser file.

    Tags: #php

  • lofi

    🎵🔉 A mini Spotify player with WebGL visualizations.

    • A small, 1:1 aspect ratio player depicting album art
    • An always-on-top “widget-like” app
    • Minimalist (no extraneous controls)
    • Multiple-screen capable
    • Windows, MacOS and Linux compatible
    • Visualization-ready (WebGL)
    • ≤ 100MB memory footprint

    Tags: #typescript • spotify • webgl

  • tesla-api

    🚘 A Ruby gem and unofficial documentation of Tesla’s JSON API for the Model S, 3, X, and Y.

    View Documentation

    This is unofficial documentation of the Tesla JSON API used by the iOS and Android apps. The API provides functionality to monitor and control the Model S (and future Tesla vehicles) remotely. The project provides both a documentation of the API and a Ruby library for accessing it.

    If any folks at Tesla are reading this, I’d love to help coordinate a developer program for your APIs. If there’s any way I can be helpful, please feel free to get in contact. Also, I’d love to be in the beta firmware program :wink:

    Tags: #ruby • tesla • api

  • social-core

    Python Social Auth - Core

    Python Social Auth is an easy to setup social authentication/registration mechanism with support for several frameworks and auth providers.

    Tags: #python • python-social • social

  • bmg

    Bmg - Relational Algebra for Modern Times

    Bmg is a relational algebra implemented as a Ruby library. It implements the Relation as First-Class Citizen paradigm contributed with Alf a few years ago.

    Bmg can be used to query relations in memory, from various files, SQL databases, and any data source that can be seen as serving relations. Cross data-sources joins are supported, as with Alf. For differences with Alf, see a section further down this README.

    Tags: #ruby • databases • relational-algebra

  • houdoku

    Manga reader and library manager for the desktop

    • Read manga from popular websites or import ones from your filesystem, all in one place.
    • Download chapters for offline reading.
    • Customizable reader interface with multiple layouts and settings.
    • Tagging and filtering support to easily browse and manage large libraries.
    • Cross-platform!

    Tags: #typescript • manga • manga-reader

  • annotations

    The KISS PHP annotations library.

    {
      "require": {
        "minime/annotations": "~3.0"
      }
    }
    

    Through terminal: composer require minime/annotations:~3.0 :8ball:

    Tags: #php

subscribe via RSS