chengtie / funfunlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I. This library provides developers on the funfun platform with common functions. They can include

  1. functions that convert data from a type (eg, two-dimensional array) to another (eg, json)
  2. functions that prepare or clean raw data to be processed by machine learning

II. Use a cdn rawgit to load lib.js with a commit hash for example,

<script src="https://cdn.rawgit.com/chengtie/funfunlib/42d871b/lib.js"></script>

III. Example:

https://plnkr.co/edit/c2vVv1CzUBaPk799BqPp?p=preview

About


Languages

Language:JavaScript 98.6%Language:Shell 1.4%