Posts

  • Command-Block-Assembly

    Compile high-level code into Minecraft commands

    Command Block Language (CBL) is a C++ inspired programming language specifically designed for Minecraft commands.

    CBL has been designed to abstract away from commands to the point where you don’t need to consider the underlying mechanics.

    The syntax is similar to C++ in a lot of ways. It also takes from Java’s idea of having no pointers in the language.

    Tags: #python • assembly • minecraft

  • Easer

    User-defined explicit automation for Android

    增加技能插件需要添加自己的Event、Condition或Operation至Easer代碼中的commons包下。有腳本以簡化該操作,並且現有插件均可作爲示例。

    詳細請參見這個頁面

    Tags: #java • assistant • android-application

  • ShizuruNotes

    An unofficial Android tool application of the game “Princess Connect Re:Dive”

    An unofficial Android tool application of the game “Princess Connect Re:Dive”.

    Tags: #java • princess-connect-redive

  • 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

subscribe via RSS