This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define(function(require) { | |
'use strict'; | |
const REQUIRE_URL = getRequireJsUrl(); | |
const BASE_URL = getRequireJSBaseUrl(); | |
function spawn(data, fn) { | |
return new Promise(function(res, rej) { | |
let wrapper = buildWrapper(fn); | |
let url = functionToUrl(wrapper); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Each line in this file contains a sequence of characters that are homoglyphs. | |
# | |
# This file was automatically generated, be careful about editing it - your changes may be | |
# overwritten if someone runs the generator script again. | |
# | |
# Source code for this project available from: http://github.com/codebox/homoglyph | |
# | |
!ǃⵑ! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function jenks(data, n_classes) { | |
if (n_classes > data.length) return null; | |
data = data.slice().sort(function (a, b) { | |
return a - b; | |
}); | |
var matrices = getMatrices(data, n_classes); | |
var lower_class_limits = matrices.lower_class_limits; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake .. -D CMAKE_BUILD_TYPE=RELEASE \ | |
-D INSTALL_PYTHON_EXAMPLES=ON \ | |
-D INSTALL_C_EXAMPLES=OFF \ | |
-D OPENCV_ENABLE_NONFREE=ON \ | |
-D WITH_CUDA=ON \ | |
-D WITH_CUDNN=ON \ | |
-D OPENCV_DNN_CUDA=ON \ | |
-D ENABLE_FAST_MATH=1 \ | |
-D CUDA_FAST_MATH=1 \ | |
-D CUDA_ARCH_BIN=7.5 \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Afrikaans": "Die vinnige bruin jakkals spring oor die luiaard hond.", | |
"Albanian": "Dhelpra e shpejtë ngjyrë kafe kërcej mbi qenin dembel.", | |
"Amharic": "ፈጣን ቡናማ ቀበሮ በሰነፉ እንቁላል ላይ ይዘልላል።", | |
"Arabic": "الثعلب البني السريع يقفز فوق الكلب الكسول.", | |
"Armenian": "Արագ դարչնագույն աղվեսը անցնում է ծուլ շունի վրայով։", | |
"Assamese": "দ্ৰুত বাদামী ৰঙৰ শিয়ালটো অলস কুকুৰটোৰ ওপৰেৰে জঁপিয়ায়।", | |
"Azerbaijani": "Sürətli qəhvəyi tilki tənbəl itin üstündən atlar.", | |
"Basque": "Azkarreko azeri marroia zaldi gainetik igarotzen da.", | |
"Belarusian": "Хуткі карычневы ліс спрыгвае праз лянівага сабаку.", |