Posts

  • sprockets

    Rack-based asset packaging system

    Sprockets is a Ruby library for compiling and serving web assets. It features declarative dependency management for JavaScript and CSS assets, as well as a powerful preprocessor pipeline that allows you to write assets in languages like CoffeeScript, Sass and SCSS.

    Tags: #ruby

  • github-actions

    A collection of GitHub Actions for interfacing with Google Cloud Platform.

    This repository contains a library of Github Actions providing functionality for working with Google Cloud Platform.

    Tags: #typescript

  • dropwizard-jobs

    Scheduling / Quartz integration for Dropwizard

    This plugin integrates the quartz scheduler with dropwizard and allows you to easily create background jobs, which are not bound to the HTTP request-response cycle. Quartz creates a threadpool on application startup and uses it for background jobs.

    There are four different types of jobs:

    • Jobs run on application start for initial setup (could also be done via a managed instance in dropwizard)
    • Jobs run at application stop before the application is closed (could also be done via managed instance in dropwizard)
    • Jobs which are repeated after a certain time interval
    • Jobs which need to run at a specific time, via a cron-like expression

    Tags: #java • quartz-scheduler • dropwizard

  • js-tracker

    A chrome extension tracks front-end JavaScript that uses DOM / jQuery APIs to manipulate html dom elements (e.g., change style, attach event listener) at runtime.

    • Live Tracking, what changes you see on page is what code you get.
    • Code by Elements, only listing the code that affects selected element.
    • Brief Overview, getting rough code information at a glance.
    • Easy Filtering, grouping manipulations into 5 types.
    • Link to Source, one click to see all details.
    • Performance Improvement, better performance than previous version by taking advantage of browser JavaScript engine

    Tags: #typescript • javascript • jquery

  • React-UMG

    A React renderer for Unreal Motion Graphics With Unreal.js

    This repository is a fork of react-umg whose original author is Wolfgang Steiner

    A React renderer for Unreal Motion Graphics (https://docs.unrealengine.com/latest/INT/Engine/UMG/)

    This project is dependent on Unreal.js

    Tags: #javascript • react • unrealengine

  • capitaine-cursors

    An x-cursor theme inspired by macOS and based on KDE Breeze. Designed to pair well with my icon pack, La Capitaine.

    This is an x-cursor theme inspired by macOS and based on KDE Breeze. The source files were made in Inkscape, and the theme was designed to pair well with my icon pack, La Capitaine.

    This cursor should scale appropriately for any display resolution.

    Tags: #python • theme • capitaine-cursors

  • TopIcons-plus

    An gnome-shell extension to put the icons back to the tray.

    As stated in issue #91, I have stopped maintaining this project actively.

    The Gnome project chose to drop status icons and any kind of legacy tray, making the project useless on the long term and difficult to maintain due to bugs or lack of features that are out of its scope.

    In particular, no wayland support can be achieved.

    Open such issues not here but to the Gnome project.

    Meanwhile, I encourage you to migrate to libappindicator and its extension, which is supported by most applications nowadays.

    The code here should still work. I will happily merge good pull requests and package releases when necessary.

    Tags: #javascript

  • gulliver

    A PWA directory, focusing on collecting PWA best practices and examples.

    Gulliver is a directory of Progressive Web Apps.

    Tags: #javascript

  • ts-cacheable

    Observable/Promise Cache Decorator

    Initially, the project has been created for the purposes of a clientside Angular application. Since then, it has grown into becoming a popular platform-agnostic caching library. Therfore, we no longer need the ngx prefix.

    Tags: #typescript

  • Excel-Custom-Functions

    Learn about custom functions in Excel.

    Custom functions enable you to add new functions to Excel by defining those functions in JavaScript as part of an add-in. Users within Excel can access custom functions just as they would any native function in Excel, such as SUM().

    This repository contains the source code used by the Yo Office generator when you create a new custom functions project. You can also use this repository as a sample to base your own custom functions project from if you choose not to use the generator. For more detailed information about custom functions in Excel, see the Custom functions overview article in the Office Add-ins documentation or see the additional resources section of this repository.

    Tags: #typescript

subscribe via RSS