Posts

  • apps-android-wikipedia

    📱The official Wikipedia app for Android!

    This repository contains the source code for the official Wikipedia Android app.

    Tags: #java • wikipedia • mediawiki

  • posthtml

    PostHTML is a tool to transform HTML/XML with JS plugins

    PostHTML is a tool for transforming HTML/XML with JS plugins. PostHTML itself is very small. It includes only a HTML parser, a HTML node tree API and a node tree stringifier.

    All HTML transformations are made by plugins. And these plugins are just small plain JS functions, which receive a HTML node tree, transform it, and return a modified tree.

    For more detailed information about PostHTML in general take a look at the [docs][docs-url].

    Tags: #javascript • posthtml • parser

  • LIRE

    Open source library for content based image retrieval / visual information retrieval.

    LIRE (Lucene Image Retrieval) is an open source library for content based image retrieval, which means you can use LIRE to implement applications that search for images that look similar. Besides providing multiple common and state of the art retrieval mechanisms LIRE allows for easy use on multiple platforms. LIRE is actively used for research, teaching and commercial applications. Due to its modular nature it can be used on process level (e.g. index images and search) as well as on image feature level. Developers and researchers can easily extend and modify LIRE to adapt it to their needs.

    An online demo can be found at http://demo-itec.uni-klu.ac.at/liredemo/ Most [recent documentation is found here at the github repo] (https://github.com/dermotte/LIRE/blob/master/src/main/docs/developer-docs/docs/index.md).

    Please cite LIRE if you use it! LIRE is open source and free, the only thing we ask for is that you cite it if you use it in your work. For references see below.

    Tags: #java • image-retrieval • lire

  • Skript

    Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.

    Skript is a plugin for Paper/Spigot, which allows server owners and other people to modify their servers without learning Java. It can also be useful if you do know Java; some tasks are quicker to do with Skript, and so it can be used for prototyping etc.

    This Github fork of Skript is based on Mirreski’s improvements which was built on Njol’s original Skript.

    Tags: #java • bukkit • spigot

  • php-mock

    Mock built-in PHP functions (e.g. time(), exec() or rand())

    PHP-Mock is a testing library which mocks non deterministic built-in PHP functions like time() or rand(). This is achieved by PHP’s namespace fallback policy:

    PHP will fall back to global functions […] if a namespaced function […] does not exist.

    PHP-Mock uses that feature by providing the namespaced function. I.e. you have to be in a non global namespace context and call the function unqualified:

    namespace foo;
    
    $time = time(); // This call can be mocked, a call to \time() can't.
    

    Tags: #php • mock • builtin-functions

  • fast-glob

    :rocket: It’s a very fast and efficient glob library for Node.js

    It’s a very fast and efficient [glob][glob_definition] library for [Node.js][node_js].

    This package provides methods for traversing the file system and returning pathnames that matched a defined set of a specified pattern according to the rules used by the Unix Bash shell with some simplifications, meanwhile results are returned in arbitrary order. Quick, simple, effective.

    Tags: #typescript • glob • globbing

  • tweetledee

    A PHP library that provides an incredibly easy way to access Twitter data as JSON or RSS feed by URL or standard CLI syntax.

    Tags: #php • rss-feed • twitter

  • angular2-localstorage

    Angular 2+ decorator to save and restore variables/class properties to HTML5 LocalStorage automatically.

    This little Angular2/typescript decorator makes it super easy to save and restore automatically a variable state in your directive (class property) using HTML5’ LocalStorage.

    Tags: #typescript

  • NSPL

    Non-Standard PHP Library - functional primitives toolbox and more

    Define the following requirement in your composer.json file:

    "require": {
        "ihor/nspl": "~1.3"
    }
    

    or execute the following in the command line:

    composer require ihor/nspl
    

    For the latest version which contains way more functionality require version 2.0.*-dev

    Tags: #php • functional • lazy

  • delon

    Delon is a set of essential modules for ng-alain. https://github.com/ng-alain/ng-alain/issues

    Tags: #typescript • angular-components • ng-alain

subscribe via RSS