Posts

  • cli-ui

    Terminal user interface library

    gem install cli-ui
    

    or add the following to your Gemfile:

    gem 'cli-ui'
    

    In your code, simply add a require 'cli/ui'. Most options assume CLI::UI::StdoutRouter.enable has been called.

    Tags: #ruby

  • elasticsearch-learning-to-rank

    Plugin to integrate Learning to Rank (aka machine learning for better relevance) with Elasticsearch

    This plugin:

    • Allows you to store features (Elasticsearch query templates) in Elasticsearch
    • Logs features scores (relevance scores) to create a training set for offline model development
    • Stores linear, xgboost, or ranklib ranking models in Elasticsearch that use features you’ve stored
    • Ranks search results using a stored model

    Tags: #java • elasticsearch • relevant-search

  • 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

  • jekyll-admin

    A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.

    Refer to the installing plugins section of Jekyll’s documentation and install the jekyll-admin plugin as you would any other plugin. Here’s the short version:

    1. Add the following to your site’s Gemfile:

      gem 'jekyll-admin', group: :jekyll_plugins
      
    2. Run bundle install

    Tags: #javascript • jekyll-plugin • react

  • melgan

    MelGAN vocoder (compatible with NVIDIA/tacotron2)

    Unofficial PyTorch implementation of MelGAN vocoder

    Tags: #python • tts • neural-vocoder

  • gradle-download-task

    Adds a download task to Gradle that displays progress information

    plugins {
        id "de.undercouch.download" version "4.1.1"
    }
    

    Tags: #java • gradle • downloader

  • doiuse

    :bomb: Lint CSS for browser support against caniuse database.

    Lint CSS for browser support against Can I use database.

    Tags: #javascript

  • eloquent-json-relations

    Laravel Eloquent relationships with JSON keys

    This Laravel Eloquent extension adds support for JSON foreign keys to BelongsTo, HasOne, HasMany, HasOneThrough, HasManyThrough, MorphTo, MorphOne and MorphMany relationships.
    It also provides many-to-many relationships with JSON arrays.

    Tags: #php

  • mindfulness-at-the-computer

    Helps you stay mindful of your breathing while using your computer

    This application reminds you to take breaks from the computer, helps you remember to stay in touch with and be mindful of your breathing and body while sitting at the computer, and helps you concentrate on breathing in and out when you need a breathing pause.

    The application website has more information (including screenshots and downloads).

    The application is written in Python and uses Qt/PyQt for the front-end.

    License: GPLv3

    Social: Gitter chat

    This project is beginner-friendly: You can ask for help in the Gitter chat room and we will try to help you. Also we try to provide documentation useful for newcomers

    Tags: #python • mindfulness • breathing

  • laravel-moderation

    A simple Content Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.

    A simple Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.

    Keep your application pure by preventing offensive, irrelevant, or insulting content.

    Tags: #php • laravel • moderation

subscribe via RSS