qminer
Version:
A C++ based data analytics platform for processing large-scale real-time streams containing structured and unstructured data
16 lines (15 loc) • 502 B
JavaScript
/**
* Copyright (c) 2015, Jozef Stefan Institute, Quintelligence d.o.o. and contributors
* All rights reserved.
*
* This source code is licensed under the FreeBSD license found in the
* LICENSE file in the root directory of this source tree.
*/
// trick from https://github.com/ishisaka/nodeintellisense/
function require(name) {
return require.modules[name];
};
// Contains modules recognized by require()
// Add a property to this object to support
// other modules.
require.modules = {};