Posts

  • caption

    Get Caption, start watching.

    Caption is completely open-source. We’ve tried to make it as easy as possible to contribute. If you’d like to help out by adding features, working on bug fixes, or assisting in other parts of development, here’s how to get started:

    Tags: #javascript • caption • subtitle

  • cat-facts

    Daily cat facts! 🐱

    • Add and view your personal list of fact recipients
    • Send a cat fact via text message every day
    • Countdown clock until next fact is sent
    • Catbot that auto-replies when recipients text back
    • View the catversation between Catbot and your recipients
    • Submit your own interesting facts
    • Quick copy-and-paste-able cat facts with the “Get Fact” button
    • Add recipients by talking to the Catbot!
    • Import all of your Google contacts at once
    • Admin console panel for managing the app
    • Twitter bot
    • Developer API

    Tags: #javascript • cat • facts

  • 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

subscribe via RSS