Posts

  • rails-dom-testing

    Extracting DomAssertions and SelectorAssertions from ActionView.

    This gem is responsible for comparing HTML doms and asserting that DOM elements are present in Rails applications. Doms are compared via assert_dom_equal and assert_dom_not_equal. Elements are asserted via assert_dom, assert_dom_encoded, assert_dom_email and a subset of the dom can be selected with css_select. The gem is developed for Rails 4.2 and above, and will not work on previous versions.

    Tags: #ruby

  • validatorjs

    A data validation library in JavaScript for the browser and Node.js, inspired by Laravel’s Validator.

    The validatorjs library makes data validation in JavaScript very easy in both the browser and Node.js. This library was inspired by the Laravel framework’s Validator.

    Tags: #javascript • validation • laravel

  • browserless

    A browser driver on top of puppeteer, ready for production scenarios.

    • Puppeteer-like API for common tasks (text, screenshot, html, pdf).
    • Built-in evasion techniques to prevent being blocked.
    • Built-in adblocker for canceling unnecessary requests.
    • Support for proxy (HTTP/HTTPS/SOCKs) per page.
    • Shell interaction via Browserless CLI.
    • Easy Google Lighthouse integration.
    • Automatic retry & error handling.
    • Configurable pooling support.
    • Sensible good defaults.

    Tags: #javascript • puppeteer • puppeteer-core

  • doxygen-bootstrapped

    Customize doxygen output to use the twitter bootstrap framework.

    Doxygen provides a handful of ways to customize the output. The simplest way is to customize the HTML output.

    Doxygen allows you to customize the HTML output by modifying a master HTML header, footer and stylesheet. You can then include additional stylesheets and javascript files. The following command will generate the default Doxygen files.

    doxygen -w html header.html footer.html customdoxygen.css

    Modifying these files alone is not enough to get good Twitter Bootstrap integration. Bootstrap requires that certain classes be applied within the HTML. For example, a Bootstrap “table” needs to have a class called “table” in order to apply the Bootstrap table formatting. We just need to augment the default HTML with these Bootstrap classes. To do this, we use the provided doxy-boot.js javascript file.

    Also, you can augment doxygen’s default stylesheet with a customdoxygen.css stylesheet. This is where you would place any custom styling such as sticky footers.

    Tags: #javascript

  • DeepLabCut

    Official implementation of DeepLabCut: Markerless pose estimation of user-defined features with deep learning for all animals incl. humans

    Very quick start: pip install "deeplabcut[gui]" that includes all GUI functions, or pip install deeplabcut (headless version)

    • We recommend using our conda file, see here.

    Tags: #python • behavior-analysis • deep-learning

  • blade-filters

    Use filters easily in your blade templates.

    Use string filters easily in Laravel Blade.

    If you have any question how the package works, we suggest to read this post: Laravel Blade Filters.

    Tags: #php

  • quill-better-table

    Module for better table in Quill, more useful features are supported.

    A module for better table in Quill, more useful features are supported. There is a list of features below. Thanks quilljs for its awesome extensibility. Hope that quill-better-table could help you.

    Tags: #javascript • quilljs • quilljs-table

  • devextreme-reactive

    Business React components for Bootstrap and Material-UI

    DevExtreme Reactive is a set of business React components that deeply integrate with Bootstrap and Material-UI libraries.

    Tags: #typescript • react • react-components

  • RxUi

    Implementation of pure functional concept of talking to Android View layer in a Reactive way

    Minimal implementation of the concept of talking to Android View layer in a Reactive way described here.

    Tags: #java

  • validify

    Simple-as-possible React form validation

    single dependency, simplest way to validate and manage form state with hooks in React + React Native! With full test coverage and TS support.

    Tags: #typescript • react • form

subscribe via RSS