Posts
-
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
GenericStyledAreaallows 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
Nodefor a given segment, and how to operate on a given segment (e.g., getting its length, combining it with another segment, etc.).GenericStyledAreais 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
HasManyThroughallowsBelongsToThroughrelationships with unlimited intermediate models.Supports Laravel 5.0+.
Tags: #php
-
instagram-web-api
🤳 Instagram Private Web API client for Node
Simple, easy and very complete implementation of the Instagram private web API.
- Support for all the main functions of Instagram Web
- Well tested, CI
- All test runs daily
Tags: #javascript • instagram • api
-
priority-navigation
Javascript implementation for Priority+ Navigation — no dependencies
PriorityNav is a pure javascript plugin that will move your menu items if they don’t fit its parent.
Tags: #javascript • responsive • navigation
-
Remodal
No longer actively maintained.
- All modern browsers are supported.
- IE8+. To enable IE8 styles add the
lt-ie9class to thehtmlelement, as modernizr does. - jQuery, jQuery2, Zepto support.
- Browserify support.
Tags: #javascript
-
Autoload
A lightweight php namespace aware autoload generator and phar archive builder
The PHP AutoloadBuilder CLI tool phpab is a command line application to automate the process of generating an autoload require file with the option of creating static require lists as well as phar archives.
Tags: #php
-
previewgenerator
Nextcloud app to do preview generation
Nextcloud app that allows admins to pre-generate previews. The app listens to edit events and stores this information. Once a cron job is triggered it will start preview generation. This means that you can better utilize your system by pre-generating previews when your system is normally idle and thus putting less load on your machine when the requests are actually served.
The app does not replace on demand preview generation so if a preview is requested before it is pre-generated it will still be shown.
Tags: #php
-
MaterialIntroView
Material Intro View is a showcase android library.
Material Intro View is a showcase android library.
We saw this kind of showcase on Fabulous App and we love it. Then decided to create showcase just like it.
Tags: #java
-
garden
Automation for Kubernetes development and testing. Spin up production-like environments for development, testing, and CI on demand. Use the same configuration and workflows at every step of the process. Speed up your builds and test runs via shared result caching.
Users typically implement Garden for one or more of the following:
- In-cluster Development: With Garden, developers working on Kubernetes applications can spin up a production-like, namespaced environment in a cluster, on demand. With in-cluster environments, devs don’t need to run Docker, Kubernetes, or a complex distributed application on their laptops.
- Fast & Consistent CI Pipelines: Garden makes it possible to use the same configuration for development, testing, and CI, which ensures consistency across different environments. You can run the exact same tests from a production-like development environment that will later be run in CI, meaning a much more predictable pipeline. In addition, Garden’s shared cached results for image builds and tests means that your CI pipeline will run much faster, reducing cycle time and getting new features merged more quickly.
- Integration Testing: Because Garden environments capture the full configuration of an application, it’s possible to run proper integration tests with runtime dependencies–no mocking or stubbing required. A developer can run integration tests with a single command before creating a PR to get fast feedback and iterate more quickly, or integration tests can be run against a feature branch every time a PR is created.
- Manual QA & Code Review: Garden enables developers, QA engineers, and product managers to spin up production-like preview environments on demand. These preview environments can be used, for example, to QA any part of an application that can’t be covered by automated testing (e.g. complex frontend functionality) or in cases when client developers need a fully-functioning backend to validate new features. Product managers can use Garden preview environments to review a working version of an application for pre-release acceptance testing.
Tags: #typescript • kubernetes • developer-tools
subscribe via RSS