An open API service indexing awesome lists of open source software.

https://github.com/alanvivona/code-samples

Playground repository containing examples, snippets & experiments: CycleJS, RxJS, ReactJS, NodeJS, MongoDB, D3, functional programming, machine learning, Python, etc.D
https://github.com/alanvivona/code-samples

cyclejs d3 functional-programming machine-learning mongodb nodejs python rxjs typescript

Last synced: about 1 month ago
JSON representation

Playground repository containing examples, snippets & experiments: CycleJS, RxJS, ReactJS, NodeJS, MongoDB, D3, functional programming, machine learning, Python, etc.D

Awesome Lists containing this project

README

          

# codeexamples

This repo is ment to be a playground to test/experiment with new concepts, languajes or frameworks.
The examples tend to be really simple.

## javascript-frameworks-and-stuff
- CycleJS
- RxJS => _Resources for RxJS :_ [docs](http://reactivex.io/rxjs/), [tutorials](http://reactivex.io/tutorials.html), [vscode-snippets](https://marketplace.visualstudio.com/items?itemName=alan-vivona.rxjssnippets)
- ReactJS
- NodeJS
- jQuery
- Typescript
- D3
- npm install
- http-server
- localhost:8080

## javascript-functional-programming
- Higher Order Functions
- Currying
- Recursion

## machine-learning
- kNN
- Standard Deviation
- sklearn simple examples

#### _List of resources used to code the examples on the repo:_
- [Youtube Playlist - Machine Learning Recipes - Google Developers](https://www.youtube.com/watch?v=cKxRvEZd3Mw&index=7&list=PLOU2XLYxmsIIuiBfYad6rFYQU_jL2ryal)
(to build those examples [python](https://www.python.org/downloads/) and [anaconda](https://www.continuum.io/downloads) are needed)
- [Blog on machine learning](http://burakkanber.com/blog/machine-learning-in-other-languages-introduction/)

## node-mongo
- Simple node app example using mongoose

## sass
- Simple example of a sass impl

## vscode
- vscode settings template