Skip to content

Capstone library bookmarks

Modules

Luxon : Time conversion and pretty-printing.

Ramda : Functional utility library.

react-markdown : Markdown to react DOM rendering.

axios : HTTP client.

FeedParser : RSS parsing library.

fast-xml-parser : RSS parsing library not dependent on promises.

Material UI : prefab controls for react including enhanced tables and tree-list controls.

JavaScript bloom filter library : Bloom filter implementations for JS.

RSS 2.0 spec from w3c

Knex database library for JS

Setting Up Electron Forge

  1. Use Electron Forge to set up a new project using the webpack template.
  2. Follow React integration instructions.

Prior Research

A Large Labeled Corpus for Online Harassment Research : Corpus not available, but used hashtags and twitter to build a corpus of harassing vs. nonharassing messages.

Directions in hate speech data collection : Discusses issues with data collection.

hatespeechdata.com : Links to hatespeech data collections available on github.

introduction to bloom filters : Minimal storage technique for looking up if item is in a set.