Table of Contents
| const { | |
| map, mapKeys, mapValues, isObject, isEmpty, isArray, negate, cond, | |
| stubTrue, curry, includes, flow, identity | |
| } = require('lodash/fp'); | |
| function hookStream(stream, callback, disableOriginal = false) { | |
| const originalWrite = stream.write | |
| stream.write = (function (write) { | |
| return function (string, encoding, fd) { |
Awesome Java - A curated list of awesome Java frameworks, libraries and software
awesome-java - A curated list of awesome frameworks, libraries and software for the Java programming language.
useful-java-links - A list of useful Java frameworks, libraries, software and hello worlds examples
rest.li - REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
Using graphql-cli is now the recommended workflow to get and update your schema.
The following commands will get you started:
install via NPM
npm install -g graphql-cli
awesome-nlp - A curated list of resources dedicated to Natural Language Processing (NLP)
pytext - A natural language modeling framework based on PyTorch
flair - A very simple framework for state-of-the-art Natural Language Processing (NLP)
Stanza - Official Stanford NLP Python Library for Many Human Languages
NLP-progress - Repository to track the progress in Natural Language Processing
awesome-vscode - A curated list of delightful VS Code packages and resources.
REST Client - REST Client allows you to send HTTP request and view the response in Visual Studio Code directly
PlantUML - Rich PlantUML support for Visual Studio Codehttps://github.com/EliverLara/Andromeda
vscode-drawio - This extension integrates Draw.io into VS Code
Baobab - JavaScript persistent and optionally immutable data tree with cursors
Mnemonist - Curated collection of data structures for the JavaScript language
TaffyDB - JavaScript library that provides powerful in-memory database capabilities to both browser and server applications
WatermelonDB - Next-gen database for powerful React and React Native apps that scales to 10,000s of records and remains fast
mdx - Markdown for the component era
Primer React components - React components which implement GitHub's Primer Design System
blueprint - A React-based UI toolkit for the web