Posts

  • rubocop-rake

    A RuboCop plugin for Rake

    A RuboCop plugin for Rake.

    Tags: #ruby • rubocop • rake

  • Androids

    提供了一些工具类以及自定义View,用于日常的Android快速开发。something about android

    allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }
    
    dependencies {
        implementation 'com.github.1993hzw:Androids:1.3'
    }
    

    Tags: #java

  • node-llama-cpp

    Run AI models locally on your machine with node.js bindings for llama.cpp. Enforce a JSON schema on the model output on the generation level

    Tags: #typescript • ai • bindings

  • polyglot

    :abc: Multilingual and i18n support tool for Jekyll Blogs

    Jekyll doesn’t provide native support for multi-language blogs. This plugin was modeled after the jekyll-multiple-languages-plugin, whose implementation I liked, but execution I didn’t.

    Tags: #ruby • jekyll • polyglot

  • oooas

    An object oriented approach to generating OpenAPI specs, implemented in PHP.

    An object oriented approach to generating OpenAPI specs, implemented in PHP.

    You can build up your API spec using immutable PHP classes, and then export the spec to JSON (or YAML with the help of another package).

    This package is dependency free and makes heavy use of PHP 7 features, mainly being type hints and enabling strict types. This should make your life a lot easier when working with a good IDE that can use this information.

    Tags: #php • open-source • openapi

  • googlemaps-scraper

    Google Maps reviews scraping

    Scraper of Google Maps reviews. The code allows to extract the most recent reviews starting from the url of a specific Point Of Interest (POI) in Google Maps. An additional extension helps to monitor and incrementally store the reviews in a MongoDB instance.

    Tags: #python • scraper • reviews

  • refurb

    A tool for refurbishing and modernizing Python codebases

    A tool for refurbishing and modernizing Python codebases.

    Tags: #python • cli • mypy

  • cryptocurrency-arbitrage

    A cryptocurrency arbitrage opportunity calculator. Over 800 currencies and 50 markets.

    A cryptocurrency arbitrage opportunity calculator and trading bot. Over 800 currencies and 50 markets.

    To use, go to https://manu354.github.io/cryptocurrency-arbitrage/ (this link no longer links to the old site, download from github to use the tool) , for development install nodejs ^V8.00 and run npm install in the folder where the script main.js is. To run the program write node main or npm start. To change market settings, and to add your own markets edit the settings.js file.

    Tags: #javascript • arbitrage-opportunity • trading-bot

  • PDFLayoutTextStripper

    Converts a pdf file into a text file while keeping the layout of the original pdf. Useful to extract the content from a table in a pdf file for instance. This is a subclass of PDFTextStripper class (from the Apache PDFBox library).

    Converts a PDF file into a text file while keeping the layout of the original PDF. Useful to extract the content from a table or a form in a PDF file. PDFLayoutTextStripper is a subclass of PDFTextStripper class (from the Apache PDFBox library).

    Tags: #java • layout • text

  • OpenCue

    A render management system you can deploy for visual effects and animation productions.

    OpenCue is an open source render management system. You can use OpenCue in visual effects and animation production to break down complex jobs into individual tasks. You can submit jobs to a configurable dispatch queue that allocates the necessary computational resources.

    Tags: #python • opencue • openqueue

subscribe via RSS