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
- Host: GitHub
- URL: https://github.com/alanvivona/code-samples
- Owner: alanvivona
- Created: 2016-06-02T19:31:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T01:02:04.000Z (over 7 years ago)
- Last Synced: 2025-03-27T21:17:47.679Z (8 months ago)
- Topics: cyclejs, d3, functional-programming, machine-learning, mongodb, nodejs, python, rxjs, typescript
- Language: JavaScript
- Homepage:
- Size: 5.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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