Posts
-
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::Barcodeobjects] [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 stackframe [n]- Go to frame nstack- 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
-
vue-axios
A small wrapper for integrating axios to Vuejs
A small wrapper for integrating axios to Vuejs
Tags: #javascript
-
CASino
CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
CASino Rails Engine (used in CASinoApp).
It currently supports CAS 1.0 and CAS 2.0 as well as CAS 3.1 Single Sign Out.
Tags: #ruby
-
quickfixj
QuickFIX/J is a full featured messaging engine for the FIX protocol. - This is the official project repository.
QuickFIX/J is a full featured messaging engine for the FIX protocol (FIX versions 4.0 - 5.0SP2/FIXT1.1). It is a 100% Java open source implementation of the popular C++ QuickFIX engine.
The Financial Information eXchange (FIX) protocol is a messaging standard developed specifically for the real-time electronic exchange of securities transactions. FIX is a public-domain specification owned and maintained by FIX Protocol, Ltd (FPL).
For more information see the project website at http://www.quickfixj.org.
Tags: #java • quickfix • quickfixj
-
artifactory-client-java
Artifactory REST Client Java API bindings
Artifactory Java client provides simple yet powerful Artifactory connection and management within your Java code.
The client allows managing Artifactory repositories, users, groups, permissions and system configuration. It also allows searches, upload and download artifacts to or from Artifactory and a lot more.
Tags: #java
subscribe via RSS