View README.md
View README.md
View README.md

A dump of 2000+ libraries found in the 14,000+ blocks we have indexed.

I parse the html files of all the blocks with this code.

It would be nice to have a structured way to pull the version out of this variety of URL patterns. Perhaps someone will come up with a crazy regex that does it.

This is likely the first step to indexing the library version for blockbuilder search. We have an issue for this tracked here.

Built with blockbuilder.org

View README.md
View .block
license: gpl-3.0
View PerformProjections.js
// from Font Project by Neill Campbell
// http://vecg.cs.ucl.ac.uk/Projects/projects_fonts/font_project/PerformPrediction.js
var CharFuncs = CharFuncs || {};
function size(A) { return numeric.dim(A); }
function computeK(x, X, alpha, gamma) {
m = numeric.dim(x)[0];
d = numeric.dim(x)[1];
n = numeric.dim(X)[0];
View .block
license: gpl-3.0
View README.md
View .block
license: gpl-3.0
View .block
license: gpl-3.0