Posts

  • webdnn

    The Fastest DNN Running Framework on Web Browser

    WebDNN is an open source software framework for executing deep neural network (DNN) pre-trained model on web browser.

    WebDNN can execute DNN models trained by follow deep learning frameworks on web browser.

    Tags: #python • deep-neural-networks • accelerate

  • apollo-client-devtools

    Apollo Client browser developer tools.

    Download for Firefox Download for Chrome

    This repository contains the Apollo DevTools extension for Chrome & Firefox.

    If you are running Apollo Client 2.0, the dev tools require at least apollo-client@2.0.0-rc.2 and react-apollo@2.0.0-beta.0, and you must be running at least version 2.0.5 of the dev tools themselves.

    If you are running Apollo Client 3.0, you must be running at least version 2.3.1 of the dev tools.

    The devtools no longer work with Apollo Client 1.0, but upgrading should be relatively easy! If it isn’t, please reach out on the Apollo Spectrum

    Tags: #javascript • apollo-client • chrome-extension

  • hbc

    A Java HTTP client for consuming Twitter’s realtime Streaming API

    A Java HTTP client for consuming Twitter’s standard Streaming API

    !! Note that, as of August 16th, 2018, the user streams and site streams features have been retired, so code that attempts to connect to these endpoints will no longer work.

    Tags: #java • twitter4j • stream

  • push_type

    PushType is a modern, open source content management system for Ruby on Rails.

    PushType is a modern content management system for Ruby on Rails. It takes advantage of powerful new features available in the latest versions of Rails and PostgreSQL, delivering a fantastically flexible toolset for developers working on any kind of website.

    Tags: #ruby • rails • cms

  • expertiza

    Expertiza is a web application through which students can submit and peer-review learning objects (articles, code, web sites, etc). The Expertiza project is supported by the National Science Foundation.

    Expertiza is a web application where students can submit and peer-review learning objects (articles, code, web sites, etc). It is used in select courses at NC State and by professors at several other colleges and universities.

    Setup

    Tags: #ruby • peer-reviews • rails-application

  • barby

    The Ruby barcode generator

    Barby is a Ruby library that generates barcodes in a variety of symbologies.

    Its functionality is split into barcode and “outputter” objects:

    • [Barby::Barcode objects] [symbologies] turn data into a binary representation for a given symbology.
    • [Barby::Outputter] [outputters] then takes this representation and turns it into images, PDF, etc.

    You can easily add a symbology without having to worry about graphical representation. If it can be represented as the usual 1D or 2D matrix of lines or squares, outputters will do that for you.

    Likewise, you can easily add an outputter for a format that doesn’t have one yet, and it will work with all existing symbologies.

    For more information, check out [the Barby wiki][wiki].

    Tags: #ruby

  • elasticsearch-ingest-opennlp

    An Elasticsearch ingest processor to do named entity extraction using Apache OpenNLP

    I wrote a opennlp mapping plugin a couple of years ago and people asked me, why I did not update it. The main reason was, that it was a bad architectural choice as mentioned in the openlp plugin README. With the introduction of ingest processors in Elasticsearch 5.0 this problem has been resolved.

    This processor is doing named/date/location/’whatever you have a model for’ entity recognition and stores the output in the JSON before it is being stored.

    This plugin is also intended to show you, that using gradle as a build system makes it very easy to reuse the testing facilities that elasticsearch already provides. First, you can run regular tests, but by adding a rest test, the plugin will be packaged and unzipped against elasticsearch, allowing you to execute a real end-to-end test, by just adding a java test class.

    Tags: #java

  • epitran

    A tool for transcribing orthographic text as IPA (International Phonetic Alphabet)

    A library and tool for transliterating orthographic text as IPA (International Phonetic Alphabet).

    Tags: #python

  • pry-stack_explorer

    Walk the stack in a Pry session

    Provides commands available in Pry sessions.

    Commands:

    • up/down - Move up or down the call stack
    • frame [n] - Go to frame n
    • stack - Show call stack

    Tags: #ruby

  • json_resume

    Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON

    JsonResume creates pretty versions of resume from a single JSON input file. Output formats are specifically customized to modern resume templates. Also, there are a ton of customizations to the templates possible, to make your own version of resume created easily and super quickly.

    Tags: #ruby • json • html

subscribe via RSS