Posts

  • sp-dev-fx-controls-react

    Reusable React controls for SPFx solutions

    This is a open source library that shares a set of reusable React control that can be used in your SharePoint Framework solutions.

    If you are looking for web part property controls, please check following repository for those - https://github.com/pnp/sp-dev-fx-property-controls

    Tags: #typescript • hacktoberfest

  • node-gtfs

    Import GTFS transit data into SQLite and query routes, stops, times, fares and more.

    If you would like to use this library as a command-line utility, you can install it globally directly from npm:

    npm install gtfs -g
    

    If you are using this as a node module as part of an application, you can include it in your project’s package.json file.

    Tags: #javascript • gtfs • node-gtfs

  • SiliCompressor

    A powerful, flexible and easy to use Video and Image compression library for Android.

    A powerful, flexible and easy to use Video and Image compression library for Android.

    Description

    Tags: #java • compressor • android

  • BetaMindy

    A java mod of Mindustry, made for testing and doing chaotic fun.

    A java mod for testing and doing chaotic fun.
    혼돈의 카오스의 모드.
    Java мод для тестирования и хаотичного веселья.
    Check planned features/known bugs in the Trello before suggesting content/improvements or submitting bugs!

    Tags: #java • mindustry-mod • mindustry-mod-v7

  • portfolio-post-type

    A WordPress plugin that creates a Portfolio post type.

    WordPress plugin that adds support for Portfolio entries.

    Tags: #php

  • android-backup-extractor

    Android backup extractor

    Requires Java 11. Handling encrypted backups requires the JCE unlimited strength jurisdiction policy (not needed if using current Java 9 release).

    http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html

    Use one of the tools listed below to build or see Releases for pre-built binaries (runnable jar files).

    Tags: #java

  • wp-background-processing

    WordPress background processing class

    WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks. Check out the example plugin or read the accompanying article.

    Inspired by TechCrunch WP Asynchronous Tasks.

    Requires PHP 5.2+

    Tags: #php

  • threads.js

    🧵 Make web workers & worker threads as simple as a function call.

    • First-class support for async functions & observables
    • Write code once, run it on all platforms
    • Manage bulk task executions with thread pools
    • Use require() and import/export in workers
    • Works great with webpack

    Tags: #typescript • javascript • nodejs

  • surfboard

    Novoic’s audio feature extraction library

    Install using pip

    pip install surfboard
    

    Alternatively,

    • Clone the repo: git clone https://github.com/novoic/surfboard.git
    • Navigate into the repo: cd surfboard
    • Install the repo: pip3 install .

    Tags: #python • feature-extraction • audio

  • js-levenshtein

    The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.

    A very efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.

    Based on Wagner-Fischer dynamic programming algorithm, optimized for speed and memory

    • use a single distance vector instead of a matrix
    • loop unrolling on the outer loop
    • remove common prefixes/postfixes from the calculation
    • minimize the number of comparisons
    • always allocate a new distance vector in order to not leak memory

    Tags: #javascript • levenshtein • edit-distance

subscribe via RSS