Posts

  • DeBERTa

    The implementation of DeBERTa

    This repository is the official implementation of DeBERTa: Decoding-enhanced BERT with Disentangled Attention and DeBERTa V3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing

    Tags: #python • bert • deeplearning

  • lodash-php

    Easy to use utility functions for everyday PHP projects. This is a port of the Lodash JS library to PHP

    Lodash-PHP is a port of the Lodash JS library to PHP. It is a set of easy to use utility functions for everyday PHP projects.

    Lodash-PHP tries to mimick lodash.js as close as possible

    Tags: #php • lodash • utility

  • litiengine

    LITIENGINE 🕹 The pure 2D java game engine.

    • Basic Game Infrastructure (GameLoop, Configuration, Resource Management, Logging, …)
    • 2D Render Engine (GUI Components, Spritesheet Animations, Ambient Lighting, Particle System, …)
    • 2D Sound Engine (support for .wav, .mp3 and .ogg)
    • 2D Physics Engine
    • Support for Tile Maps in .tmx format (e.g. made with Tiled Editor)
    • Player Input via Gamepad/Keyboard/Mouse
    • Entity Framework

    Tags: #java • tilemap • game-engine

  • 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

  • nacos-spring-project

    Nacos ECO Project for Spring Framework

    Included in this section are some samples for you to get a quick start with Nacos Spring.

    Tags: #java • nacos • spring

  • xeHentai

    Doujinshi downloader 绅士漫画下载

    Windows users can download packed binaries from here or here. The package is built using PyInstaller.

    Or run directly from source code:

    pip install -U requests[socks]
    git clone https://github.com/fffonion/xeHentai.git
    cd xeHentai
    python ./setup.py install
    xeH
    

    The program is running in non-interactive mode by default. To run interactively, use xeH.py -i.

    Tags: #python • crawler • json-rpc

  • rtg-tools

    RTG Tools: Utilities for accurate VCF comparison and manipulation

    Copyright (c) 2018 Real Time Genomics Ltd

    This software is provided under the Simplified BSD License. See LICENSE.txt

    Tags: #java

  • OverlayScrollbars

    A javascript scrollbar plugin which hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.

    I’ve created this plugin because I hate ugly and space consuming scrollbars. Similar plugins haven’t met my requirements in terms of features, quality, simplicity, license or browser support.

    Tags: #javascript • scrollbar-plugin • javascript-scrollbar-plugin

  • tailwindcss-stimulus-components

    A set of StimulusJS components for TailwindCSS apps similar to Bootstrap JS components.

    Check out the demo

    This is a set of components (Tabs, Modals, Dropdowns, etc) for TailwindCSS that uses StimulusJS controllers.

    The goal is to make using TailwindCSS as easy as Bootstrap when it comes to adding Javascript components.

    Tags: #javascript • tailwindcss • stimulusjs

  • elasticsearch-prometheus-exporter

    Prometheus exporter plugin for Elasticsearch

    This is a builtin exporter from Elasticsearch to Prometheus. It collects all relevant metrics and makes them available to Prometheus via the Elasticsearch REST API.

    Currently, the available metrics are:

    • Cluster status
    • Nodes status:
      • JVM
      • Indices (global)
      • Transport
      • HTTP
      • Scripts
      • Process
      • Operating System
      • File System
      • Circuit Breaker
    • Indices status
    • Cluster settings (selected disk allocation settings only)

    Tags: #java • elasticsearch • plugin

subscribe via RSS