Skip to content

Commit

Permalink
Adds Projects (veelenga#482)
Browse files Browse the repository at this point in the history
* Adds projects.

* Move projects to correct homes.

* Fix bad description.
  • Loading branch information
toddsundsted authored Mar 30, 2020
1 parent 677ed5d commit 1fd5537
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ Contributions are welcome. Please take a quick look at the [contribution guideli
* [ai4cr](https://github.com/drhuffman12/ai4cr) - Artificial Intelligence (based on https://github.com/SergioFierens/ai4r)
* [Cadmium](https://github.com/cadmiumcr/cadmium) - NLP library based heavily on [natural](https://github.com/NaturalNode/natural)
* [crystal-fann](https://github.com/NeuraLegion/crystal-fann) - FANN (Fast Artifical Neural Network) binding
* [mxnet.cr](https://github.com/toddsundsted/mxnet.cr) - Bindings for [MXNet](https://mxnet.incubator.apache.org/)
* [shainet](https://github.com/NeuraLegion/shainet) - SHAInet (Neural Network in pure crystal)
* [tensorflow.cr](https://github.com/fazibear/tensorflow.cr) - Bindings for [TensorFlow](https://github.com/tensorflow/tensorflow)

Expand All @@ -358,6 +359,7 @@ Contributions are welcome. Please take a quick look at the [contribution guideli
* [i18n.cr](https://github.com/vladfaust/i18n.cr) - Internationalization shard
* [immutable](https://github.com/lucaong/immutable) - Implementation of thread-safe, persistent, immutable collections
* [inflector.cr](https://github.com/phoffer/inflector.cr) - Singularize, pluralize, camelize, etc (port from ActiveSupport)
* [iterm2](https://github.com/toddsundsted/iterm2) - Display images within the terminal using the ITerm2 Inline Images Protocol
* [lirith](https://github.com/lirith-engine/lirith) - Graphics engine
* [m3u8](https://github.com/akiicat/m3u8) - Generate and parse m3u8 playlists for HTTP Live Streaming
* [message_verifier.cr](https://github.com/danielwestendorf/message_verifier.cr) - Verify and generate Rails `ActiveSupport::MessageVerifier` signed tokens
Expand Down Expand Up @@ -438,6 +440,7 @@ Contributions are welcome. Please take a quick look at the [contribution guideli
* [tasker](https://github.com/spider-gazelle/tasker) - A high precision scheduler including timezone aware cron jobs

## Science and Data analysis
* [ishi](https://github.com/toddsundsted/ishi) - Graph plotting package with a small API and sensible defaults powered by gnuplot
* [linalg](https://github.com/konovod/linalg) - Linear algebra library inspired by MATLAB and SciPy.linalg
* [num.cr](https://github.com/crystal-data/num.cr) - Numerical computing library supporting N-Dimensional data
* [predict.cr](https://github.com/RX14/predict.cr) - Satellite prediction library using the sgp4 model
Expand Down Expand Up @@ -500,11 +503,13 @@ Contributions are welcome. Please take a quick look at the [contribution guideli
* [GDAX](https://github.com/mccallofthewild/gdax) - GDAX REST and WebSocket API Wrapper with request signing
* [gitlab.cr](https://github.com/icyleaf/gitlab.cr) - GitLab API wrapper
* [google_maps_api](https://github.com/fridgerator/google_maps_api) - Google Maps API
* [host_meta](https://github.com/toddsundsted/host_meta) - A Web Host Metadata (https://tools.ietf.org/html/rfc6415) client
* [kube-client.cr](https://github.com/spoved/kube-client.cr) - Kubernetes API Client
* [mixpanel-crystal](https://github.com/petoem/mixpanel-crystal) - A library for sending events to Mixpanel
* [pinboard.cr](https://github.com/oz/pinboard.cr) - [Pinboard](https://pinboard.in) API
* [raven.cr](https://github.com/sija/raven.cr) - Raven is a client for [Sentry](https://github.com/getsentry/sentry)
* [twitter-crystal](https://github.com/sferik/twitter-crystal) - A library to access the Twitter API
* [web_finger](https://github.com/toddsundsted/web_finger) - A WebFinger (https://tools.ietf.org/html/rfc7033) client
* [ynab.cr](https://github.com/jaredsmithse/ynab.cr) - A library to interact with your YNAB data

## Validation
Expand Down Expand Up @@ -576,6 +581,7 @@ Contributions are welcome. Please take a quick look at the [contribution guideli
* [crystal-base](https://github.com/ruivieira/crystal-base) - CentOS base docker image for Crystal development
* [crystal-ctags](https://github.com/SuperPaintman/crystal-ctags) - Ctags generator for Crystal
* [crystal-dash-docset](https://github.com/Sija/crystal-dash-docset) - [Dash](https://kapeli.com/dash) docset generator
* [public_suffix](https://github.com/toddsundsted/public_suffix) - A small library designed to make the Public Suffix List (https://publicsuffix.org/) easier to use

## DevOps
* [ansible-crystal](https://github.com/CorbanR/ansible-crystal) - Ansible playbook for installing crystal
Expand Down

0 comments on commit 1fd5537

Please sign in to comment.