Posts

  • taggle.js

    📝 Form-ready dependency-less tagging.

    Yarn:

    yarn add taggle
    

    NPM:

    npm install taggle --save
    

    Bower:

    bower install taggle --save
    

    Tags: #javascript • taggle • tags

  • laravel-eloquent-join

    This package introduces the join magic for eloquent models and relations.

    This package introduces the join magic for eloquent models and relations.

    Tags: #php • eloquent-join • eloquent-search

  • strman

    🏗A Javascript string manipulation library.

    strman v2.0.0 is available on npm/yarn:

    npm install strman --save
    yarn add strman
    

    Tags: #javascript • string • es6

  • typescript-rest

    This is a lightweight annotation-based expressjs extension for typescript.

    This is a lightweight annotation-based expressjs extension for typescript.

    It can be used to define your APIs using decorators.

    Table of Contents

    Tags: #typescript • api • rest

  • gTile

    A window tiling extension for Gnome. This is the new official home of the vibou.gTile extension.

    Gnome-shell extension that improves window tiling capabilities of stock gnome-shell.

    gTile is used to moves/resize windows on a configurable grid scheme.

    It can be used with either the mouse, or keyboard, including customizable keyboard presets for immediate window placement.

    This extension is particularly useful for window management on (multiple) large monitors.

    Tags: #typescript

  • cwl-airflow

    Python package to extend Airflow functionality with CWL1.1 support

    Python package to extend Apache-Airflow 2.0.1 functionality with CWL v1.1 support

    Tags: #python • cwl-airflow • workflow

  • xplat

    Cross-platform (xplat) tools for Nx workspaces https://nstudio.io/xplat

    • Electron

      Build cross platform desktop apps with JavaScript, HTML, and CSS.

    • Ionic

      Build amazing apps in one codebase, for any platform, with the web.

    • NativeScript

      Build rich iOS and Android apps with direct access to native api’s from JavaScript directly.

    Tags: #typescript • xplat • nx

  • MALSync

    Integrates MyAnimeList/AniList/Kitsu/Simkl into various sites, with auto episode tracking.

    MAL-Sync is a powerful extension and userscript, which enables automatic episode tracking between MyAnimeList/Anilist/Kitsu/Simkl and multiple anime streaming websites.

    Makes it possible to use your MyAnimeList/Anilist/Kitsu/Simkl anime/mangalist as a centralized bookmarks system for all supported pages.

    Tags: #typescript • myanimelist • 9anime

  • 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 three 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

  • belongs-to-through

    Laravel Eloquent BelongsToThrough relationships

    This inverse version of HasManyThrough allows BelongsToThrough relationships with unlimited intermediate models.

    Supports Laravel 5.0+.

    Tags: #php

subscribe via RSS