From 404abd7fd1de5a4e8970a73c023728c96aa055f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=AE=E4=B8=AD=E4=BA=8C=E7=97=85=E3=81=AB?= =?UTF-8?q?=E7=88=86=E7=84=94=E3=82=92=EF=BC=81?= Date: Fri, 1 Nov 2024 19:17:06 +0800 Subject: [PATCH] make improvements of the svg geometry handler --- .../HDBSCAN/Hdbscanstar/HdbscanAlgorithm.vb | 108 +- .../LabelEvaluate/FakeAUCGenerator.vb | 12 +- .../DataMining/DataMining/Evaluation/ROC.vb | 14 +- .../Evaluation/RegressionClassify.vb | 106 +- .../DataMining/Evaluation/RegressionROC.vb | 107 +- .../DataMining/DataMining/test/roc_test2.vb | 56 +- .../DeepLearning/RNN/CharRNN.vb | 60 +- .../DeepLearning/RNN/Options.vb | 60 +- .../DeepLearning/RNN/math/Math.vb | 58 +- .../DeepLearning/RNN/math/Matrix.vb | 68 +- .../DeepLearning/RNN/math/Random.vb | 58 +- .../DeepLearning/RNN/math/Utils.vb | 58 +- .../DeepLearning/RNN/net/Alphabet.vb | 60 +- .../DeepLearning/RNN/net/BasicRNN.vb | 58 +- .../DeepLearning/RNN/net/CharLevelRNN.vb | 58 +- .../RNN/net/MultiLayerCharLevelRNN.vb | 64 +- .../DeepLearning/RNN/net/MultiLayerRNN.vb | 64 +- .../DeepLearning/RNN/net/RNN.vb | 58 +- .../DeepLearning/RNN/net/RNNLayer.vb | 65 +- .../DeepLearning/RNN/net/RNNTrainer.vb | 61 +- .../RNN/net/SingleLayerCharLevelRNN.vb | 64 +- .../DeepLearning/RNN/net/SingleLayerRNN.vb | 64 +- .../DeepLearning/RNN/net/StringTrainingSet.vb | 64 +- .../RNN/net/interfaces/CharacterSampleable.vb | 58 +- .../RNN/net/interfaces/IntegerSampleable.vb | 58 +- .../RNN/net/interfaces/Trainable.vb | 58 +- .../RNN/net/interfaces/TrainingSet.vb | 58 +- .../DeepLearning/test/MnistTest.vb | 52 +- .../DeepLearning/test/RNNTest.vb | 55 +- .../MachineLearning/SVM/Solver/Solver.vb | 108 +- .../StorageProcedure/TextWriter/ModelText.vb | 106 +- Data_science/Mathematica/Math/Gibbs/Gibbs.vb | 19 +- .../Decomposition/CholeskyDecomposition.vb | 111 +- .../Decomposition/EigenvalueDecomposition.vb | 108 +- .../Algebra/Matrix.NET/Decomposition/NMF.vb | 108 +- .../SingularValueDecomposition.vb | 109 +- .../Matrix.NET/Extensions/MatrixMath.vb | 4 +- .../Mathematica/Math/Math/HashMaps/Crc32.vb | 102 +- .../SignalProcessing/Source/SignalPeak.vb | 12 +- Data_science/NLP/LDA/DocumentLoader.vb | 12 +- Data_science/NLP/LDA/LdaInterpreter.vb | 106 +- .../NLP/LDA/ParallelGibbsLda/GibbsWorker.vb | 15 +- .../LDA/ParallelGibbsLda/ParallelGibbsLda.vb | 14 +- Data_science/NLP/test/Program.vb | 100 +- .../Visualization/Plots-statistics/ROCPlot.vb | 12 +- .../Plots/BarPlot/Plots/PlotAlignmentGroup.vb | 14 +- .../Tools/OSVersionInfo.vb | 12 +- .../BinaryTree/AVLTree/AVLClusterTree.vb | 14 +- .../BinaryTree/AVLTree/ClusterKey.vb | 12 +- .../Levenshtein/LevenshteinDistance.vb | 12 +- .../Bitmap/BinarySerializationExtensions.vb | 5 +- .../src/Drawing/Bitmap/Bitmap/Bitmap.vb | 15 +- .../Drawing/Bitmap/Bitmap/BitmapFileHeader.vb | 3 +- .../Drawing/Bitmap/Bitmap/BitmapFileHelper.vb | 3 +- .../Drawing/Bitmap/Bitmap/BitmapInfoHeader.vb | 3 +- .../Bitmap/Bitmap/BitmapInfoHeaderRGBA.vb | 3 +- .../Drawing/Bitmap/Bitmap/SafeBinaryReader.vb | 5 +- .../src/Drawing/Bitmap/BitmapResizer.vb | 127 +- .../src/Drawing/Bitmap/BitmapScale.vb | 4 +- .../src/Drawing/GDI+/GdiRasterGraphics.vb | 4 +- .../src/Drawing/GDI+/GraphicsExtensions.vb | 114 +- .../Drawing/Math/Geometry/GeomTransform.vb | 10 +- .../src/Drawing/Math/Geometry/GeometryMath.vb | 4 +- .../src/Drawing/PointF3D.vb | 4 +- .../Extensions/Collection/ListExtensions.vb | 16 +- .../src/Extensions/Collection/Vector.vb | 14 +- .../src/Extensions/Math/Correlations/Beta.vb | 102 +- .../Reflection/Delegate/DataValue.vb | 16 +- .../src/Extensions/Security/Md5.vb | 4 +- .../src/Extensions/Security/SHA.vb | 16 +- .../Extensions/StringHelpers/StringHelpers.vb | 130 +- .../BinaryDumping/NetworkByteOrderBuffer.vb | 17 +- .../Stream/ObjectOutputStream.vb | 14 +- Microsoft.VisualBasic.Core/src/Text/ASCII.vb | 14 +- .../src/Text/IO/UnbufferedStringReader.vb | 12 +- .../src/Text/Parser/HtmlParser/HtmlStrips.vb | 9 +- .../Levenshtein/LevenshteinTree.vb | 69 +- .../src/Text/StringSimilarity/Similarity.vb | 16 +- gr/Drawing-net4.8/Drawing-net4.8.vbproj | 14 +- .../Drawing2D/HeatMap/PixelRender.vb | 110 +- .../Drawing2D/HeatMap/RasterScaler.vb | 19 +- .../Drawing2D/Shadow.vb | 12 +- .../Drawing2D/g.vb | 2 +- .../Drivers/CreateGraphicsDriver.vb | 12 +- .../SVG/Geometry/GeometryElement.vb | 173 + .../SVG/Geometry/Transform.vb | 106 + .../SVG/SVGWriter.vb | 99 +- .../SVG/XML/BasicShapes/path.vb | 4 + .../SVG/XML/Container/SvgContainer.vb | 6 +- .../SVG/XML/Container/SvgDocument.vb | 19 +- .../SVG/XML/SvgPath/Command.vb | 15 +- .../SVG/XML/SvgPath/Interpreter.vb | 84 +- .../SVG/XML/SvgPath/ModelBuilder.vb | 54 +- .../SVG/XML/Xml/Enums/SvgEnum.vb | 101 +- .../SVG/XML/Xml/SvgElement.vb | 44 +- .../test/SVGTest.vb | 5 +- .../test/cssPaddingTest.vb | 5 +- .../test/objReaderTest.vb | 3 +- mime/application%json/BSON/BSON.vb | 16 +- mime/application%json/BSON/BSONValue.vb | 12 +- mime/application%json/BSON/Decoder.vb | 15 +- mime/application%json/BSON/Encoder.vb | 4 +- mime/application%json/BSON/ValueType.vb | 114 +- .../JSONtest/big_bson_reader.vb | 5 +- mime/application%json/Javascript/JsonValue.vb | 12 +- .../Serializer/JSONSerializer.vb | 16 +- mime/text%html/CSS/Elements/FontStyle.vb | 4 +- mime/text%html/CSS/Elements/Padding.vb | 12 +- mime/text%html/Parser/CSS/Parser.vb | 8 +- mime/text%html/Render/CSS/CssLength.vb | 14 +- mime/text%markdown/MarkdownRender.vb | 12 +- mime/text%markdown/Render/HtmlRender.vb | 25 +- mime/text%markdown/test/Program.vb | 10 +- mime/text%yaml/1.2/ParserCustom.vb | 2 +- .../1.2/Serialization/Serialization.vb | 2 +- mime/text%yaml/1.2/TextParserCommon.vb | 139 +- mime/text%yaml/text.yaml.vbproj | 2 +- nuget.sln | 4 +- proj_stats.csv | 7501 +++++++++-------- 119 files changed, 7196 insertions(+), 5267 deletions(-) create mode 100644 gr/Microsoft.VisualBasic.Imaging/SVG/Geometry/GeometryElement.vb create mode 100644 gr/Microsoft.VisualBasic.Imaging/SVG/Geometry/Transform.vb diff --git a/Data_science/DataMining/DataMining/Clustering/HDBSCAN/Hdbscanstar/HdbscanAlgorithm.vb b/Data_science/DataMining/DataMining/Clustering/HDBSCAN/Hdbscanstar/HdbscanAlgorithm.vb index ee55c2c73f..2f7ce1aab8 100644 --- a/Data_science/DataMining/DataMining/Clustering/HDBSCAN/Hdbscanstar/HdbscanAlgorithm.vb +++ b/Data_science/DataMining/DataMining/Clustering/HDBSCAN/Hdbscanstar/HdbscanAlgorithm.vb @@ -1,57 +1,57 @@ -#Region "Microsoft.VisualBasic::59621032113849533ede49e629ae4ea9, Data_science\DataMining\DataMining\Clustering\HDBSCAN\Hdbscanstar\HdbscanAlgorithm.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 546 -' Code Lines: 345 (63.19%) -' Comment Lines: 115 (21.06%) -' - Xml Docs: 61.74% -' -' Blank Lines: 86 (15.75%) -' File Size: 30.10 KB - - -' Class HdbscanAlgorithm -' -' Function: CalculateCoreDistances, CalculateOutlierScores, ComputeHierarchyAndClusterTree, ConstructMst, CreateNewCluster -' FindProminentClusters, PropagateTree -' -' Sub: CalculateNumConstraintsSatisfied -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::54ca1db4c44bd0022554f3d4d772b92b, Data_science\DataMining\DataMining\Clustering\HDBSCAN\Hdbscanstar\HdbscanAlgorithm.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 550 + ' Code Lines: 349 (63.45%) + ' Comment Lines: 115 (20.91%) + ' - Xml Docs: 61.74% + ' + ' Blank Lines: 86 (15.64%) + ' File Size: 30.39 KB + + + ' Class HdbscanAlgorithm + ' + ' Function: CalculateCoreDistances, CalculateOutlierScores, ComputeHierarchyAndClusterTree, ConstructMst, CreateNewCluster + ' FindProminentClusters, PropagateTree + ' + ' Sub: CalculateNumConstraintsSatisfied + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Data_science/DataMining/DataMining/Evaluation/LabelEvaluate/FakeAUCGenerator.vb b/Data_science/DataMining/DataMining/Evaluation/LabelEvaluate/FakeAUCGenerator.vb index c1833f2588..6b2a016db3 100644 --- a/Data_science/DataMining/DataMining/Evaluation/LabelEvaluate/FakeAUCGenerator.vb +++ b/Data_science/DataMining/DataMining/Evaluation/LabelEvaluate/FakeAUCGenerator.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::de445f222ae8a549c9d3d6c81b1126f2, Data_science\DataMining\DataMining\Evaluation\LabelEvaluate\FakeAUCGenerator.vb" +#Region "Microsoft.VisualBasic::e6ecd19cab8bfb5bd347aaf56de84f68, Data_science\DataMining\DataMining\Evaluation\LabelEvaluate\FakeAUCGenerator.vb" ' Author: ' @@ -35,12 +35,12 @@ ' Code Statistics: ' Total Lines: 83 - ' Code Lines: 62 (74.70%) - ' Comment Lines: 6 (7.23%) - ' - Xml Docs: 100.00% + ' Code Lines: 60 (72.29%) + ' Comment Lines: 9 (10.84%) + ' - Xml Docs: 66.67% ' - ' Blank Lines: 15 (18.07%) - ' File Size: 3.17 KB + ' Blank Lines: 14 (16.87%) + ' File Size: 3.29 KB ' Module FakeAUCGenerator diff --git a/Data_science/DataMining/DataMining/Evaluation/ROC.vb b/Data_science/DataMining/DataMining/Evaluation/ROC.vb index c45c89b45a..ff62920811 100644 --- a/Data_science/DataMining/DataMining/Evaluation/ROC.vb +++ b/Data_science/DataMining/DataMining/Evaluation/ROC.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::ea32fe8e1509a8d1bac5a2bf1d8ab6dc, Data_science\DataMining\DataMining\Evaluation\ROC.vb" +#Region "Microsoft.VisualBasic::174d4a1d5f5fdce4c52257c339d70190, Data_science\DataMining\DataMining\Evaluation\ROC.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 139 - ' Code Lines: 73 (52.52%) - ' Comment Lines: 51 (36.69%) - ' - Xml Docs: 86.27% + ' Total Lines: 151 + ' Code Lines: 78 (51.66%) + ' Comment Lines: 53 (35.10%) + ' - Xml Docs: 83.02% ' - ' Blank Lines: 15 (10.79%) - ' File Size: 5.33 KB + ' Blank Lines: 20 (13.25%) + ' File Size: 5.60 KB ' Module ROC diff --git a/Data_science/DataMining/DataMining/Evaluation/RegressionClassify.vb b/Data_science/DataMining/DataMining/Evaluation/RegressionClassify.vb index 669024cec2..247997685f 100644 --- a/Data_science/DataMining/DataMining/Evaluation/RegressionClassify.vb +++ b/Data_science/DataMining/DataMining/Evaluation/RegressionClassify.vb @@ -1,56 +1,56 @@ -#Region "Microsoft.VisualBasic::d098abc1b9f8528d5aaa10cf4ba44ad7, Data_science\DataMining\DataMining\Evaluation\RegressionClassify.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 29 -' Code Lines: 16 (55.17%) -' Comment Lines: 7 (24.14%) -' - Xml Docs: 100.00% -' -' Blank Lines: 6 (20.69%) -' File Size: 786 B - - -' Class RegressionClassify -' -' Properties: actual, errors, predicts, sampleID -' -' Function: ToString -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::071ba879b853e83d31a344eee042f44a, Data_science\DataMining\DataMining\Evaluation\RegressionClassify.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 29 + ' Code Lines: 16 (55.17%) + ' Comment Lines: 7 (24.14%) + ' - Xml Docs: 100.00% + ' + ' Blank Lines: 6 (20.69%) + ' File Size: 780 B + + + ' Class RegressionClassify + ' + ' Properties: actual, errors, predicts, sampleID + ' + ' Function: ToString + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Data_science/DataMining/DataMining/Evaluation/RegressionROC.vb b/Data_science/DataMining/DataMining/Evaluation/RegressionROC.vb index d3db525640..b633cd6e48 100644 --- a/Data_science/DataMining/DataMining/Evaluation/RegressionROC.vb +++ b/Data_science/DataMining/DataMining/Evaluation/RegressionROC.vb @@ -1,54 +1,59 @@ -#Region "Microsoft.VisualBasic::b7a38f375afa824c0d5309b49db8ee61, Data_science\DataMining\DataMining\Evaluation\RegressionROC.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 51 -' Code Lines: 35 (68.63%) -' Comment Lines: 7 (13.73%) -' - Xml Docs: 100.00% -' -' Blank Lines: 9 (17.65%) -' File Size: 1.73 KB - - -' Module RegressionROC -' -' Function: ROC -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::4b62438d4bcd653b5f3a6212110858da, Data_science\DataMining\DataMining\Evaluation\RegressionROC.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 94 + ' Code Lines: 73 (77.66%) + ' Comment Lines: 7 (7.45%) + ' - Xml Docs: 100.00% + ' + ' Blank Lines: 14 (14.89%) + ' File Size: 3.48 KB + + + ' Module RegressionROC + ' + ' Function: (+2 Overloads) ROC + ' Class RegressionHelper + ' + ' Function: label, predict + ' + ' + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Data_science/DataMining/DataMining/test/roc_test2.vb b/Data_science/DataMining/DataMining/test/roc_test2.vb index 111dba83d9..3b589979b4 100644 --- a/Data_science/DataMining/DataMining/test/roc_test2.vb +++ b/Data_science/DataMining/DataMining/test/roc_test2.vb @@ -1,4 +1,57 @@ -Imports Microsoft.VisualBasic.DataMining.Evaluation +#Region "Microsoft.VisualBasic::11834815a4782e5d2783fa42e6326cba, Data_science\DataMining\DataMining\test\roc_test2.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 15 + ' Code Lines: 11 (73.33%) + ' Comment Lines: 0 (0.00%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 4 (26.67%) + ' File Size: 575 B + + + ' Module roc_test2 + ' + ' Sub: Main + ' + ' /********************************************************************************/ + +#End Region + +Imports Microsoft.VisualBasic.DataMining.Evaluation Imports Microsoft.VisualBasic.Scripting.Runtime Module roc_test2 @@ -13,3 +66,4 @@ Module roc_test2 Pause() End Sub End Module + diff --git a/Data_science/MachineLearning/DeepLearning/RNN/CharRNN.vb b/Data_science/MachineLearning/DeepLearning/RNN/CharRNN.vb index 6d14c05751..3c93714601 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/CharRNN.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/CharRNN.vb @@ -1,4 +1,60 @@ -Imports System.IO +#Region "Microsoft.VisualBasic::26db482767ff0d8be7562148c8da19c7, Data_science\MachineLearning\DeepLearning\RNN\CharRNN.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 187 + ' Code Lines: 110 (58.82%) + ' Comment Lines: 42 (22.46%) + ' - Xml Docs: 35.71% + ' + ' Blank Lines: 35 (18.72%) + ' File Size: 7.64 KB + + + ' Class CharRNN + ' + ' Function: initialize, loadASnapshot + ' + ' Sub: sample, saveASnapshot, train + ' + ' + ' /********************************************************************************/ + +#End Region + +Imports System.IO Namespace RNN @@ -184,4 +240,4 @@ Namespace RNN End Try End Sub End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/Options.vb b/Data_science/MachineLearning/DeepLearning/RNN/Options.vb index f8c20e39e5..12fffd2fcc 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/Options.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/Options.vb @@ -1,4 +1,60 @@ -Imports System.IO +#Region "Microsoft.VisualBasic::5bfbd0f94c67c665da0f711658450fcc, Data_science\MachineLearning\DeepLearning\RNN\Options.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 49 + ' Code Lines: 17 (34.69%) + ' Comment Lines: 10 (20.41%) + ' - Xml Docs: 30.00% + ' + ' Blank Lines: 22 (44.90%) + ' File Size: 1.42 KB + + + ' Class Options + ' + ' Properties: hiddenSize, inputFile, layers, learningRate, loopAroundTimes + ' printOptions, sampleEveryNSteps, samplingTemp, sequenceLength, snapshotEveryNSamples + ' trainingSampleLength, useSingleLayerNet + ' + ' + ' /********************************************************************************/ + +#End Region + +Imports System.IO Namespace RNN @@ -46,4 +102,4 @@ Namespace RNN Public Property useSingleLayerNet As Boolean = False ' Use the simple, single layer net. End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/math/Math.vb b/Data_science/MachineLearning/DeepLearning/RNN/math/Math.vb index 2fce27147e..b2d6029ab6 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/math/Math.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/math/Math.vb @@ -1,4 +1,58 @@ -Imports std = System.Math +#Region "Microsoft.VisualBasic::854b0ffd926e450b9ac76b1e57c3e8e3, Data_science\MachineLearning\DeepLearning\RNN\math\Math.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 48 + ' Code Lines: 25 (52.08%) + ' Comment Lines: 14 (29.17%) + ' - Xml Docs: 64.29% + ' + ' Blank Lines: 9 (18.75%) + ' File Size: 1.35 KB + + + ' Class Math + ' + ' Function: (+2 Overloads) close, eps, (+2 Overloads) softmax + ' + ' + ' /********************************************************************************/ + +#End Region + +Imports std = System.Math Namespace RNN @@ -45,4 +99,4 @@ Namespace RNN End Function End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/math/Matrix.vb b/Data_science/MachineLearning/DeepLearning/RNN/math/Matrix.vb index c1d75b15ed..a6b6a7c244 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/math/Matrix.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/math/Matrix.vb @@ -1,4 +1,68 @@ -Imports Microsoft.VisualBasic.ComponentModel.Collection +#Region "Microsoft.VisualBasic::04c4431efe585be74de6824ba373ce45, Data_science\MachineLearning\DeepLearning\RNN\math\Matrix.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 443 + ' Code Lines: 304 (68.62%) + ' Comment Lines: 72 (16.25%) + ' - Xml Docs: 11.11% + ' + ' Blank Lines: 67 (15.12%) + ' File Size: 15.60 KB + + + ' Class Matrix + ' + ' Properties: M, N, Vector + ' + ' Constructor: (+3 Overloads) Sub New + ' + ' Function: (+2 Overloads) add, apply, (+3 Overloads) at, clip, (+2 Overloads) div + ' dot, exp, fromFlat, fromRaw, getk + ' (+2 Overloads) mul, neg, oneHot, oneHotIndex, (+2 Overloads) ones + ' onesLike, prod, raw, sum, T + ' tanh, unravel, (+2 Overloads) zeros, zerosLike + ' + ' Sub: (+3 Overloads) setAt + ' + ' + ' /********************************************************************************/ + +#End Region + +Imports Microsoft.VisualBasic.ComponentModel.Collection Namespace RNN @@ -440,4 +504,4 @@ Namespace RNN setAt(m.oneHotIndex(), x) End Sub End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/math/Random.vb b/Data_science/MachineLearning/DeepLearning/RNN/math/Random.vb index e576f01038..4ff7a580ff 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/math/Random.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/math/Random.vb @@ -1,4 +1,58 @@ -Imports rand = Microsoft.VisualBasic.Math.RandomExtensions +#Region "Microsoft.VisualBasic::ae30e77ce6c79356fb0c6678e0a65b76, Data_science\MachineLearning\DeepLearning\RNN\math\Random.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 54 + ' Code Lines: 27 (50.00%) + ' Comment Lines: 17 (31.48%) + ' - Xml Docs: 17.65% + ' + ' Blank Lines: 10 (18.52%) + ' File Size: 1.83 KB + + + ' Class Random + ' + ' Function: (+2 Overloads) randn, randomChoice, randomLike + ' + ' + ' /********************************************************************************/ + +#End Region + +Imports rand = Microsoft.VisualBasic.Math.RandomExtensions Namespace RNN @@ -51,4 +105,4 @@ Namespace RNN End Function End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/math/Utils.vb b/Data_science/MachineLearning/DeepLearning/RNN/math/Utils.vb index c4e4cdfb0a..ab8b1a78ba 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/math/Utils.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/math/Utils.vb @@ -1,4 +1,58 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::229f95da99534e81bcc700cdc71f361d, Data_science\MachineLearning\DeepLearning\RNN\math\Utils.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 49 + ' Code Lines: 32 (65.31%) + ' Comment Lines: 8 (16.33%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 9 (18.37%) + ' File Size: 1.17 KB + + + ' Class Utils + ' + ' Function: arrayCols, arrayRows, deepCopyOf + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' Utility functions. Public Class Utils @@ -46,4 +100,4 @@ End Function End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/Alphabet.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/Alphabet.vb index 2176a1fbe9..2da48a3531 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/Alphabet.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/Alphabet.vb @@ -1,4 +1,60 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::3750329b1404e1098a207e8d39fa46aa, Data_science\MachineLearning\DeepLearning\RNN\net\Alphabet.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 81 + ' Code Lines: 53 (65.43%) + ' Comment Lines: 12 (14.81%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 16 (19.75%) + ' File Size: 2.32 KB + + + ' Class Alphabet + ' + ' Constructor: (+1 Overloads) Sub New + ' Function: charsToIndices, charToIndex, fromString, indexToChar, indicesToChars + ' size + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' Immutable set of symbols mapped indices. @@ -78,4 +134,4 @@ Return out End Function End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/BasicRNN.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/BasicRNN.vb index 5e4765a2cd..331892cf6d 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/BasicRNN.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/BasicRNN.vb @@ -1,4 +1,58 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::c44ebbff09b3459c600b365a3486f5ce, Data_science\MachineLearning\DeepLearning\RNN\net\BasicRNN.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 11 + ' Code Lines: 7 (63.64%) + ' Comment Lines: 3 (27.27%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 1 (9.09%) + ' File Size: 318 B + + + ' Class BasicRNN + ' + ' + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' RNN that uses integer indices as inputs and outputs. @@ -8,4 +62,4 @@ ' Requires vocabularySize > 0. Public MustOverride Sub initialize(vocabularySize As Integer) End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/CharLevelRNN.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/CharLevelRNN.vb index 831708d119..57e0e99e96 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/CharLevelRNN.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/CharLevelRNN.vb @@ -1,4 +1,58 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::b579453f08384f93af21003a339b149b, Data_science\MachineLearning\DeepLearning\RNN\net\CharLevelRNN.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 36 + ' Code Lines: 18 (50.00%) + ' Comment Lines: 9 (25.00%) + ' - Xml Docs: 66.67% + ' + ' Blank Lines: 9 (25.00%) + ' File Size: 1.23 KB + + + ' Class CharLevelRNN + ' + ' Function: (+2 Overloads) sampleString + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' RNN that can use both indices, and characters as inputs/outputs. @@ -33,4 +87,4 @@ Return New String(sampledChars) End Function End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/MultiLayerCharLevelRNN.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/MultiLayerCharLevelRNN.vb index c032d40527..c35aa8344e 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/MultiLayerCharLevelRNN.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/MultiLayerCharLevelRNN.vb @@ -1,4 +1,64 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::e196920fa63643399145f775a6b413cc, Data_science\MachineLearning\DeepLearning\RNN\net\MultiLayerCharLevelRNN.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 100 + ' Code Lines: 49 (49.00%) + ' Comment Lines: 32 (32.00%) + ' - Xml Docs: 37.50% + ' + ' Blank Lines: 19 (19.00%) + ' File Size: 2.86 KB + + + ' Class MultiLayerCharLevelRNN + ' + ' Properties: Alphabet, Initialized, VocabularySize + ' + ' Constructor: (+2 Overloads) Sub New + ' + ' Function: forwardBackward, (+2 Overloads) sampleIndices + ' + ' Sub: initialize, SetHiddenSize, SetLearningRate + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' Single layer character level RNN. @@ -97,4 +157,4 @@ End Get End Property End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/MultiLayerRNN.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/MultiLayerRNN.vb index 556892ed82..23bd80e292 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/MultiLayerRNN.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/MultiLayerRNN.vb @@ -1,4 +1,64 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::484ce4a81453b700245577527a57eeb3, Data_science\MachineLearning\DeepLearning\RNN\net\MultiLayerRNN.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 200 + ' Code Lines: 113 (56.50%) + ' Comment Lines: 45 (22.50%) + ' - Xml Docs: 22.22% + ' + ' Blank Lines: 42 (21.00%) + ' File Size: 5.19 KB + + + ' Class MultiLayerRNN + ' + ' Properties: HiddenSize, Initialized, LearningRate, VocabularySize + ' + ' Constructor: (+2 Overloads) Sub New + ' + ' Function: forwardBackward, (+2 Overloads) sampleIndices + ' + ' Sub: initialize + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' Multi layer RNN. @@ -197,4 +257,4 @@ End Get End Property End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/RNN.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/RNN.vb index 9b64904803..27e9d00ba6 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/RNN.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/RNN.vb @@ -1,4 +1,58 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::7bd4848016bcf0b101d2dbd8d09fc506, Data_science\MachineLearning\DeepLearning\RNN\net\RNN.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 19 + ' Code Lines: 11 (57.89%) + ' Comment Lines: 4 (21.05%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 4 (21.05%) + ' File Size: 880 B + + + ' Class RNN + ' + ' + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' A recurrent neural network. @@ -16,4 +70,4 @@ ' Returns the vocabulary size (max index + 1), if initialized. Public MustOverride ReadOnly Property VocabularySize As Integer End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/RNNLayer.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/RNNLayer.vb index d9917c885a..de76d301e1 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/RNNLayer.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/RNNLayer.vb @@ -1,4 +1,65 @@ -Imports std = System.Math +#Region "Microsoft.VisualBasic::d0395fac12030d8fc979adfa7c7d829d, Data_science\MachineLearning\DeepLearning\RNN\net\RNNLayer.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 409 + ' Code Lines: 210 (51.34%) + ' Comment Lines: 109 (26.65%) + ' - Xml Docs: 1.83% + ' + ' Blank Lines: 90 (22.00%) + ' File Size: 14.15 KB + + + ' Class RNNLayer + ' + ' Properties: HiddenSize, InputSize, LearningRate, OutputSize + ' + ' Constructor: (+2 Overloads) Sub New + ' + ' Function: getdx, getdy, getLoss, getp, getProbabilities + ' gety, (+2 Overloads) ixTox, saveHiddenState + ' + ' Sub: backward, (+2 Overloads) forward, initialize, restoreHiddenState + ' + ' + ' /********************************************************************************/ + +#End Region + +Imports std = System.Math Namespace RNN @@ -406,4 +467,4 @@ Namespace RNN End Sub End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/RNNTrainer.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/RNNTrainer.vb index bbbb75ecf5..3a8ed79a7d 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/RNNTrainer.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/RNNTrainer.vb @@ -1,4 +1,61 @@ -Imports Microsoft.VisualBasic.ApplicationServices.Terminal.ProgressBar.Tqdm +#Region "Microsoft.VisualBasic::adcf2a706ba16be3bf909ab00d1792b0, Data_science\MachineLearning\DeepLearning\RNN\net\RNNTrainer.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 158 + ' Code Lines: 84 (53.16%) + ' Comment Lines: 31 (19.62%) + ' - Xml Docs: 38.71% + ' + ' Blank Lines: 43 (27.22%) + ' File Size: 4.16 KB + + + ' Class RNNTrainer + ' + ' Properties: SequenceLength, SmoothLoss, TotalSteps + ' + ' Constructor: (+2 Overloads) Sub New + ' Sub: initialize, loopAround, printDebug, (+2 Overloads) train + ' + ' + ' /********************************************************************************/ + +#End Region + +Imports Microsoft.VisualBasic.ApplicationServices.Terminal.ProgressBar.Tqdm Namespace RNN @@ -155,4 +212,4 @@ Namespace RNN End Sub End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/SingleLayerCharLevelRNN.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/SingleLayerCharLevelRNN.vb index 256f0506dd..89a3a44682 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/SingleLayerCharLevelRNN.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/SingleLayerCharLevelRNN.vb @@ -1,4 +1,64 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::f30a1cb98b4d91c2daaad2a5bba2a34a, Data_science\MachineLearning\DeepLearning\RNN\net\SingleLayerCharLevelRNN.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 101 + ' Code Lines: 49 (48.51%) + ' Comment Lines: 31 (30.69%) + ' - Xml Docs: 38.71% + ' + ' Blank Lines: 21 (20.79%) + ' File Size: 2.86 KB + + + ' Class SingleLayerCharLevelRNN + ' + ' Properties: Alphabet, Initialized, VocabularySize + ' + ' Constructor: (+2 Overloads) Sub New + ' + ' Function: forwardBackward, (+2 Overloads) sampleIndices + ' + ' Sub: initialize, SetHiddenSize, SetLearningRate + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' Single layer character level RNN. @@ -98,4 +158,4 @@ End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/SingleLayerRNN.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/SingleLayerRNN.vb index d805dc67dc..7998fadb05 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/SingleLayerRNN.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/SingleLayerRNN.vb @@ -1,4 +1,64 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::1481c0f9fce493a753ca9fbef54355c2, Data_science\MachineLearning\DeepLearning\RNN\net\SingleLayerRNN.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 127 + ' Code Lines: 67 (52.76%) + ' Comment Lines: 31 (24.41%) + ' - Xml Docs: 32.26% + ' + ' Blank Lines: 29 (22.83%) + ' File Size: 3.43 KB + + + ' Class SingleLayerRNN + ' + ' Properties: HiddenSize, Initialized, LearningRate, VocabularySize + ' + ' Constructor: (+2 Overloads) Sub New + ' + ' Function: forwardBackward, (+2 Overloads) sampleIndices + ' + ' Sub: initialize + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' Single layer RNN. @@ -124,4 +184,4 @@ End Property End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/StringTrainingSet.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/StringTrainingSet.vb index 007382a2ca..ab4599a958 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/StringTrainingSet.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/StringTrainingSet.vb @@ -1,4 +1,64 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::011791a1a401550a8f34b5f23f7c0123, Data_science\MachineLearning\DeepLearning\RNN\net\StringTrainingSet.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 84 + ' Code Lines: 51 (60.71%) + ' Comment Lines: 17 (20.24%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 16 (19.05%) + ' File Size: 2.35 KB + + + ' Class StringTrainingSet + ' + ' Properties: Alphabet, Data + ' + ' Constructor: (+1 Overloads) Sub New + ' + ' Function: fromFile, fromString, size, vocabularySize + ' + ' Sub: extract + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' Immutable training set for a character level RNN. Public Class StringTrainingSet @@ -81,4 +141,4 @@ End Function End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/CharacterSampleable.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/CharacterSampleable.vb index 0ac39378bb..bf33c3aba5 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/CharacterSampleable.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/CharacterSampleable.vb @@ -1,4 +1,58 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::dcd7eaf3088e1c4069cfc5de1785a5b2, Data_science\MachineLearning\DeepLearning\RNN\net\interfaces\CharacterSampleable.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 18 + ' Code Lines: 6 (33.33%) + ' Comment Lines: 10 (55.56%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 2 (11.11%) + ' File Size: 802 B + + + ' Interface CharacterSampleable + ' + ' + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN Public Interface CharacterSampleable ' Samples length characters, advances the state. @@ -15,4 +69,4 @@ ' Throws, if any character in seed is not part of the alphabet. Function sampleString(length As Integer, seed As String, temp As Double, advance As Boolean) As String End Interface -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/IntegerSampleable.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/IntegerSampleable.vb index 69a135a57c..942c140e92 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/IntegerSampleable.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/IntegerSampleable.vb @@ -1,4 +1,58 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::97f53272e58f1a2881a84bd30d751d92, Data_science\MachineLearning\DeepLearning\RNN\net\interfaces\IntegerSampleable.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 17 + ' Code Lines: 6 (35.29%) + ' Comment Lines: 9 (52.94%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 2 (11.76%) + ' File Size: 706 B + + + ' Interface IntegerSampleable + ' + ' + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' Network that can be sampled for a sequence of integers. Public Interface IntegerSampleable @@ -14,4 +68,4 @@ ' predictions. Function sampleIndices(n As Integer, seed As Integer(), temp As Double, advance As Boolean) As Integer() End Interface -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/Trainable.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/Trainable.vb index 320825a9b1..3919410376 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/Trainable.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/Trainable.vb @@ -1,4 +1,58 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::5b68e0afbe63fac08c109499e401e6b1, Data_science\MachineLearning\DeepLearning\RNN\net\interfaces\Trainable.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 17 + ' Code Lines: 5 (29.41%) + ' Comment Lines: 9 (52.94%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 3 (17.65%) + ' File Size: 487 B + + + ' Interface Trainable + ' + ' Function: forwardBackward + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' Trainable neural network. Public Interface Trainable @@ -14,4 +68,4 @@ End Interface -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/TrainingSet.vb b/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/TrainingSet.vb index c7204aae8d..251836a927 100644 --- a/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/TrainingSet.vb +++ b/Data_science/MachineLearning/DeepLearning/RNN/net/interfaces/TrainingSet.vb @@ -1,4 +1,58 @@ -Namespace RNN +#Region "Microsoft.VisualBasic::9361aeca5d03b8f144a21a49213446b4, Data_science\MachineLearning\DeepLearning\RNN\net\interfaces\TrainingSet.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 17 + ' Code Lines: 7 (41.18%) + ' Comment Lines: 6 (35.29%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 4 (23.53%) + ' File Size: 444 B + + + ' Interface TrainingSet + ' + ' + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace RNN ' Training set for sequences. @@ -14,4 +68,4 @@ ' Returns the max index + 1. Function vocabularySize() As Integer End Interface -End Namespace \ No newline at end of file +End Namespace diff --git a/Data_science/MachineLearning/DeepLearning/test/MnistTest.vb b/Data_science/MachineLearning/DeepLearning/test/MnistTest.vb index e0293e8bb6..4ba5a98378 100644 --- a/Data_science/MachineLearning/DeepLearning/test/MnistTest.vb +++ b/Data_science/MachineLearning/DeepLearning/test/MnistTest.vb @@ -1,4 +1,54 @@ -'#Region "Microsoft.VisualBasic::b923ebf59b652c6a4a68d753e864bf6e, Data_science\MachineLearning\DeepLearning\test\MnistTest.vb" +#Region "Microsoft.VisualBasic::40152be399c47fbc175b2e3d2f438111, Data_science\MachineLearning\DeepLearning\test\MnistTest.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 203 + ' Code Lines: 0 (0.00%) + ' Comment Lines: 169 (83.25%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 34 (16.75%) + ' File Size: 8.41 KB + + + ' + ' /********************************************************************************/ + +#End Region + +'#Region "Microsoft.VisualBasic::b923ebf59b652c6a4a68d753e864bf6e, Data_science\MachineLearning\DeepLearning\test\MnistTest.vb" ' ' Author: ' ' diff --git a/Data_science/MachineLearning/DeepLearning/test/RNNTest.vb b/Data_science/MachineLearning/DeepLearning/test/RNNTest.vb index 068866e82f..956a193fb9 100644 --- a/Data_science/MachineLearning/DeepLearning/test/RNNTest.vb +++ b/Data_science/MachineLearning/DeepLearning/test/RNNTest.vb @@ -1,4 +1,57 @@ -Imports Microsoft.VisualBasic.MachineLearning.RNN +#Region "Microsoft.VisualBasic::3193ccb49a5bbe785c0c7c34b59116ce, Data_science\MachineLearning\DeepLearning\test\RNNTest.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 14 + ' Code Lines: 9 (64.29%) + ' Comment Lines: 0 (0.00%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 5 (35.71%) + ' File Size: 376 B + + + ' Module RNNTest + ' + ' Sub: Main + ' + ' /********************************************************************************/ + +#End Region + +Imports Microsoft.VisualBasic.MachineLearning.RNN Module RNNTest diff --git a/Data_science/MachineLearning/MachineLearning/SVM/Solver/Solver.vb b/Data_science/MachineLearning/MachineLearning/SVM/Solver/Solver.vb index 88cb72d87a..abe075e4f4 100644 --- a/Data_science/MachineLearning/MachineLearning/SVM/Solver/Solver.vb +++ b/Data_science/MachineLearning/MachineLearning/SVM/Solver/Solver.vb @@ -1,57 +1,57 @@ -#Region "Microsoft.VisualBasic::b0d6ed223e923e63f3b5f955baa01063, Data_science\MachineLearning\MachineLearning\SVM\Solver\Solver.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 667 -' Code Lines: 476 (71.36%) -' Comment Lines: 70 (10.49%) -' - Xml Docs: 28.57% -' -' Blank Lines: 121 (18.14%) -' File Size: 22.11 KB - - -' Class Solver -' -' Function: be_shrunk, calculate_rho, get_C, is_free, is_lower_bound -' is_upper_bound, select_working_set -' -' Sub: do_shrinking, reconstruct_gradient, Solve, swap_index, update_alpha_status -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::159491a39d386ddc3c151916715448a2, Data_science\MachineLearning\MachineLearning\SVM\Solver\Solver.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 656 + ' Code Lines: 461 (70.27%) + ' Comment Lines: 70 (10.67%) + ' - Xml Docs: 28.57% + ' + ' Blank Lines: 125 (19.05%) + ' File Size: 21.52 KB + + + ' Class Solver + ' + ' Function: be_shrunk, calculate_rho, get_C, is_free, is_lower_bound + ' is_upper_bound, select_working_set + ' + ' Sub: do_shrinking, reconstruct_gradient, Solve, swap_index, update_alpha_status + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Data_science/MachineLearning/MachineLearning/SVM/StorageProcedure/TextWriter/ModelText.vb b/Data_science/MachineLearning/MachineLearning/SVM/StorageProcedure/TextWriter/ModelText.vb index 23a9554177..b981e985b3 100644 --- a/Data_science/MachineLearning/MachineLearning/SVM/StorageProcedure/TextWriter/ModelText.vb +++ b/Data_science/MachineLearning/MachineLearning/SVM/StorageProcedure/TextWriter/ModelText.vb @@ -1,56 +1,56 @@ -#Region "Microsoft.VisualBasic::d8e9bed28294f1ed31b6fab311bf8bcf, Data_science\MachineLearning\MachineLearning\SVM\StorageProcedure\TextWriter\ModelText.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 121 -' Code Lines: 84 (69.42%) -' Comment Lines: 6 (4.96%) -' - Xml Docs: 83.33% -' -' Blank Lines: 31 (25.62%) -' File Size: 4.25 KB - - -' Module ModelText -' -' Function: ToString -' -' Sub: Write -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::50f1aec5cfe8f6859b72205ad8caf0c7, Data_science\MachineLearning\MachineLearning\SVM\StorageProcedure\TextWriter\ModelText.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 120 + ' Code Lines: 82 (68.33%) + ' Comment Lines: 6 (5.00%) + ' - Xml Docs: 83.33% + ' + ' Blank Lines: 32 (26.67%) + ' File Size: 4.19 KB + + + ' Module ModelText + ' + ' Function: ToString + ' + ' Sub: Write + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Data_science/Mathematica/Math/Gibbs/Gibbs.vb b/Data_science/Mathematica/Math/Gibbs/Gibbs.vb index 23bdb25d74..769899e21c 100644 --- a/Data_science/Mathematica/Math/Gibbs/Gibbs.vb +++ b/Data_science/Mathematica/Math/Gibbs/Gibbs.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::f9c1d9d11f4996fecd261f6d8b6d1778, Data_science\Mathematica\Math\Gibbs\Gibbs.vb" +#Region "Microsoft.VisualBasic::b88d4b5164143ecfce104a2c120bd46a, Data_science\Mathematica\Math\Gibbs\Gibbs.vb" ' Author: ' @@ -34,26 +34,25 @@ ' Code Statistics: - ' Total Lines: 203 - ' Code Lines: 125 (61.58%) - ' Comment Lines: 54 (26.60%) - ' - Xml Docs: 94.44% + ' Total Lines: 215 + ' Code Lines: 128 (59.53%) + ' Comment Lines: 59 (27.44%) + ' - Xml Docs: 86.44% ' - ' Blank Lines: 24 (11.82%) - ' File Size: 7.74 KB + ' Blank Lines: 28 (13.02%) + ' File Size: 8.18 KB ' Class Score ' - ' Properties: len, p, pwm, q, score - ' seq, start + ' Properties: len, pwm, seq, start ' ' Function: ToString ' ' Class Gibbs ' ' Constructor: (+1 Overloads) Sub New - ' Function: calculateP, calculateQ, generateRandomValue, sample + ' Function: calculateP, calculateQ, generateRandomValue, PQ, sample ' ' /********************************************************************************/ diff --git a/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/CholeskyDecomposition.vb b/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/CholeskyDecomposition.vb index 84bbdcd9c7..20084e50b8 100644 --- a/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/CholeskyDecomposition.vb +++ b/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/CholeskyDecomposition.vb @@ -1,60 +1,57 @@ -#Region "Microsoft.VisualBasic::f84f019ccd2306b266e36c425fe0aa73, Data_science\Mathematica\Math\Math\Algebra\Matrix.NET\Decomposition\CholeskyDecomposition.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 151 -' Code Lines: 89 (58.94%) -' Comment Lines: 42 (27.81%) -' - Xml Docs: 85.71% -' -' Blank Lines: 20 (13.25%) -' File Size: 5.48 KB - - -' Class CholeskyDecomposition -' -' Properties: SPD -' -' Constructor: (+1 Overloads) Sub New -' -' Function: GetL, Solve -' -' Sub: ISerializable_GetObjectData -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::608b9c452c516e6c329b6b460fc1ec8b, Data_science\Mathematica\Math\Math\Algebra\Matrix.NET\Decomposition\CholeskyDecomposition.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 144 + ' Code Lines: 84 (58.33%) + ' Comment Lines: 41 (28.47%) + ' - Xml Docs: 87.80% + ' + ' Blank Lines: 19 (13.19%) + ' File Size: 5.17 KB + + + ' Class CholeskyDecomposition + ' + ' Properties: SPD + ' + ' Constructor: (+1 Overloads) Sub New + ' Function: GetL, Solve + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/EigenvalueDecomposition.vb b/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/EigenvalueDecomposition.vb index 9e4f3d76b3..bfa2b053d8 100644 --- a/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/EigenvalueDecomposition.vb +++ b/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/EigenvalueDecomposition.vb @@ -1,57 +1,57 @@ -#Region "Microsoft.VisualBasic::abbc32540d27ea08b6a36ce96b7cf598, Data_science\Mathematica\Math\Math\Algebra\Matrix.NET\Decomposition\EigenvalueDecomposition.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 980 -' Code Lines: 707 (72.14%) -' Comment Lines: 140 (14.29%) -' - Xml Docs: 42.86% -' -' Blank Lines: 133 (13.57%) -' File Size: 36.83 KB - - -' Class EigenvalueDecomposition -' -' Properties: D, ImagEigenvalues, RealEigenvalues, V -' -' Constructor: (+1 Overloads) Sub New -' Sub: cdiv, hqr2, orthes, tql2, tred2 -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::c6dbf63e175063b63e6f2a5d5b36ffaf, Data_science\Mathematica\Math\Math\Algebra\Matrix.NET\Decomposition\EigenvalueDecomposition.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 979 + ' Code Lines: 706 (72.11%) + ' Comment Lines: 140 (14.30%) + ' - Xml Docs: 42.86% + ' + ' Blank Lines: 133 (13.59%) + ' File Size: 36.74 KB + + + ' Class EigenvalueDecomposition + ' + ' Properties: D, ImagEigenvalues, RealEigenvalues, V + ' + ' Constructor: (+1 Overloads) Sub New + ' Sub: cdiv, hqr2, orthes, tql2, tred2 + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/NMF.vb b/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/NMF.vb index 263f34cf36..a8b43e4b18 100644 --- a/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/NMF.vb +++ b/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/NMF.vb @@ -1,56 +1,58 @@ -#Region "Microsoft.VisualBasic::1a059219163f8507116bd4b4332c3716, Data_science\Mathematica\Math\Math\Algebra\Matrix.NET\Decomposition\NMF.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 105 -' Code Lines: 48 (45.71%) -' Comment Lines: 41 (39.05%) -' - Xml Docs: 85.37% -' -' Blank Lines: 16 (15.24%) -' File Size: 4.86 KB - - -' Class NMF -' -' Properties: cost, errors, H, W -' -' Function: Factorisation -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::955f9ab6e90ad7de08334758cec3effb, Data_science\Mathematica\Math\Math\Algebra\Matrix.NET\Decomposition\NMF.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 128 + ' Code Lines: 68 (53.12%) + ' Comment Lines: 41 (32.03%) + ' - Xml Docs: 85.37% + ' + ' Blank Lines: 19 (14.84%) + ' File Size: 5.90 KB + + + ' Class NMF + ' + ' Properties: cost, errors, H, W + ' + ' Function: Factorisation + ' + ' Sub: Factorisation + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/SingularValueDecomposition.vb b/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/SingularValueDecomposition.vb index 538b198510..69f26afeed 100644 --- a/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/SingularValueDecomposition.vb +++ b/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Decomposition/SingularValueDecomposition.vb @@ -1,58 +1,57 @@ -#Region "Microsoft.VisualBasic::956e8db6d0839ceebd0a47e87949c318, Data_science\Mathematica\Math\Math\Algebra\Matrix.NET\Decomposition\SingularValueDecomposition.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 572 -' Code Lines: 410 (71.68%) -' Comment Lines: 92 (16.08%) -' - Xml Docs: 54.35% -' -' Blank Lines: 70 (12.24%) -' File Size: 22.95 KB - - -' Class SingularValueDecomposition -' -' Properties: Condition, Norm2, Rank, S, SingularValues -' U, V -' -' Constructor: (+1 Overloads) Sub New -' Sub: ISerializable_GetObjectData -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::368320e34bad2f0bfc234ff45df43142, Data_science\Mathematica\Math\Math\Algebra\Matrix.NET\Decomposition\SingularValueDecomposition.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 562 + ' Code Lines: 397 (70.64%) + ' Comment Lines: 91 (16.19%) + ' - Xml Docs: 54.95% + ' + ' Blank Lines: 74 (13.17%) + ' File Size: 21.82 KB + + + ' Class SingularValueDecomposition + ' + ' Properties: Condition, Norm2, Rank, S, SingularValues + ' U, V + ' + ' Constructor: (+1 Overloads) Sub New + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Extensions/MatrixMath.vb b/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Extensions/MatrixMath.vb index aaa9c91190..46f00ccb3f 100644 --- a/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Extensions/MatrixMath.vb +++ b/Data_science/Mathematica/Math/Math/Algebra/Matrix.NET/Extensions/MatrixMath.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::5d9b3fc45a5278cb73fd4de975910df8, Data_science\Mathematica\Math\Math\Algebra\Matrix.NET\Extensions\MatrixMath.vb" +#Region "Microsoft.VisualBasic::c9ef1e8974e814b2860a91042cc7146c, Data_science\Mathematica\Math\Math\Algebra\Matrix.NET\Extensions\MatrixMath.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 89.46% ' ' Blank Lines: 55 (1.72%) - ' File Size: 128.21 KB + ' File Size: 128.06 KB ' Module vbMatrix diff --git a/Data_science/Mathematica/Math/Math/HashMaps/Crc32.vb b/Data_science/Mathematica/Math/Math/HashMaps/Crc32.vb index 2a63d63d49..2ce8a02a66 100644 --- a/Data_science/Mathematica/Math/Math/HashMaps/Crc32.vb +++ b/Data_science/Mathematica/Math/Math/HashMaps/Crc32.vb @@ -1,55 +1,53 @@ -#Region "Microsoft.VisualBasic::870564f55daf9d9f6c41a05626b4e5cc, Data_science\Mathematica\Math\Math\HashMaps\Crc32.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 116 -' Code Lines: 98 (84.48%) -' Comment Lines: 8 (6.90%) -' - Xml Docs: 87.50% -' -' Blank Lines: 10 (8.62%) -' File Size: 5.57 KB - - -' Class Crc32 -' -' Properties: CheckSum -' -' Function: (+2 Overloads) AddToCRC32, CRC32Bytes, CRC32String, UPDC32 -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::fd58498641d1fa5c6e128ff6bc698231, Data_science\Mathematica\Math\Math\HashMaps\Crc32.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 112 + ' Code Lines: 98 (87.50%) + ' Comment Lines: 4 (3.57%) + ' - Xml Docs: 75.00% + ' + ' Blank Lines: 10 (8.93%) + ' File Size: 5.47 KB + + + ' Class Crc32 + ' + ' Function: (+2 Overloads) AddToCRC32, CRC32Bytes, CRC32String, UPDC32 + ' + ' /********************************************************************************/ #End Region diff --git a/Data_science/Mathematica/SignalProcessing/SignalProcessing/Source/SignalPeak.vb b/Data_science/Mathematica/SignalProcessing/SignalProcessing/Source/SignalPeak.vb index cf5879ed3e..5804a8f9db 100644 --- a/Data_science/Mathematica/SignalProcessing/SignalProcessing/Source/SignalPeak.vb +++ b/Data_science/Mathematica/SignalProcessing/SignalProcessing/Source/SignalPeak.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::e16f35d05434851f5386c4ef4d0d7b04, Data_science\Mathematica\SignalProcessing\SignalProcessing\Source\SignalPeak.vb" +#Region "Microsoft.VisualBasic::3f38db609a254d2eb1221b6500d04592, Data_science\Mathematica\SignalProcessing\SignalProcessing\Source\SignalPeak.vb" ' Author: ' @@ -34,20 +34,20 @@ ' Code Statistics: - ' Total Lines: 30 - ' Code Lines: 23 (76.67%) + ' Total Lines: 36 + ' Code Lines: 28 (77.78%) ' Comment Lines: 0 (0.00%) ' - Xml Docs: 0.00% ' - ' Blank Lines: 7 (23.33%) - ' File Size: 995 B + ' Blank Lines: 8 (22.22%) + ' File Size: 1.25 KB ' Class SignalPeak ' ' Properties: max_intensity, offset, width ' - ' Function: GetSignalData + ' Function: (+2 Overloads) GetSignalData ' ' ' /********************************************************************************/ diff --git a/Data_science/NLP/LDA/DocumentLoader.vb b/Data_science/NLP/LDA/DocumentLoader.vb index 7313b68464..9e113981db 100644 --- a/Data_science/NLP/LDA/DocumentLoader.vb +++ b/Data_science/NLP/LDA/DocumentLoader.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::cac9e880578574c47a9bd5199daba26d, Data_science\NLP\LDA\DocumentLoader.vb" +#Region "Microsoft.VisualBasic::7b751831a5bdb8476a121ec3f29cb6e4, Data_science\NLP\LDA\DocumentLoader.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 81 - ' Code Lines: 56 (69.14%) - ' Comment Lines: 6 (7.41%) + ' Total Lines: 84 + ' Code Lines: 58 (69.05%) + ' Comment Lines: 6 (7.14%) ' - Xml Docs: 100.00% ' - ' Blank Lines: 19 (23.46%) - ' File Size: 2.57 KB + ' Blank Lines: 20 (23.81%) + ' File Size: 2.75 KB ' Module DocumentLoader diff --git a/Data_science/NLP/LDA/LdaInterpreter.vb b/Data_science/NLP/LDA/LdaInterpreter.vb index 8cb3196441..9c7780d82b 100644 --- a/Data_science/NLP/LDA/LdaInterpreter.vb +++ b/Data_science/NLP/LDA/LdaInterpreter.vb @@ -1,56 +1,56 @@ -#Region "Microsoft.VisualBasic::2288afd9598785195d560ffecb003f84, Data_science\NLP\LDA\LdaInterpreter.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 74 -' Code Lines: 48 (64.86%) -' Comment Lines: 12 (16.22%) -' - Xml Docs: 100.00% -' -' Blank Lines: 14 (18.92%) -' File Size: 2.71 KB - - -' Class LdaInterpreter -' -' Function: (+2 Overloads) translate -' -' Sub: (+2 Overloads) explain -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::bcd17124a96368ad0c277cf77d5ad11d, Data_science\NLP\LDA\LdaInterpreter.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 81 + ' Code Lines: 53 (65.43%) + ' Comment Lines: 12 (14.81%) + ' - Xml Docs: 100.00% + ' + ' Blank Lines: 16 (19.75%) + ' File Size: 2.92 KB + + + ' Class LdaInterpreter + ' + ' Function: (+2 Overloads) translate + ' + ' Sub: (+2 Overloads) explain + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Data_science/NLP/LDA/ParallelGibbsLda/GibbsWorker.vb b/Data_science/NLP/LDA/ParallelGibbsLda/GibbsWorker.vb index d9a327568b..50f4c1275d 100644 --- a/Data_science/NLP/LDA/ParallelGibbsLda/GibbsWorker.vb +++ b/Data_science/NLP/LDA/ParallelGibbsLda/GibbsWorker.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::90ec8ef8b94273c1219ce554e502ac76, Data_science\NLP\LDA\ParallelGibbsLda\GibbsWorker.vb" +#Region "Microsoft.VisualBasic::39ac962561dd3d5a9e7a478e52d74f50, Data_science\NLP\LDA\ParallelGibbsLda\GibbsWorker.vb" ' Author: ' @@ -34,18 +34,21 @@ ' Code Statistics: - ' Total Lines: 85 - ' Code Lines: 61 (71.76%) - ' Comment Lines: 7 (8.24%) + ' Total Lines: 90 + ' Code Lines: 64 (71.11%) + ' Comment Lines: 7 (7.78%) ' - Xml Docs: 42.86% ' - ' Blank Lines: 17 (20.00%) - ' File Size: 2.91 KB + ' Blank Lines: 19 (21.11%) + ' File Size: 3.03 KB ' Class GibbsWorker ' ' Constructor: (+1 Overloads) Sub New + ' + ' Function: ToString + ' ' Sub: gibbsSampling, run ' ' diff --git a/Data_science/NLP/LDA/ParallelGibbsLda/ParallelGibbsLda.vb b/Data_science/NLP/LDA/ParallelGibbsLda/ParallelGibbsLda.vb index 534984c573..e802e1d81f 100644 --- a/Data_science/NLP/LDA/ParallelGibbsLda/ParallelGibbsLda.vb +++ b/Data_science/NLP/LDA/ParallelGibbsLda/ParallelGibbsLda.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::784f1e218f53cd83a82567ee8982c527, Data_science\NLP\LDA\ParallelGibbsLda\ParallelGibbsLda.vb" +#Region "Microsoft.VisualBasic::a866f94ebc545d2c3fee39f2656b4ca5, Data_science\NLP\LDA\ParallelGibbsLda\ParallelGibbsLda.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 218 - ' Code Lines: 129 (59.17%) - ' Comment Lines: 50 (22.94%) + ' Total Lines: 216 + ' Code Lines: 127 (58.80%) + ' Comment Lines: 50 (23.15%) ' - Xml Docs: 96.00% ' - ' Blank Lines: 39 (17.89%) - ' File Size: 7.04 KB + ' Blank Lines: 39 (18.06%) + ' File Size: 6.93 KB ' Class ParallelGibbsLda @@ -51,7 +51,7 @@ ' ' Function: calcPhiMatrix, calcThetaMatrix, perplexity ' - ' Sub: (+2 Overloads) gibbsSampling, initial + ' Sub: gibbsSampling, initial ' ' ' /********************************************************************************/ diff --git a/Data_science/NLP/test/Program.vb b/Data_science/NLP/test/Program.vb index 95b65335c6..3ac313cf7f 100644 --- a/Data_science/NLP/test/Program.vb +++ b/Data_science/NLP/test/Program.vb @@ -1,53 +1,53 @@ -#Region "Microsoft.VisualBasic::500bb58c1c19cf6c09cd0d64e9eb89cd, Data_science\NLP\test\Program.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 34 -' Code Lines: 25 (73.53%) -' Comment Lines: 4 (11.76%) -' - Xml Docs: 0.00% -' -' Blank Lines: 5 (14.71%) -' File Size: 1.28 KB - - -' Module Program -' -' Sub: Main, test1, test2 -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::73af6812c07b50d2f969daabb87be637, Data_science\NLP\test\Program.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 43 + ' Code Lines: 32 (74.42%) + ' Comment Lines: 4 (9.30%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 7 (16.28%) + ' File Size: 1.67 KB + + + ' Module Program + ' + ' Sub: Main, test1, test2 + ' + ' /********************************************************************************/ #End Region diff --git a/Data_science/Visualization/Plots-statistics/ROCPlot.vb b/Data_science/Visualization/Plots-statistics/ROCPlot.vb index 6d41d2d8af..e72e319b30 100644 --- a/Data_science/Visualization/Plots-statistics/ROCPlot.vb +++ b/Data_science/Visualization/Plots-statistics/ROCPlot.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::86e65c13723b511bfb3602fed4862819, Data_science\Visualization\Plots-statistics\ROCPlot.vb" +#Region "Microsoft.VisualBasic::8eda109e5f6dc8fcbf8fc8625bdf4f6a, Data_science\Visualization\Plots-statistics\ROCPlot.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 143 - ' Code Lines: 105 (73.43%) - ' Comment Lines: 24 (16.78%) + ' Total Lines: 146 + ' Code Lines: 108 (73.97%) + ' Comment Lines: 24 (16.44%) ' - Xml Docs: 95.83% ' - ' Blank Lines: 14 (9.79%) - ' File Size: 5.54 KB + ' Blank Lines: 14 (9.59%) + ' File Size: 5.70 KB ' Module ROCPlot diff --git a/Data_science/Visualization/Plots/BarPlot/Plots/PlotAlignmentGroup.vb b/Data_science/Visualization/Plots/BarPlot/Plots/PlotAlignmentGroup.vb index 97dc2d0b90..bc62f296c4 100644 --- a/Data_science/Visualization/Plots/BarPlot/Plots/PlotAlignmentGroup.vb +++ b/Data_science/Visualization/Plots/BarPlot/Plots/PlotAlignmentGroup.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::8b1a4df90697fc857f38679a5190987a, Data_science\Visualization\Plots\BarPlot\Plots\PlotAlignmentGroup.vb" +#Region "Microsoft.VisualBasic::537e963d4bc189dc74c9f078a5cad045, Data_science\Visualization\Plots\BarPlot\Plots\PlotAlignmentGroup.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 551 - ' Code Lines: 383 (69.51%) - ' Comment Lines: 73 (13.25%) - ' - Xml Docs: 10.96% + ' Total Lines: 555 + ' Code Lines: 385 (69.37%) + ' Comment Lines: 74 (13.33%) + ' - Xml Docs: 10.81% ' - ' Blank Lines: 95 (17.24%) - ' File Size: 23.92 KB + ' Blank Lines: 96 (17.30%) + ' File Size: 24.34 KB ' Class PlotAlignmentGroup diff --git a/Microsoft.VisualBasic.Core/src/ApplicationServices/Tools/OSVersionInfo.vb b/Microsoft.VisualBasic.Core/src/ApplicationServices/Tools/OSVersionInfo.vb index 64f5c0b45d..c435a7b392 100644 --- a/Microsoft.VisualBasic.Core/src/ApplicationServices/Tools/OSVersionInfo.vb +++ b/Microsoft.VisualBasic.Core/src/ApplicationServices/Tools/OSVersionInfo.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::3c118018626760676a3fc9601c964582, Microsoft.VisualBasic.Core\src\ApplicationServices\Tools\OSVersionInfo.vb" +#Region "Microsoft.VisualBasic::c8a0dd0fbf4d1e3b1e4f9ea75946137f, Microsoft.VisualBasic.Core\src\ApplicationServices\Tools\OSVersionInfo.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 1100 - ' Code Lines: 663 (60.27%) - ' Comment Lines: 249 (22.64%) + ' Total Lines: 1099 + ' Code Lines: 659 (59.96%) + ' Comment Lines: 249 (22.66%) ' - Xml Docs: 69.48% ' - ' Blank Lines: 188 (17.09%) - ' File Size: 48.67 KB + ' Blank Lines: 191 (17.38%) + ' File Size: 48.33 KB ' Module OSVersionInfo diff --git a/Microsoft.VisualBasic.Core/src/ComponentModel/Algorithm/BinaryTree/AVLTree/AVLClusterTree.vb b/Microsoft.VisualBasic.Core/src/ComponentModel/Algorithm/BinaryTree/AVLTree/AVLClusterTree.vb index 8670a82f4f..0982a9e18f 100644 --- a/Microsoft.VisualBasic.Core/src/ComponentModel/Algorithm/BinaryTree/AVLTree/AVLClusterTree.vb +++ b/Microsoft.VisualBasic.Core/src/ComponentModel/Algorithm/BinaryTree/AVLTree/AVLClusterTree.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::a9580d40afa913d4c19a3427f169f283, Microsoft.VisualBasic.Core\src\ComponentModel\Algorithm\BinaryTree\AVLTree\AVLClusterTree.vb" +#Region "Microsoft.VisualBasic::2299bbfc11de4d2633d71b105e646420, Microsoft.VisualBasic.Core\src\ComponentModel\Algorithm\BinaryTree\AVLTree\AVLClusterTree.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 92 - ' Code Lines: 59 (64.13%) - ' Comment Lines: 13 (14.13%) - ' - Xml Docs: 84.62% + ' Total Lines: 94 + ' Code Lines: 59 (62.77%) + ' Comment Lines: 15 (15.96%) + ' - Xml Docs: 86.67% ' - ' Blank Lines: 20 (21.74%) - ' File Size: 3.71 KB + ' Blank Lines: 20 (21.28%) + ' File Size: 3.78 KB ' Class AVLClusterTree diff --git a/Microsoft.VisualBasic.Core/src/ComponentModel/Algorithm/BinaryTree/AVLTree/ClusterKey.vb b/Microsoft.VisualBasic.Core/src/ComponentModel/Algorithm/BinaryTree/AVLTree/ClusterKey.vb index a113622377..96727e595e 100644 --- a/Microsoft.VisualBasic.Core/src/ComponentModel/Algorithm/BinaryTree/AVLTree/ClusterKey.vb +++ b/Microsoft.VisualBasic.Core/src/ComponentModel/Algorithm/BinaryTree/AVLTree/ClusterKey.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::1cd9b99d9119727191ff35d4073b1abe, Microsoft.VisualBasic.Core\src\ComponentModel\Algorithm\BinaryTree\AVLTree\ClusterKey.vb" +#Region "Microsoft.VisualBasic::d84808620a0135c669c1b118c3808163, Microsoft.VisualBasic.Core\src\ComponentModel\Algorithm\BinaryTree\AVLTree\ClusterKey.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 140 - ' Code Lines: 104 (74.29%) - ' Comment Lines: 14 (10.00%) + ' Total Lines: 143 + ' Code Lines: 106 (74.13%) + ' Comment Lines: 14 (9.79%) ' - Xml Docs: 92.86% ' - ' Blank Lines: 22 (15.71%) - ' File Size: 5.06 KB + ' Blank Lines: 23 (16.08%) + ' File Size: 5.15 KB ' Enum ComparisonDirectionPrefers diff --git a/Microsoft.VisualBasic.Core/src/ComponentModel/Algorithm/DynamicProgramming/Levenshtein/LevenshteinDistance.vb b/Microsoft.VisualBasic.Core/src/ComponentModel/Algorithm/DynamicProgramming/Levenshtein/LevenshteinDistance.vb index 9202c733d5..c6f3fd328c 100644 --- a/Microsoft.VisualBasic.Core/src/ComponentModel/Algorithm/DynamicProgramming/Levenshtein/LevenshteinDistance.vb +++ b/Microsoft.VisualBasic.Core/src/ComponentModel/Algorithm/DynamicProgramming/Levenshtein/LevenshteinDistance.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::0528ea67e6f5a84bd443e29df91223d4, Microsoft.VisualBasic.Core\src\ComponentModel\Algorithm\DynamicProgramming\Levenshtein\LevenshteinDistance.vb" +#Region "Microsoft.VisualBasic::3a7255cb8049d8a93b664cfacb4dfa42, Microsoft.VisualBasic.Core\src\ComponentModel\Algorithm\DynamicProgramming\Levenshtein\LevenshteinDistance.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 321 - ' Code Lines: 202 (62.93%) - ' Comment Lines: 72 (22.43%) + ' Total Lines: 326 + ' Code Lines: 205 (62.88%) + ' Comment Lines: 72 (22.09%) ' - Xml Docs: 91.67% ' - ' Blank Lines: 47 (14.64%) - ' File Size: 14.56 KB + ' Blank Lines: 49 (15.03%) + ' File Size: 14.70 KB ' Module LevenshteinDistance diff --git a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BinarySerializationExtensions.vb b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BinarySerializationExtensions.vb index e3093ae3a4..3921eba6c5 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BinarySerializationExtensions.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BinarySerializationExtensions.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::012cc19e6f9d8f7b6d5a1df2a45794c6, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\BinarySerializationExtensions.vb" +#Region "Microsoft.VisualBasic::f78c572d997100f63001c4e0f19366b8, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\BinarySerializationExtensions.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 100.00% ' ' Blank Lines: 8 (21.62%) - ' File Size: 1.67 KB + ' File Size: 1.66 KB ' Module BinarySerializationExtensions @@ -89,4 +89,3 @@ Namespace Imaging.BitmapImage.FileStream End Function End Module End Namespace - diff --git a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/Bitmap.vb b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/Bitmap.vb index 6839a38c53..aac47fcfdf 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/Bitmap.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/Bitmap.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::97b0d28343fad9cec128365cd4025109, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\Bitmap.vb" +#Region "Microsoft.VisualBasic::5f375b8a625b14061d2c0f1cd58ee5aa, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\Bitmap.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 180 - ' Code Lines: 91 (50.56%) - ' Comment Lines: 64 (35.56%) - ' - Xml Docs: 89.06% + ' Total Lines: 179 + ' Code Lines: 91 (50.84%) + ' Comment Lines: 63 (35.20%) + ' - Xml Docs: 88.89% ' - ' Blank Lines: 25 (13.89%) - ' File Size: 7.70 KB + ' Blank Lines: 25 (13.97%) + ' File Size: 7.64 KB ' Class Bitmap @@ -238,4 +238,3 @@ Namespace Imaging.BitmapImage.FileStream End Function End Class End Namespace - diff --git a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapFileHeader.vb b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapFileHeader.vb index cb6aa70bac..1fefe579f9 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapFileHeader.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapFileHeader.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::8dba08f1814adaa3953b93e5d10c7e07, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\BitmapFileHeader.vb" +#Region "Microsoft.VisualBasic::8d511b32d03e9294000d43916255b2a7, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\BitmapFileHeader.vb" ' Author: ' @@ -174,4 +174,3 @@ Namespace Imaging.BitmapImage.FileStream End Namespace - diff --git a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapFileHelper.vb b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapFileHelper.vb index db7743c55f..49fd1d3164 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapFileHelper.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapFileHelper.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::c40e0581c5e91a750e1dd5670710de0b, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\BitmapFileHelper.vb" +#Region "Microsoft.VisualBasic::7e43bc62de7d561a4f5773bd0a52123f, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\BitmapFileHelper.vb" ' Author: ' @@ -143,4 +143,3 @@ Namespace Imaging.BitmapImage.FileStream End Sub End Module End Namespace - diff --git a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapInfoHeader.vb b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapInfoHeader.vb index fab9409b07..392bb9a3ff 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapInfoHeader.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapInfoHeader.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::6c81b48251ae5fa1db79494fa369524e, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\BitmapInfoHeader.vb" +#Region "Microsoft.VisualBasic::e9231a3d60135742bfaf657a208818ad, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\BitmapInfoHeader.vb" ' Author: ' @@ -316,4 +316,3 @@ Namespace Imaging.BitmapImage.FileStream End Class End Namespace - diff --git a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapInfoHeaderRGBA.vb b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapInfoHeaderRGBA.vb index 1c69ad90f6..e28c0870df 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapInfoHeaderRGBA.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/BitmapInfoHeaderRGBA.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::75d54bdda74b00e3fefac741cd505e76, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\BitmapInfoHeaderRGBA.vb" +#Region "Microsoft.VisualBasic::a6e5e531add1dd79d7e91da4f234f8ba, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\BitmapInfoHeaderRGBA.vb" ' Author: ' @@ -183,4 +183,3 @@ Namespace Imaging.BitmapImage.FileStream End Class End Namespace - diff --git a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/SafeBinaryReader.vb b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/SafeBinaryReader.vb index 20410c2177..74333be6ba 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/SafeBinaryReader.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/Bitmap/SafeBinaryReader.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::bcda9249fd29f7701a100da6bbbe074e, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\SafeBinaryReader.vb" +#Region "Microsoft.VisualBasic::de4956e59caad240adc984f1a7d00ed2, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\Bitmap\SafeBinaryReader.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 0.00% ' ' Blank Lines: 9 (21.95%) - ' File Size: 1.36 KB + ' File Size: 1.35 KB ' Class SafeBinaryReader @@ -95,4 +95,3 @@ Namespace Imaging.BitmapImage.FileStream End Function End Class End Namespace - diff --git a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/BitmapResizer.vb b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/BitmapResizer.vb index 01e8bd722a..677581ac78 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/BitmapResizer.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/BitmapResizer.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::1cc4fe0615e2e44df8ead3ef7cc00762, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\BitmapResizer.vb" +#Region "Microsoft.VisualBasic::b0a5667959487ce72f00fb58702efb07, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\BitmapResizer.vb" ' Author: ' @@ -34,18 +34,19 @@ ' Code Statistics: - ' Total Lines: 116 - ' Code Lines: 93 (80.17%) - ' Comment Lines: 6 (5.17%) - ' - Xml Docs: 0.00% + ' Total Lines: 224 + ' Code Lines: 166 (74.11%) + ' Comment Lines: 23 (10.27%) + ' - Xml Docs: 65.22% ' - ' Blank Lines: 17 (14.66%) - ' File Size: 5.67 KB + ' Blank Lines: 35 (15.62%) + ' File Size: 9.97 KB ' Module BitmapResizer ' - ' Function: GetPixelValue, (+2 Overloads) ResizeImage + ' Function: BilinearInterpolation, ByteArrayToByteMatrix, ByteMatrixToByteArray, CubicInterpolate, CubicInterpolation + ' GetPixelValue, ResizeImage ' Enum EdgeHandlingMethod ' ' Clamp, Fill, Mirror, Repeat @@ -62,12 +63,47 @@ #End Region Imports System.Drawing +Imports System.Runtime.CompilerServices Imports std = System.Math Namespace Imaging.BitmapImage Public Module BitmapResizer + Public Function ByteArrayToByteMatrix(byteArray As Byte(), width As Integer, height As Integer) As Byte(,) + Dim matrix = New Byte(width - 1, height * 4 - 1) {} ' 4 channels (ARGB) + + For Y As Integer = 0 To height - 1 + For X As Integer = 0 To width - 1 + Dim index = (Y * width + X) * 4 ' Calculate index in the byte array + matrix(X, Y * 4) = byteArray(index) ' Alpha + matrix(X, Y * 4 + 1) = byteArray(index + 1) ' Red + matrix(X, Y * 4 + 2) = byteArray(index + 2) ' Green + matrix(X, Y * 4 + 3) = byteArray(index + 3) ' Blue + Next + Next + + Return matrix + End Function + + Public Function ByteMatrixToByteArray(byteMatrix As Byte(,)) As Byte() + Dim width = byteMatrix.GetLength(0) + Dim height = byteMatrix.GetLength(1) + Dim channels = 4 ' 假设每个像素有4个通道(例如 ARGB) + Dim byteArray = New Byte(width * height * channels - 1) {} + + For Y As Integer = 0 To height - 1 + For X As Integer = 0 To width - 1 + For c = 0 To channels - 1 + Dim index = Y * width * channels + X * channels + c + byteArray(index) = byteMatrix(X, Y) + Next + Next + Next + + Return byteArray + End Function + Public Function ResizeImage(ByRef srcImage(,) As Color, srcWidth As Integer, srcHeight As Integer, dstWidth As Integer, dstHeight As Integer) As Color(,) Dim dstImage(dstHeight - 1, dstWidth - 1) As Color Dim scaleX As Double = CDbl(srcWidth) / dstWidth @@ -105,7 +141,80 @@ Namespace Imaging.BitmapImage Return dstImage End Function - Public Function ResizeImage(ByRef srcImage(,) As Byte, srcWidth As Integer, srcHeight As Integer, dstWidth As Integer, dstHeight As Integer) As Byte(,) + ''' + ''' Cubic interpolate + ''' + ''' + ''' + ''' + ''' + + Public Function CubicInterpolation(input As Byte(,), scale As Double) As Byte(,) + Dim originalWidth = input.GetLength(0) + Dim originalHeight = input.GetLength(1) + Dim newWidth As Integer = originalWidth * scale + Dim newHeight As Integer = originalHeight * scale + + Dim output = New Byte(newWidth - 1, newHeight - 1) {} + + For X As Integer = 0 To newWidth - 1 + For Y As Integer = 0 To newHeight - 1 + Dim newX = X / scale + Dim newY = Y / scale + + Dim x0 As Integer = newX + Dim y0 As Integer = newY + Dim x1 = x0 + 1 + Dim y1 = y0 + 1 + + Dim dx = newX - x0 + Dim dy = newY - y0 + + Dim values = New Byte(3) {} + For i = 0 To 1 + For j = 0 To 1 + If x1 < originalWidth AndAlso y1 < originalHeight Then + values(i * 2 + j) = input(x1 + i, y1 + j) + Else + values(i * 2 + j) = 0 ' or use edge pixel value + End If + Next + Next + + Dim interpolationX0 = CubicInterpolate(values(0), values(1), values(2), values(3), dx) + Dim interpolationX1 = CubicInterpolate(values(2), values(3), values(4), values(5), dx) + + output(X, Y) = CByte(CubicInterpolate(interpolationX0, interpolationX1, 0, 0, dy)) + Next + Next + + Return output + End Function + + Private Function CubicInterpolate(v0 As Double, v1 As Double, v2 As Double, v3 As Double, x As Double) As Double + Dim a0, a1, a2, a3, x2 As Double + + x2 = x * x + a0 = v3 - v2 - v0 + v1 + a1 = v0 - v1 - a0 + a2 = v2 - v0 + a3 = v1 + + Return a0 * x * x2 + a1 * x2 + a2 * x + a3 + End Function + + ''' + ''' Bilinear interpolation + ''' + ''' + ''' + ''' + ''' + ''' + ''' + ''' + + Public Function BilinearInterpolation(ByRef srcImage(,) As Byte, srcWidth As Integer, srcHeight As Integer, dstWidth As Integer, dstHeight As Integer) As Byte(,) Dim dstImage(dstHeight - 1, dstWidth - 1) As Byte Dim scaleX As Double = CDbl(srcWidth) / dstWidth Dim scaleY As Double = CDbl(srcHeight) / dstHeight diff --git a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/BitmapScale.vb b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/BitmapScale.vb index 29e353c257..e257165ce9 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/BitmapScale.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/Bitmap/BitmapScale.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::e175f6754a68ba47aac199a6a120dc56, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\BitmapScale.vb" +#Region "Microsoft.VisualBasic::b76d7450136b9e84cb0aaa9ec5c8ca77, Microsoft.VisualBasic.Core\src\Drawing\Bitmap\BitmapScale.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 75.76% ' ' Blank Lines: 41 (13.31%) - ' File Size: 11.38 KB + ' File Size: 11.37 KB ' Module BitmapScale diff --git a/Microsoft.VisualBasic.Core/src/Drawing/GDI+/GdiRasterGraphics.vb b/Microsoft.VisualBasic.Core/src/Drawing/GDI+/GdiRasterGraphics.vb index cafebc4b82..d00753a99b 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/GDI+/GdiRasterGraphics.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/GDI+/GdiRasterGraphics.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::ccbd76adfd3c8ee5f274de67230d60a7, Microsoft.VisualBasic.Core\src\Drawing\GDI+\GdiRasterGraphics.vb" +#Region "Microsoft.VisualBasic::9b6fab0c232aec43699b2132959db27d, Microsoft.VisualBasic.Core\src\Drawing\GDI+\GdiRasterGraphics.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 88.46% ' ' Blank Lines: 13 (16.46%) - ' File Size: 2.49 KB + ' File Size: 2.44 KB ' Interface GdiRasterGraphics diff --git a/Microsoft.VisualBasic.Core/src/Drawing/GDI+/GraphicsExtensions.vb b/Microsoft.VisualBasic.Core/src/Drawing/GDI+/GraphicsExtensions.vb index a807f7a0c5..186bff53cf 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/GDI+/GraphicsExtensions.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/GDI+/GraphicsExtensions.vb @@ -1,60 +1,60 @@ -#Region "Microsoft.VisualBasic::f69cdc5fd6a074c3880300e1067b475a, Microsoft.VisualBasic.Core\src\Drawing\GDI+\GraphicsExtensions.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 508 -' Code Lines: 334 (65.75%) -' Comment Lines: 112 (22.05%) -' - Xml Docs: 95.54% -' -' Blank Lines: 62 (12.20%) -' File Size: 19.12 KB - - -' Module GraphicsExtensions -' -' Function: (+2 Overloads) Clone, ColorBrush, (+2 Overloads) ColorReplace, EntireImage, GetBrush -' GetBrushes, GetStreamBuffer, (+2 Overloads) GraphicsPath, ImageAddFrame, IsValidGDIParameter -' (+3 Overloads) LoadImage, (+2 Overloads) Opacity, ParseImageFormat, (+2 Overloads) PointF, SaveAs -' SizeF, ToFloat, ToPoint, ToPoints, ToStream -' X, Y -' -' Sub: (+4 Overloads) DrawCircle, FillPolygon -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::54c6a58d75dce795761e145a699dd2c8, Microsoft.VisualBasic.Core\src\Drawing\GDI+\GraphicsExtensions.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 509 + ' Code Lines: 335 (65.82%) + ' Comment Lines: 112 (22.00%) + ' - Xml Docs: 95.54% + ' + ' Blank Lines: 62 (12.18%) + ' File Size: 19.16 KB + + + ' Module GraphicsExtensions + ' + ' Function: (+2 Overloads) Clone, ColorBrush, (+2 Overloads) ColorReplace, EntireImage, GetBrush + ' GetBrushes, GetStreamBuffer, (+2 Overloads) GraphicsPath, ImageAddFrame, IsValidGDIParameter + ' (+3 Overloads) LoadImage, (+2 Overloads) Opacity, ParseImageFormat, (+2 Overloads) PointF, SaveAs + ' SizeF, ToFloat, ToPoint, ToPoints, ToStream + ' X, Y + ' + ' Sub: (+4 Overloads) DrawCircle, FillPolygon + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Microsoft.VisualBasic.Core/src/Drawing/Math/Geometry/GeomTransform.vb b/Microsoft.VisualBasic.Core/src/Drawing/Math/Geometry/GeomTransform.vb index d69f20d8e3..cd5c0f1d87 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/Math/Geometry/GeomTransform.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/Math/Geometry/GeomTransform.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::66f514f6c618a140a3798d685b46f1a8, Microsoft.VisualBasic.Core\src\Drawing\Math\Geometry\GeomTransform.vb" +#Region "Microsoft.VisualBasic::be4390065ca9bdec4e31755fe5776499, Microsoft.VisualBasic.Core\src\Drawing\Math\Geometry\GeomTransform.vb" ' Author: ' @@ -346,6 +346,12 @@ Namespace Imaging.Math2D Return std.Sqrt(std.Pow(x1 - x2, 2) + std.Pow(y1 - y2, 2)) End Function + + + Public Function DistanceTo(Of T As Layout2D)(a As T, b As T) As Double + Return std.Sqrt((a.X - b.X) ^ 2 + (a.Y - b.Y) ^ 2) + End Function + ''' ''' 计算两个二维坐标的欧几里得距离 ''' @@ -425,7 +431,7 @@ Namespace Imaging.Math2D Return CalculateAngle(p1.PointF, p2.PointF) End Function -#If NET_48 = 1 Or netcore5 = 1 Then +#If NET48_OR_GREATER Or NETCOREAPP Then ''' ''' 函数返回切线和X轴之间的夹角 diff --git a/Microsoft.VisualBasic.Core/src/Drawing/Math/Geometry/GeometryMath.vb b/Microsoft.VisualBasic.Core/src/Drawing/Math/Geometry/GeometryMath.vb index 4aa3cc1435..935ded7509 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/Math/Geometry/GeometryMath.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/Math/Geometry/GeometryMath.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::7fc88297afe4cbd28d065f34d8e9f0b1, Microsoft.VisualBasic.Core\src\Drawing\Math\Geometry\GeometryMath.vb" +#Region "Microsoft.VisualBasic::86cd8f69f97b35ddf7760ce069fd3744, Microsoft.VisualBasic.Core\src\Drawing\Math\Geometry\GeometryMath.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 89.33% ' ' Blank Lines: 40 (12.01%) - ' File Size: 13.02 KB + ' File Size: 12.97 KB ' Module GeometryMath diff --git a/Microsoft.VisualBasic.Core/src/Drawing/PointF3D.vb b/Microsoft.VisualBasic.Core/src/Drawing/PointF3D.vb index 9be67d62d7..d5e12e0249 100644 --- a/Microsoft.VisualBasic.Core/src/Drawing/PointF3D.vb +++ b/Microsoft.VisualBasic.Core/src/Drawing/PointF3D.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::a0b776c56ffb0ac35627e275d69f63ba, Microsoft.VisualBasic.Core\src\Drawing\PointF3D.vb" +#Region "Microsoft.VisualBasic::a53892c1bde09fad590c0526ebf9f4da, Microsoft.VisualBasic.Core\src\Drawing\PointF3D.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 95.74% ' ' Blank Lines: 23 (19.49%) - ' File Size: 3.03 KB + ' File Size: 3.02 KB ' Interface PointF3D diff --git a/Microsoft.VisualBasic.Core/src/Extensions/Collection/ListExtensions.vb b/Microsoft.VisualBasic.Core/src/Extensions/Collection/ListExtensions.vb index 21cb1a94aa..168245a973 100644 --- a/Microsoft.VisualBasic.Core/src/Extensions/Collection/ListExtensions.vb +++ b/Microsoft.VisualBasic.Core/src/Extensions/Collection/ListExtensions.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::942ab3d561b2d49b6e260b11b5f48283, Microsoft.VisualBasic.Core\src\Extensions\Collection\ListExtensions.vb" +#Region "Microsoft.VisualBasic::6e622df8a6f76e235f224028c74c3772, Microsoft.VisualBasic.Core\src\Extensions\Collection\ListExtensions.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 327 - ' Code Lines: 176 (53.82%) - ' Comment Lines: 115 (35.17%) - ' - Xml Docs: 81.74% + ' Total Lines: 353 + ' Code Lines: 182 (51.56%) + ' Comment Lines: 135 (38.24%) + ' - Xml Docs: 85.93% ' - ' Blank Lines: 36 (11.01%) - ' File Size: 12.20 KB + ' Blank Lines: 36 (10.20%) + ' File Size: 13.05 KB ' Module ListExtensions @@ -49,7 +49,7 @@ ' Count, HasKey, Indexing, Pop, PopAt ' Random, ReorderByKeys, (+2 Overloads) ToList, TopMostFrequent ' - ' Sub: DoEach, ForEach, RemoveAll, Swap + ' Sub: DoEach, (+2 Overloads) ForEach, RemoveAll, Swap ' ' /********************************************************************************/ diff --git a/Microsoft.VisualBasic.Core/src/Extensions/Collection/Vector.vb b/Microsoft.VisualBasic.Core/src/Extensions/Collection/Vector.vb index 34aee7f44b..b42f925630 100644 --- a/Microsoft.VisualBasic.Core/src/Extensions/Collection/Vector.vb +++ b/Microsoft.VisualBasic.Core/src/Extensions/Collection/Vector.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::a66b4c80cf86b9f30f260e85fba2fd19, Microsoft.VisualBasic.Core\src\Extensions\Collection\Vector.vb" +#Region "Microsoft.VisualBasic::cfb341bd5cc3f55d8559473cc0311501, Microsoft.VisualBasic.Core\src\Extensions\Collection\Vector.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 698 - ' Code Lines: 398 (57.02%) - ' Comment Lines: 218 (31.23%) - ' - Xml Docs: 91.74% + ' Total Lines: 705 + ' Code Lines: 398 (56.45%) + ' Comment Lines: 225 (31.91%) + ' - Xml Docs: 92.00% ' - ' Blank Lines: 82 (11.75%) - ' File Size: 25.32 KB + ' Blank Lines: 82 (11.63%) + ' File Size: 25.54 KB ' Module VectorExtensions diff --git a/Microsoft.VisualBasic.Core/src/Extensions/Math/Correlations/Beta.vb b/Microsoft.VisualBasic.Core/src/Extensions/Math/Correlations/Beta.vb index cb862ccce2..281f69d323 100644 --- a/Microsoft.VisualBasic.Core/src/Extensions/Math/Correlations/Beta.vb +++ b/Microsoft.VisualBasic.Core/src/Extensions/Math/Correlations/Beta.vb @@ -1,54 +1,54 @@ -#Region "Microsoft.VisualBasic::cc5ee750fec3f85eedeffd4537f53201, Microsoft.VisualBasic.Core\src\Extensions\Math\Correlations\Beta.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 148 -' Code Lines: 115 (77.70%) -' Comment Lines: 0 (0.00%) -' - Xml Docs: 0.00% -' -' Blank Lines: 33 (22.30%) -' File Size: 4.54 KB - - -' Module Beta -' -' Function: betacf, betai, erfcc, gammln -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::02b747a055f4e3d6faa91386b6dd0987, Microsoft.VisualBasic.Core\src\Extensions\Math\Correlations\Beta.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 148 + ' Code Lines: 115 (77.70%) + ' Comment Lines: 0 (0.00%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 33 (22.30%) + ' File Size: 4.50 KB + + + ' Module Beta + ' + ' Function: betacf, betai, erfcc, gammln + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Microsoft.VisualBasic.Core/src/Extensions/Reflection/Delegate/DataValue.vb b/Microsoft.VisualBasic.Core/src/Extensions/Reflection/Delegate/DataValue.vb index 3ed9b890c8..7ef2ec2ef0 100644 --- a/Microsoft.VisualBasic.Core/src/Extensions/Reflection/Delegate/DataValue.vb +++ b/Microsoft.VisualBasic.Core/src/Extensions/Reflection/Delegate/DataValue.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::1ee88c0b02c6e652e4309a5a25d16309, Microsoft.VisualBasic.Core\src\Extensions\Reflection\Delegate\DataValue.vb" +#Region "Microsoft.VisualBasic::f5bbeca7cf365c7a2b26a1faa896bdb3, Microsoft.VisualBasic.Core\src\Extensions\Reflection\Delegate\DataValue.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 185 - ' Code Lines: 96 (51.89%) - ' Comment Lines: 60 (32.43%) - ' - Xml Docs: 46.67% + ' Total Lines: 208 + ' Code Lines: 111 (53.37%) + ' Comment Lines: 63 (30.29%) + ' - Xml Docs: 49.21% ' - ' Blank Lines: 29 (15.68%) - ' File Size: 7.10 KB + ' Blank Lines: 34 (16.35%) + ' File Size: 7.88 KB ' Class DataObjectVector @@ -49,7 +49,7 @@ ' ' Constructor: (+1 Overloads) Sub New ' - ' Function: GetProperty, inspectType + ' Function: GetProperty, GetSubVector, inspectType ' ' Sub: SetProperty ' diff --git a/Microsoft.VisualBasic.Core/src/Extensions/Security/Md5.vb b/Microsoft.VisualBasic.Core/src/Extensions/Security/Md5.vb index 1799ff20ea..e51122540b 100644 --- a/Microsoft.VisualBasic.Core/src/Extensions/Security/Md5.vb +++ b/Microsoft.VisualBasic.Core/src/Extensions/Security/Md5.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::2de67d1f6236fcaff1a385fc6cd62ea2, Microsoft.VisualBasic.Core\src\Extensions\Security\Md5.vb" +#Region "Microsoft.VisualBasic::0a2c6f215e26c40a2672a3d77e899acd, Microsoft.VisualBasic.Core\src\Extensions\Security\Md5.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 85.34% ' ' Blank Lines: 38 (11.69%) - ' File Size: 13.04 KB + ' File Size: 13.03 KB ' Module MD5Hash diff --git a/Microsoft.VisualBasic.Core/src/Extensions/Security/SHA.vb b/Microsoft.VisualBasic.Core/src/Extensions/Security/SHA.vb index 34a77552d5..2ee85b2254 100644 --- a/Microsoft.VisualBasic.Core/src/Extensions/Security/SHA.vb +++ b/Microsoft.VisualBasic.Core/src/Extensions/Security/SHA.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::2545004bbf22df1b121354da8939da63, Microsoft.VisualBasic.Core\src\Extensions\Security\SHA.vb" +#Region "Microsoft.VisualBasic::af0079c08e8717711dfaece43adc6b67, Microsoft.VisualBasic.Core\src\Extensions\Security\SHA.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 281 - ' Code Lines: 119 (42.35%) - ' Comment Lines: 88 (31.32%) + ' Total Lines: 285 + ' Code Lines: 122 (42.81%) + ' Comment Lines: 88 (30.88%) ' - Xml Docs: 43.18% ' - ' Blank Lines: 74 (26.33%) - ' File Size: 11.66 KB + ' Blank Lines: 75 (26.32%) + ' File Size: 11.90 KB ' Class SHA256 @@ -48,8 +48,8 @@ ' Properties: CertificateSigned, Passphrase ' ' Constructor: (+2 Overloads) Sub New - ' Function: Decrypt, DecryptString, Deserialization, Encrypt, EncryptData - ' (+2 Overloads) GetDynamicsCertification, Serialization, ToString + ' Function: Create, Decrypt, DecryptString, Deserialization, Encrypt + ' EncryptData, (+2 Overloads) GetDynamicsCertification, Serialization, ToString ' ' ' /********************************************************************************/ diff --git a/Microsoft.VisualBasic.Core/src/Extensions/StringHelpers/StringHelpers.vb b/Microsoft.VisualBasic.Core/src/Extensions/StringHelpers/StringHelpers.vb index d204d5db13..046bf0abb4 100644 --- a/Microsoft.VisualBasic.Core/src/Extensions/StringHelpers/StringHelpers.vb +++ b/Microsoft.VisualBasic.Core/src/Extensions/StringHelpers/StringHelpers.vb @@ -1,68 +1,68 @@ -#Region "Microsoft.VisualBasic::a3a0ad4864a4f20d53a2ef3b486895dd, Microsoft.VisualBasic.Core\src\Extensions\StringHelpers\StringHelpers.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 1442 -' Code Lines: 782 (54.23%) -' Comment Lines: 501 (34.74%) -' - Xml Docs: 89.82% -' -' Blank Lines: 159 (11.03%) -' File Size: 54.03 KB - - -' Module StringHelpers -' -' Properties: EmptyString, NonStrictCompares, StrictCompares -' -' Function: __json, AllEquals, AsciiBytes, (+4 Overloads) ByteString, CharAtOrDefault -' CharString, (+3 Overloads) Count, CreateBuilder, DistinctIgnoreCase, EqualsAny -' First, FormatString, FormatZero, GetBetween, GetEMails -' GetStackValue, GetString, (+3 Overloads) GetTagValue, GetURLs, IgnoreCase -' InStrAny, (+2 Overloads) Intersection, IsEmptyStringVector, JoinBy, LineTokens -' Located, Lookup, Lookups, (+2 Overloads) Match, Matches -' MatchPattern, (+2 Overloads) MaxLengthString, MinLengthString, NotEmpty, PadEnd -' Parts, RepeatString, ReplaceChars, (+2 Overloads) Reverse, RNull -' SaveTo, (+2 Overloads) Split, SplitBy, StartsWith, StringEmpty -' StringHashCode, StringReplace, (+2 Overloads) StringSplit, StripBlank, Strips -' SubstringSpecial, TextEquals, TextLast, TokenCount, TokenCountIgnoreCase -' TrimNewLine, TrimNull, WildcardsLocated -' -' Sub: Parts, RemoveLast -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::254cc6bc11cbb89afc0526817b45a66f, Microsoft.VisualBasic.Core\src\Extensions\StringHelpers\StringHelpers.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 1442 + ' Code Lines: 782 (54.23%) + ' Comment Lines: 501 (34.74%) + ' - Xml Docs: 89.82% + ' + ' Blank Lines: 159 (11.03%) + ' File Size: 54.09 KB + + + ' Module StringHelpers + ' + ' Properties: EmptyString, NonStrictCompares, StrictCompares + ' + ' Function: __json, AllEquals, AsciiBytes, (+4 Overloads) ByteString, CharAtOrDefault + ' CharString, (+3 Overloads) Count, CreateBuilder, DistinctIgnoreCase, EqualsAny + ' First, FormatString, FormatZero, GetBetween, GetEMails + ' GetStackValue, GetString, (+3 Overloads) GetTagValue, GetURLs, IgnoreCase + ' InStrAny, (+2 Overloads) Intersection, IsEmptyStringVector, JoinBy, LineTokens + ' Located, Lookup, Lookups, (+2 Overloads) Match, Matches + ' MatchPattern, (+2 Overloads) MaxLengthString, MinLengthString, NotEmpty, PadEnd + ' Parts, RepeatString, ReplaceChars, (+2 Overloads) Reverse, RNull + ' SaveTo, (+2 Overloads) Split, SplitBy, StartsWith, StringEmpty + ' StringHashCode, StringReplace, (+2 Overloads) StringSplit, StripBlank, Strips + ' SubstringSpecial, TextEquals, TextLast, TokenCount, TokenCountIgnoreCase + ' TrimNewLine, TrimNull, WildcardsLocated + ' + ' Sub: Parts, RemoveLast + ' + ' /********************************************************************************/ #End Region diff --git a/Microsoft.VisualBasic.Core/src/Serialization/BinaryDumping/NetworkByteOrderBuffer.vb b/Microsoft.VisualBasic.Core/src/Serialization/BinaryDumping/NetworkByteOrderBuffer.vb index ac5e26457f..626aaf5b37 100644 --- a/Microsoft.VisualBasic.Core/src/Serialization/BinaryDumping/NetworkByteOrderBuffer.vb +++ b/Microsoft.VisualBasic.Core/src/Serialization/BinaryDumping/NetworkByteOrderBuffer.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::f8f1fe3629baa18f0965478275e43af0, Microsoft.VisualBasic.Core\src\Serialization\BinaryDumping\NetworkByteOrderBuffer.vb" +#Region "Microsoft.VisualBasic::af1c86c4512f3883fd8cd84bb7fba0eb, Microsoft.VisualBasic.Core\src\Serialization\BinaryDumping\NetworkByteOrderBuffer.vb" ' Author: ' @@ -34,20 +34,21 @@ ' Code Statistics: - ' Total Lines: 196 - ' Code Lines: 141 (71.94%) - ' Comment Lines: 14 (7.14%) + ' Total Lines: 202 + ' Code Lines: 146 (72.28%) + ' Comment Lines: 14 (6.93%) ' - Xml Docs: 78.57% ' - ' Blank Lines: 41 (20.92%) - ' File Size: 7.08 KB + ' Blank Lines: 42 (20.79%) + ' File Size: 7.33 KB ' Class NetworkByteOrderBuffer ' ' Constructor: (+1 Overloads) Sub New - ' Function: defaultDecoder, defaultDecoder32, (+2 Overloads) defaultEncoder, (+3 Overloads) GetBytes, networkByteOrderDecoder - ' networkByteOrderDecoder32, (+2 Overloads) networkByteOrderEncoder, (+2 Overloads) ParseDouble, ToDouble, ToFloat + ' Function: Base64String, defaultDecoder, defaultDecoder32, (+2 Overloads) defaultEncoder, (+3 Overloads) GetBytes + ' networkByteOrderDecoder, networkByteOrderDecoder32, (+2 Overloads) networkByteOrderEncoder, (+2 Overloads) ParseDouble, ToDouble + ' ToFloat ' ' ' /********************************************************************************/ diff --git a/Microsoft.VisualBasic.Core/src/Serialization/BinaryDumping/Stream/ObjectOutputStream.vb b/Microsoft.VisualBasic.Core/src/Serialization/BinaryDumping/Stream/ObjectOutputStream.vb index 4ba9b56235..3ebca7cbfd 100644 --- a/Microsoft.VisualBasic.Core/src/Serialization/BinaryDumping/Stream/ObjectOutputStream.vb +++ b/Microsoft.VisualBasic.Core/src/Serialization/BinaryDumping/Stream/ObjectOutputStream.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::7223f7508fd056ff32e2b365feeb476e, Microsoft.VisualBasic.Core\src\Serialization\BinaryDumping\Stream\ObjectOutputStream.vb" +#Region "Microsoft.VisualBasic::2ba9428873dbf6c532f1f544d38b5ffe, Microsoft.VisualBasic.Core\src\Serialization\BinaryDumping\Stream\ObjectOutputStream.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 134 - ' Code Lines: 99 (73.88%) - ' Comment Lines: 14 (10.45%) - ' - Xml Docs: 0.00% + ' Total Lines: 141 + ' Code Lines: 99 (70.21%) + ' Comment Lines: 21 (14.89%) + ' - Xml Docs: 33.33% ' - ' Blank Lines: 21 (15.67%) - ' File Size: 5.62 KB + ' Blank Lines: 21 (14.89%) + ' File Size: 5.85 KB ' Class ObjectOutputStream diff --git a/Microsoft.VisualBasic.Core/src/Text/ASCII.vb b/Microsoft.VisualBasic.Core/src/Text/ASCII.vb index 1a47f9aa3d..4d885f6479 100644 --- a/Microsoft.VisualBasic.Core/src/Text/ASCII.vb +++ b/Microsoft.VisualBasic.Core/src/Text/ASCII.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::5c5588d156e26f21214475fb22789317, Microsoft.VisualBasic.Core\src\Text\ASCII.vb" +#Region "Microsoft.VisualBasic::865705ad273db2d5b0e5d2c95a929419, Microsoft.VisualBasic.Core\src\Text\ASCII.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 474 - ' Code Lines: 193 (40.72%) - ' Comment Lines: 252 (53.16%) - ' - Xml Docs: 99.21% + ' Total Lines: 481 + ' Code Lines: 196 (40.75%) + ' Comment Lines: 255 (53.01%) + ' - Xml Docs: 99.22% ' - ' Blank Lines: 29 (6.12%) - ' File Size: 18.21 KB + ' Blank Lines: 30 (6.24%) + ' File Size: 18.44 KB ' Class ASCII diff --git a/Microsoft.VisualBasic.Core/src/Text/IO/UnbufferedStringReader.vb b/Microsoft.VisualBasic.Core/src/Text/IO/UnbufferedStringReader.vb index 6a0f82e4bf..986164ca8f 100644 --- a/Microsoft.VisualBasic.Core/src/Text/IO/UnbufferedStringReader.vb +++ b/Microsoft.VisualBasic.Core/src/Text/IO/UnbufferedStringReader.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::adf20358f38810671cce007f14ff5eb1, Microsoft.VisualBasic.Core\src\Text\IO\UnbufferedStringReader.vb" +#Region "Microsoft.VisualBasic::540155b329abd3b8ecbedfa74c26e597, Microsoft.VisualBasic.Core\src\Text\IO\UnbufferedStringReader.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 167 - ' Code Lines: 116 (69.46%) - ' Comment Lines: 39 (23.35%) + ' Total Lines: 166 + ' Code Lines: 114 (68.67%) + ' Comment Lines: 39 (23.49%) ' - Xml Docs: 100.00% ' - ' Blank Lines: 12 (7.19%) - ' File Size: 5.96 KB + ' Blank Lines: 13 (7.83%) + ' File Size: 5.87 KB ' Class UnbufferedStringReader diff --git a/Microsoft.VisualBasic.Core/src/Text/Parser/HtmlParser/HtmlStrips.vb b/Microsoft.VisualBasic.Core/src/Text/Parser/HtmlParser/HtmlStrips.vb index 2a71b7a8ab..c600c67e3b 100644 --- a/Microsoft.VisualBasic.Core/src/Text/Parser/HtmlParser/HtmlStrips.vb +++ b/Microsoft.VisualBasic.Core/src/Text/Parser/HtmlParser/HtmlStrips.vb @@ -176,10 +176,15 @@ Namespace Text.Parser.HtmlParser End Function ''' - ''' Removes the html tags from the text string.(这个函数会移除所有的html标签) + ''' Removes the html tags from the text string. ''' ''' - ''' + ''' + ''' a plain text that removes all html format tags + ''' + ''' + ''' (这个函数会移除所有的html标签) + ''' Public Function StripHTMLTags(s$, Optional stripBlank As Boolean = False) As String If String.IsNullOrEmpty(s) Then Return "" diff --git a/Microsoft.VisualBasic.Core/src/Text/StringSimilarity/Levenshtein/LevenshteinTree.vb b/Microsoft.VisualBasic.Core/src/Text/StringSimilarity/Levenshtein/LevenshteinTree.vb index ed73461a73..e28ea74b2b 100644 --- a/Microsoft.VisualBasic.Core/src/Text/StringSimilarity/Levenshtein/LevenshteinTree.vb +++ b/Microsoft.VisualBasic.Core/src/Text/StringSimilarity/Levenshtein/LevenshteinTree.vb @@ -1,4 +1,69 @@ -Imports Microsoft.VisualBasic.ComponentModel.Algorithm.BinaryTree +#Region "Microsoft.VisualBasic::14a55eb4690708e077d529f349e68a12, Microsoft.VisualBasic.Core\src\Text\StringSimilarity\Levenshtein\LevenshteinTree.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 119 + ' Code Lines: 85 (71.43%) + ' Comment Lines: 13 (10.92%) + ' - Xml Docs: 100.00% + ' + ' Blank Lines: 21 (17.65%) + ' File Size: 3.94 KB + + + ' Class LevenshteinTree + ' + ' Constructor: (+1 Overloads) Sub New + ' Function: AddString, Compares, Query + ' + ' Class LevenshteinTreeIndex + ' + ' Constructor: (+1 Overloads) Sub New + ' Function: AddString, Compares, Query + ' Structure TextKey + ' + ' Function: ToString + ' + ' + ' + ' + ' /********************************************************************************/ + +#End Region + +Imports Microsoft.VisualBasic.ComponentModel.Algorithm.BinaryTree Namespace Text.Levenshtein @@ -116,4 +181,4 @@ Namespace Text.Levenshtein Next End Function End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Microsoft.VisualBasic.Core/src/Text/StringSimilarity/Similarity.vb b/Microsoft.VisualBasic.Core/src/Text/StringSimilarity/Similarity.vb index 3581d68797..581bb18c1e 100644 --- a/Microsoft.VisualBasic.Core/src/Text/StringSimilarity/Similarity.vb +++ b/Microsoft.VisualBasic.Core/src/Text/StringSimilarity/Similarity.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::cdfc8dd3bc208351ecf474461954d2bb, Microsoft.VisualBasic.Core\src\Text\StringSimilarity\Similarity.vb" +#Region "Microsoft.VisualBasic::280246689c0256c23d13e0e564e00db2, Microsoft.VisualBasic.Core\src\Text\StringSimilarity\Similarity.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 199 - ' Code Lines: 129 (64.82%) - ' Comment Lines: 39 (19.60%) - ' - Xml Docs: 92.31% + ' Total Lines: 270 + ' Code Lines: 170 (62.96%) + ' Comment Lines: 63 (23.33%) + ' - Xml Docs: 92.06% ' - ' Blank Lines: 31 (15.58%) - ' File Size: 8.45 KB + ' Blank Lines: 37 (13.70%) + ' File Size: 11.73 KB ' Delegate Function @@ -51,7 +51,7 @@ ' Function: Evaluate, tokenEquals, tokenEqualsIgnoreCase ' Delegate Function ' - ' Function: (+4 Overloads) IsOrdered, LevenshteinEvaluate, StringSelection, (+3 Overloads) TokenOrders + ' Function: (+4 Overloads) IsOrdered, LevenshteinEvaluate, LevenshteinOrder, StringSelection, (+3 Overloads) TokenOrders ' ' ' diff --git a/gr/Drawing-net4.8/Drawing-net4.8.vbproj b/gr/Drawing-net4.8/Drawing-net4.8.vbproj index 837ba02697..fa7848a08f 100644 --- a/gr/Drawing-net4.8/Drawing-net4.8.vbproj +++ b/gr/Drawing-net4.8/Drawing-net4.8.vbproj @@ -1,8 +1,8 @@ - + Microsoft.VisualBasic.Drawing - net4.8 + net48 True Microsoft.VisualBasic.Drawing True @@ -13,6 +13,7 @@ xieguigang scibasic.net scibasic.net + Debug;Release;nuget_release @@ -27,10 +28,19 @@ True + + True + + True + + True + ../../.nuget/ + + diff --git a/gr/Microsoft.VisualBasic.Imaging/Drawing2D/HeatMap/PixelRender.vb b/gr/Microsoft.VisualBasic.Imaging/Drawing2D/HeatMap/PixelRender.vb index 4d1b217013..88d1e9e7c3 100644 --- a/gr/Microsoft.VisualBasic.Imaging/Drawing2D/HeatMap/PixelRender.vb +++ b/gr/Microsoft.VisualBasic.Imaging/Drawing2D/HeatMap/PixelRender.vb @@ -1,58 +1,58 @@ -#Region "Microsoft.VisualBasic::a372e88f4fa35f18b3cf49ae6c6ba586, gr\Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\PixelRender.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 170 -' Code Lines: 126 (74.12%) -' Comment Lines: 19 (11.18%) -' - Xml Docs: 73.68% -' -' Blank Lines: 25 (14.71%) -' File Size: 6.56 KB - - -' Class PixelRender -' -' Constructor: (+1 Overloads) Sub New -' -' Function: RenderRasterImage, (+2 Overloads) ScalePixels -' -' Sub: (+2 Overloads) FillRectangles, SetPixels -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::3d1b852fd969640a07675c7ebf66e9ef, gr\Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\PixelRender.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 169 + ' Code Lines: 122 (72.19%) + ' Comment Lines: 20 (11.83%) + ' - Xml Docs: 70.00% + ' + ' Blank Lines: 27 (15.98%) + ' File Size: 6.54 KB + + + ' Class PixelRender + ' + ' Constructor: (+1 Overloads) Sub New + ' + ' Function: RenderRasterImage, (+2 Overloads) ScalePixels + ' + ' Sub: (+2 Overloads) FillRectangles, SetPixels + ' + ' + ' /********************************************************************************/ #End Region diff --git a/gr/Microsoft.VisualBasic.Imaging/Drawing2D/HeatMap/RasterScaler.vb b/gr/Microsoft.VisualBasic.Imaging/Drawing2D/HeatMap/RasterScaler.vb index 8a74a78a39..92317f6dbc 100644 --- a/gr/Microsoft.VisualBasic.Imaging/Drawing2D/HeatMap/RasterScaler.vb +++ b/gr/Microsoft.VisualBasic.Imaging/Drawing2D/HeatMap/RasterScaler.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::34d490cab0a77f5537bba13c8fe29c70, gr\Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\RasterScaler.vb" +#Region "Microsoft.VisualBasic::8505b62c2f7968157f9d5c85fdc779bd, gr\Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\RasterScaler.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 238 - ' Code Lines: 153 (64.29%) - ' Comment Lines: 50 (21.01%) - ' - Xml Docs: 66.00% + ' Total Lines: 246 + ' Code Lines: 158 (64.23%) + ' Comment Lines: 51 (20.73%) + ' - Xml Docs: 64.71% ' - ' Blank Lines: 35 (14.71%) - ' File Size: 8.93 KB + ' Blank Lines: 37 (15.04%) + ' File Size: 9.08 KB ' Class RasterScaler @@ -237,6 +237,11 @@ Namespace Drawing2D.HeatMap End Sub Public Function Scale(hqx As HqxScales) As Bitmap + ' 1 means no scale, none + If hqx = 1 Then + hqx = HqxScales.None + End If + If hqx = HqxScales.None Then ' no scale ' returns the raw image directly diff --git a/gr/Microsoft.VisualBasic.Imaging/Drawing2D/Shadow.vb b/gr/Microsoft.VisualBasic.Imaging/Drawing2D/Shadow.vb index 3cb6886e32..9ea9ff02ff 100644 --- a/gr/Microsoft.VisualBasic.Imaging/Drawing2D/Shadow.vb +++ b/gr/Microsoft.VisualBasic.Imaging/Drawing2D/Shadow.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::90a9f3e731f582c421ea50eb128e0ef6, gr\Microsoft.VisualBasic.Imaging\Drawing2D\Shadow.vb" +#Region "Microsoft.VisualBasic::608ef0eee1ae4063de3424bf3ff97794, gr\Microsoft.VisualBasic.Imaging\Drawing2D\Shadow.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 123 - ' Code Lines: 88 (71.54%) - ' Comment Lines: 16 (13.01%) + ' Total Lines: 126 + ' Code Lines: 90 (71.43%) + ' Comment Lines: 16 (12.70%) ' - Xml Docs: 87.50% ' - ' Blank Lines: 19 (15.45%) - ' File Size: 4.82 KB + ' Blank Lines: 20 (15.87%) + ' File Size: 4.84 KB ' Class Shadow diff --git a/gr/Microsoft.VisualBasic.Imaging/Drawing2D/g.vb b/gr/Microsoft.VisualBasic.Imaging/Drawing2D/g.vb index 43d60f1828..dbb752db2d 100644 --- a/gr/Microsoft.VisualBasic.Imaging/Drawing2D/g.vb +++ b/gr/Microsoft.VisualBasic.Imaging/Drawing2D/g.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::f14d3bddb27027a6fb7a403358eae516, gr\Microsoft.VisualBasic.Imaging\Drawing2D\g.vb" +#Region "Microsoft.VisualBasic::48c510748b99d8dee860c2a7c44da039, gr\Microsoft.VisualBasic.Imaging\Drawing2D\g.vb" ' Author: ' diff --git a/gr/Microsoft.VisualBasic.Imaging/Drivers/CreateGraphicsDriver.vb b/gr/Microsoft.VisualBasic.Imaging/Drivers/CreateGraphicsDriver.vb index c4cb5e05cf..98a7a1d13e 100644 --- a/gr/Microsoft.VisualBasic.Imaging/Drivers/CreateGraphicsDriver.vb +++ b/gr/Microsoft.VisualBasic.Imaging/Drivers/CreateGraphicsDriver.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::fc06405674e7a31603603ff49acdbf3c, gr\Microsoft.VisualBasic.Imaging\Drivers\CreateGraphicsDriver.vb" +#Region "Microsoft.VisualBasic::73bbf9d9cb0acbad68c1a1d69bad1009, gr\Microsoft.VisualBasic.Imaging\Drivers\CreateGraphicsDriver.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 80 - ' Code Lines: 59 (73.75%) - ' Comment Lines: 6 (7.50%) + ' Total Lines: 85 + ' Code Lines: 60 (70.59%) + ' Comment Lines: 9 (10.59%) ' - Xml Docs: 100.00% ' - ' Blank Lines: 15 (18.75%) - ' File Size: 3.26 KB + ' Blank Lines: 16 (18.82%) + ' File Size: 3.49 KB ' Module ImageDriver diff --git a/gr/Microsoft.VisualBasic.Imaging/SVG/Geometry/GeometryElement.vb b/gr/Microsoft.VisualBasic.Imaging/SVG/Geometry/GeometryElement.vb new file mode 100644 index 0000000000..1a883bcbda --- /dev/null +++ b/gr/Microsoft.VisualBasic.Imaging/SVG/Geometry/GeometryElement.vb @@ -0,0 +1,173 @@ +#Region "Microsoft.VisualBasic::53dea019f8bfec97593a9ae1597454b5, gr\Microsoft.VisualBasic.Imaging\SVG\Geometry\GeometryElement.vb" + +' Author: +' +' asuka (amethyst.asuka@gcmodeller.org) +' xie (genetics@smrucc.org) +' xieguigang (xie.guigang@live.com) +' +' Copyright (c) 2018 GPL3 Licensed +' +' +' GNU GENERAL PUBLIC LICENSE (GPL3) +' +' +' This program is free software: you can redistribute it and/or modify +' it under the terms of the GNU General Public License as published by +' the Free Software Foundation, either version 3 of the License, or +' (at your option) any later version. +' +' This program is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU General Public License for more details. +' +' You should have received a copy of the GNU General Public License +' along with this program. If not, see . + + + +' /********************************************************************************/ + +' Summaries: + + +' Code Statistics: + +' Total Lines: 64 +' Code Lines: 52 (81.25%) +' Comment Lines: 1 (1.56%) +' - Xml Docs: 0.00% +' +' Blank Lines: 11 (17.19%) +' File Size: 2.65 KB + + +' Class GeometryElement +' +' Properties: svgElement, X, Y +' +' Function: LoadElements +' +' +' /********************************************************************************/ + +#End Region + +Imports System.Xml +Imports Microsoft.VisualBasic.Imaging.SVG.PathHelper +Imports Microsoft.VisualBasic.Imaging.SVG.XML + +Namespace SVG + + Public Class GeometryElement : Implements Layout2D + + Public Property X As Double Implements Layout2D.X + Public Property Y As Double Implements Layout2D.Y + Public Property svgElement As SvgElement + + ''' + ''' get the xml element tag name + ''' + ''' + ''' + ''' + Public ReadOnly Property tag As String + Get + Return svgElement.Tag + End Get + End Property + + Public Overrides Function ToString() As String + Return $"[{tag}@({X},{Y})] {svgElement.ToString}" + End Function + + Public Function CheckPossibleCircleShape() As Boolean + ' for a circle shape drawing element: + ' 1. svg circle element + ' 2. svg circle path + ' + If tag = "circle" Then + Return True + ElseIf tag <> "path" Then + ' is not a shape element + Return False + End If + + Dim path As Command() = Interpreter.ParsePathCommands(DirectCast(svgElement, SvgPath).D).ToArray + + ' signature 1: M A A Z + If path.Length = 4 AndAlso + TypeOf path(0) Is M AndAlso + TypeOf path(1) Is A AndAlso + TypeOf path(2) Is A AndAlso + TypeOf path(3) Is Z Then + + Return True + End If + ' signature 2: M C C C C + If path.Length = 6 AndAlso TypeOf path(0) Is M AndAlso + TypeOf path(1) Is C AndAlso + TypeOf path(2) Is C AndAlso + TypeOf path(3) Is C AndAlso + TypeOf path(4) Is C AndAlso + TypeOf path(5) Is Z Then + + Return True + End If + + Return False + End Function + + Public Shared Iterator Function LoadElements(svg As SvgContainer, offsetX As Double, offsetY As Double) As IEnumerable(Of GeometryElement) + Dim list As XmlNodeList = svg.GetSvgElement.ChildNodes + Dim node As XmlElement + + For i As Integer = 0 To list.Count - 1 + node = TryCast(list(i), XmlElement) + + If Not node Is Nothing Then + If node.Name = "i:pgf" Then + Continue For + End If + + Dim svgElement As SvgElement = SvgElement.Create(node) + Dim x As Double = Val(svgElement("x")) + offsetX + Dim y As Double = Val(svgElement("y")) + offsetY + Dim transform As New Transform(svgElement("transform")) + + With transform.translate + x += .X + y += .Y + End With + + If TypeOf svgElement Is SvgGroup Then + For Each element As GeometryElement In LoadElements(svgElement, x, y) + Yield element + Next + ElseIf TypeOf svgElement Is SvgText Then + Yield New GeometryElement With { + .X = x, + .Y = y, + .svgElement = svgElement + } + ElseIf TypeOf svgElement Is SvgPath Then + Dim op = Interpreter.ParsePathCommands(DirectCast(svgElement, SvgPath).D).ToArray + Dim moveTo = op.FirstOrDefault + + ' move to is nothing means invalid path data + If Not moveTo Is Nothing Then + Dim M As M = DirectCast(moveTo, M) + + Yield New GeometryElement With { + .svgElement = svgElement, + .X = x + M.X, + .Y = y + M.Y + } + End If + End If + End If + Next + End Function + End Class +End Namespace diff --git a/gr/Microsoft.VisualBasic.Imaging/SVG/Geometry/Transform.vb b/gr/Microsoft.VisualBasic.Imaging/SVG/Geometry/Transform.vb new file mode 100644 index 0000000000..eb6023fe3a --- /dev/null +++ b/gr/Microsoft.VisualBasic.Imaging/SVG/Geometry/Transform.vb @@ -0,0 +1,106 @@ +#Region "Microsoft.VisualBasic::e484833245be5d9b2428e81b52b15d30, gr\Microsoft.VisualBasic.Imaging\SVG\Geometry\Transform.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 49 + ' Code Lines: 39 (79.59%) + ' Comment Lines: 0 (0.00%) + ' - Xml Docs: 0.00% + ' + ' Blank Lines: 10 (20.41%) + ' File Size: 1.64 KB + + + ' Class Transform + ' + ' Properties: translate + ' + ' Constructor: (+1 Overloads) Sub New + ' Function: Parse, ToString + ' + ' + ' /********************************************************************************/ + +#End Region + +Imports System.Drawing +Imports Microsoft.VisualBasic.Serialization.JSON + +Namespace SVG + + Public Class Transform + + ReadOnly transform As New Dictionary(Of String, String()) + + Public ReadOnly Property translate As PointF + Get + Dim translate_pars As String() = transform.TryGetValue("translate") + + If translate_pars.IsNullOrEmpty Then + Return Nothing + Else + Return New PointF(Val(translate_pars(0)), Val(translate_pars(1))) + End If + End Get + End Property + + Friend Sub New(str As String) + transform = Parse(str) _ + .ToDictionary(Function(a) a.op, + Function(a) + Return a.pars + End Function) + End Sub + + Public Overrides Function ToString() As String + Return transform.GetJson + End Function + + Private Shared Iterator Function Parse(str As String) As IEnumerable(Of (op$, pars As String())) + Dim matches = str.Matches($"[a-z]+\s*\({SimpleNumberPattern}(\s+{SimpleNumberPattern})*\)") + + For Each op As String In matches + Dim op_name = op.Match("[a-z]+") + Dim pars = op.GetStackValue("(", ")") _ + .Split _ + .Select(AddressOf Strings.Trim) _ + .Where(Function(si) si.Length > 0) _ + .ToArray + + Yield (Strings.LCase(op_name), pars) + Next + End Function + End Class +End Namespace diff --git a/gr/Microsoft.VisualBasic.Imaging/SVG/SVGWriter.vb b/gr/Microsoft.VisualBasic.Imaging/SVG/SVGWriter.vb index 1cd1971ec8..92f48fe81f 100644 --- a/gr/Microsoft.VisualBasic.Imaging/SVG/SVGWriter.vb +++ b/gr/Microsoft.VisualBasic.Imaging/SVG/SVGWriter.vb @@ -1,58 +1,57 @@ #Region "Microsoft.VisualBasic::c49d765a07f38349e1e80159e4d4dcbf, gr\Microsoft.VisualBasic.Imaging\SVG\SVGWriter.vb" - ' Author: - ' - ' asuka (amethyst.asuka@gcmodeller.org) - ' xie (genetics@smrucc.org) - ' xieguigang (xie.guigang@live.com) - ' - ' Copyright (c) 2018 GPL3 Licensed - ' - ' - ' GNU GENERAL PUBLIC LICENSE (GPL3) - ' - ' - ' This program is free software: you can redistribute it and/or modify - ' it under the terms of the GNU General Public License as published by - ' the Free Software Foundation, either version 3 of the License, or - ' (at your option) any later version. - ' - ' This program is distributed in the hope that it will be useful, - ' but WITHOUT ANY WARRANTY; without even the implied warranty of - ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - ' GNU General Public License for more details. - ' - ' You should have received a copy of the GNU General Public License - ' along with this program. If not, see . - - - - ' /********************************************************************************/ - - ' Summaries: - - - ' Code Statistics: - - ' Total Lines: 115 - ' Code Lines: 72 (62.61%) - ' Comment Lines: 25 (21.74%) - ' - Xml Docs: 60.00% - ' - ' Blank Lines: 18 (15.65%) - ' File Size: 4.31 KB - - - ' Module SVGWriter - ' - ' Function: (+2 Overloads) SVG, (+3 Overloads) WriteSVG - ' - ' - ' /********************************************************************************/ +' Author: +' +' asuka (amethyst.asuka@gcmodeller.org) +' xie (genetics@smrucc.org) +' xieguigang (xie.guigang@live.com) +' +' Copyright (c) 2018 GPL3 Licensed +' +' +' GNU GENERAL PUBLIC LICENSE (GPL3) +' +' +' This program is free software: you can redistribute it and/or modify +' it under the terms of the GNU General Public License as published by +' the Free Software Foundation, either version 3 of the License, or +' (at your option) any later version. +' +' This program is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU General Public License for more details. +' +' You should have received a copy of the GNU General Public License +' along with this program. If not, see . + + + +' /********************************************************************************/ + +' Summaries: + + +' Code Statistics: + +' Total Lines: 115 +' Code Lines: 72 (62.61%) +' Comment Lines: 25 (21.74%) +' - Xml Docs: 60.00% +' +' Blank Lines: 18 (15.65%) +' File Size: 4.31 KB + + +' Module SVGWriter +' +' Function: (+2 Overloads) SVG, (+3 Overloads) WriteSVG +' +' +' /********************************************************************************/ #End Region -Imports System.Drawing Imports System.IO Imports System.Runtime.CompilerServices Imports System.Text diff --git a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/BasicShapes/path.vb b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/BasicShapes/path.vb index 0a0b385bcf..e6674e9537 100644 --- a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/BasicShapes/path.vb +++ b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/BasicShapes/path.vb @@ -121,6 +121,10 @@ Namespace SVG.XML MyBase.New(element) End Sub + Public Overrides Function ToString() As String + Return $"{D}@fill:{Fill}" + End Function + Friend Overloads Shared Function Create(parent As XmlElement) As SvgPath Dim element = parent.OwnerDocument.CreateElement("path") parent.AppendChild(element) diff --git a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Container/SvgContainer.vb b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Container/SvgContainer.vb index d597a0f27e..421d38c2c0 100644 --- a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Container/SvgContainer.vb +++ b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Container/SvgContainer.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::28e06dfdd6483f20c9a476278fd395f9, gr\Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgContainer.vb" +#Region "Microsoft.VisualBasic::da9299b813e7036f876b61a1323ec50c, gr\Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgContainer.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 41.18% ' ' Blank Lines: 24 (17.91%) - ' File Size: 5.34 KB + ' File Size: 5.33 KB ' Class SvgContainer @@ -170,7 +170,7 @@ Namespace SVG.XML ' SMRUCC/R#.global. at :line n/a For i As Integer = 0 To list.Count - 1 - node = TryCast(Element.ChildNodes(i), XmlElement) + node = TryCast(list(i), XmlElement) If Not node Is Nothing Then If node.Name = "i:pgf" Then diff --git a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Container/SvgDocument.vb b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Container/SvgDocument.vb index b74ec4478f..f1d882728b 100644 --- a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Container/SvgDocument.vb +++ b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Container/SvgDocument.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::161b294e6ba878017cfadbed35a41014, gr\Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgDocument.vb" +#Region "Microsoft.VisualBasic::c90d81e6989131c214803f8a7ccb30c2, gr\Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgDocument.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 262 - ' Code Lines: 161 (61.45%) - ' Comment Lines: 69 (26.34%) - ' - Xml Docs: 82.61% + ' Total Lines: 267 + ' Code Lines: 165 (61.80%) + ' Comment Lines: 70 (26.22%) + ' - Xml Docs: 81.43% ' - ' Blank Lines: 32 (12.21%) - ' File Size: 9.71 KB + ' Blank Lines: 32 (11.99%) + ' File Size: 9.98 KB ' Class SvgDocument @@ -66,6 +66,7 @@ Imports System.Runtime.CompilerServices Imports System.Text Imports System.Xml Imports Microsoft.VisualBasic.ComponentModel +Imports Microsoft.VisualBasic.MIME.Html.Language.CSS Imports Microsoft.VisualBasic.Text Imports Microsoft.VisualBasic.Text.Xml @@ -194,7 +195,11 @@ Namespace SVG.XML Public ReadOnly Property BackgroundFill As String Get + ' style="background-color: lightblue;" + Dim style = CssParser.ParseStyle(Me.Style) + Dim color As String = style("background-color") + Return color End Get End Property diff --git a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/SvgPath/Command.vb b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/SvgPath/Command.vb index 40c97dde9b..ce3fe79acd 100644 --- a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/SvgPath/Command.vb +++ b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/SvgPath/Command.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::b248d457d3d9e5a772c2eceb0181f036, gr\Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Command.vb" +#Region "Microsoft.VisualBasic::b2104e0e5850fbbaf141ad661e27aed6, gr\Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Command.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 32 - ' Code Lines: 24 (75.00%) - ' Comment Lines: 3 (9.38%) + ' Total Lines: 35 + ' Code Lines: 24 (68.57%) + ' Comment Lines: 3 (8.57%) ' - Xml Docs: 100.00% ' - ' Blank Lines: 5 (15.62%) - ' File Size: 1.12 KB + ' Blank Lines: 8 (22.86%) + ' File Size: 1.13 KB ' Class Command @@ -67,6 +67,7 @@ Namespace SVG.PathHelper Dim s As String = text.Trim() Dim tokens = New List(Of String)() Dim startIdx = 0 + For i = 0 To s.Length - 1 If s(i) = "-"c Then i += 1 While i < s.Length AndAlso s(i) <> "-"c AndAlso s(i) <> " "c AndAlso s(i) <> ","c @@ -79,10 +80,12 @@ Namespace SVG.PathHelper startIdx = If(i < s.Length AndAlso s(i) = "-"c, i, i + 1) Next + Return tokens End Function Public MustOverride Sub Scale(factor As Double) Public MustOverride Sub Translate(deltaX As Double, deltaY As Double) + End Class End Namespace diff --git a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/SvgPath/Interpreter.vb b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/SvgPath/Interpreter.vb index 884a8075f0..0abaa69eca 100644 --- a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/SvgPath/Interpreter.vb +++ b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/SvgPath/Interpreter.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::d53aa8baf5ca3530c0bc518abe825b29, gr\Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Interpreter.vb" +#Region "Microsoft.VisualBasic::13d45542953889ff452b0b0962b9799b, gr\Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Interpreter.vb" ' Author: ' @@ -34,19 +34,21 @@ ' Code Statistics: - ' Total Lines: 135 - ' Code Lines: 116 (85.93%) - ' Comment Lines: 3 (2.22%) + ' Total Lines: 161 + ' Code Lines: 127 (78.88%) + ' Comment Lines: 10 (6.21%) ' - Xml Docs: 100.00% ' - ' Blank Lines: 16 (11.85%) - ' File Size: 5.99 KB + ' Blank Lines: 24 (14.91%) + ' File Size: 6.60 KB ' Class Interpreter ' ' Properties: Commands ' + ' Function: ParsePathCommands + ' ' Sub: ArcTo, Close, CommandsToData, CurveTo, DataToCommands ' Format, LineTo, MoveTo, Translate ' @@ -55,6 +57,7 @@ #End Region +Imports Microsoft.VisualBasic.ComponentModel.Collection Imports Microsoft.VisualBasic.Language Namespace SVG.PathHelper @@ -68,11 +71,15 @@ Namespace SVG.PathHelper Dim d As New List(Of String) - Public Sub ArcTo(rx As Double, ry As Double, xRot As Double, large As Boolean, sweep As Boolean, x As Double, y As Double, Optional isRelative As Boolean = False) + Public Sub ArcTo(rx As Double, ry As Double, xRot As Double, large As Boolean, sweep As Boolean, x As Double, y As Double, + Optional isRelative As Boolean = False) + d += $"{If(isRelative, "a"c, "A"c)}{rx} {ry},{xRot} {Convert.ToInt32(large)},{Convert.ToInt32(sweep)} {x},{y}" End Sub - Public Sub CurveTo(x1 As Double, y1 As Double, x2 As Double, y2 As Double, x As Double, y As Double, Optional isRelative As Boolean = False) + Public Sub CurveTo(x1 As Double, y1 As Double, x2 As Double, y2 As Double, x As Double, y As Double, + Optional isRelative As Boolean = False) + d += $"{If(isRelative, "c"c, "C"c)}{x1} {y1},{x2} {y2},{x} {y}" End Sub @@ -108,85 +115,106 @@ Namespace SVG.PathHelper d.Clear() End If - For Each command In Commands + For Each command As Command In Commands d += command.ToString() Next End Sub Public Sub DataToCommands() - If Me.d.IsNullOrEmpty Then Throw New ArgumentException("The path string cannot be empty.") - Dim d As String = Me.d.JoinBy("").Trim() - If Char.ToUpper(d(0)) <> "M"c Then Throw New ArgumentException("The path string must start with a Move command.") - Dim idxStart = 1 - Commands = New List(Of Command)() - Dim commandLetters = New Char() {"M"c, "L"c, "H"c, "V"c, "C"c, "S"c, "Q"c, "T"c, "A"c, "Z"c} + If Me.d.IsNullOrEmpty Then + Throw New ArgumentException("The path string cannot be empty.") + Else + Commands = New List(Of Command)(ParsePathCommands(Me.d.JoinBy("").Trim())) + End If + End Sub + + ''' + ''' parse the svg path string as the path creator commands + ''' + ''' + ''' + ''' the first command element is always a move point command + ''' + Public Shared Iterator Function ParsePathCommands(d As String) As IEnumerable(Of Command) + Dim idxStart As Integer = 1 + Dim commandLetters As Index(Of Char) = New Char() {"M"c, "L"c, "H"c, "V"c, "C"c, "S"c, "Q"c, "T"c, "A"c, "Z"c} + + If Char.ToUpper(d(0)) <> "M"c Then + Throw New ArgumentException("The path string must start with a Move command.") + End If + For i = 1 To d.Length - 1 Dim dU = Char.ToUpper(d(i)) - If commandLetters.Contains(dU) OrElse i = d.Length - 1 Then + + If dU Like commandLetters OrElse i = d.Length - 1 Then Dim c = d(idxStart - 1) Dim idxEnd = If(i = d.Length - 1, If(dU = "Z"c, i, d.Length), i) Dim text = d.Substring(idxStart, idxEnd - idxStart) Dim tokens = Command.Parse(text) Dim cU = Char.ToUpper(c) Dim isRelative = Char.IsLower(c) + If tokens.Count > 0 Then If cU = "M"c Then If tokens.Count Mod 2 = 0 Then For j = 0 To tokens.Count - 1 Step 2 - Commands.Add(New M(tokens.GetRange(j, 2), isRelative)) + Yield New M(tokens.GetRange(j, 2), isRelative) Next End If ElseIf cU = "L"c Then If tokens.Count Mod 2 = 0 Then For j = 0 To tokens.Count - 1 Step 2 - Commands.Add(New L(tokens.GetRange(j, 2), isRelative)) + Yield New L(tokens.GetRange(j, 2), isRelative) Next End If ElseIf cU = "H"c Then For j = 0 To tokens.Count - 1 - Commands.Add(New H(tokens(j), isRelative)) + Yield New H(tokens(j), isRelative) Next ElseIf cU = "V"c Then For j = 0 To tokens.Count - 1 - Commands.Add(New V(tokens(j), isRelative)) + Yield New V(tokens(j), isRelative) Next ElseIf cU = "A"c Then If tokens.Count Mod 7 = 0 Then For j = 0 To tokens.Count - 1 Step 7 - Commands.Add(New A(tokens.GetRange(j, 7), isRelative)) + Yield New A(tokens.GetRange(j, 7), isRelative) Next End If ElseIf cU = "C"c Then If tokens.Count Mod 6 = 0 Then For j = 0 To tokens.Count - 1 Step 6 - Commands.Add(New C(tokens.GetRange(j, 6), isRelative)) + Yield New C(tokens.GetRange(j, 6), isRelative) Next End If ElseIf cU = "S"c Then If tokens.Count Mod 4 = 0 Then For j = 0 To tokens.Count - 1 Step 4 - Commands.Add(New C(tokens.GetRange(j, 4), isRelative)) + Yield New C(tokens.GetRange(j, 4), isRelative) Next End If ElseIf cU = "Q"c Then If tokens.Count Mod 4 = 0 Then For j = 0 To tokens.Count - 1 Step 4 - Commands.Add(New Q(tokens.GetRange(j, 4), isRelative)) + Yield New Q(tokens.GetRange(j, 4), isRelative) Next End If ElseIf cU = "T"c Then If tokens.Count Mod 2 = 0 Then For j = 0 To tokens.Count - 1 Step 2 - Commands.Add(New T(tokens.GetRange(j, 2), isRelative)) + Yield New T(tokens.GetRange(j, 2), isRelative) Next End If End If End If - If dU = "Z"c Then Commands.Add(New Z(Char.IsLower(d(i)))) + + If dU = "Z"c Then + Yield New Z(Char.IsLower(d(i))) + End If + idxStart = i + 1 End If Next - End Sub - + End Function End Class End Namespace diff --git a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/SvgPath/ModelBuilder.vb b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/SvgPath/ModelBuilder.vb index f8c659aa5e..eee4a84803 100644 --- a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/SvgPath/ModelBuilder.vb +++ b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/SvgPath/ModelBuilder.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::11d971fc69fc1277757f6c5009ebeacf, gr\Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\ModelBuilder.vb" +#Region "Microsoft.VisualBasic::8256dabf4d9efa12f0f6b340d0a561d0, gr\Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\ModelBuilder.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 78.18% ' ' Blank Lines: 30 (12.61%) - ' File Size: 8.84 KB + ' File Size: 8.72 KB ' Module ModelBuilder @@ -107,9 +107,9 @@ Namespace SVG.PathHelper ''' Public Function SVGPathData(path As GraphicsPath) As String - Dim points = path.PathData _ - .Points _ - .Select(Function(pt) $"{pt.X} {pt.Y}") + Dim points = path.PathData.Points _ + .Select(Function(pt) $"{pt.X} {pt.Y}") _ + .ToArray Dim sb As New StringBuilder("M" & points.First) For Each pt In points.Skip(1) @@ -154,7 +154,7 @@ Namespace SVG.PathHelper Dim parameters As New List(Of Double) Dim buffer As New List(Of Char) Dim action As Char = Text.ASCII.NUL - Dim gdiPath As New Path2D + Dim g As New Path2D Do While Not scanner.EndRead ' Get current value and move forward the Pointer @@ -164,7 +164,7 @@ Namespace SVG.PathHelper If Char.IsLetter(c) Then If Not action = Text.ASCII.NUL Then - Call gdiPath.Call(action, parameters, path) + Call g.Call(action, parameters, path) End If ' clear buffer @@ -185,47 +185,47 @@ Namespace SVG.PathHelper End If Loop - Return gdiPath.Path + Return g.Path End Function ''' ''' Invoke gdi+ path build action ''' - ''' + ''' ''' ''' ''' - Private Sub [Call](gdiPath As Path2D, action As Char, parameters As List(Of Double), path As SvgPath) + Private Sub [Call](g As Path2D, action As Char, parameters As List(Of Double), path As SvgPath) Select Case action Case "M"c - Call gdiPath.MoveTo(parameters(0), parameters(1)) + Call g.MoveTo(parameters(0), parameters(1)) Case "m"c - Call gdiPath.MoveTo(parameters(0), parameters(1), relative:=True) + Call g.MoveTo(parameters(0), parameters(1), relative:=True) Case "L"c - Call gdiPath.LineTo(parameters(0), parameters(1)) + Call g.LineTo(parameters(0), parameters(1)) Case "l"c - Call gdiPath.LineTo(parameters(0), parameters(1), relative:=True) + Call g.LineTo(parameters(0), parameters(1), relative:=True) Case "H"c ' 水平平行线 ' 变X不变Y - Call gdiPath.HorizontalTo(parameters(0)) + Call g.HorizontalTo(parameters(0)) Case "h"c - Call gdiPath.HorizontalTo(parameters(0), relative:=True) + Call g.HorizontalTo(parameters(0), relative:=True) Case "V"c ' 垂直平行线 ' 变Y不变X - Call gdiPath.VerticalTo(parameters(0)) + Call g.VerticalTo(parameters(0)) Case "v"c - Call gdiPath.VerticalTo(parameters(0), relative:=True) + Call g.VerticalTo(parameters(0), relative:=True) Case "C"c Dim i As i32 = 0 - Call gdiPath.CurveTo( + Call g.CurveTo( parameters(++i), parameters(++i), parameters(++i), @@ -236,7 +236,7 @@ Namespace SVG.PathHelper Case "c"c Dim i As i32 = 0 - Call gdiPath.CurveTo( + Call g.CurveTo( parameters(++i), parameters(++i), parameters(++i), @@ -248,19 +248,19 @@ Namespace SVG.PathHelper ) Case "S"c - Call gdiPath.SmoothCurveTo(parameters(0), parameters(1), parameters(2), parameters(4)) + Call g.SmoothCurveTo(parameters(0), parameters(1), parameters(2), parameters(4)) Case "s"c - Call gdiPath.SmoothCurveTo(parameters(0), parameters(1), parameters(2), parameters(4), relative:=True) + Call g.SmoothCurveTo(parameters(0), parameters(1), parameters(2), parameters(4), relative:=True) Case "Q"c - Call gdiPath.QuadraticBelzier(parameters(0), parameters(1), parameters(3), parameters(4)) + Call g.QuadraticBelzier(parameters(0), parameters(1), parameters(3), parameters(4)) Case "q"c - Call gdiPath.QuadraticBelzier(parameters(0), parameters(1), parameters(3), parameters(4), relative:=True) + Call g.QuadraticBelzier(parameters(0), parameters(1), parameters(3), parameters(4), relative:=True) Case "A"c Dim i As i32 = 0 - Call gdiPath.EllipticalArc( + Call g.EllipticalArc( parameters(++i), parameters(++i), parameters(++i), @@ -272,7 +272,7 @@ Namespace SVG.PathHelper Case "a"c Dim i As i32 = 0 - Call gdiPath.EllipticalArc( + Call g.EllipticalArc( parameters(++i), parameters(++i), parameters(++i), @@ -285,7 +285,7 @@ Namespace SVG.PathHelper ) Case "Z"c, "z"c - Call gdiPath.CloseAllFigures() + Call g.CloseAllFigures() Case Else Throw New NotImplementedException($"Action ""{action}""@{path.D}") End Select diff --git a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Xml/Enums/SvgEnum.vb b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Xml/Enums/SvgEnum.vb index 4a61ed4061..76a601cec7 100644 --- a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Xml/Enums/SvgEnum.vb +++ b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Xml/Enums/SvgEnum.vb @@ -1,59 +1,58 @@ #Region "Microsoft.VisualBasic::416458e2926982c7c47999fa77f6a550, gr\Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgEnum.vb" - ' Author: - ' - ' asuka (amethyst.asuka@gcmodeller.org) - ' xie (genetics@smrucc.org) - ' xieguigang (xie.guigang@live.com) - ' - ' Copyright (c) 2018 GPL3 Licensed - ' - ' - ' GNU GENERAL PUBLIC LICENSE (GPL3) - ' - ' - ' This program is free software: you can redistribute it and/or modify - ' it under the terms of the GNU General Public License as published by - ' the Free Software Foundation, either version 3 of the License, or - ' (at your option) any later version. - ' - ' This program is distributed in the hope that it will be useful, - ' but WITHOUT ANY WARRANTY; without even the implied warranty of - ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - ' GNU General Public License for more details. - ' - ' You should have received a copy of the GNU General Public License - ' along with this program. If not, see . - - - - ' /********************************************************************************/ - - ' Summaries: - - - ' Code Statistics: - - ' Total Lines: 42 - ' Code Lines: 26 (61.90%) - ' Comment Lines: 7 (16.67%) - ' - Xml Docs: 100.00% - ' - ' Blank Lines: 9 (21.43%) - ' File Size: 1.36 KB - - - ' Class SvgEnum - ' - ' Constructor: (+1 Overloads) Sub New - ' Function: Equals, GetHashCode, ToString - ' - ' - ' /********************************************************************************/ +' Author: +' +' asuka (amethyst.asuka@gcmodeller.org) +' xie (genetics@smrucc.org) +' xieguigang (xie.guigang@live.com) +' +' Copyright (c) 2018 GPL3 Licensed +' +' +' GNU GENERAL PUBLIC LICENSE (GPL3) +' +' +' This program is free software: you can redistribute it and/or modify +' it under the terms of the GNU General Public License as published by +' the Free Software Foundation, either version 3 of the License, or +' (at your option) any later version. +' +' This program is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU General Public License for more details. +' +' You should have received a copy of the GNU General Public License +' along with this program. If not, see . + + + +' /********************************************************************************/ + +' Summaries: + + +' Code Statistics: + +' Total Lines: 42 +' Code Lines: 26 (61.90%) +' Comment Lines: 7 (16.67%) +' - Xml Docs: 100.00% +' +' Blank Lines: 9 (21.43%) +' File Size: 1.36 KB + + +' Class SvgEnum +' +' Constructor: (+1 Overloads) Sub New +' Function: Equals, GetHashCode, ToString +' +' +' /********************************************************************************/ #End Region -Imports System.Collections.Generic Namespace SVG.XML.Enums diff --git a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Xml/SvgElement.vb b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Xml/SvgElement.vb index 0dcdeae2bc..9931d7f813 100644 --- a/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Xml/SvgElement.vb +++ b/gr/Microsoft.VisualBasic.Imaging/SVG/XML/Xml/SvgElement.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::17ee4123fb969348ba9307a4448729ec, gr\Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgElement.vb" +#Region "Microsoft.VisualBasic::fce69b8925c5ad7b15ee1b17ee0579dc, gr\Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgElement.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 292 - ' Code Lines: 226 (77.40%) - ' Comment Lines: 26 (8.90%) + ' Total Lines: 301 + ' Code Lines: 234 (77.74%) + ' Comment Lines: 26 (8.64%) ' - Xml Docs: 96.15% ' - ' Blank Lines: 40 (13.70%) - ' File Size: 10.94 KB + ' Blank Lines: 41 (13.62%) + ' File Size: 11.23 KB ' Class SvgElement @@ -103,7 +103,7 @@ Namespace SVG.XML Public Property Fill As String Get - Return Element.GetAttribute("fill", Attributes.FillAndStroke.Fill) + Return Element.GetAttribute("fill", defaultValue:=Attributes.FillAndStroke.Fill) End Get Set(value As String) Element.SetAttribute("fill", value) @@ -125,7 +125,7 @@ Namespace SVG.XML ''' Public Property Stroke As String Get - Return Element.GetAttribute("stroke", Attributes.FillAndStroke.Stroke) + Return Element.GetAttribute("stroke", defaultValue:=Attributes.FillAndStroke.Stroke) End Get Set(value As String) Element.SetAttribute("stroke", value) @@ -184,7 +184,7 @@ Namespace SVG.XML Public Property Visible As Boolean Get - Return Not Equals(GetStyle("display"), "none") + Return GetStyle("display") <> "none" End Get Set(value As Boolean) SetStyle("display", If(value, String.Empty, "none")) @@ -204,6 +204,32 @@ Namespace SVG.XML End Set End Property + ''' + ''' get/set of the xml attribute value of current svg element. + ''' + ''' + ''' + Default Public Property Attribute(name As String) As String + Get + Return Element.GetAttribute(name) + End Get + Set(value As String) + Element.SetAttribute(name, value) + End Set + End Property + + ''' + ''' get the xml tag name of current svg element + ''' + ''' + ''' the tag name string in lower case + ''' + Public ReadOnly Property Tag As String + Get + Return Strings.LCase(Element.LocalName) + End Get + End Property + Protected Friend Sub New(element As XmlElement) If element Is Nothing Then Throw New ArgumentNullException(NameOf(element)) diff --git a/gr/Microsoft.VisualBasic.Imaging/test/SVGTest.vb b/gr/Microsoft.VisualBasic.Imaging/test/SVGTest.vb index a4406c8918..a55f162e37 100644 --- a/gr/Microsoft.VisualBasic.Imaging/test/SVGTest.vb +++ b/gr/Microsoft.VisualBasic.Imaging/test/SVGTest.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::ba4197ddce38c692d8508f5ed6bf9097, gr\Microsoft.VisualBasic.Imaging\test\SVGTest.vb" +#Region "Microsoft.VisualBasic::ee26ec038c962fe50c1d2e989672be28, gr\Microsoft.VisualBasic.Imaging\test\SVGTest.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 0.00% ' ' Blank Lines: 35 (25.55%) - ' File Size: 4.26 KB + ' File Size: 4.25 KB ' @@ -185,4 +185,3 @@ ' Pause() ' End Sub 'End Module - diff --git a/gr/Microsoft.VisualBasic.Imaging/test/cssPaddingTest.vb b/gr/Microsoft.VisualBasic.Imaging/test/cssPaddingTest.vb index 2b780c7555..07dab5210e 100644 --- a/gr/Microsoft.VisualBasic.Imaging/test/cssPaddingTest.vb +++ b/gr/Microsoft.VisualBasic.Imaging/test/cssPaddingTest.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::4fa4d824b6e5919ecae711e5a98242fc, gr\Microsoft.VisualBasic.Imaging\test\cssPaddingTest.vb" +#Region "Microsoft.VisualBasic::03f53fbda44aacd7077b96b5f8c0717b, gr\Microsoft.VisualBasic.Imaging\test\cssPaddingTest.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 0.00% ' ' Blank Lines: 4 (25.00%) - ' File Size: 428 B + ' File Size: 426 B ' Module cssPaddingTest @@ -67,4 +67,3 @@ Module cssPaddingTest Pause() End Sub End Module - diff --git a/gr/Microsoft.VisualBasic.Imaging/test/objReaderTest.vb b/gr/Microsoft.VisualBasic.Imaging/test/objReaderTest.vb index b03c221eeb..5b8b05fd90 100644 --- a/gr/Microsoft.VisualBasic.Imaging/test/objReaderTest.vb +++ b/gr/Microsoft.VisualBasic.Imaging/test/objReaderTest.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::2388dafda77b9b1f6e77b4a3cd44568e, gr\Microsoft.VisualBasic.Imaging\test\objReaderTest.vb" +#Region "Microsoft.VisualBasic::8123357812458721f63442bf52c31376, gr\Microsoft.VisualBasic.Imaging\test\objReaderTest.vb" ' Author: ' @@ -114,4 +114,3 @@ ' End Using ' End Sub 'End Module - diff --git a/mime/application%json/BSON/BSON.vb b/mime/application%json/BSON/BSON.vb index b25f256a5a..be8265c88d 100644 --- a/mime/application%json/BSON/BSON.vb +++ b/mime/application%json/BSON/BSON.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::25b3b0256c1dcc3a95046b555ec29ab2, mime\application%json\BSON\BSON.vb" +#Region "Microsoft.VisualBasic::06a802d85c6be89f6198de83f8f1bd7f, mime\application%json\BSON\BSON.vb" ' Author: ' @@ -34,18 +34,18 @@ ' Code Statistics: - ' Total Lines: 79 - ' Code Lines: 54 (68.35%) - ' Comment Lines: 12 (15.19%) - ' - Xml Docs: 83.33% + ' Total Lines: 121 + ' Code Lines: 85 (70.25%) + ' Comment Lines: 18 (14.88%) + ' - Xml Docs: 88.89% ' - ' Blank Lines: 13 (16.46%) - ' File Size: 2.48 KB + ' Blank Lines: 18 (14.88%) + ' File Size: 4.23 KB ' Module BSONFormat ' - ' Function: GetBuffer, (+3 Overloads) Load, SafeGetBuffer + ' Function: GetBuffer, (+3 Overloads) Load, LoadList, SafeGetBuffer ' ' Sub: SafeWriteBuffer, WriteBuffer ' diff --git a/mime/application%json/BSON/BSONValue.vb b/mime/application%json/BSON/BSONValue.vb index 40fcf960e6..a4531f5e39 100644 --- a/mime/application%json/BSON/BSONValue.vb +++ b/mime/application%json/BSON/BSONValue.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::cbb8df3f4fb4ea72e5f527d5dbd0c611, mime\application%json\BSON\BSONValue.vb" +#Region "Microsoft.VisualBasic::de04640d54f96532f2dc7274cee9ef02, mime\application%json\BSON\BSONValue.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 301 - ' Code Lines: 259 (86.05%) - ' Comment Lines: 1 (0.33%) + ' Total Lines: 310 + ' Code Lines: 261 (84.19%) + ' Comment Lines: 1 (0.32%) ' - Xml Docs: 0.00% ' - ' Blank Lines: 41 (13.62%) - ' File Size: 11.02 KB + ' Blank Lines: 48 (15.48%) + ' File Size: 11.15 KB ' Class BSONValue diff --git a/mime/application%json/BSON/Decoder.vb b/mime/application%json/BSON/Decoder.vb index 8429027ca9..fc1a523de1 100644 --- a/mime/application%json/BSON/Decoder.vb +++ b/mime/application%json/BSON/Decoder.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::5e9b49816eae85084d43b530ba0b4825, mime\application%json\BSON\Decoder.vb" +#Region "Microsoft.VisualBasic::18ae4547853de4a1d1da5119e0e542b3, mime\application%json\BSON\Decoder.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 168 - ' Code Lines: 105 (62.50%) - ' Comment Lines: 29 (17.26%) - ' - Xml Docs: 13.79% + ' Total Lines: 189 + ' Code Lines: 119 (62.96%) + ' Comment Lines: 34 (17.99%) + ' - Xml Docs: 23.53% ' - ' Blank Lines: 34 (20.24%) - ' File Size: 5.92 KB + ' Blank Lines: 36 (19.05%) + ' File Size: 6.95 KB ' Class Decoder @@ -48,6 +48,7 @@ ' Constructor: (+2 Overloads) Sub New ' ' Function: decodeArray, decodeCString, decodeDocument, decodeElement, decodeString + ' getDocumentOffset ' ' Sub: (+2 Overloads) Dispose ' diff --git a/mime/application%json/BSON/Encoder.vb b/mime/application%json/BSON/Encoder.vb index 54395bf2b6..7b51313eb3 100644 --- a/mime/application%json/BSON/Encoder.vb +++ b/mime/application%json/BSON/Encoder.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::e095b2781c36f2bb7504e96e8921b727, mime\application%json\BSON\Encoder.vb" +#Region "Microsoft.VisualBasic::cac18f330d4cbf5e4002003106d52af2, mime\application%json\BSON\Encoder.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 0.00% ' ' Blank Lines: 20 (13.70%) - ' File Size: 5.76 KB + ' File Size: 5.75 KB ' Class Encoder diff --git a/mime/application%json/BSON/ValueType.vb b/mime/application%json/BSON/ValueType.vb index 5631c2cafd..1c5a2ca16a 100644 --- a/mime/application%json/BSON/ValueType.vb +++ b/mime/application%json/BSON/ValueType.vb @@ -1,57 +1,63 @@ -#Region "Microsoft.VisualBasic::b9a8ea37a6d8a2df83f45fe4bcddcf33, mime\application%json\BSON\ValueType.vb" - -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . - - - -' /********************************************************************************/ - -' Summaries: - - -' Code Statistics: - -' Total Lines: 16 -' Code Lines: 15 (93.75%) -' Comment Lines: 0 (0.00%) -' - Xml Docs: 0.00% -' -' Blank Lines: 1 (6.25%) -' File Size: 340 B - - -' Enum ValueType -' -' -' -' -' -' -' -' /********************************************************************************/ +#Region "Microsoft.VisualBasic::80bb9318b8dd0a873ee3ea9eab63e99a, mime\application%json\BSON\ValueType.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + + ' Code Statistics: + + ' Total Lines: 47 + ' Code Lines: 30 (63.83%) + ' Comment Lines: 9 (19.15%) + ' - Xml Docs: 88.89% + ' + ' Blank Lines: 8 (17.02%) + ' File Size: 1.17 KB + + + ' Enum ValueType + ' + ' + ' + ' + ' + ' + ' Class ObjectId + ' + ' Properties: value + ' + ' Function: ReadIdValue, ToString + ' + ' + ' /********************************************************************************/ #End Region diff --git a/mime/application%json/JSONtest/big_bson_reader.vb b/mime/application%json/JSONtest/big_bson_reader.vb index 62ffb67885..7a3b8fa3d5 100644 --- a/mime/application%json/JSONtest/big_bson_reader.vb +++ b/mime/application%json/JSONtest/big_bson_reader.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::2e27929fc178f3df28c09345cc9491b3, mime\application%json\JSONtest\big_bson_reader.vb" +#Region "Microsoft.VisualBasic::982ef18214f22708b920803d8766cf48, mime\application%json\JSONtest\big_bson_reader.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 0.00% ' ' Blank Lines: 2 (33.33%) - ' File Size: 69 B + ' File Size: 67 B ' Module big_bson_reader @@ -57,4 +57,3 @@ Module big_bson_reader End Sub End Module - diff --git a/mime/application%json/Javascript/JsonValue.vb b/mime/application%json/Javascript/JsonValue.vb index 4764f41bca..35af56a915 100644 --- a/mime/application%json/Javascript/JsonValue.vb +++ b/mime/application%json/Javascript/JsonValue.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::80107e9227b3aeddbd1e8132bce5e2b1, mime\application%json\Javascript\JsonValue.vb" +#Region "Microsoft.VisualBasic::7df70af12e0a961c18d8b885254e6aae, mime\application%json\Javascript\JsonValue.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 152 - ' Code Lines: 106 (69.74%) - ' Comment Lines: 27 (17.76%) + ' Total Lines: 154 + ' Code Lines: 106 (68.83%) + ' Comment Lines: 29 (18.83%) ' - Xml Docs: 100.00% ' - ' Blank Lines: 19 (12.50%) - ' File Size: 5.07 KB + ' Blank Lines: 19 (12.34%) + ' File Size: 5.19 KB ' Class JsonValue diff --git a/mime/application%json/Serializer/JSONSerializer.vb b/mime/application%json/Serializer/JSONSerializer.vb index 9d8762b377..aa41fe647d 100644 --- a/mime/application%json/Serializer/JSONSerializer.vb +++ b/mime/application%json/Serializer/JSONSerializer.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::286d5f88062d5ac1b57aa14ef1fe4b0d, mime\application%json\Serializer\JSONSerializer.vb" +#Region "Microsoft.VisualBasic::7914838ee83aeedb9b33ec7acf7ee005, mime\application%json\Serializer\JSONSerializer.vb" ' Author: ' @@ -34,19 +34,19 @@ ' Code Statistics: - ' Total Lines: 204 - ' Code Lines: 144 (70.59%) - ' Comment Lines: 33 (16.18%) + ' Total Lines: 219 + ' Code Lines: 156 (71.23%) + ' Comment Lines: 33 (15.07%) ' - Xml Docs: 87.88% ' - ' Blank Lines: 27 (13.24%) - ' File Size: 7.49 KB + ' Blank Lines: 30 (13.70%) + ' File Size: 7.95 KB ' Module JSONSerializer ' - ' Function: (+2 Overloads) BuildJsonString, CreateJSONElement, encodeString, GetJson, jsonArrayString - ' jsonObjectString, jsonValueString + ' Function: (+2 Overloads) BuildJsonString, CreateArray, CreateJSONElement, encodeString, GetJson + ' jsonArrayString, jsonObjectString, jsonValueString ' ' /********************************************************************************/ diff --git a/mime/text%html/CSS/Elements/FontStyle.vb b/mime/text%html/CSS/Elements/FontStyle.vb index 34edaef916..a1083eec9b 100644 --- a/mime/text%html/CSS/Elements/FontStyle.vb +++ b/mime/text%html/CSS/Elements/FontStyle.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::f3a7aa249eb796961f28712053e2d72d, mime\text%html\CSS\Elements\FontStyle.vb" +#Region "Microsoft.VisualBasic::ca039f10e8b3a95a088e04098c4f9f7b, mime\text%html\CSS\Elements\FontStyle.vb" ' Author: ' @@ -40,7 +40,7 @@ ' - Xml Docs: 89.47% ' ' Blank Lines: 35 (10.94%) - ' File Size: 14.57 KB + ' File Size: 14.56 KB ' Class CSSFont diff --git a/mime/text%html/CSS/Elements/Padding.vb b/mime/text%html/CSS/Elements/Padding.vb index b865ca3a22..46258b5a55 100644 --- a/mime/text%html/CSS/Elements/Padding.vb +++ b/mime/text%html/CSS/Elements/Padding.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::66797c212a8ce90620b17019fb3856a6, mime\text%html\CSS\Elements\Padding.vb" +#Region "Microsoft.VisualBasic::d45de3d760e45f1184097fe7a3577f2c, mime\text%html\CSS\Elements\Padding.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 378 - ' Code Lines: 224 (59.26%) - ' Comment Lines: 108 (28.57%) + ' Total Lines: 388 + ' Code Lines: 233 (60.05%) + ' Comment Lines: 108 (27.84%) ' - Xml Docs: 98.15% ' - ' Blank Lines: 46 (12.17%) - ' File Size: 14.76 KB + ' Blank Lines: 47 (12.11%) + ' File Size: 15.11 KB ' Structure PaddingLayout diff --git a/mime/text%html/Parser/CSS/Parser.vb b/mime/text%html/Parser/CSS/Parser.vb index 406fa5096c..1bbe91f0da 100644 --- a/mime/text%html/Parser/CSS/Parser.vb +++ b/mime/text%html/Parser/CSS/Parser.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::7f997cedcde30264300280072f888317, mime\text%html\Parser\CSS\Parser.vb" +#Region "Microsoft.VisualBasic::0ce49e1fe4202af26f1b5718ca4a56b9, mime\text%html\Parser\CSS\Parser.vb" ' Author: ' @@ -37,10 +37,10 @@ ' Total Lines: 206 ' Code Lines: 131 (63.59%) ' Comment Lines: 50 (24.27%) - ' - Xml Docs: 88.00% + ' - Xml Docs: 90.00% ' ' Blank Lines: 25 (12.14%) - ' File Size: 7.63 KB + ' File Size: 7.72 KB ' Module CssParser @@ -162,7 +162,7 @@ Namespace Language.CSS End Function ''' - ''' + ''' Parse the css style string for a given selector, example as: ``background-color: lightblue;`` ''' ''' the style text inside an element node selector ''' diff --git a/mime/text%html/Render/CSS/CssLength.vb b/mime/text%html/Render/CSS/CssLength.vb index 44fdaea6a6..1983ae088e 100644 --- a/mime/text%html/Render/CSS/CssLength.vb +++ b/mime/text%html/Render/CSS/CssLength.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::232f28c9c90fc765bec390d0321d2e42, mime\text%html\Render\CSS\CssLength.vb" +#Region "Microsoft.VisualBasic::93a398cbb668dc353321f63846bfeb22, mime\text%html\Render\CSS\CssLength.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 198 - ' Code Lines: 107 (54.04%) - ' Comment Lines: 50 (25.25%) - ' - Xml Docs: 88.00% + ' Total Lines: 206 + ' Code Lines: 113 (54.85%) + ' Comment Lines: 51 (24.76%) + ' - Xml Docs: 86.27% ' - ' Blank Lines: 41 (20.71%) - ' File Size: 6.78 KB + ' Blank Lines: 42 (20.39%) + ' File Size: 7.03 KB ' Class CssLength diff --git a/mime/text%markdown/MarkdownRender.vb b/mime/text%markdown/MarkdownRender.vb index d4834d799c..3f5333b48e 100644 --- a/mime/text%markdown/MarkdownRender.vb +++ b/mime/text%markdown/MarkdownRender.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::0b4fb004626c786c8a8545a9c20aa2c0, mime\text%markdown\MarkdownRender.vb" +#Region "Microsoft.VisualBasic::7517fd2c34db7dbcbe5a9f2035763747, mime\text%markdown\MarkdownRender.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 368 - ' Code Lines: 267 (72.55%) - ' Comment Lines: 19 (5.16%) + ' Total Lines: 374 + ' Code Lines: 270 (72.19%) + ' Comment Lines: 19 (5.08%) ' - Xml Docs: 73.68% ' - ' Blank Lines: 82 (22.28%) - ' File Size: 14.02 KB + ' Blank Lines: 85 (22.73%) + ' File Size: 14.26 KB ' Class MarkdownRender diff --git a/mime/text%markdown/Render/HtmlRender.vb b/mime/text%markdown/Render/HtmlRender.vb index d35ab36c7a..f70ad34c83 100644 --- a/mime/text%markdown/Render/HtmlRender.vb +++ b/mime/text%markdown/Render/HtmlRender.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::011ead56698b448ff1764ab73cf402a9, mime\text%markdown\Render\HtmlRender.vb" +#Region "Microsoft.VisualBasic::4235e1e0cb9995d1e357a1b92a205c22, mime\text%markdown\Render\HtmlRender.vb" ' Author: ' @@ -34,23 +34,28 @@ ' Code Statistics: - ' Total Lines: 130 - ' Code Lines: 90 (69.23%) - ' Comment Lines: 13 (10.00%) + ' Total Lines: 136 + ' Code Lines: 94 (69.12%) + ' Comment Lines: 13 (9.56%) ' - Xml Docs: 84.62% ' - ' Blank Lines: 27 (20.77%) - ' File Size: 4.11 KB + ' Blank Lines: 29 (21.32%) + ' File Size: 4.41 KB ' Class HtmlRender ' ' Properties: image_class + ' Delegate Function + ' + ' Properties: CodeSyntaxHighlight + ' + ' Function: AnchorLink, BlockQuote, Bold, CodeBlock, CodeSpan + ' Document, escapeHtml, Header, HorizontalLine, Image + ' Italic, List, NewLine, Paragraph, Table + ' Underline + ' ' - ' Function: AnchorLink, BlockQuote, Bold, CodeBlock, CodeSpan - ' Document, escapeHtml, Header, HorizontalLine, Image - ' Italic, List, NewLine, Paragraph, Table - ' Underline ' ' /********************************************************************************/ diff --git a/mime/text%markdown/test/Program.vb b/mime/text%markdown/test/Program.vb index de76592bda..cec82b43fa 100644 --- a/mime/text%markdown/test/Program.vb +++ b/mime/text%markdown/test/Program.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::955eb33ceab7d4cb6d12b7542e1a6851, mime\text%markdown\test\Program.vb" +#Region "Microsoft.VisualBasic::4dcba88feef6ecee3a82589acb06a0d0, mime\text%markdown\test\Program.vb" ' Author: ' @@ -34,13 +34,13 @@ ' Code Statistics: - ' Total Lines: 128 - ' Code Lines: 81 (63.28%) + ' Total Lines: 148 + ' Code Lines: 95 (64.19%) ' Comment Lines: 0 (0.00%) ' - Xml Docs: 0.00% ' - ' Blank Lines: 47 (36.72%) - ' File Size: 2.12 KB + ' Blank Lines: 53 (35.81%) + ' File Size: 2.72 KB ' Module Program diff --git a/mime/text%yaml/1.2/ParserCustom.vb b/mime/text%yaml/1.2/ParserCustom.vb index 3f8db84d30..d60d862d04 100644 --- a/mime/text%yaml/1.2/ParserCustom.vb +++ b/mime/text%yaml/1.2/ParserCustom.vb @@ -76,7 +76,7 @@ Namespace Grammar If success Then Return stream Else - Dim message$ = parser.GetEorrorMessages() + Dim message$ = parser.GetErrorMessageText() Throw New Exception(message) End If End Function diff --git a/mime/text%yaml/1.2/Serialization/Serialization.vb b/mime/text%yaml/1.2/Serialization/Serialization.vb index 04ba878135..1b8eabc2b8 100644 --- a/mime/text%yaml/1.2/Serialization/Serialization.vb +++ b/mime/text%yaml/1.2/Serialization/Serialization.vb @@ -71,7 +71,7 @@ Public Module Serialization If success Then Return yamlStream.Load(Of T) Else - Dim ex As New Exception(parser.GetEorrorMessages()) + Dim ex As New Exception(parser.GetErrorMessageText()) Throw New Exception(path.ToFileURL, ex) End If End Function diff --git a/mime/text%yaml/1.2/TextParserCommon.vb b/mime/text%yaml/1.2/TextParserCommon.vb index 43be475472..1b4bde19da 100644 --- a/mime/text%yaml/1.2/TextParserCommon.vb +++ b/mime/text%yaml/1.2/TextParserCommon.vb @@ -1,65 +1,65 @@ #Region "Microsoft.VisualBasic::ab2cbe52d16bbe81bd3fc924abc28a90, mime\text%yaml\1.2\TextParserCommon.vb" - ' Author: - ' - ' asuka (amethyst.asuka@gcmodeller.org) - ' xie (genetics@smrucc.org) - ' xieguigang (xie.guigang@live.com) - ' - ' Copyright (c) 2018 GPL3 Licensed - ' - ' - ' GNU GENERAL PUBLIC LICENSE (GPL3) - ' - ' - ' This program is free software: you can redistribute it and/or modify - ' it under the terms of the GNU General Public License as published by - ' the Free Software Foundation, either version 3 of the License, or - ' (at your option) any later version. - ' - ' This program is distributed in the hope that it will be useful, - ' but WITHOUT ANY WARRANTY; without even the implied warranty of - ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - ' GNU General Public License for more details. - ' - ' You should have received a copy of the GNU General Public License - ' along with this program. If not, see . - - - - ' /********************************************************************************/ - - ' Summaries: - - - ' Code Statistics: - - ' Total Lines: 124 - ' Code Lines: 98 (79.03%) - ' Comment Lines: 11 (8.87%) - ' - Xml Docs: 100.00% - ' - ' Blank Lines: 15 (12.10%) - ' File Size: 4.59 KB - - - ' Class YamlParser - ' - ' Properties: Position - ' - ' Constructor: (+1 Overloads) Sub New - ' - ' Function: [Error], GetEorrorMessages, MatchTerminal, MatchTerminalRange, MatchTerminalSet - ' MatchTerminalString, (+2 Overloads) TerminalMatch - ' - ' Sub: ClearError, SetInput - ' - ' - ' /********************************************************************************/ +' Author: +' +' asuka (amethyst.asuka@gcmodeller.org) +' xie (genetics@smrucc.org) +' xieguigang (xie.guigang@live.com) +' +' Copyright (c) 2018 GPL3 Licensed +' +' +' GNU GENERAL PUBLIC LICENSE (GPL3) +' +' +' This program is free software: you can redistribute it and/or modify +' it under the terms of the GNU General Public License as published by +' the Free Software Foundation, either version 3 of the License, or +' (at your option) any later version. +' +' This program is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU General Public License for more details. +' +' You should have received a copy of the GNU General Public License +' along with this program. If not, see . + + + +' /********************************************************************************/ + +' Summaries: + + +' Code Statistics: + +' Total Lines: 124 +' Code Lines: 98 (79.03%) +' Comment Lines: 11 (8.87%) +' - Xml Docs: 100.00% +' +' Blank Lines: 15 (12.10%) +' File Size: 4.59 KB + + +' Class YamlParser +' +' Properties: Position +' +' Constructor: (+1 Overloads) Sub New +' +' Function: [Error], GetEorrorMessages, MatchTerminal, MatchTerminalRange, MatchTerminalSet +' MatchTerminalString, (+2 Overloads) TerminalMatch +' +' Sub: ClearError, SetInput +' +' +' /********************************************************************************/ #End Region -Imports System.Text +Imports System.Runtime.CompilerServices Imports Microsoft.VisualBasic.ComponentModel.TagData Imports Microsoft.VisualBasic.Language @@ -76,9 +76,9 @@ Namespace Grammar Public Sub New() End Sub - Private Sub SetInput(input__1 As ParserInput(Of Char)) - Input = input__1 - Position = 0 + Private Sub SetInput(input As ParserInput(Of Char)) + Me.Input = input + Me.Position = 0 End Sub Private Function TerminalMatch(terminal As Char) As Boolean @@ -159,7 +159,7 @@ Namespace Grammar Private Function [Error](message As String) As Integer Errors += New LineValue(Of String) With { - .Line = _Position, + .line = _Position, .value = message } Return Errors.Count @@ -173,13 +173,20 @@ Namespace Grammar ''' 获取得到解析的过程之中的错误消息 ''' ''' - Public Function GetEorrorMessages() As String - Dim text As New StringBuilder() + ''' + + Public Function GetErrorMessageText() As String + Return BuildErrorMessages.JoinBy(vbCrLf) + End Function + + ''' + ''' 获取得到解析的过程之中的错误消息 + ''' + ''' + Public Iterator Function BuildErrorMessages() As IEnumerable(Of String) For Each msg As LineValue(Of String) In Errors - text.Append(Input.FormErrorMessage(msg.Line, msg.value)) - text.AppendLine() + Yield Input.FormErrorMessage(msg.line, msg.value) Next - Return text.ToString() End Function End Class End Namespace diff --git a/mime/text%yaml/text.yaml.vbproj b/mime/text%yaml/text.yaml.vbproj index 543daeb1fc..3d13aff59d 100644 --- a/mime/text%yaml/text.yaml.vbproj +++ b/mime/text%yaml/text.yaml.vbproj @@ -3,7 +3,7 @@ Microsoft.VisualBasic.MIME.text.yaml Microsoft.VisualBasic.MIME.text.yaml - net6.0-windows;net6.0;net48 + net8.0-windows;net8.0;net48 AnyCPU;x64 Debug;Release;LipidSearch;Rsharp_app_release;mzkit;gcmodeller_desktop;nuget_release true diff --git a/nuget.sln b/nuget.sln index 4149f80151..dee5857098 100644 --- a/nuget.sln +++ b/nuget.sln @@ -10583,8 +10583,8 @@ Global {2A8F4B2B-0892-44C5-B1C0-B5001B8D8AD0}.nuget_release|Any CPU.Build.0 = Debug|Any CPU {2A8F4B2B-0892-44C5-B1C0-B5001B8D8AD0}.nuget_release|ARM32.ActiveCfg = Debug|Any CPU {2A8F4B2B-0892-44C5-B1C0-B5001B8D8AD0}.nuget_release|ARM32.Build.0 = Debug|Any CPU - {2A8F4B2B-0892-44C5-B1C0-B5001B8D8AD0}.nuget_release|x64.ActiveCfg = Debug|x64 - {2A8F4B2B-0892-44C5-B1C0-B5001B8D8AD0}.nuget_release|x64.Build.0 = Debug|x64 + {2A8F4B2B-0892-44C5-B1C0-B5001B8D8AD0}.nuget_release|x64.ActiveCfg = nuget_release|x64 + {2A8F4B2B-0892-44C5-B1C0-B5001B8D8AD0}.nuget_release|x64.Build.0 = nuget_release|x64 {2A8F4B2B-0892-44C5-B1C0-B5001B8D8AD0}.nuget_release|x86.ActiveCfg = Debug|Any CPU {2A8F4B2B-0892-44C5-B1C0-B5001B8D8AD0}.nuget_release|x86.Build.0 = Debug|Any CPU {2A8F4B2B-0892-44C5-B1C0-B5001B8D8AD0}.PlantMAT|Any CPU.ActiveCfg = Debug|Any CPU diff --git a/proj_stats.csv b/proj_stats.csv index 5f876208dd..d4cc4a9248 100644 --- a/proj_stats.csv +++ b/proj_stats.csv @@ -1,3738 +1,3765 @@ proj,files,totalLines,commentLines,blankLines,lineOfCodes,class,property,method,functions,operator,size(bytes),size -G:\GCModeller\src\runtime\sciBASIC#\CLI_tools\rundll32\rundll32.vbproj,rundll32\Program.vb,106,3,17,86,1,0,0,3,0,4505,4.50 KB -G:\GCModeller\src\runtime\sciBASIC#\CLI_tools\rundll32\rundll32.vbproj,,106,3,17,86,1,0,0,3,0,4505,4.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\BufferRegion.vb,50,15,8,27,1,4,3,1,0,1208,1.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\ByteBuffer.vb,358,35,40,283,1,0,7,44,0,11562,11.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\ByteOrder\ByteOrder.vb,20,11,4,5,1,0,0,0,0,484,484 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\ByteOrder\ByteOrderHelper.vb,61,9,8,44,1,1,1,4,0,2098,2.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\ByteOrder\NetworkByteOrderBitConvertor.vb,282,80,28,174,1,0,1,21,0,10936,10.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\BZip2InputStream.vb,236,43,44,149,1,5,6,4,0,9599,9.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\BZip2OutputStream.vb,196,31,33,132,1,5,9,2,0,8161,8.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2BitInputStream.vb,104,27,18,59,1,0,1,4,0,4001,4.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2BitOutputStream.vb,108,42,19,47,1,0,6,0,0,3735,3.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2BlockCompressor.vb,265,76,49,140,1,2,4,2,0,10234,10.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2BlockDecompressor.vb,403,131,84,188,1,0,3,5,0,19830,19.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2DivSufSort.vb,2558,27,512,2019,7,0,24,20,0,94863,94.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2HuffmanStageDecoder.vb,163,49,35,79,1,0,2,1,0,7037,7.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2HuffmanStageEncoder.vb,331,82,68,181,1,0,8,1,0,14725,14.72 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\Bzip2MTFAndRLE2StageEncoder.vb,176,31,33,112,1,4,2,0,0,6873,6.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Math\CRC32.vb,48,15,7,26,1,1,2,0,0,4775,4.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Math\HuffmanAllocator.vb,198,43,32,123,1,0,4,3,0,8117,8.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Math\MoveToFront.vb,58,15,8,35,1,0,1,2,0,1949,1.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Extensions\Extensions.vb,161,42,24,95,2,1,1,8,0,4899,4.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Extensions\FixLengthString.vb,27,0,6,21,1,0,1,2,0,677,677 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Extensions\IByteReader.vb,7,0,2,5,1,1,0,2,0,170,170 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Extensions\IByteWriter.vb,4,0,0,4,1,0,2,0,0,102,102 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Extensions\MSWindows.vb,18,15,1,2,1,0,0,0,0,808,808 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Properties\AssemblyInfo.vb,19,0,3,16,0,0,0,0,0,655,655 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\BinaryDataReader.vb,739,293,76,370,1,6,12,44,0,32505,32.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\BinaryDataWriter.vb,611,266,59,286,1,4,32,14,0,25532,25.53 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\BinaryDateTimeFormat.vb,14,9,1,4,1,0,0,0,0,423,423 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\BinaryStringFormat.vb,37,25,4,8,1,0,0,0,0,1287,1.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\Helpers.vb,49,0,13,36,2,2,0,2,0,1137,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\Offset.vb,39,21,3,15,1,2,2,0,0,1581,1.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\SeekTask.vb,42,21,5,16,1,2,2,1,0,1799,1.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\StreamReader\BindAttribute.vb,18,3,3,12,1,2,1,1,0,529,529 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\StreamReader\FieldAttribute.vb,74,17,11,46,1,3,1,2,0,2458,2.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\StreamReader\ReaderProvider.vb,215,55,28,132,1,3,8,2,0,7681,7.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\XDR\Unpacker.vb,51,0,10,41,1,2,1,4,0,1592,1.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\XDR\XdrEncoding.vb,171,52,22,97,1,0,6,10,0,6151,6.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,,7911,1581,1301,5029,43,50,153,206,0,310173,310.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\ASN.1\Extensions.vb,26,0,8,18,1,0,0,2,0,1064,1.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\ASN.1\Index.vb,8,0,2,6,1,0,0,0,0,188,188 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\ASN.1\StreamReader.vb,190,18,36,136,1,1,1,8,0,6076,6.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2794,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\Tabular\FrameReader.vb,47,5,7,35,1,0,0,1,0,1575,1.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\Tabular\FrameWriter.vb,95,8,17,70,1,0,2,1,0,3416,3.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\Tabular\Schema.vb,52,4,12,36,2,7,4,0,0,1357,1.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\demoCDFWrite.vb,34,1,7,26,1,0,1,0,0,1667,1.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\HDF5test.vb,144,14,39,91,1,0,2,0,0,5267,5.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\Module1.vb,75,0,25,50,1,0,4,0,0,2398,2.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\SQLParserTest.vb,99,0,14,85,1,0,5,0,0,3791,3.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1043,1.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2769,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2954,2.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,,1016,129,204,683,15,14,20,12,0,36793,36.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\BasisType.vb,13,9,0,4,1,0,0,0,0,355,355 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Column.vb,526,174,71,281,2,9,16,20,0,20710,20.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\ColumnEnumerable.vb,88,21,14,53,2,2,4,4,0,2600,2.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\ColumnMap.vb,71,16,9,46,1,1,1,0,0,2393,2.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\DataFrame.Mapping.vb,686,124,114,448,1,0,0,25,0,31210,31.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\DataFrame.vb,634,102,113,419,1,7,3,28,0,24524,24.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\FeatherReader.vb,752,69,88,595,1,0,0,15,0,32020,32.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\FeatherWriter.vb,3538,121,738,2679,2,3,129,14,0,119259,119.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\ProxyDataFrame.vb,264,95,31,138,2,9,2,9,0,9451,9.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\ProxyRowEnumerable.vb,91,21,15,55,2,2,4,4,0,2797,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Row.vb,502,127,88,287,2,4,7,22,0,24851,24.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\RowEnumerable.vb,88,21,14,53,2,2,4,4,0,2502,2.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\RowMap.vb,51,11,7,33,1,1,1,0,0,1683,1.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\TypedColumn.vb,447,174,56,217,2,8,18,16,0,17013,17.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\TypedDataFrame.vb,945,237,116,592,10,45,10,14,0,30979,30.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\TypedRow.vb,1636,619,186,831,9,54,35,97,0,57019,57.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\TypedRowEnumerable.vb,91,21,15,55,2,2,4,4,0,2695,2.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Value.vb,2109,64,453,1592,1,8,1,66,0,83269,83.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\CollectionLengthLookup.vb,40,1,10,29,1,0,0,2,0,1754,1.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\ColumnMetadata.vb,72,3,16,53,1,11,1,0,0,3852,3.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\ColumnSpec.vb,626,20,147,459,6,8,0,8,0,27610,27.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\DataWidener.vb,1191,5,229,957,1,0,0,36,0,43409,43.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\EnumDetails.vb,118,3,19,96,1,0,0,6,0,5334,5.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\EnumMapper.vb,58,1,7,50,1,0,1,1,0,2509,2.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\FeatherMagic.vb,13,0,2,11,1,0,0,0,0,733,733 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\IColumn.vb,33,0,7,26,1,4,9,5,0,1578,1.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\IDataFrame.vb,19,0,5,14,1,5,0,4,0,883,883 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\IRow.vb,21,0,5,16,1,2,3,6,0,949,949 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata.vb,6,0,0,6,1,2,0,0,0,161,161 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\MultiStreamProvider.vb,274,2,52,220,4,8,13,7,0,9553,9.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\SyntheticEnum.vb,81,1,18,62,3,0,2,6,0,3176,3.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\UnsafeArrayReader.vb,31,0,6,25,1,0,2,0,0,1743,1.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\ValueCaster.vb,63,0,14,49,1,0,1,1,0,2942,2.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\WriteColumnConfig.vb,21,0,2,19,1,6,1,0,0,727,727 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\WriterAdapterLookup.vb,329,9,59,261,8,2,1,12,0,21424,21.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\ByteBuffer.vb,263,37,43,183,1,3,17,15,0,10126,10.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\FlatBufferBuilder.vb,703,267,84,352,1,3,49,5,0,28519,28.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\FlatBufferConstants.vb,22,14,3,5,1,0,0,0,0,781,781 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\IFlatbufferObject.vb,26,17,3,6,1,1,1,0,0,927,927 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\Offset.vb,53,17,7,29,3,0,3,3,0,1766,1.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\Struct.vb,25,17,2,6,1,0,0,0,0,908,908 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\Table.vb,141,29,19,93,1,1,0,12,0,6054,6.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\CategoryMetadata.vb,68,3,8,57,1,3,4,5,0,3034,3.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\Column.vb,102,2,9,91,1,5,7,8,0,4662,4.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\CTable.vb,125,4,11,110,1,6,9,9,0,5528,5.53 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\DateMetadata.vb,41,1,7,33,1,1,2,4,0,1586,1.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\Encoding.vb,11,1,4,6,1,0,0,0,0,211,211 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\PrimitiveArray.vb,111,6,8,97,1,7,8,5,0,4838,4.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\TimeMetadata.vb,56,1,8,47,1,2,3,5,0,2276,2.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\TimestampMetadata.vb,72,3,9,60,1,3,4,6,0,3134,3.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\TimeUnit.vb,13,1,4,8,1,0,0,0,0,262,262 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\Type.vb,26,1,4,21,1,0,0,0,0,505,505 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\TypeMetadata.vb,14,1,4,9,1,0,0,0,0,302,302 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,,17400,2493,2963,11944,98,240,380,513,0,669086,669.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\FileDump.vb,23,7,4,12,2,0,2,0,0,654,654 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\HDF5File.vb,184,52,31,101,1,3,6,4,0,7300,7.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\HDF5Ptr.vb,33,10,7,16,1,1,1,1,0,860,860 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\HDF5Reader.vb,205,38,29,138,1,14,5,3,0,7369,7.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\Abstract.vb,57,9,12,36,1,5,0,3,0,2093,2.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\ChunkedDatasetV3.vb,297,81,55,161,3,11,2,11,0,11824,11.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\CompactDataset.vb,42,20,6,16,1,3,0,1,0,1397,1.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\ContiguousDataset.vb,47,25,6,16,1,3,0,1,0,1867,1.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\filters\filters.vb,30,3,7,20,2,4,0,2,0,1120,1.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\filters\IFilter.vb,25,13,5,7,1,2,0,1,0,763,763 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\filters\ReservedFilters.vb,36,24,1,11,1,0,0,0,0,914,914 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\BinaryFileReader.vb,122,3,26,93,1,1,5,4,0,3952,3.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\BinaryReader.vb,282,38,52,192,1,6,7,10,0,9207,9.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\GlobalHeapId.vb,28,0,6,22,1,3,1,1,0,721,721 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\MemoryReader.vb,73,2,18,53,1,1,3,2,0,2024,2.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\ReadHelper.vb,211,33,41,137,1,0,1,13,0,7343,7.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\datasetReader\DatasetReader.vb,207,26,30,151,1,0,3,7,0,9232,9.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\datasetReader\EnumDatasetReader.vb,131,25,13,93,1,0,4,2,0,6036,6.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\datasetReader\VariableLengthDatasetReader.vb,126,27,20,79,1,0,1,3,0,5084,5.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataBTree.vb,40,6,10,24,1,0,1,3,0,1134,1.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataChunk.vb,101,47,17,37,1,4,2,0,0,4124,4.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataChunkIterator.vb,43,7,12,24,1,1,2,2,0,1286,1.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObject.vb,64,14,15,35,1,2,2,0,0,2038,2.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjectFacade.vb,257,42,49,166,1,7,3,4,0,10551,10.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Group.vb,91,20,19,52,1,2,3,1,0,3062,3.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\GroupBTree.vb,89,9,23,57,1,2,3,0,0,2952,2.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\GroupNode.vb,98,23,24,51,1,4,2,0,0,3818,3.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Layout.vb,106,24,14,68,1,9,2,1,0,3772,3.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\LayoutField.vb,34,6,8,20,1,5,1,1,0,1031,1.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\ObjectHeaderScratchpadFormat.vb,46,6,12,28,1,3,2,1,0,1714,1.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\StructureMember.vb,67,7,17,43,1,4,2,1,0,2197,2.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Superblock.vb,209,27,38,144,1,18,5,3,0,9416,9.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\SymbolicLinkScratchpadFormat.vb,39,6,12,21,1,2,2,0,0,1299,1.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\SymbolTableEntry.vb,120,16,25,79,1,8,2,0,0,5196,5.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\LayoutClass.vb,41,32,1,8,1,0,0,0,0,2105,2.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Message.vb,22,13,2,7,1,0,1,0,0,1129,1.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\ObjectHeader.vb,96,9,25,62,1,5,3,1,0,3673,3.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\ObjectHeaderMessage.vb,156,8,20,128,1,17,2,1,0,8368,8.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\ObjectHeaderMessageType.vb,183,85,15,83,2,2,1,3,0,8633,8.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\AttributeMessage.vb,156,17,35,104,1,6,2,2,0,5674,5.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\BogusMessage.vb,25,6,6,13,1,1,2,0,0,791,791 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\ContinueMessage.vb,42,6,11,25,1,3,2,0,0,1482,1.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\DataLayoutMessage.vb,180,51,31,98,1,8,4,0,0,7288,7.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\DataspaceMessage.vb,116,34,19,63,1,7,2,0,0,4725,4.72 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\DataTypeMessage.vb,221,30,33,158,1,6,2,1,0,9380,9.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\FillValueMessage.vb,75,11,16,48,1,7,2,0,0,2722,2.72 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\FillValueOldMessage.vb,51,21,10,20,1,2,2,0,0,1951,1.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\FilterPipelineMessage.vb,137,40,23,74,2,10,4,4,0,5718,5.72 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\GroupMessage.vb,57,19,13,25,1,2,2,1,0,1882,1.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\LastModifiedMessage.vb,44,6,13,25,1,2,2,1,0,1285,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\LinkMessage.vb,99,26,19,54,1,8,2,0,0,3653,3.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Infrastructure\GlobalHeap.vb,182,78,28,76,2,8,3,1,0,7669,7.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Infrastructure\LocalHeap.vb,123,15,27,81,1,7,2,2,0,4675,4.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Infrastructure\BTree\BTreeEntry.vb,44,6,13,25,1,2,2,1,0,1321,1.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Infrastructure\BTree\BTreeNode.vb,266,111,40,115,1,7,3,2,0,11075,11.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Infrastructure\BTree\BTreeNodeTypes.vb,19,10,3,6,1,0,0,0,0,541,541 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\DataType.vb,19,4,6,9,1,3,0,0,0,492,492 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\DataTypes.vb,58,39,2,17,2,0,0,0,0,1525,1.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\EnumDataType.vb,31,14,6,11,1,3,0,0,0,708,708 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\FixedPoint.vb,44,0,5,39,1,7,0,1,0,1610,1.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\FloatingPoint.vb,36,0,4,32,1,14,0,1,0,1392,1.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\StringData.vb,11,0,2,9,1,1,0,0,0,265,265 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\VariableLength.vb,21,0,5,16,1,4,0,1,0,592,592 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,,6118,1387,1097,3634,71,270,120,109,0,235674,235.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\Debugger.vb,122,23,16,83,1,0,2,3,0,4920,4.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\Extensions.vb,111,20,17,74,1,0,0,5,0,4006,4.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\BinaryStream\PackAttributeData.vb,133,3,24,106,1,0,0,6,0,4839,4.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\BinaryStream\TreeParser.vb,85,14,11,60,1,0,0,3,0,3202,3.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\BinaryStream\TreeWriter.vb,60,6,10,44,1,0,0,2,0,2255,2.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\FileSystem\StreamBlock.vb,62,15,10,37,1,4,2,2,0,2000,2.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\FileSystem\StreamBuffer.vb,186,55,23,108,1,6,7,2,0,6542,6.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\FileSystem\StreamGroup.vb,258,70,36,152,1,3,4,10,0,9700,9.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\FileSystem\StreamObject.vb,83,16,13,54,1,4,3,4,0,2789,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\FileSystem\StreamPack.vb,650,195,84,371,1,6,11,22,0,26561,26.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\Metadata\AttributeMetadata.vb,25,0,5,20,1,4,0,1,0,705,705 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\Metadata\LazyAttribute.vb,98,5,14,79,1,1,1,6,0,4115,4.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\test\feather_df.vb,25,0,5,20,1,0,3,0,0,841,841 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\test\Program.vb,153,3,44,106,1,0,4,0,0,5704,5.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,,2051,425,312,1314,14,28,37,66,0,78179,78.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\test\test.vbproj,test\feather_df.vb,25,0,5,20,1,0,3,0,0,841,841 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\test\test.vbproj,test\Program.vb,153,3,44,106,1,0,4,0,0,5704,5.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\test\test.vbproj,,178,3,49,126,2,0,7,0,0,6545,6.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\MagicBytes.vb,21,0,3,18,1,0,0,2,0,689,689 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\MsgPackIO.vb,815,2,113,700,1,0,18,17,0,35727,35.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\MsgPackSerializer.vb,397,7,73,317,1,0,8,20,0,16361,16.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\ObjectExtensions.vb,14,0,2,12,1,0,0,1,0,409,409 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\SerializationContext.vb,70,5,12,53,1,1,4,0,0,2634,2.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\Bool.vb,7,0,1,6,1,0,0,0,0,178,178 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\FixedArray.vb,7,0,1,6,1,0,0,0,0,177,177 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\FixedInteger.vb,9,0,1,8,1,0,0,0,0,296,296 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\FixedMap.vb,7,0,1,6,1,0,0,0,0,175,175 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\FixedString.vb,8,0,1,7,1,0,0,0,0,227,227 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\MsgPackConstants.vb,8,0,3,5,1,0,0,0,0,149,149 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\MsgPackFormats.vb,60,9,4,47,1,0,0,1,0,2376,2.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Properties\AssemblyInfo.vb,21,8,1,12,0,0,0,0,0,1141,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\MessagePackMemberAttribute.vb,28,3,6,19,1,2,1,1,0,859,859 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\MessagePackMemberDefinition.vb,16,0,5,11,1,2,1,1,0,405,405 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\NilImplication.vb,8,0,1,7,1,0,0,0,0,141,141 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\SchemaProvider.vb,63,23,9,31,1,0,1,2,0,2307,2.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\SerializationMethod.vb,7,0,1,6,1,0,0,0,0,119,119 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\Default\FrameworkInternal.vb,19,0,5,14,1,0,0,2,0,763,763 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\Reflection\SerializableProperty.vb,52,0,13,39,1,0,3,1,0,2013,2.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\Reflection\TypeInfo.vb,29,0,7,22,1,4,1,1,0,900,900 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,,1666,57,263,1346,20,9,37,49,0,68046,68.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\CDFWriter.vb,587,280,64,243,1,0,15,9,0,25678,25.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\netCDFReader.vb,404,185,40,179,1,5,7,9,0,16226,16.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\ToString.vb,54,8,12,34,1,0,1,0,0,1692,1.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Utils.vb,213,58,26,129,1,0,3,7,0,8546,8.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\attribute.vb,93,18,13,62,1,3,3,3,0,3647,3.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\Dimension.vb,54,10,11,33,1,1,2,2,0,1640,1.64 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\DimensionList.vb,23,0,7,16,1,4,0,1,0,631,631 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\Header.vb,107,52,14,41,1,5,2,1,0,3633,3.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\ICDFDataVector.vb,15,0,5,10,1,3,0,1,0,386,386 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\recordDimension.vb,35,19,4,12,1,4,0,1,0,1140,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\variable.vb,105,50,10,45,2,9,0,3,0,3675,3.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\VectorHelper.vb,59,0,6,53,1,0,0,2,0,2463,2.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Data\CDFDataTypes.vb,104,69,12,23,1,0,0,0,0,3380,3.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Data\DataReader.vb,108,36,12,60,1,0,0,3,0,4639,4.64 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Data\StructureParser.vb,230,80,33,117,1,0,0,4,0,8992,8.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Data\TypeExtensions.vb,100,21,9,70,1,0,1,5,0,4257,4.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Data\VLen.vb,19,6,5,8,1,0,0,0,0,366,366 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Data\Xml.vb,71,24,9,38,1,5,0,2,0,2502,2.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\bytes.vb,39,0,9,30,1,1,0,5,0,1318,1.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\CDFData.vb,164,10,20,134,1,2,0,2,0,7557,7.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\chars.vb,85,14,16,55,1,1,3,6,0,3097,3.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\doubles.vb,46,0,11,35,1,1,2,5,0,1469,1.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\flags.vb,39,0,9,30,1,1,0,5,0,1352,1.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\floats.vb,41,0,9,32,1,1,0,5,0,1408,1.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\integers.vb,46,0,11,35,1,1,2,5,0,1474,1.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\longs.vb,54,0,13,41,1,1,4,5,0,1728,1.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\shorts.vb,44,0,10,34,1,1,0,5,0,1563,1.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,,2939,940,400,1599,28,49,45,96,0,114459,114.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Extensions.vb,69,10,9,50,1,0,0,4,0,3024,3.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Sqlite3Database.vb,105,18,19,68,1,2,4,2,0,4187,4.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Sqlite3Settings.vb,17,4,4,9,1,1,0,1,0,553,553 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Helpers\BTreeTools.vb,54,3,12,39,1,0,0,3,0,2165,2.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Helpers\ReadonlyStream.vb,24,0,4,20,1,1,3,0,0,701,701 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Helpers\SqliteDataStream.vb,113,15,22,76,1,4,2,2,0,4064,4.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Helpers\StreamHelper.vb,33,0,8,25,1,0,0,2,0,1021,1021 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Internal\ReaderBase.vb,292,30,70,192,1,6,10,12,0,9635,9.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\BTreeCellData.vb,13,0,4,9,1,3,0,0,0,363,363 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\BTreeInteriorTablePage.vb,38,3,8,27,3,1,2,0,0,1327,1.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\BTreeLeafTablePage.vb,101,24,22,55,3,1,2,0,0,4155,4.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\BTreePage.vb,68,3,18,47,1,4,1,1,0,2425,2.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\ColumnDataMeta.vb,28,7,6,15,1,2,1,1,0,822,822 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Enums\BTreeType.vb,8,0,0,8,1,0,0,0,0,250,250 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Enums\FileReadVersion.vb,7,1,0,6,1,0,0,0,0,202,202 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Enums\FileWriteVersion.vb,7,1,0,6,1,0,0,0,0,203,203 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Enums\SqliteDataType.vb,72,32,3,37,2,0,0,1,0,3948,3.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Enums\SqliteEncoding.vb,11,3,1,7,1,0,0,0,0,336,336 B -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Headers\BTreeHeader.vb,38,0,9,29,1,0,0,2,0,1351,1.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Headers\DatabaseHeader.vb,97,6,34,57,1,21,0,1,0,3389,3.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Schema\Extensions.vb,70,2,11,57,1,0,0,2,0,2498,2.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Schema\Schema.vb,97,0,19,78,1,3,1,3,0,3826,3.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Schema\SQLParser.vb,189,3,26,160,3,0,1,3,0,6328,6.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Tables\Sqlite3MasterTable.vb,47,3,12,32,1,2,1,2,0,1523,1.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Tables\Sqlite3Row.vb,59,1,14,44,1,4,1,3,0,1884,1.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Tables\Sqlite3SchemaRow.vb,30,3,6,21,1,5,0,2,0,1081,1.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Tables\Sqlite3Table.vb,162,25,27,110,1,2,1,3,0,6918,6.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,,1849,197,368,1284,34,62,30,50,0,68179,68.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Mappings.vb,115,42,13,60,1,0,0,6,0,5017,5.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\DataFrame.vb,191,44,22,125,1,0,3,8,1,7682,7.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Extensions.vb,27,0,6,21,1,0,1,0,0,952,952 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\HTMLWriter.vb,174,17,24,133,1,0,3,4,0,6653,6.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\MatrixProvider.vb,17,7,4,6,1,0,0,1,0,404,404 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\MySQL.vb,202,55,25,122,1,0,0,7,0,8024,8.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\RDataFrameHelpers.vb,71,11,12,48,1,0,0,3,0,2732,2.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Union.vb,51,4,11,36,1,0,1,2,0,1735,1.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Excel\Coordinates.vb,129,14,21,94,1,0,0,7,0,4254,4.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Excel\Excel.vb,104,82,20,2,0,0,0,0,0,5038,5.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Excel\ExcelReader.vb,113,19,24,70,1,0,1,5,0,4057,4.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Excel\Extensions.vb,93,34,11,48,1,0,1,4,0,3581,3.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Excel\Functions\Numerics.vb,17,0,4,13,1,0,0,2,0,495,495 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\DataImports.vb,202,76,20,106,1,0,0,10,0,8329,8.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\DocumentExtensions.vb,486,120,69,297,1,0,0,24,0,18029,18.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\Extensions.vb,662,210,74,378,1,0,3,30,0,28573,28.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\Math.vb,34,3,4,27,1,0,0,3,0,1198,1.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\PipeStream.vb,87,17,10,60,1,0,0,6,0,3324,3.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\ProfileStreams.vb,54,18,6,30,1,0,0,3,0,2110,2.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\StreamIOHandler.vb,53,3,11,39,1,0,1,4,0,2662,2.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\Write_csv.vb,143,31,15,97,3,10,0,3,0,6164,6.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\File.vb,977,259,126,592,3,8,19,43,6,39599,39.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\FileLoader.vb,139,20,18,101,1,0,0,3,0,6584,6.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\RowHelpers.vb,123,33,15,75,1,0,0,6,0,4514,4.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\RowIterator.vb,91,12,16,63,1,0,3,2,0,3293,3.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\RowObject.vb,489,141,58,290,1,5,10,19,5,18569,18.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\RowTokenizer.vb,139,17,29,93,1,0,4,5,0,4494,4.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\StreamIO.vb,126,32,17,77,1,0,0,4,0,5357,5.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\Tokenizer.vb,85,23,15,47,1,0,1,3,0,2698,2.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\DataFrame\DataFrame.vb,776,162,114,500,1,11,10,51,0,31417,31.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\DataFrame\HeaderSchema.vb,152,25,23,104,1,3,2,4,0,6067,6.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\Generic\DataSet.vb,231,71,26,134,1,3,2,8,0,9760,9.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\Generic\EntityObject.vb,215,61,22,132,1,1,4,8,0,8897,8.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\Generic\Extensions.vb,312,85,27,200,1,0,0,17,0,13430,13.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\Generic\Table.vb,128,31,16,81,2,0,0,5,0,5110,5.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\MetaData\GenericMeta.vb,46,7,7,32,1,0,0,2,0,1749,1.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\MetaData\Meta.vb,97,6,17,74,1,0,0,8,0,3570,3.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Linq\BatchQueue.vb,150,46,21,83,1,0,0,4,0,6406,6.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Linq\DataStream.vb,370,92,60,218,9,2,10,9,0,14986,14.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Linq\LinqWhere.vb,365,83,50,232,7,5,1,17,0,14100,14.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Linq\WriteStream.vb,265,71,38,156,3,2,7,8,0,9928,9.93 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2795,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\DynamicObjectLoader.vb,449,133,64,252,1,10,3,39,0,18673,18.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\ProviderBase.vb,138,60,18,60,1,6,4,2,0,5390,5.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\RowBuilder.vb,264,51,46,167,2,9,3,5,0,10599,10.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\RowWriter.vb,323,50,45,228,3,5,1,12,0,13041,13.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\SchemaProvider.vb,505,81,64,360,1,8,2,23,0,21223,21.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\ReflectionBridges\Array.vb,71,0,15,56,3,3,2,4,0,2615,2.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\ReflectionBridges\Dictionary.vb,44,4,10,30,1,4,1,2,0,1427,1.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\ReflectionBridges\Enum.vb,66,4,13,49,3,2,2,4,0,2513,2.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\ReflectionBridges\Field.vb,63,10,13,40,1,3,2,2,0,2086,2.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\ReflectionBridges\KeyValuePair.vb,72,5,13,54,3,5,1,4,0,2992,2.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\Attributes\Collection.vb,71,17,12,42,1,3,1,4,0,2752,2.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\Attributes\Column.vb,89,24,13,52,1,3,1,3,0,3662,3.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\Attributes\ColumnAttributes.vb,33,7,6,20,3,2,0,1,0,1044,1.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\Attributes\DataAttribute.vb,10,0,3,7,1,1,1,0,0,201,201 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\Attributes\MetaAttributeProvider.vb,44,14,7,23,1,2,1,1,0,1918,1.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\StorageProviders\DataFlowDirections.vb,15,8,1,6,1,0,0,0,0,496,496 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\StorageProviders\MetaAttributes.vb,81,16,12,53,1,0,0,3,0,3658,3.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\StorageProviders\Reflection.vb,340,81,38,221,1,0,0,9,0,16308,16.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\StorageProviders\TypeSchemaProvider.vb,319,62,56,201,1,0,0,8,0,14745,14.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\fileParser2.vb,21,1,8,12,1,0,2,0,0,558,558 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\Module1.vb,31,0,7,24,1,0,1,0,0,1010,1010 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\MySQLImportsTest.vb,11,0,3,8,1,0,1,0,0,300,300 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\parserTest.vb,49,3,20,26,1,0,2,0,0,3920,3.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\Reflection.vb,49,0,11,38,2,9,1,1,0,1378,1.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1161,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2775,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\Outlining\Class1.vb,47,0,7,40,2,28,0,0,0,2008,2.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\Outlining\OutliningTest.vb,11,0,4,7,1,0,1,0,0,253,253 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,,11763,2794,1667,7302,104,159,121,485,12,476459,476.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\DataTableStream.vb,150,15,18,117,1,0,1,1,0,6924,6.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2795,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Outlining\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,195,195 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Outlining\OutliningDataLoader.vb,94,12,14,68,1,0,0,3,0,3905,3.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Outlining\Schema.vb,159,30,27,102,1,3,3,5,0,5949,5.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Property\attrs.vb,52,9,10,33,2,4,2,1,0,1933,1.93 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Property\Properties.vb,413,192,43,178,1,0,14,8,0,26228,26.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Property\Reflector.vb,115,14,16,85,1,0,1,6,0,5133,5.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Serialize\Extensions.vb,141,26,19,96,1,0,0,5,0,5335,5.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Serialize\NamespaceDoc.vb,6,4,0,2,1,0,0,0,0,244,244 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Serialize\Writer.vb,113,33,20,60,1,0,4,0,0,3961,3.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Serialize\ObjectSchema\Class.vb,100,22,16,62,1,3,1,6,0,3422,3.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Serialize\ObjectSchema\Field.vb,57,16,8,33,1,5,0,2,0,1914,1.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Serialize\ObjectSchema\Schema.vb,109,19,17,73,1,3,1,3,0,4315,4.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Templates\TemplateAttribute.vb,24,7,3,14,1,2,1,1,0,857,857 B -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Templates\TemplateHelper.vb,63,7,10,46,1,0,0,2,0,2361,2.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,,1667,432,230,1005,17,22,28,43,0,75471,75.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Engine.vb,133,5,25,103,1,0,2,7,0,4522,4.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\QueryParser.vb,138,1,16,121,1,0,0,3,0,5194,5.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Language\Escaping.vb,10,0,3,7,1,0,0,0,0,181,181 B -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Language\QueryToken.vb,37,0,6,31,1,4,0,1,0,937,937 B -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Language\Token.vb,15,0,4,11,1,0,2,0,0,404,404 B -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Language\TokenIcer.vb,90,1,11,78,1,0,1,2,0,3320,3.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Language\Tokens.vb,23,9,1,13,1,0,0,0,0,400,400 B -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2802,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\AutoContext.vb,22,0,5,17,1,0,0,2,0,691,691 B -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\Query.vb,65,11,13,41,1,5,1,1,0,1564,1.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\Parser\AttributeSelector.vb,37,0,4,33,1,0,1,1,0,1516,1.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\Parser\CSSSelector.vb,195,37,25,133,2,1,3,7,0,7520,7.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\Parser\FunctionParser.vb,12,0,3,9,1,0,1,1,0,429,429 B -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\Parser\Parser.vb,67,2,14,51,1,3,2,3,0,2223,2.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\Parser\XPathSelector.vb,32,0,5,27,1,0,1,1,0,1153,1.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\TextParser\BaseInvoke.vb,218,54,29,135,1,0,0,13,0,9102,9.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\TextParser\Html.vb,51,0,8,43,1,0,0,3,0,2016,2.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\TextParser\LINQ.vb,56,10,8,38,1,0,0,2,0,2069,2.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\TextParser\FunctionModel\CustomFunction.vb,17,0,5,12,1,0,1,1,0,555,555 B -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\TextParser\FunctionModel\InternalInvoke.vb,19,0,5,14,1,2,0,2,0,617,617 B -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\TextParser\FunctionModel\ParserFunction.vb,38,0,9,29,3,0,0,1,0,1400,1.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,,1338,153,207,978,24,17,15,51,0,48615,48.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Bigram.vb,82,14,13,55,1,3,2,4,0,2580,2.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\NLP.vb,98,22,12,64,1,0,0,4,0,3777,3.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\StopWords.vb,411,12,9,390,1,2,1,3,0,11243,11.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\TextRank.vb,248,50,35,163,1,0,1,8,0,9740,9.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Html\Article.vb,41,15,7,19,1,4,0,2,0,1107,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Html\Html2Article.vb,292,83,34,175,1,3,1,5,0,11360,11.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Html\UrlUtility.vb,39,8,8,23,1,0,0,2,0,1175,1.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Model\Counter.vb,65,3,12,50,1,5,0,2,0,2197,2.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Model\Paragraph.vb,94,16,17,61,1,1,0,5,0,3221,3.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Model\Sentence.vb,134,26,22,86,1,3,2,8,0,4143,4.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Model\SentenceCharWalker.vb,60,3,11,46,1,0,1,3,0,1860,1.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Model\TokenCounter.vb,84,27,14,43,1,0,5,4,0,2635,2.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\POSTagger\BrillTransformationRules.vb,112,16,18,78,1,0,11,2,0,4899,4.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\POSTagger\PartOfSpeech.vb,21,0,4,17,1,2,0,3,0,866,866 B -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\graphQueryTest.vb,116,3,39,74,2,0,6,0,0,3394,3.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\Module1.vb,38,6,10,22,1,0,1,0,0,1316,1.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\Module2.vb,18,0,5,13,1,0,1,0,0,896,896 B -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2769,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2954,2.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,,2136,360,299,1477,21,27,33,55,0,73709,73.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\Trainer.vb,103,7,18,78,1,0,4,1,0,4458,4.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\TrainMethod.vb,33,29,0,4,1,0,0,0,0,2160,2.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\VectorModel.vb,198,45,39,114,1,3,2,6,0,6611,6.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\Word2Vec.vb,377,84,67,226,1,0,8,1,0,12811,12.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\Word2VecFactory.vb,67,5,18,44,1,0,0,9,0,1796,1.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\WordNeuron.vb,39,4,9,26,1,2,1,1,0,1105,1.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\WordScore.vb,27,3,4,20,1,0,1,2,0,719,719 B -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\test\counterTest.vb,37,1,10,26,1,0,3,0,0,1067,1.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\test\TestWord2Vec.vb,41,3,9,29,1,0,2,1,0,1461,1.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2766,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,,1104,237,203,664,12,9,22,21,0,39497,39.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\BuildTree.vb,79,0,14,65,1,0,0,4,0,3754,3.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\DiffusionMap.vb,137,68,17,52,1,0,0,2,0,5658,5.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\KNNGraph.vb,217,25,41,151,5,0,4,11,0,7801,7.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\newickParser.vb,193,81,23,89,1,0,2,3,0,8480,8.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\Partitioning.vb,113,11,18,84,1,0,0,4,0,3574,3.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\AffinityPropagation\AffinityPropagation.vb,277,47,48,182,1,1,6,3,0,10275,10.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\AffinityPropagation\Edge.vb,35,0,6,29,1,5,1,2,0,1318,1.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\AffinityPropagation\Graph.vb,31,0,9,22,1,1,1,0,0,930,930 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\AffinityPropagation\QuickSelect.vb,69,15,15,39,1,0,0,2,0,2168,2.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\AffinityPropagation\SimilarityMatrix.vb,40,7,6,27,1,0,0,2,0,1500,1.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\ClusterTree\BTreeCluster.vb,77,10,11,56,1,5,1,3,0,2822,2.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\ClusterTree\ClusterTree.vb,134,49,17,68,3,1,2,4,0,4692,4.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\ComparisonProvider\AlignmentComparison.vb,95,0,18,77,2,0,3,3,0,3575,3.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\ComparisonProvider\Comparison.vb,25,3,5,17,1,0,1,2,0,805,805 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\ComparisonProvider\ComparisonProvider.vb,48,11,8,29,1,0,1,2,0,1545,1.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\test\AffinityPropagationDemo.vb,26,1,6,19,1,0,1,1,0,670,670 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\test\Program.vb,17,9,3,5,1,0,1,0,0,693,693 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,,1613,337,265,1011,24,13,24,48,0,60260,60.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\test\test.vbproj,test\AffinityPropagationDemo.vb,26,1,6,19,1,0,1,1,0,670,670 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\test\test.vbproj,test\Program.vb,17,9,3,5,1,0,1,0,0,693,693 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\test\test.vbproj,,43,10,9,24,2,0,2,1,0,1363,1.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\MarginalLikelihoodAnalysis.vb,281,68,53,160,2,3,2,6,0,10462,10.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Statistics.vb,288,178,20,90,1,0,0,6,0,9499,9.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ValueMapping.vb,76,20,9,47,1,0,0,3,0,2741,2.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\ExportAPI.vb,85,23,12,50,3,0,0,2,0,3572,3.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\ItemSet.vb,144,5,34,105,1,2,2,12,2,4477,4.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\Output.vb,51,4,6,41,1,5,0,1,0,2035,2.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\Rule.vb,76,18,15,43,1,6,1,4,0,2436,2.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\Transaction.vb,69,15,10,44,2,2,3,3,0,2308,2.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\TransactionTokensItem.vb,19,0,6,13,1,2,0,2,0,667,667 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\Implementation\Apriori.vb,230,7,46,177,1,0,0,11,0,10821,10.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\Implementation\StrongRules.vb,140,0,32,108,1,0,1,7,0,5826,5.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Helper\Encoding.vb,70,19,10,41,1,2,1,4,0,2883,2.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Helper\Item.vb,61,21,10,30,1,1,1,3,2,1937,1.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\Canopy.vb,254,43,45,166,5,2,5,7,0,9030,9.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\Density.vb,117,29,18,70,4,0,2,8,0,4970,4.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KNN.vb,120,20,16,84,1,0,2,1,0,4992,4.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\Spectral.vb,191,23,36,132,1,0,11,3,0,6342,6.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\BisectingKMeans\BisectingKMeans.vb,137,22,24,91,1,0,3,4,0,4980,4.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\BisectingKMeans\Cluster.vb,96,17,17,62,1,5,6,3,0,2781,2.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\DBSCAN\DbscanAlgorithm.vb,139,29,19,91,1,0,1,2,0,5821,5.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\DBSCAN\DbscanPoint.vb,29,0,7,22,2,1,1,1,0,841,841 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\DBSCAN\DbscanSession.vb,252,40,41,171,3,0,5,4,0,9851,9.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\DBSCAN\Extensions.vb,27,0,4,23,1,0,0,1,0,1138,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\DBSCAN\Optics\Point.vb,13,0,2,11,1,0,0,0,0,341,341 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\FuzzyCMeans\Algorithm.vb,7,0,3,4,1,0,0,0,0,85,85 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\FuzzyCMeans\Classify.vb,64,0,13,51,1,3,0,2,0,2567,2.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\FuzzyCMeans\CMeans.vb,278,53,35,190,1,0,2,8,0,13204,13.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\FuzzyCMeans\Entity.vb,36,11,5,20,1,3,0,1,0,1227,1.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\CosineSimilarity.vb,108,4,18,86,1,0,1,5,0,5304,5.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\DistanceCalculator.vb,18,13,0,5,1,0,0,1,0,1005,1005 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\EuclideanDistance.vb,20,3,2,15,1,0,0,1,0,895,895 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\ISparseMatrixSupport.vb,8,3,0,5,1,0,0,1,0,294,294 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\ManhattanDistance.vb,20,3,2,15,1,0,0,1,0,840,840 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\PearsonCorrelation.vb,36,3,4,29,1,0,0,1,0,1674,1.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\SupremumDistance.vb,21,3,2,16,1,0,0,1,0,914,914 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Hdbscanstar\Cluster.vb,162,32,16,114,1,7,7,1,0,7866,7.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Hdbscanstar\HdbscanAlgorithm.vb,546,115,86,345,1,0,1,7,0,30102,30.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Hdbscanstar\HdbscanConstraint.vb,34,9,4,21,1,0,1,3,0,1246,1.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Hdbscanstar\HdbscanConstraintType.vb,6,0,0,6,1,0,0,0,0,135,135 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Hdbscanstar\OutlierScore.vb,41,11,9,21,1,2,1,1,0,1548,1.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Hdbscanstar\UndirectedGraph.vb,175,36,31,108,1,0,3,8,0,7438,7.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Runner\HdbscanParameters.vb,17,0,3,14,1,8,0,0,0,667,667 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Runner\HdbscanResult.vb,9,0,1,8,1,3,0,0,0,316,316 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Runner\HdbscanRunner.vb,160,13,33,114,1,0,1,3,0,10076,10.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\Evaluation.vb,496,76,79,341,5,0,4,17,0,19281,19.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\EvaluationScore.vb,91,8,13,70,1,7,0,6,0,4257,4.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\Extensions.vb,117,22,11,84,1,0,0,5,0,5329,5.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\KMeans.vb,325,53,51,221,1,0,1,10,0,13870,13.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\Kmedoids.vb,159,42,28,89,1,0,0,3,0,6162,6.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\EntityModels\ClusterEntity.vb,152,57,16,79,1,3,4,4,2,5465,5.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\EntityModels\DataSetConvertor.vb,52,0,11,41,1,0,1,5,0,1831,1.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\EntityModels\EntityClusterModel.vb,82,16,9,57,1,2,0,5,0,3389,3.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\EntityModels\Metric.vb,20,0,6,14,1,0,1,1,0,597,597 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\Models\Cluster.vb,93,16,17,60,1,1,5,1,1,3176,3.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\Models\ClusterCollection.vb,59,15,9,35,1,1,1,3,0,2168,2.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\Models\KMeansCluster.vb,103,21,15,67,1,4,2,4,0,3814,3.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\Lloyds\Clustering.vb,38,6,7,25,1,1,2,0,0,1184,1.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\Lloyds\LloydsMethodClustering.vb,108,11,23,74,1,1,1,2,0,4196,4.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\Lloyds\Point.vb,33,0,8,25,1,1,4,0,0,964,964 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\EntityBase.vb,50,17,6,27,1,2,0,1,0,1596,1.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\IClusterPoint.vb,8,0,3,5,1,1,0,0,0,137,137 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\IDataEmbedding.vb,14,4,4,6,1,0,0,0,0,357,357 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\IntegerEntity.vb,41,4,7,30,1,1,0,1,0,1447,1.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\TraceBackAlgorithm.vb,54,14,9,31,1,0,1,3,0,2103,2.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\TraceBackIterator.vb,106,17,20,69,1,1,6,2,0,3591,3.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Discretizer\Discretizer.vb,84,17,15,52,1,5,2,2,0,2457,2.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Discretizer\NormalRangeDiscretizer.vb,73,11,12,50,1,4,2,2,0,2604,2.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Encoder\Class.vb,170,74,22,74,1,3,0,2,13,5797,5.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Encoder\ClassEncoder.vb,137,27,23,87,1,1,3,5,0,4191,4.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Encoder\Extensions.vb,42,0,7,35,1,0,0,3,0,1651,1.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Encoder\Variable\Binary.vb,47,18,6,23,1,1,0,1,0,1467,1.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Encoder\Variable\Categorical.vb,12,0,4,8,1,1,0,0,0,389,389 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Encoder\Variable\CategoricalEncoder.vb,82,0,14,68,1,1,0,3,0,3180,3.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Normalizer\Methods.vb,17,9,1,7,1,0,0,0,0,572,572 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Normalizer\Normalizations.vb,96,17,13,66,1,0,1,5,0,3448,3.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Serialization\EntityVectorFile.vb,73,3,15,55,1,0,2,3,0,2457,2.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\Algorithm.vb,213,25,40,148,1,0,0,8,0,8994,8.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\Attributes.vb,36,3,7,26,1,3,2,2,0,1197,1.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\Tree.vb,91,27,15,49,1,1,3,4,0,3334,3.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\TreeNode.vb,37,0,6,31,1,6,3,1,0,1094,1.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\VisualDebugger.vb,51,4,6,41,1,0,2,0,0,2231,2.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\DataModels\DataImports.vb,83,5,13,65,1,0,0,4,0,3086,3.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\DataModels\DataModels.vb,54,10,9,35,2,3,0,3,0,1802,1.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\DataModels\DataTable.vb,60,19,9,32,1,4,1,1,0,1763,1.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\Metric.vb,155,15,33,107,6,0,2,9,0,5168,5.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,157,157 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\RegressionClassify.vb,29,7,6,16,1,4,0,1,0,786,786 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\RegressionROC.vb,51,7,9,35,1,0,0,1,0,1732,1.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\ROC.vb,139,51,15,73,1,0,0,5,0,5328,5.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\Validate.vb,89,16,12,61,1,4,0,3,0,3410,3.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\Validation.vb,218,64,22,132,1,4,0,5,0,8460,8.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\LabelEvaluate\ChangePoint.vb,18,0,4,14,1,0,1,1,0,474,474 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\LabelEvaluate\FakeAUCGenerator.vb,83,6,15,62,1,0,0,2,0,3171,3.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\LabelEvaluate\PerformanceEvaluator.vb,187,35,36,116,1,4,5,4,0,5902,5.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\LabelEvaluate\RankPair.vb,50,23,9,18,1,2,1,2,0,1690,1.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Interface\DFL\I_FactorElement.vb,120,42,16,62,1,3,0,5,0,4564,4.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Interface\DFL\Node.vb,56,9,10,37,1,1,1,3,0,2194,2.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Kernel\Bayesian.vb,84,22,10,52,1,0,0,7,0,3415,3.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Kernel\BayesianBeliefNetwork\BeliefNetwork.vb,298,32,48,218,14,14,5,11,0,12479,12.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Kernel\BayesianBeliefNetwork\BNInfer.vb,143,10,30,103,4,0,4,5,0,5218,5.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Kernel\Neuron\Neuron.vb,67,12,14,41,3,3,1,3,0,2360,2.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Kernel\Neuron\NeuronEntity.vb,33,0,7,26,1,1,0,1,0,1163,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\AprioriTest.vb,73,21,18,34,1,0,3,0,0,2664,2.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\DecisionTreeProgram.vb,472,337,95,40,2,0,3,1,0,21968,21.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\KmedoidsTest.vb,75,58,17,0,0,0,0,0,0,2815,2.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\Module1.vb,13,6,3,4,1,0,1,0,0,448,448 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\SCStest.vb,47,2,15,30,1,0,2,0,0,1711,1.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\TestingMain.vb,256,180,76,0,0,0,0,0,0,10290,10.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\DBSCAN\MyCustomDatasetItem.vb,14,0,4,10,1,1,1,0,0,371,371 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\DBSCAN\Program.vb,32,2,7,23,1,0,1,0,0,1470,1.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1162,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2772,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2960,2.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,,11383,2597,1909,6877,154,161,150,334,20,451518,451.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DensityQuery\DensityQuery.NET5.vbproj,DensityQuery\Density2D.vb,73,13,11,49,1,0,0,3,0,2897,2.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DensityQuery\DensityQuery.NET5.vbproj,DensityQuery\GridBox.vb,32,1,7,24,1,0,1,1,0,1010,1010 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DensityQuery\DensityQuery.NET5.vbproj,DensityQuery\KDQuery.vb,43,0,7,36,1,0,1,2,0,1551,1.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DensityQuery\DensityQuery.NET5.vbproj,DensityQuery\Metric.vb,47,0,11,36,1,0,2,5,0,1523,1.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DensityQuery\DensityQuery.NET5.vbproj,,195,14,36,145,4,0,4,11,0,6981,6.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\Extensions.vb,33,6,3,24,1,0,0,2,0,1195,1.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\CenterStar\CenterStar.vb,210,33,30,147,1,1,4,3,0,7080,7.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\Generic\GenericSequence.vb,75,0,13,62,1,1,2,3,2,2367,2.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\Generic\GenericSymbol.vb,37,0,8,29,1,0,1,3,0,1184,1.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\KBand\KBandSearch.vb,134,20,24,90,1,0,1,2,0,3690,3.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\Knapsack\Item.vb,22,0,5,17,1,3,1,1,0,668,668 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\Knapsack\KnapsackSolution.vb,24,0,5,19,1,3,0,2,0,879,879 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\Knapsack\KnapsackSolver.vb,73,0,16,57,1,0,1,5,0,2415,2.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\NeedlemanWunsch\GlobalAlign.vb,75,0,15,60,1,4,1,3,0,2336,2.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\NeedlemanWunsch\GNW.vb,199,66,28,105,1,0,3,2,0,8427,8.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\NeedlemanWunsch\ScoreMatrix.vb,51,14,11,26,1,3,2,2,0,1571,1.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\NeedlemanWunsch\Workspace.vb,95,32,16,47,1,4,3,2,0,3120,3.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\SmithWaterman\Directions.vb,28,17,3,8,1,0,0,0,0,723,723 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\SmithWaterman\GSW.vb,373,115,48,210,1,8,3,6,0,14805,14.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\SmithWaterman\LocalHSPMatch.vb,85,24,15,46,1,6,1,3,0,2786,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\SmithWaterman\Match.vb,92,30,14,48,1,5,3,3,1,2868,2.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\SmithWaterman\SimpleChaining.vb,197,35,27,135,3,1,1,5,0,7689,7.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\SmithWaterman\Workspace.vb,34,0,5,29,1,0,0,2,0,1274,1.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\test\Module1.vb,44,18,10,16,1,0,2,0,0,1668,1.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1161,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2796,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,,2064,466,325,1273,24,43,30,49,3,74119,74.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,FeatureFrame\Encoder.vb,80,24,12,44,1,0,1,3,0,2659,2.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,FeatureFrame\FeatureEncoder.vb,18,3,3,12,1,0,0,1,0,590,590 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,FeatureFrame\Encoder\EnumEncoder.vb,33,3,5,25,1,0,0,1,0,1140,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,FeatureFrame\Encoder\FlagEncoder.vb,24,3,5,16,1,0,0,1,0,785,785 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,FeatureFrame\Encoder\NumericBinsEncoder.vb,49,0,9,40,1,0,1,2,0,1865,1.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,FeatureFrame\Encoder\NumericEncoder.vb,16,0,4,12,1,0,0,1,0,551,551 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,,220,33,38,149,6,0,2,9,0,7590,7.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\Circular.vb,145,5,24,116,1,0,3,0,0,6383,6.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\Dendrogram.vb,61,0,6,55,1,0,0,1,0,2623,2.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\DendrogramPanel.vb,57,3,9,45,1,1,1,1,0,2174,2.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\DendrogramPanelV2.vb,163,8,27,128,1,0,3,1,0,7232,7.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\Horizon.vb,148,5,24,119,1,0,3,0,0,6634,6.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\HorizonRightToLeft.vb,103,13,18,72,1,8,2,0,0,4215,4.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\Layouts.vb,18,12,0,6,1,0,0,0,0,396,396 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,,695,46,108,541,7,9,12,3,0,29657,29.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\PrintHelper.vb,49,9,8,32,1,0,2,1,0,1630,1.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\ClusteringAlgorithm\Cluster.vb,179,47,25,107,1,10,4,6,0,5405,5.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\ClusteringAlgorithm\ClusteringAlgorithm.vb,27,17,4,6,1,0,0,3,0,1315,1.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\ClusteringAlgorithm\DefaultClusteringAlgorithm.vb,171,28,35,108,1,1,1,6,0,7283,7.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\ClusteringAlgorithm\DoCluster.vb,101,11,19,71,3,2,2,3,0,4490,4.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\ClusteringAlgorithm\LinkageStrategy.vb,85,17,20,48,5,0,0,5,0,2994,2.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\ClusteringAlgorithm\PDistClusteringAlgorithm.vb,106,31,20,55,1,0,0,6,0,4821,4.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\HierarchyBuilder\Distance.vb,57,17,10,30,1,3,3,3,0,1992,1.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\HierarchyBuilder\DistanceMap.vb,142,14,27,101,1,1,4,7,0,4545,4.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\HierarchyBuilder\HierarchyBuilder.vb,145,43,22,80,1,5,2,2,0,5775,5.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\HierarchyBuilder\HierarchyLink.vb,64,4,13,47,2,1,1,6,0,2201,2.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\HierarchyBuilder\HierarchyTreeNode.vb,111,22,23,66,1,3,2,5,0,3667,3.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,,1237,260,226,751,19,26,21,53,0,46118,46.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Chain.vb,58,14,10,34,1,2,1,2,0,1630,1.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\HMM.vb,62,5,11,46,1,0,1,6,0,2456,2.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\MarkovChain.vb,27,0,5,22,1,0,1,2,0,988,988 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Utils.vb,25,0,4,21,1,0,0,3,0,978,978 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\CalculateProb.vb,31,0,6,25,1,0,1,1,0,1087,1.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMAlgorithm\Backward.vb,24,0,5,19,1,0,1,1,0,896,896 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMAlgorithm\BaumWelch.vb,66,0,12,54,1,0,1,1,0,2743,2.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMAlgorithm\Bayes.vb,26,0,5,21,1,0,1,1,0,965,965 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMAlgorithm\Forward.vb,23,0,5,18,1,0,1,1,0,838,838 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMAlgorithm\HMMAlgorithm.vb,12,0,4,8,1,0,1,0,0,206,206 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMAlgorithm\Viterbi.vb,30,1,5,24,1,0,1,1,0,1380,1.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMChainAlgorithm\backwardFactory.vb,50,0,12,38,1,0,1,2,0,2010,2.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMChainAlgorithm\EM.vb,78,0,21,57,1,0,1,5,0,3060,3.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMChainAlgorithm\forwardFactory.vb,46,0,8,38,1,0,1,3,0,1974,1.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMChainAlgorithm\HMMChainAlgorithm.vb,13,0,4,9,1,0,1,0,0,331,331 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMChainAlgorithm\viterbiFactory.vb,87,0,15,72,1,0,1,4,0,3938,3.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Models\Alpha.vb,12,3,3,6,1,2,0,0,0,249,249 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Models\Beta.vb,12,3,3,6,1,2,0,0,0,230,230 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Models\Objects.vb,35,8,9,18,2,4,0,2,0,941,941 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Models\Psi.vb,21,0,7,14,3,6,0,0,0,458,458 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Models\PsiArray.vb,42,0,11,31,2,3,4,0,0,1147,1.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\test\Program.vb,74,9,18,47,1,0,3,0,0,3116,3.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1019,1019 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2766,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,,1036,99,212,725,29,23,23,35,0,38806,38.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\DistanceFunctions.vb,46,20,5,21,1,0,0,4,0,1848,1.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\OptimizationState.vb,39,12,4,23,1,0,0,1,0,1364,1.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Umap.vb,473,105,74,294,1,1,6,11,0,20072,20.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\UmapProject.vb,151,25,31,95,1,6,1,3,0,4511,4.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\DefaultRandomGenerator.vb,38,7,8,23,1,3,2,2,0,1788,1.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\DistanceCalculation.vb,1,0,0,1,1,0,0,0,0,88,88 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\Utils.vb,97,19,15,63,1,1,1,4,0,3131,3.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\Heaps\Heap.vb,18,0,4,14,1,0,1,0,0,502,502 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\Heaps\Heaps.vb,251,33,46,172,1,0,1,7,0,9546,9.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\SIMD\SIMD.vb,238,0,49,189,1,0,2,3,0,8160,8.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\SIMD\SIMDInt.vb,62,0,10,52,1,0,2,0,0,2058,2.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\SparseMatrix\RowCol.vb,45,10,8,27,1,2,1,4,0,1445,1.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\SparseMatrix\SparseMatrix.vb,275,21,52,202,1,1,6,17,0,10348,10.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\Tree\FlatTree.vb,9,0,1,8,1,4,0,0,0,281,281 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\Tree\RandomProjectionTreeNode.vb,11,0,1,10,1,6,0,0,0,410,410 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\Tree\Tree.vb,256,40,38,178,1,0,0,10,0,11226,11.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\KNearestNeighbour.vb,100,29,17,54,1,0,1,3,0,4214,4.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\KNNArguments.vb,32,4,7,21,1,4,1,1,0,888,888 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\KNNState.vb,17,7,4,6,1,2,0,0,0,416,416 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\SmoothKNN.vb,160,4,31,125,1,0,1,3,0,6131,6.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\KDTree\KDAccessor.vb,51,0,10,41,1,0,2,5,0,1914,1.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\KDTree\KDPoint.vb,15,0,4,11,1,3,0,0,0,321,321 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\KDTree\KDTreeMetric.vb,45,0,5,40,1,0,0,1,0,1692,1.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\NNDescent\Abstract.vb,12,0,3,9,1,0,0,1,0,503,503 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\NNDescent\NNDescent.vb,133,43,19,71,1,0,1,1,0,6224,6.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\NNDescent\NNDescentLoop.vb,67,3,15,49,1,0,3,1,0,1889,1.89 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\NNDescent\RPTree.vb,90,48,9,33,1,0,3,0,0,4541,4.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\test\Program.vb,126,3,27,96,2,2,3,1,0,5740,5.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\test\test2.vb,17,0,5,12,1,0,1,0,0,525,525 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2760,2.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2954,2.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,,3057,489,531,2037,33,39,40,83,0,119067,119.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Extensions.vb,132,41,15,76,1,0,0,7,0,4521,4.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\NamespaceDoc.vb,6,3,1,2,1,0,0,0,0,195,195 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\PQTree.vb,966,90,67,809,1,0,5,17,0,43829,43.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Utils.vb,85,20,10,55,1,0,0,3,0,2885,2.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\GraphAnalysis.vb,58,15,9,34,1,0,0,2,0,2176,2.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\Dijkstra\Dijkstra.vb,168,39,27,102,1,3,2,6,0,6876,6.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\Dijkstra\LinkCalculator.vb,230,36,47,147,4,0,4,5,0,7958,7.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\Dijkstra\Route.vb,67,3,14,50,1,4,4,2,0,1986,1.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\FastUnfolding\FastUnfolding.vb,116,15,23,78,1,0,1,4,0,3820,3.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\FastUnfolding\KeyMaps.vb,30,0,7,23,1,1,1,0,0,762,762 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\FastUnfolding\Matrix.vb,19,0,5,14,2,5,0,1,0,532,532 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\FastUnfolding\Utils.vb,48,8,9,31,1,0,0,1,0,1463,1.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\Louvain\Builder.vb,111,3,22,86,1,0,3,1,0,4475,4.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\Louvain\Edge.vb,22,6,4,12,1,0,1,1,0,576,576 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\Louvain\Louvain.vb,383,89,69,225,1,0,4,4,0,12413,12.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PageRank\GraphMatrix.vb,103,11,16,76,1,0,1,3,0,3504,3.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PageRank\PageRank.vb,204,50,37,117,1,0,1,4,0,8221,8.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PageRank\WeightedPRGraph.vb,172,33,35,104,3,3,1,3,0,6219,6.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PQDijkstra\BasicHeap.vb,68,2,12,54,1,1,2,1,0,2066,2.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PQDijkstra\DijkstraFast.vb,269,103,34,132,9,0,4,7,0,11552,11.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PQDijkstra\Example.vb,73,8,13,52,1,0,1,3,0,2536,2.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PQDijkstra\HeapNode.vb,15,0,3,12,1,0,1,0,0,338,338 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PQDijkstra\PQDijkstraProvider.vb,37,18,5,14,1,0,1,1,0,1556,1.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\KNN\Cosine.vb,17,0,5,12,1,0,0,2,0,463,463 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\KNN\KNN.vb,69,14,12,43,1,0,1,3,0,2706,2.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\KNN\ScoreMetric.vb,21,7,5,9,1,1,0,1,0,620,620 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\SGT.vb,358,110,52,196,3,2,1,12,0,13011,13.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Abstract\Edge.vb,68,31,7,30,1,4,0,2,0,2268,2.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Abstract\General.vb,31,5,7,19,2,0,2,1,0,905,905 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Abstract\Graph.vb,350,120,43,187,1,3,2,19,0,12126,12.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Abstract\Vertex.vb,60,17,9,34,1,2,4,2,0,1745,1.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\GridGraph\Extensions.vb,16,0,3,13,1,0,0,1,0,534,534 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\GridGraph\Grid.vb,83,22,16,45,1,2,3,3,0,2506,2.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\GridGraph\Grid2D.vb,341,97,41,203,1,4,2,15,0,13250,13.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\GridGraph\GridCell.vb,75,4,14,57,1,6,3,1,0,1936,1.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\GridGraph\IPoint2D.vb,18,6,5,7,1,2,0,0,0,405,405 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\GridGraph\Spatial3D.vb,134,27,18,89,1,1,1,6,0,5289,5.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\AbstractTree.vb,166,42,22,102,1,6,2,4,0,4726,4.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\TermTree.vb,80,11,13,56,1,0,1,5,0,2430,2.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\Tree.vb,89,28,16,45,2,2,3,4,0,2521,2.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\Trie.vb,181,34,32,115,2,4,3,7,0,5449,5.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\HuffmanTree\HuffmanNeuron.vb,41,3,6,32,1,4,1,3,0,1486,1.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\HuffmanTree\HuffmanNode.vb,16,4,4,8,1,3,0,1,0,424,424 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\HuffmanTree\HuffmanTree.vb,36,4,8,24,1,0,1,1,0,1046,1.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\KdNodeAccessor.vb,40,16,6,18,1,0,0,0,0,1379,1.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\KdNodeHeapItem.vb,31,12,6,13,1,2,1,1,0,856,856 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\KdTree.vb,403,66,67,270,1,4,3,12,0,15026,15.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\KdTreeNode.vb,53,13,10,30,1,6,1,2,0,1574,1.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\Utils.vb,20,6,3,11,1,0,1,0,0,587,587 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\ApproximateNearNeighbor\ApproximateNearNeighbor.vb,98,25,16,57,3,0,2,4,0,4132,4.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\ApproximateNearNeighbor\KNeighbors.vb,22,6,4,12,1,0,1,0,0,618,618 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\ApproximateNearNeighbor\TagVector.vb,47,15,8,24,1,4,2,1,0,1382,1.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\ApproximateNearNeighbor\VectorAccessor.vb,55,4,10,41,1,0,2,5,0,2094,2.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\MST\DisjointSet.vb,76,0,13,63,1,0,6,1,0,2364,2.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\MST\DJSet.vb,43,0,9,34,1,1,3,0,0,1025,1.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\MST\DJSets.vb,47,0,8,39,1,0,4,1,0,1239,1.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\MST\Kruskal.vb,59,3,13,43,1,0,1,3,0,1869,1.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\DegreeData.vb,9,0,3,6,1,2,0,0,0,209,209 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\Edge.vb,8,0,2,6,1,0,1,0,0,158,158 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\Extensions.vb,95,23,15,57,1,0,0,4,0,4468,4.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\NamespaceDoc.vb,9,3,2,4,1,0,0,0,0,251,251 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\NetworkGraph.vb,42,14,8,20,1,2,2,0,0,1336,1.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\Node.vb,15,7,3,5,1,1,0,0,0,370,370 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\NodeMetaDataAccessor.vb,9,0,3,6,1,0,0,2,0,265,265 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\SubNetworkComponents.vb,156,13,29,114,1,0,1,6,0,5940,5.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\Bipartite\BipartiteMatching.vb,262,66,43,153,3,4,7,6,0,10441,10.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\DijkstraTest.vb,32,0,7,25,1,0,1,0,0,928,928 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\Module1.vb,17,0,5,12,1,0,1,0,0,340,340 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\TreeTest.vb,17,0,5,12,1,0,1,0,0,368,368 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1049,1.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2784,2.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2972,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,,7480,1527,1149,4804,95,93,109,217,0,272780,272.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\Graph2Vec.vb,65,0,13,52,1,0,1,2,0,2395,2.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\Algorithm.vb,86,34,8,44,1,0,0,5,0,3888,3.89 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\Arguments.vb,29,0,6,23,1,6,0,0,0,1352,1.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex\AdaGrad.vb,111,0,11,100,1,0,2,0,0,5845,5.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex\ComplEx.vb,191,7,19,165,1,0,3,0,0,10783,10.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex\Evaluation.vb,144,0,9,135,1,0,2,0,0,7077,7.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex\Gradients.vb,94,0,9,85,1,0,2,1,0,5107,5.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE\AdaGrad.vb,126,2,11,113,1,0,2,0,0,6649,6.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE\ComplEx.vb,177,3,19,155,1,0,3,0,0,10541,10.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE\Evaluation.vb,144,0,9,135,1,0,2,0,0,7081,7.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE\Gradients.vb,83,0,9,74,1,0,2,1,0,4880,4.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE_AER\AdaGrad.vb,135,2,11,122,1,0,2,0,0,7142,7.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE_AER\AERGradients.vb,49,4,6,39,1,0,2,0,0,2356,2.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE_AER\ComplEx.vb,188,3,22,163,1,0,3,0,0,11128,11.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE_AER\Evaluation.vb,145,0,10,135,1,0,2,0,0,7087,7.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE_AER\Gradients.vb,83,0,9,74,1,0,2,1,0,4884,4.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_R\AdaGrad.vb,120,0,11,109,1,0,2,0,0,6404,6.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_R\ComplEx.vb,190,3,24,163,1,0,3,0,0,11114,11.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_R\Evaluation.vb,145,0,10,135,1,0,2,0,0,7081,7.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_R\Gradients.vb,83,0,9,74,1,0,2,1,0,4878,4.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_R\RGradients.vb,54,11,6,37,1,0,2,0,0,2711,2.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\Matrix.vb,218,0,27,191,3,1,11,7,0,8469,8.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\Relation.vb,15,0,5,10,1,2,1,0,0,341,341 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\Rule.vb,22,0,7,15,1,1,2,1,0,515,515 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\RuleSet.vb,60,0,11,49,3,1,1,2,0,2098,2.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\Triple.vb,26,6,5,15,1,3,1,1,0,800,800 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\TripleDict.vb,30,0,9,21,1,0,2,1,0,847,847 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\TripleSet.vb,104,0,15,89,3,0,4,5,0,4321,4.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\util\NegativeTripleGenerator.vb,77,0,18,59,1,0,1,3,0,3183,3.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\util\StringSplitter.vb,36,0,6,30,1,0,0,2,0,1378,1.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\Node2Vec\AliasMethod.vb,141,67,21,53,1,0,1,1,0,6403,6.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\Node2Vec\Graph.vb,244,58,22,164,1,0,4,7,0,10242,10.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\Node2Vec\Solver.vb,85,23,15,47,1,0,0,2,0,3143,3.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,,3500,223,402,2875,39,14,69,43,0,172123,172.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\CeNiN.vb,208,11,49,148,1,1,2,6,0,6833,6.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\ImageProcessor.vb,62,0,13,49,2,0,0,3,0,2355,2.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\NamespaceDoc.vb,10,5,1,4,1,0,0,0,0,247,247 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\SaveModel.vb,111,4,17,90,1,0,6,1,0,3801,3.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Solver.vb,88,0,16,72,1,0,0,1,0,3506,3.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\Convolution.vb,150,1,33,116,1,1,2,1,0,5373,5.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\Input.vb,128,11,18,99,1,2,2,3,0,4669,4.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\Layer.vb,125,20,24,81,1,1,10,2,0,4451,4.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\Output.vb,54,4,12,38,1,3,1,4,0,1952,1.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\Pool.vb,88,0,22,66,1,1,2,1,0,2774,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\ReLU.vb,51,0,14,37,1,1,1,1,0,1419,1.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\SoftMax.vb,45,0,11,34,1,1,1,1,0,1330,1.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\ConvolutionalNN.vb,221,58,39,124,1,5,3,8,0,7609,7.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\DataLink.vb,19,7,4,8,1,0,0,0,0,559,559 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Dimension.vb,50,12,10,28,1,0,2,3,0,1430,1.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\LayerBuilder.vb,109,9,25,75,1,1,2,17,0,4048,4.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\LayerTypes.vb,36,9,4,23,1,0,0,0,0,1089,1.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\ReadModelCNN.vb,49,1,11,37,1,0,0,3,0,1684,1.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\SaveModelCNN.vb,39,3,7,29,1,0,3,0,0,1293,1.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Trainer.vb,141,8,24,109,1,0,2,1,0,5699,5.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Util.vb,27,6,3,18,1,0,0,1,0,883,883 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\data\BackPropResult.vb,55,7,11,37,1,4,1,1,0,1701,1.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\data\DataBlock.vb,283,85,42,156,1,6,19,8,0,9950,9.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\data\OutputDefinition.vb,53,21,9,23,1,4,2,1,0,1469,1.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\data\TrainResult.vb,47,3,10,34,1,1,1,1,0,1336,1.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\Conv2DTransposeLayer.vb,235,15,38,182,1,1,3,2,0,10118,10.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\ConvolutionLayer.vb,217,20,41,156,5,1,7,2,0,8762,8.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\DropoutLayer.vb,95,13,19,63,1,1,3,2,0,2989,2.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\FourierFeatureLayer.vb,98,26,14,58,1,1,2,1,0,4062,4.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\FullyConnectedLayer.vb,145,11,35,99,5,1,7,2,0,5084,5.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\GaussianLayer.vb,76,0,13,63,1,1,2,2,0,2734,2.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\InputLayer.vb,82,30,14,38,1,3,3,2,0,2973,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\Layer.vb,29,13,6,10,1,2,1,1,0,975,975 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\LeakyReluLayer.vb,60,1,14,45,1,1,3,2,0,1758,1.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\LocalResponseNormalizationLayer.vb,132,28,23,81,1,1,3,2,0,5044,5.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\MaxoutLayer.vb,130,14,15,101,1,1,3,2,0,4903,4.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\PoolingLayer.vb,219,31,43,145,5,1,8,2,0,8184,8.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\RectifiedLinearUnitsLayer.vb,75,13,15,47,1,1,2,2,0,2426,2.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\SigmoidLayer.vb,78,19,14,45,1,1,2,2,0,2655,2.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\TanhLayer.vb,60,7,11,42,1,1,2,2,0,1921,1.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\losslayers\LossLayer.vb,60,13,13,34,1,1,3,0,0,1974,1.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\losslayers\RegressionLayer.vb,66,10,15,41,1,1,2,4,0,2177,2.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\losslayers\SoftMaxLayer.vb,108,17,22,69,1,1,2,4,0,3390,3.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\losslayers\SVMLayer.vb,69,11,14,44,1,1,2,4,0,2212,2.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\AdaDeltaTrainer.vb,45,6,10,29,1,0,3,1,0,1530,1.53 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\AdaGradTrainer.vb,30,7,5,18,1,0,2,1,0,1025,1.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\AdamTrainer.vb,47,6,9,32,1,0,3,1,0,1962,1.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\NesterovTrainer.vb,24,5,5,14,1,0,2,0,0,812,812 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\SGDTrainer.vb,33,11,5,17,1,0,2,0,0,1287,1.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\TrainerAlgorithm.vb,147,22,30,95,1,6,3,2,0,5621,5.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\WindowGradTrainer.vb,34,10,8,16,1,0,2,0,0,1309,1.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\Layers\Linear.vb,39,3,8,28,1,0,2,2,0,1149,1.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Importance.vb,70,20,10,40,1,0,0,2,0,2941,2.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Netz.vb,280,6,48,226,1,10,6,1,0,10982,10.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\HiddenLayers.vb,119,39,16,64,1,3,4,4,0,4914,4.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\Layer.vb,187,53,21,113,1,4,7,4,0,7604,7.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\LayerActives.vb,58,19,7,32,1,2,1,3,0,2061,2.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\Network.vb,187,71,26,90,1,8,4,3,0,7495,7.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\Neuron.vb,308,89,48,171,1,8,3,7,0,11161,11.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\SoftmaxLayer.vb,68,11,13,44,1,0,2,1,0,2517,2.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\Synapse.vb,76,25,9,42,1,6,3,1,0,2433,2.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\Protocols\Dropout.vb,30,10,3,17,1,0,1,0,0,1176,1.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\CreateSnapshot.vb,106,10,13,83,1,0,0,4,0,4027,4.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\NamespaceDoc.vb,15,7,2,6,1,0,0,0,0,592,592 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\Snapshot.vb,155,19,25,111,1,0,1,6,0,6207,6.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\Formats\IntegralLoader.vb,179,22,25,132,3,0,0,4,0,7808,7.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\Formats\Scattered.vb,166,28,28,110,1,0,1,4,0,6828,6.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\Models\Layers.vb,44,3,9,32,2,5,0,4,0,1542,1.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\Models\NeuralNetwork.vb,81,26,8,47,1,8,0,4,0,3625,3.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\Models\Neuron.vb,47,15,8,24,2,8,0,2,0,1588,1.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\ANNTrainer.vb,449,95,66,288,1,9,11,8,0,17692,17.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\Helpers.vb,65,13,10,42,2,2,0,5,0,2419,2.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\IndividualParallelTraining.vb,153,4,28,121,2,0,5,4,0,6251,6.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\Reporter.vb,31,4,8,19,1,0,4,0,0,722,722 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\TrainingSample.vb,33,3,8,22,1,1,1,1,0,929,929 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\TrainingUtils.vb,55,11,9,35,1,0,3,2,0,2370,2.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\DarwinismHybrid\Accelerator.vb,57,4,9,44,1,0,1,2,0,2497,2.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\DarwinismHybrid\Fitness.vb,33,0,7,26,1,1,1,1,0,1185,1.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\DarwinismHybrid\NetworkIndividual.vb,204,10,40,154,1,2,3,6,0,7902,7.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\test\Class1.vb,20,15,5,0,0,0,0,0,0,760,760 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\test\Dataset.vb,99,0,18,81,1,1,5,6,0,3206,3.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\test\MnistTest.vb,149,28,22,99,1,0,2,0,0,6591,6.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\test\Program.vb,69,59,10,0,0,0,0,0,0,2647,2.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,,8275,1366,1447,5462,100,138,210,204,0,307168,307.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\test\test.vbproj,test\Class1.vb,20,15,5,0,0,0,0,0,0,760,760 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\test\test.vbproj,test\Dataset.vb,99,0,18,81,1,1,5,6,0,3206,3.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\test\test.vbproj,test\MnistTest.vb,149,28,22,99,1,0,2,0,0,6591,6.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\test\test.vbproj,test\Program.vb,69,59,10,0,0,0,0,0,0,2647,2.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\test\test.vbproj,,337,102,55,180,2,1,7,6,0,13204,13.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Extensions.vb,83,32,9,42,1,0,0,3,0,3176,3.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\IterationReporter.vb,33,14,7,12,5,0,0,1,0,987,987 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\Status0.vb,67,0,17,50,3,3,2,6,0,2046,2.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\ActiveFunctionXml.vb,145,28,12,105,1,7,0,4,0,5906,5.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\IActivationFunction.vb,93,39,14,40,1,1,0,1,0,3265,3.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\BipolarSigmoid.vb,114,69,10,35,1,2,2,3,0,3976,3.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\HyperbolicTangent.vb,56,22,7,27,1,1,0,3,0,1644,1.64 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\ReLU.vb,91,5,14,72,1,1,2,7,0,2666,2.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\Sigmoid.vb,125,74,12,39,1,2,2,4,0,4312,4.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\SigmoidFunction.vb,39,3,7,29,1,1,0,4,0,1401,1.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\Sinc.vb,36,0,6,30,1,1,0,3,0,1031,1.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\Softplus.vb,28,0,6,22,1,1,0,3,0,840,840 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\Threshold.vb,85,46,9,30,1,1,1,4,0,2728,2.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Regression\Identical.vb,26,0,5,21,1,1,0,3,0,759,759 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Regression\QLinear.vb,36,0,6,30,1,1,0,3,0,1003,1003 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\DataSet.vb,151,33,19,99,1,6,0,4,0,5804,5.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\Diagnostics.vb,65,2,8,55,1,0,0,2,0,2677,2.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,184,184 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\NormalizeMatrix.vb,112,29,13,70,1,2,0,6,0,5305,5.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\Sample.vb,270,60,39,171,2,7,10,6,0,10047,10.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\SampleHelper.vb,20,6,4,10,1,0,0,1,0,603,603 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\SampleList.vb,90,7,16,67,1,1,2,4,0,3153,3.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\DifferentialEvolution.vb,296,79,37,180,4,0,1,4,0,14103,14.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\EnvironmentDriver.vb,182,39,27,116,2,7,5,2,0,7136,7.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Fitness.vb,70,58,5,7,1,1,0,1,0,2859,2.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\GeneticAlgorithm.vb,216,87,28,101,1,5,4,3,0,9206,9.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Helper\GeneticHelper.vb,190,77,25,88,1,0,7,0,0,7263,7.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Helper\InitializationHelper.vb,94,33,10,51,1,0,0,3,0,4878,4.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Helper\MemoryDump.vb,65,14,13,38,1,0,5,0,0,2438,2.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\Collection.vb,24,4,7,13,1,0,1,0,0,859,859 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\Delegates.vb,25,8,8,9,3,1,0,0,0,779,779 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\ParallelCompute.vb,97,16,18,63,5,1,2,3,0,4190,4.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\Population.vb,171,61,24,86,1,3,5,4,0,7000,7.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\PopulationList.vb,54,4,10,40,1,1,3,1,0,1927,1.93 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\Substitution\EliteReplacement.vb,52,17,9,26,1,1,0,1,0,1999,2.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\Substitution\ReplacementStrategy.vb,31,3,5,23,3,1,0,2,0,1106,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\Substitution\SimpleReplacement.vb,37,15,6,16,1,1,0,1,0,1575,1.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\Models\Chromosome.vb,109,95,6,8,1,1,0,2,0,6679,6.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\Models\FitnessPool.vb,18,7,3,8,1,0,1,0,0,672,672 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\Models\GeneralFitnessPool.vb,113,25,19,69,1,2,3,2,0,4231,4.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Action.vb,31,16,5,10,1,2,0,1,0,1104,1.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Model.vb,54,6,10,38,3,11,4,0,0,1730,1.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\QLearning.vb,84,34,15,35,1,3,3,0,0,2858,2.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\QState.vb,71,23,13,35,2,6,1,1,0,2864,2.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\QTable.vb,236,117,34,85,1,5,4,5,0,10825,10.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\Map.vb,42,2,4,36,1,0,0,2,0,1493,1.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\Maze.vb,130,3,24,103,1,3,8,3,0,3760,3.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\Program.vb,7,0,1,6,1,0,1,0,0,143,143 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\QTable.vb,38,5,5,28,1,0,2,1,0,1481,1.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1169,1.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2792,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2988,2.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\RandomForests\Branch.vb,85,25,8,52,1,0,0,4,0,2911,2.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\RandomForests\File.vb,219,53,22,144,3,6,0,1,0,10394,10.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\RandomForests\LossFunction.vb,385,50,14,321,1,0,0,3,0,19899,19.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\RandomForests\NamespaceDoc.vb,60,55,1,4,1,0,0,0,0,3953,3.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\RandomForests\RanFog.vb,405,151,32,222,2,12,0,2,0,20971,20.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\LibSVM.vb,24,0,6,18,1,0,1,1,0,733,733 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Logging.vb,28,3,6,19,1,1,2,0,0,764,764 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Node.vb,95,43,15,37,1,2,2,5,0,3404,3.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Prediction.vb,171,51,27,93,1,0,0,5,0,7330,7.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Procedures.vb,1451,100,284,1067,3,2,15,16,0,52878,52.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Scaling.vb,60,27,8,25,1,0,0,1,0,2346,2.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\SVMExtensions.vb,72,0,18,54,1,0,0,7,0,2191,2.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\SVMModel.vb,64,12,14,38,2,7,0,2,0,2072,2.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\SVMPrediction.vb,17,0,5,12,1,4,0,1,0,425,425 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\SVMUtilities.vb,112,10,19,83,1,0,0,3,0,4495,4.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Training.vb,100,32,15,53,1,0,1,3,0,4064,4.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Cache\Cache.vb,141,37,22,82,1,0,4,1,0,4511,4.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Cache\head_t.vb,27,6,5,16,1,1,1,0,0,696,696 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Kernel\IQMatrix.vb,8,0,1,7,1,0,1,2,0,239,239 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Kernel\Kernel.vb,209,0,31,178,1,0,2,5,0,7063,7.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Kernel\PrecomputedKernel.vb,119,62,20,37,1,0,3,0,0,4645,4.64 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Models\Model.vb,128,53,23,52,1,13,1,2,0,4516,4.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Models\Problem.vb,95,49,13,33,1,5,2,3,0,3342,3.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Parameter\GridSquare.vb,25,12,3,10,1,0,0,1,0,638,638 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Parameter\KernelType.vb,28,18,1,9,1,0,0,0,0,706,706 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Parameter\Parameter.vb,198,74,26,98,1,13,1,4,0,6866,6.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Parameter\ParameterSelection.vb,215,113,16,86,1,0,0,6,0,12170,12.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Parameter\SvmType.vb,27,18,0,9,1,0,0,0,0,607,607 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\RangeTransform\GaussianTransform.vb,116,41,19,56,1,0,1,3,0,4358,4.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\RangeTransform\IRangeTransform.vb,38,30,2,6,1,0,0,2,0,1572,1.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\RangeTransform\RangeTransform.vb,150,55,21,74,1,0,2,4,0,6346,6.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Solver\ONE_CLASS_Q.vb,51,0,13,38,1,0,2,2,0,1420,1.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Solver\SolutionInfo.vb,24,6,5,13,1,5,0,1,0,678,678 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Solver\Solver.vb,667,70,121,476,1,0,5,7,0,22109,22.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Solver\Solver_NU.vb,247,15,44,188,1,0,2,3,0,8783,8.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Solver\SVC_Q.vb,59,3,12,44,1,0,2,2,0,1741,1.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Solver\SVR_Q.vb,81,1,15,65,1,0,2,2,0,2439,2.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\Models\Model.vb,56,0,15,41,2,7,4,4,0,1583,1.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\Models\ProblemTable.vb,126,26,17,83,2,4,0,5,0,4666,4.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\Models\SvmModelJSON.vb,196,34,34,128,4,21,0,10,0,7293,7.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\TextWriter\GaussianTransformText.vb,34,6,8,20,1,0,1,1,0,1053,1.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\TextWriter\ModelText.vb,121,6,31,84,1,0,1,1,0,4253,4.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\TextWriter\ProblemText.vb,38,5,9,24,1,0,1,1,0,1118,1.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\TextWriter\TransformText.vb,43,5,10,28,1,0,1,1,0,1262,1.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\activeTest.vb,40,0,4,36,1,0,1,1,0,1715,1.72 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\FileTest.vb,122,96,26,0,0,0,0,0,0,7003,7.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\Module1.vb,20,0,6,14,1,0,2,0,0,458,458 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\simpleANNtest.vb,85,1,16,68,1,0,1,0,0,5602,5.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2775,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,,11558,2886,1753,6919,135,205,147,245,0,453687,453.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning.Data.Extensions\MachineLearning.Data.Extensions.vbproj,MachineLearning.Data.Extensions\Extensions.vb,71,5,10,56,1,0,0,2,0,3264,3.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning.Data.Extensions\MachineLearning.Data.Extensions.vbproj,MachineLearning.Data.Extensions\LabeledData.vb,61,0,10,51,1,0,0,2,0,2350,2.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning.Data.Extensions\MachineLearning.Data.Extensions.vbproj,MachineLearning.Data.Extensions\QTableDump.vb,25,0,4,21,1,0,2,0,0,896,896 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning.Data.Extensions\MachineLearning.Data.Extensions.vbproj,,157,5,24,128,3,0,2,4,0,6510,6.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDataStorage\MLDataStorage.vbproj,MLDataStorage\DataImports.vb,62,6,8,48,1,0,0,2,0,2271,2.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDataStorage\MLDataStorage.vbproj,MLDataStorage\MNIST.vb,197,26,32,139,1,1,3,7,0,7010,7.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDataStorage\MLDataStorage.vbproj,MLDataStorage\DataPack\PackReader.vb,122,22,19,81,1,1,3,4,0,4793,4.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDataStorage\MLDataStorage.vbproj,MLDataStorage\DataPack\PackWriter.vb,115,11,22,82,1,0,6,0,0,4902,4.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDataStorage\MLDataStorage.vbproj,,496,65,81,350,4,2,12,13,0,18976,18.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDebugger\ML_debugger-netcore5.vbproj,MLDebugger\DataSetExtensions.vb,80,16,10,54,1,0,0,2,0,3115,3.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDebugger\ML_debugger-netcore5.vbproj,MLDebugger\ANN\ANNDebugger.vb,248,15,37,196,1,0,9,1,0,11429,11.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDebugger\ML_debugger-netcore5.vbproj,MLDebugger\ANN\FrameExports.vb,89,4,11,74,1,0,0,4,0,3591,3.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDebugger\ML_debugger-netcore5.vbproj,MLDebugger\ANN\ROC.vb,55,0,8,47,1,0,0,3,0,2284,2.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDebugger\ML_debugger-netcore5.vbproj,,472,35,66,371,4,0,9,10,0,20419,20.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\PrettyPrint.vb,68,3,10,55,1,0,1,4,0,2485,2.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\MathHelpers.vb,49,0,15,34,3,0,0,2,0,1454,1.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\Matrix.vb,246,10,59,177,1,0,1,34,0,8830,8.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\Divide.vb,19,3,4,12,1,0,1,1,0,453,453 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\Multiply.vb,20,3,5,12,1,0,1,1,0,447,447 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\OneMinusX.vb,12,3,1,8,1,0,0,1,0,306,306 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\Power.vb,19,3,4,12,1,0,1,1,0,458,458 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\RandomDouble.vb,27,3,8,16,1,0,2,1,0,608,608 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\RandomGaussian.vb,15,3,3,9,1,0,0,1,0,397,397 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\RangedSigmoid.vb,26,3,6,17,1,0,1,2,0,713,713 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\Round.vb,27,3,6,18,1,0,2,2,0,713,713 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\Sigmoid.vb,18,3,4,11,1,0,0,2,0,468,468 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\distance\DiscreteDistanceFunction.vb,26,3,6,17,1,0,0,2,0,778,778 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\distance\DistanceFunction.vb,12,5,2,5,1,0,0,1,0,325,325 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\distance\EuclideanDistanceFunction.vb,23,3,5,15,1,0,0,2,0,729,729 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\doubledouble\Add.vb,12,3,1,8,1,0,0,1,0,334,334 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\doubledouble\Divide.vb,13,3,2,8,1,0,0,1,0,339,339 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\doubledouble\Multiply.vb,13,3,2,8,1,0,0,1,0,341,341 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\doubledouble\Subtract.vb,12,3,1,8,1,0,0,1,0,339,339 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\doubledouble\rbm\ActivationState.vb,12,3,1,8,1,0,0,1,0,363,363 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\nlp\WordDictionary.vb,94,7,21,66,1,1,4,6,0,3232,3.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\nlp\encode\DiscreteRandomWordEncoder.vb,33,4,8,21,1,0,2,1,0,955,955 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\nlp\encode\RandomWordEncoder.vb,34,4,9,21,1,0,2,1,0,929,929 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\nlp\encode\WordEncoder.vb,13,4,3,6,1,0,0,1,0,353,353 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\nlp\ngram\NGramGenerator.vb,37,3,9,25,1,0,1,2,0,1047,1.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\RBM.vb,58,9,12,37,1,3,2,1,0,1848,1.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\deep\DeepRBM.vb,96,19,20,57,1,3,3,1,0,4022,4.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\deep\LayerParameters.vb,47,3,10,34,1,3,0,3,0,1382,1.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\deep\RBMLayer.vb,32,5,9,18,1,0,1,3,0,818,818 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\factory\RandomRBMFactory.vb,32,3,8,21,1,0,1,2,0,911,911 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\factory\RBMFactory.vb,10,3,2,5,1,0,0,1,0,258,258 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\learn\BackErrorPropagation.vb,99,20,20,59,1,0,2,5,0,4017,4.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\learn\ContrastiveDivergence.vb,171,56,36,79,1,0,3,3,0,9696,9.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\learn\DeepContrastiveDivergence.vb,176,30,37,109,1,0,2,5,0,8460,8.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\learn\LearningParameters.vb,83,3,21,59,1,5,0,6,0,2607,2.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\learn\MultiThreadedDeepContrastiveDivergence.vb,127,27,26,74,3,0,5,3,0,5823,5.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\learn\RecurrentContrastiveDivergence.vb,212,52,48,112,1,0,4,5,0,10950,10.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\save\DeepRBMPersister.vb,95,66,17,12,1,0,1,1,0,3374,3.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\save\RBMPersister.vb,94,61,15,18,1,0,3,2,0,2784,2.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\test\Program.vb,32,0,5,27,1,0,1,0,0,1613,1.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,,2244,445,481,1318,44,15,47,114,0,85959,85.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\test\test.vbproj,test\Program.vb,32,0,5,27,1,0,1,0,0,1613,1.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\test\test.vbproj,,32,0,5,27,1,0,1,0,0,1613,1.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\t-SNE\t-SNE.NET5.vbproj,t-SNE\CostFunction.vb,88,8,21,59,1,1,2,0,0,2371,2.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\t-SNE\t-SNE.NET5.vbproj,t-SNE\Helper.vb,164,36,31,97,1,0,0,4,0,5239,5.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\t-SNE\t-SNE.NET5.vbproj,t-SNE\RandomHelper.vb,108,26,25,57,1,0,1,4,0,2848,2.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\t-SNE\t-SNE.NET5.vbproj,t-SNE\tSNE.vb,165,41,27,97,1,1,4,2,0,4970,4.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\t-SNE\t-SNE.NET5.vbproj,,525,111,104,310,4,2,7,10,0,15428,15.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\TensorFlow\TensorFlow.vbproj,TensorFlow\linear.vb,13,0,4,9,1,0,0,2,0,469,469 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\TensorFlow\TensorFlow.vbproj,TensorFlow\Math.vb,30,0,7,23,1,0,0,6,0,762,762 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\TensorFlow\TensorFlow.vbproj,TensorFlow\nn.vb,26,0,5,21,1,0,0,2,0,962,962 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\TensorFlow\TensorFlow.vbproj,,69,0,16,53,3,0,0,10,0,2193,2.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\Math.vb,57,5,10,42,1,0,0,5,0,2090,2.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\1D\Component.vb,16,0,4,12,1,3,1,0,0,414,414 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\1D\DataSet.vb,90,8,15,67,1,3,2,5,0,2772,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\1D\Datum.vb,75,4,15,56,1,3,4,4,0,2378,2.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\1D\Mixture.vb,140,16,26,98,1,2,4,3,0,4807,4.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\1D\Solver.vb,78,3,16,59,1,0,0,4,0,3119,3.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\EMGaussianMixtureModel\GaussianMixtureComponent.vb,50,0,10,40,1,4,2,3,0,2381,2.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\EMGaussianMixtureModel\GaussianMixtureModel.vb,243,30,49,164,1,3,1,9,0,10179,10.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMVAE\GMVAE.vb,10,0,4,6,2,0,1,0,0,129,129 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMVAE\LossFunctions.vb,186,92,19,75,1,0,0,7,0,8147,8.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMVAE\Metrics.vb,37,10,6,21,1,0,0,2,0,1290,1.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,,982,168,174,640,12,18,15,42,0,37706,37.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\Predictor.vb,255,81,35,139,3,2,6,10,0,9946,9.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\config\PredictorConfiguration.vb,32,0,7,25,3,1,1,3,0,1115,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\gbm\Dart.vb,39,4,9,26,1,0,2,1,0,1247,1.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\gbm\GBLinear.vb,96,11,20,65,3,0,3,6,0,3472,3.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\gbm\GBTree.vb,146,15,30,101,3,0,3,6,0,5643,5.64 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\gbm\GradBooster.vb,83,35,11,37,3,2,1,4,0,3666,3.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\learner\Functions.vb,92,9,21,62,3,0,0,8,0,2588,2.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\learner\ObjFunction.vb,75,26,11,38,1,0,3,3,0,3019,3.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\spark\SparkModelParam.vb,41,4,7,30,1,6,1,0,0,1634,1.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\test\Program.vb,74,14,13,47,1,0,3,1,0,3045,3.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\test\Training.vb,73,0,8,65,1,0,3,0,0,3021,3.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\AttributeList.vb,102,7,21,74,3,0,4,1,0,3854,3.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\ClassList.vb,129,3,19,107,1,0,8,0,0,5343,5.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\Data.vb,56,8,16,32,4,0,1,1,0,1864,1.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\GBM.vb,343,97,44,202,1,4,4,2,0,15539,15.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\Loss.vb,113,0,29,84,4,0,0,10,0,3403,3.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\ModelSerializer.vb,220,31,37,152,1,0,0,4,0,8498,8.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\Sampling.vb,46,0,11,35,2,0,4,0,0,1300,1.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\Tree.vb,475,48,83,344,9,1,10,5,0,22263,22.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\TreeNode.vb,199,24,25,150,1,0,15,1,0,7908,7.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\tree\Node.vb,70,9,13,48,1,0,1,5,0,2340,2.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\tree\RegTree.vb,105,33,16,56,3,0,2,2,0,3726,3.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\tree\RTreeNodeStat.vb,26,7,3,16,1,0,1,0,0,915,915 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\DMatrix.vb,45,0,8,37,1,3,0,2,0,1440,1.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\ModelReader.vb,283,9,74,200,1,0,4,18,0,10445,10.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\exception\EOFException.vb,19,0,5,14,1,0,3,0,0,438,438 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\exception\UTFDataFormatException.vb,19,0,4,15,1,0,3,0,0,453,453 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\FVec\FVec.vb,17,8,4,5,1,0,0,1,0,383,383 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\FVec\FVecMapImpl.vb,26,4,5,17,1,0,1,1,0,776,776 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\FVec\FVecTransformer.vb,61,35,7,19,1,0,0,5,0,2501,2.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\FVec\Module1.vb,111,0,29,82,4,0,4,4,0,3141,3.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,,3471,522,625,2324,65,19,91,104,0,134926,134.93 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\test\test.vbproj,test\Program.vb,74,14,13,47,1,0,3,1,0,3045,3.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\test\test.vbproj,test\Training.vb,73,0,8,65,1,0,3,0,0,3021,3.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\test\test.vbproj,,147,14,21,112,2,0,6,1,0,6066,6.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\XGBoostDataSet\XGBoostDataSet.vbproj,XGBoostDataSet\Conversion.vb,112,0,22,90,1,0,0,3,0,4291,4.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\XGBoostDataSet\XGBoostDataSet.vbproj,XGBoostDataSet\Tabular.vb,208,10,44,154,1,0,6,3,0,7106,7.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\XGBoostDataSet\XGBoostDataSet.vbproj,,320,10,66,244,2,0,6,6,0,11397,11.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\LPPExamples.vb,25,0,7,18,1,0,0,5,0,2095,2.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\LPPTest.vb,78,4,22,52,1,0,8,0,0,2483,2.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\Module1.vb,33,3,5,25,1,0,1,0,0,1024,1.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\Module2.vb,16,0,7,9,1,0,1,0,0,354,354 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1182,1.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2772,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,2989,2.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,,337,63,68,206,7,4,11,5,0,13333,13.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\AnovaMain.vb,60,18,12,30,1,0,1,0,0,2461,2.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\ANOVA\Anova.vb,205,38,39,128,1,4,5,2,0,6417,6.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\ANOVA\DistributionTable.vb,152,71,19,62,1,0,1,4,0,8314,8.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\ANOVA\Group.vb,10,0,2,8,1,0,1,0,0,192,192 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\ANOVA\TableFivepercent.vb,43,0,2,41,1,0,1,1,0,6387,6.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\ANOVA\TableOnepercent.vb,43,0,2,41,1,0,1,1,0,5810,5.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\BasicMathematics.vb,72,0,10,62,1,0,0,7,0,2173,2.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\DataSet.vb,81,13,10,58,1,0,0,3,0,3439,3.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\Debugger.vb,209,9,34,166,1,0,6,0,0,7805,7.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\MultivariateAnalysisResult.vb,49,8,9,32,1,29,0,0,0,2143,2.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\OPLS.vb,376,37,59,280,1,0,2,4,0,14995,14.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\PCA.vb,226,22,45,159,5,0,4,2,0,7652,7.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\PCAData.vb,67,8,11,48,1,0,0,2,0,2197,2.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\PLS.vb,693,44,115,534,1,0,5,11,0,24836,24.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\PLSData.vb,115,4,22,89,2,5,0,4,0,3701,3.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\StatisticsMathematics.vb,136,0,25,111,1,0,2,5,0,4499,4.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\StatisticsObject.vb,193,36,33,124,4,29,3,5,0,6779,6.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,,2730,308,449,1973,25,67,32,51,0,109800,109.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\BayesianCurveFitting.vb,82,10,10,62,1,0,3,3,0,2740,2.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Evaluation.vb,68,19,9,40,1,4,0,2,0,2367,2.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\GaussNewtonSolver.vb,264,24,51,189,3,0,1,8,0,8500,8.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\LMA.vb,40,19,5,16,3,0,0,2,0,1283,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\stockpredict.vb,101,11,30,60,1,2,2,0,0,2847,2.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\TestPoint.vb,37,0,8,29,2,5,0,1,0,1090,1.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\JamaHelper.vb,41,15,4,22,1,0,0,2,0,1812,1.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmDatumError.vb,59,41,7,11,1,0,0,1,0,2787,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmModelError.vb,48,33,5,10,1,0,0,1,0,2347,2.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmParamHandler.vb,13,7,1,5,1,0,1,0,0,450,450 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmScalarModel.vb,44,29,7,8,1,1,0,3,0,2019,2.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmSolver.vb,261,92,32,137,1,5,6,1,0,11798,11.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmSumError.vb,133,29,30,74,1,1,1,3,0,4888,4.89 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmSumSquaresError.vb,128,30,24,74,1,1,1,3,0,5224,5.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\DoubleLinear.vb,157,25,22,110,3,0,0,3,0,5348,5.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\Extensions.vb,85,29,12,44,1,0,0,7,0,2858,2.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\FeatureProjection.vb,37,6,6,25,1,0,0,3,0,1307,1.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\FitResult.vb,136,66,12,58,1,11,0,2,0,4750,4.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\IFitted.vb,31,19,5,7,1,3,0,1,0,806,806 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\LeastSquares.vb,221,46,26,149,1,0,2,7,0,7389,7.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\MLR\Error.vb,32,0,7,25,1,3,0,2,0,1055,1.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\MLR\LinearFitting.vb,101,35,10,56,1,0,0,6,0,3244,3.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\MLR\MLRFit.vb,75,27,9,39,1,9,0,2,0,2576,2.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\Weighted\WeightedFit.vb,72,35,12,25,1,8,0,2,0,2253,2.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\Weighted\WeightedLinearRegression.vb,238,29,18,191,1,0,0,5,0,7760,7.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Logistic\Instance.vb,74,19,11,44,1,3,3,3,0,2249,2.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Logistic\Logistic.vb,100,24,18,58,1,2,2,5,0,3572,3.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Logistic\LogisticFit.vb,43,0,7,36,1,3,0,2,0,1503,1.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Lowess\LowessFittings.vb,301,66,48,187,1,0,0,4,0,11088,11.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\test\Program.vb,22,0,3,19,1,0,1,0,0,786,786 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,,3044,785,449,1810,37,61,23,84,0,108696,108.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\test\test.vbproj,test\Program.vb,22,0,3,19,1,0,1,0,0,786,786 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\test\test.vbproj,,22,0,3,19,1,0,1,0,0,786,786 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataMatrix.vb,158,12,24,122,1,2,3,7,0,5575,5.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataType.vb,5,0,0,5,1,0,0,0,0,77,77 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\Impute.vb,91,7,14,70,1,0,0,5,0,3503,3.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\InferMethods.vb,7,3,0,4,1,0,0,0,0,123,123 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\InternalHelpers.vb,20,3,3,14,1,0,0,2,0,926,926 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\LoadDataMatrix.vb,94,5,11,78,1,1,0,2,0,4144,4.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\MatrixVisit.vb,4,0,0,4,1,0,0,0,0,58,58 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\Correlation\Builder.vb,115,23,11,81,1,0,0,5,0,4911,4.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\Correlation\Correlation.vb,103,11,10,82,1,0,0,4,0,4487,4.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\Correlation\CorrelationMatrix.vb,162,20,21,121,1,2,2,7,1,5568,5.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\Correlation\Distance.vb,49,13,6,30,1,0,0,3,0,2020,2.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\Correlation\DistanceMatrix.vb,82,8,15,59,1,1,3,2,0,2790,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataFrame\DataFrame.vb,321,95,41,185,1,6,3,10,0,11148,11.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataFrame\FastLoader.vb,88,18,10,60,1,0,0,2,0,3219,3.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataFrame\FeatureVector.vb,231,29,38,164,1,5,10,7,0,7888,7.89 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataFrame\FileWriter.vb,37,0,8,29,1,0,2,0,0,1173,1.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataFrame\MatrixTypeCast.vb,56,5,9,42,1,0,0,2,0,1678,1.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataFrame\NumericDataSet.vb,363,23,62,278,1,0,0,17,0,11727,11.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\MatrixMarket\MTXFormat.vb,74,36,9,29,1,0,0,2,0,3060,3.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\MatrixMarket\RUAFormat.vb,6,0,2,4,1,0,0,0,0,84,84 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2801,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,,2129,334,302,1493,21,19,23,77,1,76960,76.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\Utils.vb,19,0,4,15,1,0,2,0,0,450,450 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\Configuration.vb,60,19,15,26,1,0,0,2,0,2248,2.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\Evolution.vb,220,16,39,165,2,1,4,5,0,9241,9.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\EvolutionResult.vb,26,0,4,22,1,0,1,1,0,1001,1001 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\GAConfiguration.vb,60,14,16,30,1,0,0,2,0,2079,2.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\GAPolynomial.vb,95,0,20,75,1,6,1,2,0,3281,3.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\GAPolynomialUtils.vb,147,9,30,108,3,0,9,1,0,6008,6.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\GPConfiguration.vb,50,10,14,26,1,0,0,2,0,1647,1.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\GPTree.vb,107,0,21,86,1,7,1,2,0,3689,3.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\GPTreeUtils.vb,176,17,36,123,5,0,8,1,0,7125,7.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\Individual.vb,17,0,7,10,1,2,0,1,0,436,436 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\measure\MeanAbsoluteError.vb,11,0,3,8,1,0,0,1,0,313,313 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\measure\MeanSquareError.vb,11,0,3,8,1,0,0,1,0,311,311 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\measure\Objective.vb,10,0,4,6,1,0,0,2,0,249,249 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\measure\ObjectiveFunction.vb,65,0,15,50,2,0,2,4,0,2301,2.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\measure\SumAbsoluteError.vb,21,0,5,16,1,0,0,2,0,642,642 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\measure\SumSquareError.vb,20,0,4,16,1,0,0,2,0,629,629 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\BinaryExpression.vb,15,0,6,9,1,2,0,2,0,364,364 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\Expression.vb,27,10,8,9,1,2,0,3,0,885,885 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\ExpressionWrapper.vb,93,0,19,74,1,8,1,7,0,3549,3.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\UnaryExpression.vb,12,0,5,7,1,1,0,1,0,230,230 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\factory\CompositeExpression.vb,99,0,17,82,2,2,2,4,0,3969,3.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\factory\ExpressionFactory.vb,101,1,21,79,1,3,1,7,0,4676,4.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\factory\Symbols.vb,6,0,2,4,1,0,0,0,0,85,85 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\AbstractBinaryExpression.vb,76,0,19,57,1,4,1,3,0,2737,2.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\AbstractExpression.vb,18,0,5,13,1,0,0,1,0,748,748 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\AbstractUnaryExpression.vb,55,0,13,42,1,3,1,2,0,1813,1.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Cosine.vb,25,0,8,17,1,0,1,3,0,646,646 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Divide.vb,23,0,7,16,1,0,1,3,0,734,734 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Exponential.vb,25,0,8,17,1,0,1,3,0,651,651 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Logarithm.vb,25,0,8,17,1,0,1,3,0,649,649 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Minus.vb,23,0,7,16,1,0,1,3,0,733,733 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Multiply.vb,23,0,7,16,1,0,1,3,0,736,736 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Plus.vb,23,0,7,16,1,0,1,3,0,732,732 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Power.vb,25,0,8,17,1,0,1,3,0,770,770 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Sine.vb,25,0,8,17,1,0,1,3,0,644,644 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\SquareRoot.vb,24,0,7,17,1,0,1,3,0,651,651 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Tangent.vb,25,0,8,17,1,0,1,3,0,647,647 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Variable.vb,33,0,9,24,1,2,0,3,0,812,812 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\literal\E.vb,23,0,8,15,1,0,1,2,0,471,471 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\literal\Number.vb,45,0,12,33,1,2,2,4,0,1144,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\literal\PI.vb,23,0,8,15,1,0,1,2,0,478,478 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\literal\Tau.vb,21,0,6,15,1,0,1,2,0,473,473 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\test\Program.vb,112,36,17,59,1,0,4,2,0,4523,4.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,,2140,132,498,1510,53,45,54,109,0,76200,76.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\test\test.vbproj,test\Program.vb,112,36,17,59,1,0,4,2,0,4523,4.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\test\test.vbproj,,112,36,17,59,1,0,4,2,0,4523,4.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Gibbs\Gibbs.vbproj,Gibbs\Gibbs.vb,203,54,24,125,2,7,1,5,0,7738,7.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Gibbs\Gibbs.vbproj,Gibbs\MetropolisHastings.vb,162,26,34,102,1,0,2,2,0,4744,4.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Gibbs\Gibbs.vbproj,Gibbs\test\Program.vb,19,0,5,14,1,0,2,0,0,594,594 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Gibbs\Gibbs.vbproj,,384,80,63,241,4,7,5,7,0,13076,13.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Gibbs\test\test.vbproj,test\Program.vb,19,0,5,14,1,0,2,0,0,594,594 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Gibbs\test\test.vbproj,,19,0,5,14,1,0,2,0,0,594,594 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\EventFreeSurvival.vb,4,0,0,4,1,0,0,0,0,72,72 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\KaplanMeierEstimate.vb,222,27,39,156,5,15,4,1,0,7953,7.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\StrategyRunner.vb,44,0,11,33,1,0,1,1,0,1973,1.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\Models\GeneExpression.vb,28,4,7,17,1,5,0,0,0,778,778 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\Models\GeneResult.vb,11,0,3,8,1,4,0,0,0,265,265 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\Models\Patient.vb,9,0,2,7,1,3,0,0,0,225,225 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\SplitStrategies\ISplitStrategy.vb,10,0,2,8,1,1,1,0,0,408,408 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\SplitStrategies\T0T2Diff_TopNPercentSplitStrategy.vb,42,0,9,33,1,1,2,0,0,1912,1.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\SplitStrategies\T0_TopNPercentSplitStrategy.vb,43,0,9,34,1,1,2,0,0,1933,1.93 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\SplitStrategies\T2_TopNPercentSplitStrategy.vb,42,0,9,33,1,1,2,0,0,1874,1.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,,455,31,91,333,14,31,12,2,0,17393,17.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Extensions.vb,340,113,40,187,1,0,0,24,0,12652,12.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\NumberExtension.vb,656,151,89,416,1,0,9,19,0,23709,23.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Extensions.vb,179,53,26,100,5,0,2,8,0,7271,7.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\SVD.vb,360,28,57,275,1,0,1,2,0,12377,12.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Tensor.vb,245,3,57,185,1,2,4,6,5,7028,7.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Helpers\Constants.vb,46,39,7,0,0,0,0,0,0,1672,1.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Helpers\Function.vb,205,181,24,0,0,0,0,0,0,10949,10.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Helpers\MatrixArithmetic.vb,50,44,6,0,0,0,0,0,0,2256,2.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Helpers\MatrixMathArithmetic.vb,81,43,8,30,1,0,0,2,0,3644,3.64 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Helpers\Variable.vb,57,47,10,0,0,0,0,0,0,2004,2.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\Extensions.vb,81,5,12,64,1,0,0,4,0,2698,2.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\LPP.vb,203,45,26,132,1,4,7,4,0,9775,9.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\LPPDebugView.vb,51,0,10,41,1,0,0,2,0,2065,2.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\LPPModel.vb,130,11,26,93,3,15,2,3,0,4488,4.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\LPPSolution.vb,128,3,23,102,1,7,2,6,0,5212,5.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\LPPSolver.vb,423,63,84,276,1,0,2,6,0,17881,17.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\OptimizationType.vb,16,6,3,7,1,0,0,0,0,357,357 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\GeneralMatrix.vb,83,47,14,22,3,6,0,7,0,2797,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\IndexVector.vb,22,3,5,14,1,3,2,0,0,509,509 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\NumericMatrix.vb,1947,632,260,1055,1,6,20,64,22,70468,70.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\SparseMatrix.vb,240,31,38,171,1,2,5,10,0,9081,9.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Decomposition\CholeskyDecomposition.vb,151,42,20,89,1,1,2,2,0,5477,5.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Decomposition\EigenvalueDecomposition.vb,980,140,133,707,1,4,6,0,0,36827,36.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Decomposition\LUDecomposition.vb,275,65,41,169,2,5,1,2,0,9561,9.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Decomposition\NMF.vb,105,41,16,48,1,4,0,1,0,4856,4.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Decomposition\QRDecomposition.vb,231,55,26,150,1,4,1,1,0,8485,8.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Decomposition\SingularValueDecomposition.vb,572,92,70,410,1,7,2,0,0,22945,22.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Extensions\Extensions.vb,148,27,22,99,1,0,1,8,0,5302,5.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Extensions\MatrixMath.vb,3191,569,55,2567,1,0,7,42,0,128213,128.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Extensions\numpyExtensions.vb,309,75,34,200,3,0,1,20,0,12690,12.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Extensions\Serialization.vb,55,13,10,32,1,0,1,1,0,1708,1.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Math\Multiply.vb,53,16,9,28,1,0,0,2,0,1756,1.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Math\Subtraction.vb,35,9,6,20,1,0,0,1,0,1073,1.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Math\WiseOperation.vb,31,0,7,24,1,0,0,3,0,941,941 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Polynomial\Formula.vb,22,4,5,13,1,1,0,1,0,827,827 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Polynomial\MultivariatePolynomial.vb,43,12,7,24,1,0,0,3,0,1384,1.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Polynomial\Polynomial.vb,125,24,19,82,1,1,0,5,0,4112,4.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Solvers\GaussianElimination.vb,117,62,11,44,1,0,0,2,0,4540,4.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Solvers\ISolver.vb,14,7,3,4,1,0,0,0,0,378,378 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Solvers\PowerMethod.vb,126,6,15,105,1,0,7,5,0,4072,4.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Solvers\SOR.vb,53,9,11,33,1,0,0,1,0,1733,1.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\Extensions.vb,120,35,16,69,1,0,0,8,0,4717,4.72 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\NumericsVector.vb,97,43,11,43,1,0,0,9,0,4174,4.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\VectorEqualityComparer.vb,60,15,10,35,1,0,0,4,0,2033,2.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\Class\DoCall.vb,199,20,34,145,3,5,1,8,0,7612,7.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\Class\HalfVector.vb,132,3,26,103,1,2,4,2,14,5236,5.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\Class\Math.vb,230,62,30,138,1,0,0,23,0,9852,9.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\Class\SparseVector.vb,305,75,42,188,1,6,4,5,8,11449,11.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\Class\Vector.vb,1100,455,159,486,1,10,15,20,37,39717,39.72 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\Abundance.vb,47,6,5,36,2,1,0,1,0,1893,1.89 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\Beta.vb,50,28,6,16,1,0,0,2,0,1687,1.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\Bootstraping.vb,277,78,28,171,1,0,0,10,0,11744,11.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\DirichletDistribution.vb,45,17,7,21,1,0,0,2,0,2082,2.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\ECDF.vb,111,47,14,50,1,1,1,2,0,4319,4.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\Gamma.vb,150,43,21,86,1,0,0,4,0,4806,4.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\Gaussian.vb,68,25,7,36,1,0,0,5,0,2860,2.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\pnorm.vb,355,170,38,147,1,0,0,16,0,15390,15.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\PoissonDiskGenerator.vb,310,72,55,183,1,2,5,5,0,12113,12.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\Sample.vb,157,37,21,99,1,9,3,3,0,5177,5.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\TrIQ.vb,146,71,18,57,1,0,0,4,0,5448,5.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\BinBox\BinMaps.vb,17,9,1,7,1,0,0,0,0,341,341 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\BinBox\CutBins.vb,156,59,19,78,1,0,0,5,0,6189,6.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\BinBox\DataBinBox.vb,122,15,18,89,1,5,1,2,0,4456,4.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\FuzzyEngine.vb,223,36,48,139,1,3,3,8,0,8023,8.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\FuzzyRule.vb,138,34,28,76,1,2,2,2,0,4264,4.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\FuzzyRuleCollection.vb,37,19,5,13,1,0,1,0,0,1132,1.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\LinguisticVariable.vb,139,51,24,64,1,3,3,4,0,5449,5.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\LinguisticVariableCollection.vb,51,24,8,19,1,0,1,1,0,1775,1.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\MembershipFunction.vb,121,54,23,44,1,6,3,2,0,3823,3.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\MembershipFunctionCollection.vb,63,24,10,29,1,0,1,1,0,2138,2.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\Models\Extensions.vb,186,1,27,158,1,0,0,6,0,7030,7.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\Models\ModelAPI.vb,74,3,15,56,1,5,0,5,0,2924,2.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\Models\Models.vb,131,9,33,89,8,14,13,0,0,3427,3.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\HashMaps\Crc32.vb,116,8,10,98,1,1,0,5,0,5567,5.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\HashMaps\HashBlizzard.vb,98,34,12,52,2,0,2,2,0,3559,3.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\HashMaps\HashMap.vb,363,57,59,247,1,0,0,22,0,12973,12.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\HashMaps\JenkinsHash.vb,212,74,29,109,1,0,1,9,0,7921,7.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\BigDecimal.vb,647,61,55,531,1,7,16,14,13,26845,26.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\GenericVector(Of T).vb,150,36,19,95,1,4,6,0,2,5586,5.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\Half.vb,1058,535,136,387,1,0,7,50,20,51140,51.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\HalfHelper.vb,202,34,24,144,1,0,1,14,0,8254,8.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\UncheckedInteger.vb,76,7,15,54,1,2,1,1,4,2568,2.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\UncheckIntegerHelpers.vb,39,3,7,29,1,0,0,4,0,1226,1.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\Framework\Iterator.vb,43,7,9,27,3,1,1,1,0,1284,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\Framework\VariableObject.vb,20,4,4,12,1,1,0,1,0,666,666 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\DataQuartile.vb,61,27,7,27,1,6,1,2,0,2378,2.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\Extensions.vb,280,100,43,137,1,0,1,7,0,11151,11.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\FastRankQuantile.vb,48,5,9,34,1,1,2,2,0,1403,1.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\Quantile.vb,34,15,5,14,1,0,1,1,0,1163,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\QuantileEstimationGK.vb,157,53,26,78,1,0,4,2,0,5208,5.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\QuantileQuery.vb,6,0,1,5,1,0,0,1,0,135,135 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\Quartile.vb,72,31,8,33,1,0,0,2,0,4198,4.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\QuartileLevels.vb,8,0,1,7,1,0,0,0,0,140,140 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\Selector.vb,140,29,20,91,3,0,0,7,0,5925,5.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\X.vb,38,18,5,15,1,3,1,1,0,1265,1.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\DataGenerator.vb,39,0,11,28,5,2,2,2,0,1139,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\ParameterCompute.vb,172,43,22,107,1,0,1,3,0,7937,7.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\ScriptEngine.vb,148,54,22,72,1,3,5,3,0,5447,5.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\VectorModel.vb,106,17,13,76,1,0,1,2,0,4361,4.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Aggregate\Aggregate.vb,18,0,3,15,3,0,0,1,0,668,668 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Arithmetic.vb,97,54,8,35,1,1,0,3,0,4374,4.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\ExpressionBuilder.vb,211,23,28,160,1,0,2,5,0,8343,8.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\ExpressionCompiler.vb,86,5,12,69,3,0,0,2,0,4590,4.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\ExpressionEngine.vb,128,9,19,100,1,0,0,8,0,5582,5.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\ExpressionTokenIcer.vb,117,1,17,99,1,0,1,3,0,4354,4.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\FunctionElement.vb,24,3,5,16,1,3,0,1,0,635,635 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\MathToken.vb,32,4,5,23,2,1,1,0,0,780,780 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Splitter.vb,59,2,11,46,1,0,0,1,0,1942,1.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Expression\BinaryExpression.vb,46,15,7,24,1,3,1,3,0,1566,1.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Expression\Expression.vb,25,5,6,14,1,0,0,0,2,812,812 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Expression\Factorial.vb,26,3,5,18,1,1,1,2,0,691,691 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Expression\FunctionInvoke.vb,28,3,6,19,1,2,1,2,0,934,934 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Expression\Literal.vb,92,11,17,64,1,4,2,5,2,2768,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Expression\SymbolExpression.vb,22,3,5,14,1,1,1,2,0,605,605 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Factors\Extensions.vb,53,7,7,39,1,1,0,1,0,1974,1.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Factors\Factor.vb,50,4,10,36,2,1,3,2,0,1548,1.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Factors\FactorVector.vb,69,3,10,56,2,3,0,4,0,2457,2.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Factors\NamedVector.vb,66,8,10,48,1,0,1,1,1,2378,2.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Factors\NamedVectorFactory.vb,58,3,12,43,1,1,1,5,0,2100,2.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\BezierCurve.vb,145,61,18,66,1,3,4,3,0,6137,6.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\BezierExtensions.vb,98,15,14,69,1,0,0,2,0,3524,3.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\B_Spline.vb,143,37,21,85,1,0,0,4,0,5161,5.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\CatmullRomSpline.vb,155,35,24,96,1,0,0,4,0,6888,6.89 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\CentripetalCatmullRomSpline.vb,70,22,11,37,1,0,0,2,0,3281,3.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\Extensions.vb,103,22,15,66,2,0,0,3,0,3007,3.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\PolynomialNewton.vb,106,27,18,61,1,0,0,3,0,3756,3.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\CubicSpline\CubicEval.vb,27,1,6,20,1,0,1,2,0,749,749 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\CubicSpline\CubicSpline.vb,126,26,22,78,1,1,4,6,0,4875,4.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\CubicSpline\CubicSplineVector.vb,123,16,28,79,1,1,5,4,0,4206,4.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\DouglasPeucker\DouglasPeucker.vb,222,89,30,103,1,0,0,6,0,8746,8.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,,24554,6225,3134,15195,164,204,229,684,130,947923,947.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Extensions.vb,53,17,8,28,1,0,0,5,0,1562,1.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\FastICA.vb,1103,243,279,581,1,0,8,15,0,29583,29.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\SpecialFunctions.vb,731,129,54,548,1,0,0,25,0,22973,22.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\ContinuousDistribution.vb,202,48,29,125,1,1,0,12,0,9756,9.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\DiscreteDistribution.vb,330,170,44,116,1,0,4,12,0,10373,10.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\Distribution.vb,352,69,47,236,1,0,0,11,0,13970,13.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\Exponential.vb,49,10,5,34,1,0,3,4,0,1665,1.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\FDistribution.vb,29,0,7,22,1,0,1,4,0,985,985 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\GEV.vb,99,13,6,80,1,0,3,5,0,4619,4.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\Gumbel.vb,49,10,5,34,1,0,3,4,0,1763,1.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\Logistic.vb,64,10,5,49,1,0,3,5,0,2370,2.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\LogPearsonIII.vb,76,17,5,54,1,0,3,4,0,3467,3.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\Pareto.vb,68,11,5,52,1,0,3,5,0,2391,2.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Beta.vb,75,14,5,56,1,0,3,4,0,3117,3.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Emperical.vb,43,12,6,25,1,0,0,4,0,1729,1.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Exponential.vb,50,10,6,34,1,0,3,4,0,1644,1.64 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Gamma.vb,58,11,5,42,1,0,3,4,0,2297,2.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\GEV.vb,78,13,5,60,1,0,2,6,0,3017,3.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Gumbel.vb,49,9,5,35,1,0,3,4,0,1768,1.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\LogNormal.vb,74,13,5,56,1,0,3,5,0,3223,3.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\LogPearsonIII.vb,90,10,7,73,1,0,3,5,0,3809,3.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Normal.vb,187,20,17,150,1,2,3,6,0,6971,6.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Rayleigh.vb,45,10,6,29,1,1,3,4,0,1707,1.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Triangular.vb,103,16,6,81,1,0,3,7,0,4226,4.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Uniform.vb,67,13,7,47,1,2,3,4,0,2243,2.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Example\Fisher.vb,22,0,8,14,1,0,1,0,0,646,646 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Example\Program.vb,29,5,6,18,1,0,2,0,0,1017,1017 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Example\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Example\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1153,1.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Example\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2799,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Example\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2973,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\ChiSquareTest.vb,130,36,16,78,2,4,0,4,0,4298,4.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\FisherTest.vb,131,52,15,64,1,0,0,5,0,4788,4.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\FTest.vb,100,10,16,74,1,7,1,1,0,2521,2.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\Hypothesis.vb,19,9,2,8,1,0,0,0,0,498,498 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\LogLikelihood.vb,42,12,6,24,1,0,0,1,0,1772,1.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\MoranTest.vb,91,12,10,69,1,8,0,2,0,3841,3.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\FishersExact\FishersExactPvalues.vb,51,23,6,22,1,5,0,1,0,1796,1.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\FishersExact\FisherTest.vb,215,54,30,131,1,0,0,7,0,7433,7.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\FishersExact\HyperState.vb,17,0,3,14,1,6,0,1,0,497,497 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\MantelTest\corr.vb,41,0,8,33,1,0,0,2,0,1606,1.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\MantelTest\Model.vb,76,35,12,29,2,8,1,2,0,2085,2.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\MantelTest\stats.vb,600,115,96,389,1,0,3,10,0,19916,19.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\MantelTest\test.vb,247,63,42,142,1,0,0,4,0,8887,8.89 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\T-test\StudenttDistribution.vb,47,3,10,34,1,2,1,3,0,1932,1.93 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\T-test\TestResult.vb,84,34,13,37,1,9,0,2,0,2799,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\T-test\Topt.vb,21,4,6,11,1,3,0,1,0,495,495 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\T-test\Ttest.vb,274,114,26,134,1,0,0,7,0,15091,15.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\T-test\TwoSampleResult.vb,28,0,7,21,1,3,0,1,0,794,794 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\MomentFunctions\BasicProductMoments.vb,168,61,22,85,1,5,8,0,0,7170,7.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\MomentFunctions\BasicProductMomentsHistogram.vb,60,15,6,39,1,1,2,0,0,2622,2.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\MomentFunctions\LinearMoments.vb,86,11,14,61,1,10,1,0,0,2619,2.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\MomentFunctions\ProductMoments.vb,58,11,10,37,1,8,1,1,0,2075,2.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2802,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\RANSAC\Algorithm.vb,231,31,41,159,1,0,1,6,0,9743,9.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\RANSAC\Point.vb,24,0,7,17,1,0,3,0,0,445,445 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\RANSAC\SampleOutput.vb,33,0,5,28,1,7,1,0,0,1295,1.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\RANSAC\Vector.vb,37,0,10,27,1,2,2,0,2,1065,1.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,,7332,1687,1069,4576,59,100,92,229,2,261152,261.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\MathMLCompiler.vb,91,3,13,75,1,0,1,5,0,3997,4.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\SymbolIndex.vb,46,3,7,36,1,1,1,2,0,1567,1.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\Symbolic\Derivative.vb,21,2,4,15,1,0,0,1,0,602,602 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\Symbolic\MakeSimplify.vb,155,11,19,125,1,0,0,5,0,6514,6.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\Symbolic\PolyExpansion.vb,113,3,19,91,1,0,0,4,0,3935,3.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\Symbolic\Symbolic.vb,42,3,7,32,1,0,0,4,0,1443,1.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\Symbolic\UnaryExpression.vb,26,0,6,20,1,2,0,2,0,851,851 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\Symbolic\UnifySymbol.vb,95,17,13,65,1,2,1,4,0,3385,3.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\test\Module1.vb,47,1,12,34,1,0,4,0,0,1636,1.64 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\test\SymbolicTest.vb,73,3,23,47,1,0,4,0,0,2267,2.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2766,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,,891,102,152,637,13,9,12,27,0,33506,33.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\ECDF.vb,38,0,9,29,1,0,2,2,0,1297,1.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Extensions.vb,102,18,15,69,1,0,0,4,0,3945,3.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\GenericODEs.vb,37,4,9,24,3,1,3,1,0,1015,1015 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\ODEs.vb,238,77,32,129,1,1,3,6,0,8542,8.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\RefODEs.vb,33,8,8,17,1,1,0,0,0,1050,1.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\RungeKutta4.vb,98,18,20,60,1,0,3,3,0,3324,3.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\SolverIterator.vb,48,3,11,34,1,1,2,3,0,1289,1.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\var.vb,117,7,25,85,4,4,6,5,4,3544,3.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\Data\ODEsOut.vb,107,27,15,65,1,7,0,5,0,3777,3.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\Data\StreamExtension.vb,96,6,19,71,1,0,0,4,0,3514,3.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\Data\ValueVector.vb,41,6,7,28,1,1,1,1,1,1320,1.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\ODESolvers\Gill.vb,34,4,6,24,1,0,0,1,0,1237,1.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\ODESolvers\ODE.vb,43,22,5,16,1,3,0,1,0,1341,1.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\ODESolvers\ODEOutput.vb,55,4,9,42,1,7,0,2,0,1631,1.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\ODESolvers\Solver.vb,107,36,14,57,3,0,0,4,0,3833,3.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\test\Module1.vb,61,0,15,46,5,0,3,2,0,1570,1.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\test\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1067,1.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2771,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\test\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,2984,2.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,,1440,296,246,898,30,30,24,44,5,49485,49.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\test\test5.vbproj,test\Module1.vb,61,0,15,46,5,0,3,2,0,1570,1.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\test\test5.vbproj,test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\test\test5.vbproj,test\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1067,1.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\test\test5.vbproj,test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2771,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\test\test5.vbproj,test\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,2984,2.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\test\test5.vbproj,,246,56,42,148,8,4,4,2,0,8826,8.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODESolver.Extensions\ODESolver.Extensions.NET5.vbproj,ODESolver.Extensions\Extensions.vb,163,25,24,114,1,0,0,7,0,6186,6.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODESolver.Extensions\ODESolver.Extensions.NET5.vbproj,,163,25,24,114,1,0,0,7,0,6186,6.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,Randomizer\crandn.vb,218,92,34,92,1,0,0,4,0,7635,7.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,Randomizer\Randomizer.vb,228,74,37,117,1,0,3,10,0,8919,8.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,Randomizer\FastRandom\FastRandom.vb,362,133,48,181,1,0,5,8,0,13798,13.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,Randomizer\FastRandom\IProvideRandomValues.vb,29,14,5,10,1,1,1,2,0,1396,1.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,Randomizer\FastRandom\ThreadSafeFastRandom.vb,123,24,27,72,1,0,1,5,0,4441,4.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,Randomizer\My Project\Resources.Designer.vb,94,42,10,42,1,4,0,0,0,4651,4.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,,1054,379,161,514,6,5,10,29,0,40840,40.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\Signal.IO\signal_io-netcore5.vbproj,Signal.IO\SignalsReader.vb,66,0,9,57,1,0,0,1,0,3104,3.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\Signal.IO\signal_io-netcore5.vbproj,Signal.IO\SignalsWriter.vb,160,14,27,119,1,0,0,2,0,8015,8.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\Signal.IO\signal_io-netcore5.vbproj,,226,14,36,176,2,0,0,3,0,11119,11.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Alignment.vb,83,9,10,64,1,0,0,3,0,3368,3.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\ColorSpectrum.vb,69,10,7,52,1,0,0,1,0,2106,2.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Extensions.vb,46,24,4,18,1,0,0,3,0,2166,2.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\GeneralSignal.vb,163,30,22,111,1,8,3,6,0,5382,5.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Signal.vb,57,10,9,38,1,2,3,1,1,2032,2.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\TimeSignals.vb,52,7,8,37,1,2,2,2,0,1509,1.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Cluster\SignalClustering.vb,52,3,10,39,1,0,1,3,0,1704,1.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\COW\CowAlignment.vb,319,39,49,231,1,0,1,5,0,17109,17.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\COW\CowParameter.vb,62,12,11,39,1,3,0,2,0,2786,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\COW\Flags.vb,20,4,2,14,2,0,0,0,0,423,423 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\COW\FunctionElement.vb,28,3,6,19,1,3,2,1,0,767,767 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\COW\FunctionMatrix.vb,75,13,15,47,1,1,4,1,0,2844,2.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\COW\IPeak2D.vb,44,30,5,9,2,4,0,0,0,1544,1.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\FFT\DFT.vb,135,59,20,56,1,0,4,0,0,5736,5.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\FFT\DoubleFFT_1D.vb,6632,370,371,5891,1,0,72,2,0,273473,273.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\FFT\FourierTransform.vb,351,109,51,191,2,0,5,2,0,12683,12.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\FFT\Plans.vb,30,22,3,5,1,0,0,0,0,948,948 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\FFT\TransformCore.vb,37,22,6,9,1,0,0,0,0,1376,1.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\ContinuousPadder.vb,112,61,10,41,1,2,3,0,0,3848,3.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\DataFilter.vb,14,6,3,5,1,0,0,1,0,352,352 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\Linearizer.vb,124,43,14,67,1,1,4,1,0,4338,4.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\MeanValuePadder.vb,155,71,11,73,1,3,3,0,0,5750,5.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\Preprocessor.vb,33,25,3,5,1,0,1,0,0,1170,1.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\RamerDouglasPeuckerFilter.vb,74,12,10,52,1,1,1,2,0,2997,3.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\SGFilter.vb,516,264,34,218,1,2,7,15,0,22799,22.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\TrendRemover.vb,63,34,5,24,1,0,2,0,0,2286,2.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\ZeroEliminator.vb,100,42,10,48,1,1,3,0,0,3180,3.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\DistanceMeasure.vb,8,0,0,8,1,0,0,0,0,173,173 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\Dtw.vb,520,109,84,327,1,4,7,4,0,27345,27.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\Preprocessing\CentralizationPreprocessor.vb,19,3,4,12,1,0,0,2,0,595,595 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\Preprocessing\IPreprocessor.vb,44,5,10,29,1,0,0,4,0,1432,1.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\Preprocessing\NonePreprocessor.vb,27,11,4,12,1,0,0,2,0,736,736 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\Preprocessing\NormalizationPreprocessor.vb,37,7,8,22,1,0,2,2,0,1259,1.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\Preprocessing\StandardizationPreprocessor.vb,27,7,6,14,1,0,0,2,0,1086,1.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\PeakFinding\Algorithm.vb,174,24,22,128,1,0,1,4,0,7411,7.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\PeakFinding\Doppler.vb,31,3,4,24,1,0,0,1,0,1110,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\PeakFinding\Implement.vb,90,18,11,61,1,0,0,3,0,3706,3.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\PeakFinding\SignalPeak.vb,85,3,15,67,1,6,0,2,0,2877,2.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Sampler\BinSampler.vb,53,11,10,32,1,1,2,2,0,1841,1.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Sampler\Resampler.vb,121,14,18,89,1,1,0,4,0,3606,3.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Sampler\EmGaussian\GaussianFit.vb,115,11,21,83,3,0,2,5,0,4322,4.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Sampler\EmGaussian\Opts.vb,27,12,4,11,1,4,0,1,0,786,786 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Sampler\EmGaussian\TimeBins.vb,69,12,14,43,1,0,0,3,0,2395,2.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Sampler\EmGaussian\Variable.vb,67,10,13,44,1,4,3,5,0,2370,2.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Source\ArithmeticSignal.vb,122,20,24,78,5,4,5,4,0,5115,5.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Source\DumpsSignal.vb,41,12,7,22,1,0,1,1,0,1240,1.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Source\Providers.vb,61,0,15,46,7,0,0,7,0,2222,2.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Source\Signal.vb,89,29,18,42,1,2,0,3,0,3493,3.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Source\SignalPeak.vb,30,0,7,23,1,3,0,1,0,995,995 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\DataSeriesFactory.vb,6118,3,13,6102,1,0,0,1,0,138951,138.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\demo_data1.vb,51,2,12,37,1,0,3,0,0,1689,1.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\MultivariateDataSeriesRepository.vb,74,10,18,46,1,1,3,3,0,2955,2.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\Program.vb,28,0,8,20,1,0,2,0,0,994,994 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1043,1.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2775,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\Transform.vb,520,5,47,468,1,0,11,7,0,22454,22.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\Wavelet.vb,47,5,9,33,1,1,1,0,0,1613,1.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\WaveletTransform.vb,187,81,24,82,1,0,4,0,0,6224,6.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\Constructors\Coiflets.vb,37,0,3,34,1,0,1,1,0,2753,2.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\Constructors\Daubechies.vb,134,0,3,131,1,0,1,1,0,11459,11.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\Constructors\Symlets.vb,38,0,3,35,1,0,1,1,0,3186,3.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\Constructors\WaveletConstructor.vb,24,0,6,18,1,0,1,2,0,759,759 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,,18744,1817,1203,15724,78,68,173,129,1,661063,661.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,wav\WaveFile.vb,94,44,14,36,1,5,2,1,0,3044,3.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,wav\SubChunk\Data.vb,137,2,28,107,3,1,2,8,0,4637,4.64 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,wav\SubChunk\Enums.vb,33,15,2,16,3,0,0,0,0,652,652 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,wav\SubChunk\FMT.vb,72,38,6,28,1,7,0,1,0,2202,2.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,wav\SubChunk\Sample.vb,60,6,12,42,1,2,0,5,0,1983,1.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,wav\SubChunk\SubChunk.vb,6,0,2,4,1,2,0,0,0,129,129 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,,402,105,64,233,10,17,4,15,0,12647,12.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\Corpus.vb,88,17,18,53,1,3,1,5,0,2682,2.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\Debugger.vb,176,35,36,105,1,0,1,3,0,6496,6.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\DocumentLoader.vb,81,6,19,56,1,0,0,2,0,2566,2.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\Gibbs.vb,146,22,22,102,3,0,2,1,0,5309,5.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\LdaGibbsSampler.vb,389,168,53,168,1,3,6,1,0,14938,14.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\LdaInterpreter.vb,74,12,14,48,1,0,2,2,0,2712,2.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\Vocabulary.vb,88,5,21,62,1,1,3,4,0,2525,2.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\ParallelGibbsLda\ExecutorService.vb,18,0,5,13,1,0,2,0,0,564,564 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\ParallelGibbsLda\GibbsWorker.vb,85,7,17,61,1,0,3,0,0,2912,2.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\ParallelGibbsLda\ParallelGibbsLda.vb,218,50,39,129,1,2,4,3,0,7040,7.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\test\Program.vb,34,4,5,25,1,0,3,0,0,1277,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,,1397,326,249,822,13,9,27,21,0,49021,49.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\test\test.vbproj,test\Program.vb,34,4,5,25,1,0,3,0,0,1277,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\test\test.vbproj,,34,4,5,25,1,0,3,0,0,1277,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\ImageData.vb,100,0,13,87,1,0,0,4,0,3932,3.93 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\PlotTypes.vb,5,0,0,5,1,0,0,0,0,77,77 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\VennPlot.vb,213,55,30,128,2,5,1,2,0,9094,9.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\zzz.vb,3,1,1,1,0,0,0,0,0,86,86 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\Data.vb,338,53,44,241,1,0,0,9,0,14383,14.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\PieChart3D.vb,67,1,8,58,1,0,0,2,0,2862,2.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\Scatter.vb,153,32,15,106,1,0,0,2,0,6457,6.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\ScatterHeatmap.vb,298,35,31,232,4,4,1,5,0,12687,12.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\Serial3D.vb,30,7,5,18,1,5,0,1,0,1027,1.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\Device\Element3D.vb,220,18,43,159,6,15,10,6,0,8168,8.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\Device\RenderEngine.vb,163,20,18,125,1,0,2,0,0,6967,6.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\g\Axis.vb,91,7,9,75,1,0,0,1,0,4111,4.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\g\Grid.vb,158,0,25,133,1,0,0,3,0,6770,6.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\Plot\Scatter3D.vb,187,15,19,153,1,0,2,1,0,7682,7.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\AlignmentPlot.vb,241,26,20,195,3,0,0,6,0,12669,12.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\BarPlot.vb,114,22,9,83,1,0,0,3,0,4851,4.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\BarPlot2.vb,175,16,26,133,2,2,2,1,0,7260,7.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\LevelBarplot.vb,211,8,26,177,1,0,0,2,0,9985,9.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\RectangleStyles.vb,123,0,21,102,4,0,0,6,0,4401,4.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\StackedBarPlot.vb,109,16,11,82,1,0,0,3,0,4461,4.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\StyledBarplot.vb,165,26,16,123,3,0,1,3,0,6907,6.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\ViolinPlot.vb,124,25,7,92,1,0,0,2,0,5884,5.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Data\BarDataGroup.vb,110,19,14,77,1,3,0,5,0,4143,4.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Data\BarDataSample.vb,36,15,5,16,1,3,0,1,0,1064,1.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Data\BarPlotDataExtensions.vb,171,19,19,133,1,0,0,4,0,7011,7.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Data\BiDirectionData.vb,34,12,5,17,1,4,0,0,0,859,859 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Data\Constructor.vb,80,7,9,64,1,0,0,2,0,3083,3.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Histogram\DataModel.vb,213,39,23,151,3,6,5,3,0,7246,7.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Histogram\Extensions.vb,47,7,7,33,1,0,0,1,0,1590,1.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Histogram\Histogram.vb,302,69,19,214,1,0,0,7,0,14098,14.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Histogram\HistogramPlot.vb,181,2,27,152,1,2,3,0,0,7559,7.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Plots\BiDirectionBarPlot.vb,186,11,35,140,1,0,2,0,0,8587,8.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Plots\PlotAlignmentGroup.vb,551,73,95,383,1,11,7,1,0,23924,23.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Plots\SimpleBarPlot.vb,184,5,22,157,1,3,2,0,0,7664,7.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Plots\StackedPercentageBarPlot.vb,203,14,33,156,1,3,4,0,0,9329,9.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Plots\Violin.vb,298,17,44,237,1,2,3,1,0,12015,12.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BoxPlot\Box.vb,255,24,41,190,1,7,3,0,0,11035,11.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BoxPlot\BoxData.vb,69,43,8,18,1,3,0,1,0,2475,2.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BoxPlot\BoxPlot.vb,69,8,6,55,1,0,0,1,0,2954,2.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Contour\ContourPlot.vb,129,0,23,106,1,0,4,1,0,5418,5.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Contour\PlotContour.vb,71,0,8,63,1,0,0,2,0,3230,3.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Contour\HeatMap\ContourHeatMapPlot.vb,215,22,22,171,1,0,2,2,0,8772,8.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Contour\HeatMap\EvaluatePoints.vb,26,9,6,11,2,0,0,1,0,761,761 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Contour\HeatMap\MatrixEvaluate.vb,80,19,11,50,1,0,1,2,0,3039,3.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Contour\HeatMap\Utils.vb,311,86,21,204,1,0,0,6,0,13904,13.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Fractions\FractionData.vb,51,19,5,27,1,4,0,2,0,1753,1.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Fractions\LabelStyles.vb,8,0,1,7,1,0,0,0,0,128,128 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Fractions\PieChart.vb,377,70,41,266,1,0,1,4,0,16538,16.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Fractions\Pyramid.vb,147,13,20,114,2,1,2,1,0,5795,5.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Fractions\RadarChart.vb,426,93,52,281,1,0,0,2,0,21387,21.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Fractions\TreeMap.vb,136,10,23,103,2,0,2,2,0,5129,5.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Canvas.vb,26,0,9,17,2,0,0,0,0,1173,1.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\HeatMapPlot.vb,71,0,9,62,1,1,1,3,0,2674,2.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Mapper.vb,287,33,39,215,1,0,3,9,0,11778,11.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Plot.vb,233,22,30,181,1,5,6,3,0,9894,9.89 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\ProfileGroup.vb,22,7,4,11,1,1,0,1,0,619,619 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Scaling.vb,222,63,32,127,1,2,6,8,0,8192,8.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\Axis.vb,521,113,54,354,1,1,8,3,0,24327,24.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\AxisData.vb,45,18,8,19,2,4,0,2,0,1172,1.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\AxisProvider.vb,81,18,12,51,1,3,2,3,0,2490,2.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\AxisScalling.vb,431,120,69,242,1,0,0,11,0,17905,17.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\Styles.vb,55,27,7,21,3,0,0,0,0,1255,1.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\TimeRange.vb,45,0,9,36,1,3,1,2,0,1535,1.53 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\Components\XAxis.vb,225,19,23,183,1,0,5,0,0,8620,8.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\DataScaler\DataScaler.vb,158,26,25,107,2,7,2,9,0,5375,5.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\DataScaler\TermScaler.vb,34,4,6,24,1,2,1,2,0,1078,1.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\DataScaler\YScaler.vb,67,22,11,34,1,2,1,4,0,2122,2.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Legends\CircleSizeLegend.vb,59,0,9,50,1,5,1,0,0,2272,2.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Legends\LegendObject.vb,82,29,7,46,1,4,0,3,0,2896,2.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Legends\LegendPlot.vb,399,55,61,283,1,0,4,4,0,16481,16.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Legends\LegendStyles.vb,51,33,3,15,1,0,0,0,0,1259,1.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Legends\ColorBar\DualColorBar.vb,84,0,14,70,1,0,1,0,0,3329,3.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Theme\Extensions.vb,16,0,3,13,1,0,0,1,0,405,405 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Theme\FontStyle.vb,14,4,3,7,1,3,0,0,0,356,356 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Theme\Layout.vb,117,23,24,70,4,7,4,4,0,3874,3.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Theme\Theme.vb,203,96,31,76,1,43,0,4,0,7065,7.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Bubble.vb,359,21,42,296,1,0,4,2,0,14816,14.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Heatmap.vb,116,18,9,89,1,0,1,1,0,5079,5.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\LinePlot.vb,44,1,5,38,1,0,1,0,0,1708,1.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\ManhattanStatics.vb,158,144,14,0,0,0,0,0,0,6814,6.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Scatter.vb,614,65,42,507,1,0,1,13,0,27483,27.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Data\Annotation.vb,120,14,14,92,1,0,1,1,0,3873,3.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Data\PointData.vb,43,15,7,21,1,0,3,1,0,1083,1.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Data\SerialData.vb,131,32,15,84,1,2,1,5,0,4474,4.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Plot\LinePlot2D.vb,346,35,56,255,1,0,3,1,0,14237,14.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Plot\PolygonPlot2D.vb,140,0,16,124,1,0,3,1,0,6072,6.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Plot\Scatter2D.vb,340,44,45,251,1,0,2,3,0,14738,14.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,,14213,2229,1809,10175,115,178,126,218,0,589734,589.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Bihistogram.vb,40,32,2,6,1,0,0,1,0,1923,1.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\ForestPlot.vb,36,33,1,2,1,0,0,0,0,3014,3.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\HistStackedBarplot.vb,158,16,19,123,1,0,0,2,0,6908,6.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\JointPlot.vb,12,0,3,9,1,0,0,2,0,313,313 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\QQPlot.vb,117,69,6,42,1,0,0,1,0,5716,5.72 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\RegressionPlot.vb,473,47,65,361,1,14,5,1,0,19764,19.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\ROCPlot.vb,143,24,14,105,1,0,0,3,0,5545,5.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\SampleView.vb,160,5,20,135,1,0,0,2,0,6829,6.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\ScatterExtensions.vb,179,39,12,128,1,0,0,5,0,7033,7.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\zzz.vb,3,0,1,2,0,0,0,0,0,84,84 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\BubbleHeatmap.vb,55,5,8,42,1,0,0,1,0,2319,2.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\CorrelationData.vb,77,0,17,60,1,0,1,4,0,2292,2.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\CorrelationHeatmap.vb,82,2,12,68,1,0,2,0,0,3470,3.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\CorrelationTriangle.vb,215,17,24,174,1,0,2,1,0,10688,10.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\DataScaler.vb,128,17,11,100,1,0,0,4,0,5778,5.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\DensityPlot.vb,212,22,15,175,1,0,0,2,0,9714,9.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\Heatmap.vb,191,51,18,122,1,0,0,1,0,10565,10.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\Internal.vb,395,63,54,278,1,0,1,3,0,18757,18.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\Models.vb,60,21,9,30,3,1,0,0,0,1702,1.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\PlotExtensions.vb,120,13,17,90,1,0,0,2,0,5070,5.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\PCA\Ellipse.vb,105,10,12,83,1,5,0,3,0,4228,4.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\PCA\PC2.vb,114,22,14,78,1,0,0,2,0,4509,4.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\PCA\PC3.vb,27,9,4,14,1,0,0,1,0,1045,1.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\PCA\PCA2D.vb,24,0,6,18,1,0,2,0,0,765,765 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\PCA\ScreePlot.vb,67,3,6,58,1,0,0,1,0,3187,3.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\TimeTrends\TimePoint.vb,15,3,3,9,1,0,0,1,0,395,395 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\TimeTrends\TimeTrends.vb,320,37,41,242,1,0,0,1,0,14026,14.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\VariableWidthBarPlot\VariableBarData.vb,10,0,2,8,1,3,0,1,0,290,290 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\VariableWidthBarPlot\VariableWidthBarPlot.vb,118,9,14,95,1,0,0,1,0,6099,6.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Zscore\ZScores.vb,42,3,5,34,1,0,0,1,0,1892,1.89 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Zscore\ZScoresData.vb,133,29,15,89,1,0,0,4,0,5176,5.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Zscore\ZScoresPlot.vb,163,6,22,135,1,0,2,0,0,7119,7.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,,3994,607,472,2915,33,23,15,51,0,176215,176.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\BarPlotTest.vb,83,5,17,61,1,0,2,0,0,4157,4.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ColorLegendTest.vb,21,0,6,15,1,0,1,0,0,740,740 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\CSSTest.vb,10,0,3,7,1,0,1,0,0,288,288 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\DensityPlotTest.vb,22,0,3,19,1,0,1,0,0,784,784 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\FuzzyCmeansVisualize.vb,123,14,19,90,1,0,4,1,0,4282,4.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\heatmapPlot.vb,56,1,13,42,1,0,2,0,0,2034,2.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ImageDataPlots.vb,38,1,7,30,1,0,3,0,0,1198,1.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\Module1.vb,151,54,38,59,1,0,5,0,0,5599,5.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\Module3.vb,17,0,5,12,1,0,2,0,0,491,491 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\OutlineTest.vb,53,1,11,41,1,0,2,0,0,1969,1.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\PCAPlotTest.vb,32,0,8,24,1,0,2,1,0,1427,1.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\PieChartTest.vb,173,20,40,113,1,0,5,0,0,6813,6.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\RegressionPlotTest.vb,15,0,3,12,1,0,1,0,0,596,596 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ROCplotTest.vb,16,2,4,10,1,0,1,0,0,954,954 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\SampleVisualizeTest.vb,15,0,5,10,1,0,1,0,0,354,354 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ScatterTest.vb,147,21,30,96,1,0,3,0,0,5348,5.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\timeRangesTest.vb,25,0,4,21,1,0,1,0,0,1229,1.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\vennTest.vb,15,0,3,12,1,0,1,0,0,801,801 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\VolinPlotTest.vb,21,0,8,13,1,0,1,0,0,921,921 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ZScorePlotTest.vb,139,2,29,108,1,0,5,0,0,5395,5.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ChartingBase.Test\Module1.vb,151,12,42,97,1,0,3,0,0,6487,6.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ChartingBase.Test\Module2.vb,36,0,8,28,1,0,3,0,0,953,953 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ChartingBase.Test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ChartingBase.Test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1169,1.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ChartingBase.Test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2781,2.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ChartingBase.Test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2980,2.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1182,1.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2772,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,2989,2.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,,1727,245,362,1120,28,8,52,2,0,67561,67.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\CorrelationNetwork.vb,192,13,29,150,1,0,0,5,0,7090,7.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Extensions.vb,101,17,10,74,1,0,0,6,0,4065,4.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\NeuronNetworkExtensions.vb,104,14,9,81,1,0,0,2,0,4057,4.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\BinaryTree\EntityNode.vb,39,0,8,31,1,3,1,2,0,1164,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\BinaryTree\NodeTrees.vb,152,22,21,109,1,0,1,4,0,6936,6.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\BinaryTree\Partition.vb,47,0,9,38,1,5,0,1,0,1584,1.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\BinaryTree\Tree.vb,212,21,33,158,3,0,0,4,0,8092,8.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Embedding\Embedding2D.vb,84,0,12,72,1,0,2,0,0,3144,3.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Embedding\Embedding3D.vb,70,0,10,60,1,0,2,0,0,2818,2.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Embedding\EmbeddingRender.vb,61,3,13,45,1,0,1,2,0,2020,2.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Embedding\EmbeddingRenderExtensions.vb,147,36,9,102,1,0,0,4,0,6075,6.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Embedding\UmapGraph.vb,74,3,13,58,1,0,0,3,0,2841,2.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Kmeans\Kmeans.vb,280,49,29,202,1,0,0,6,0,13277,13.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Kmeans\KMeansNetwork.vb,101,5,12,84,1,0,0,1,0,4164,4.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Tabular\csv.vb,151,30,17,104,1,0,0,5,0,5527,5.53 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Tabular\Extensions.vb,62,6,8,48,1,0,0,2,0,2205,2.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Tabular\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,193,193 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Tabular\SerialData.vb,108,11,13,84,1,8,0,4,0,4338,4.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Testing\ANNVisualize.vb,91,0,22,69,1,0,2,0,0,3268,3.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Testing\Kmeans3DTest.vb,53,0,11,42,1,0,2,0,0,2030,2.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Testing\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Testing\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1167,1.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Testing\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2772,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Testing\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2960,2.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,,2320,289,318,1713,25,20,12,51,0,92221,92.22 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\AVIMainHeader.vb,111,48,10,53,1,12,2,0,0,3744,3.74 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\AVIStream.vb,148,18,24,106,1,4,4,2,0,5794,5.79 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\AVIStreamHeader.vb,104,60,9,35,2,18,2,0,0,2953,2.95 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\Encoder.vb,99,6,22,71,1,3,2,2,0,3053,3.05 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\FrameStream.vb,35,2,8,25,1,1,1,1,0,1107,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\Settings.vb,6,0,2,4,1,2,0,0,0,113,113 B -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\UInt8Array.vb,110,14,21,75,1,2,9,2,0,3321,3.32 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1328,1.33 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2803,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,3050,3.05 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\test\Module1.vb,22,0,6,16,1,0,1,0,0,665,665 B -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2766,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,,1002,260,158,584,15,50,23,7,0,35674,35.67 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Effects.vb,276,112,41,123,1,0,1,2,0,12370,12.37 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Extensions.vb,225,49,29,147,1,0,0,11,0,8683,8.68 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\FontMetrics.vb,85,20,13,52,2,3,3,4,0,2856,2.86 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\GifEncoder.vb,205,59,24,122,1,1,10,0,0,8015,8.02 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\GraphicsText.vb,148,32,22,94,1,0,5,2,0,5337,5.34 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\ImageExtensions.vb,43,11,5,27,1,0,1,0,0,1888,1.89 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\ImageFormat.vb,119,26,12,81,1,1,0,3,0,4352,4.35 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Imager.vb,137,55,17,65,1,0,0,7,0,5882,5.88 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\TiffWriter.vb,351,24,64,263,1,0,6,10,0,14907,14.91 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Utils.vb,225,34,44,147,1,0,0,4,0,8180,8.18 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Graphics\Drawing.vb,8,0,3,5,1,0,0,0,0,148,148 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Graphics\GDICanvas.vb,2061,1621,99,341,1,3,96,10,0,76030,76.03 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Graphics\Graphics2D.vb,214,54,31,129,3,4,8,7,0,7365,7.37 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Graphics\Wmf.vb,171,53,24,94,1,3,9,0,0,7454,7.45 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Text\Text.vb,71,18,8,45,1,0,1,1,0,2476,2.48 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,,4339,2168,436,1735,18,15,140,61,0,165943,165.94 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\Graphics.vb,16,7,3,6,1,2,0,0,0,437,437 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\Surface.vb,62,28,8,26,1,3,0,2,0,2331,2.33 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\Vector.vb,40,6,6,28,1,2,1,1,0,1313,1.31 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\3DBuilder\Extensions.vb,11,0,4,7,1,0,0,0,0,206,206 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\3DBuilder\IO.vb,36,5,6,25,1,0,0,3,0,1299,1.30 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\3DBuilder\Project.vb,54,13,8,33,1,2,0,3,0,1799,1.80 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\3DBuilder\XML\models.vb,88,16,17,55,3,8,0,4,0,2645,2.65 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\3DBuilder\XML\resources.vb,57,4,15,38,5,13,0,2,0,1572,1.57 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\3DBuilder\XML\XmlModel3D.vb,74,6,14,54,3,6,0,3,0,2285,2.29 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\COLLADA\COLLADA.vb,33,16,8,9,2,1,0,0,0,1171,1.17 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\PLY\Header.vb,27,0,6,21,1,4,1,0,0,935,935 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\PLY\PointCloud.vb,18,0,5,13,1,5,0,1,0,589,589 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\PLY\SimplePlyWriter.vb,56,0,8,48,1,0,0,1,0,2391,2.39 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\Wavefront\FileName.vb,10,0,3,7,1,3,0,0,0,208,208 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\Wavefront\OBJ.vb,49,4,10,35,2,9,0,2,0,1490,1.49 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\Wavefront\TextParser.vb,103,2,11,90,1,0,0,1,0,4142,4.14 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,,734,107,132,495,26,58,2,23,0,24813,24.81 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Extensions.vb,78,6,11,61,1,0,4,4,0,2985,2.98 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\TextureResourceLoader.vb,92,25,16,51,1,0,0,3,0,3153,3.15 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\zzz.vb,3,0,1,2,0,0,0,0,0,84,84 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\CSS.vb,78,3,17,58,3,10,0,3,0,2579,2.58 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\CSSModel.vb,3,0,1,2,0,0,0,0,0,39,39 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\ModuleAPI.vb,85,9,9,67,1,0,0,4,0,3533,3.53 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\ScaleChromatic.vb,146,45,6,95,1,0,0,4,0,4553,4.55 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\labeler\Anchor.vb,104,22,18,64,1,3,6,1,0,2998,3.00 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\labeler\DataLabeler.vb,106,37,16,53,1,0,0,8,0,3517,3.52 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\labeler\Label.vb,145,39,20,86,1,8,6,2,0,4635,4.63 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\labeler\labeler.vb,354,86,58,210,3,0,3,10,0,13354,13.35 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\labeler\fdLabeler\Forcedirected.vb,225,12,44,169,1,0,7,3,0,7801,7.80 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\constant.vb,36,0,9,27,1,0,1,1,0,992,992 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\Extensions.vb,91,61,6,24,1,0,0,4,0,4218,4.22 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\IScale.vb,140,60,19,61,2,2,1,3,0,5399,5.40 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\linear.vb,161,48,21,92,1,4,1,9,0,5856,5.86 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\MapperTypes.vb,20,12,1,7,1,0,0,0,0,534,534 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\ordinal.vb,178,64,23,91,1,4,0,7,0,6940,6.94 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\scalers.vb,7,0,1,6,1,0,0,0,0,109,109 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Extensions.vb,290,69,31,190,2,0,1,14,0,13143,13.14 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\g.vb,319,92,38,189,3,2,3,10,0,13196,13.20 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\GraphicsRegion.vb,177,37,26,114,1,3,3,12,0,6235,6.24 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\PrinterDimension.vb,108,13,14,81,2,0,0,3,0,3844,3.84 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shadow.vb,123,16,19,88,1,3,6,0,0,4815,4.82 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\ColorBrewer.vb,819,199,89,531,7,46,3,5,0,29946,29.95 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\CustomDesigns.vb,174,16,18,140,1,0,0,14,0,7168,7.17 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Designer.vb,600,233,62,305,1,6,2,16,0,33134,33.13 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\DesignerTerms.vb,135,25,25,85,1,0,0,0,0,5496,5.50 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Expression.vb,126,11,21,94,3,0,1,8,0,4194,4.19 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Palette.vb,104,66,7,31,1,0,0,0,0,3431,3.43 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\ScalerPalette.vb,82,27,11,44,1,0,0,0,0,2732,2.73 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Viridis.vb,79,32,13,34,1,0,1,9,0,3520,3.52 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Legend\ColorMapLegend.vb,92,11,11,70,1,13,5,3,0,3437,3.44 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Legend\Legend.vb,346,51,52,243,1,0,2,3,0,14375,14.38 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Office\ObjectAccent.vb,45,7,9,29,4,6,0,2,0,1171,1.17 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Office\OfficeColorThemes.vb,82,12,12,58,1,7,3,1,0,3631,3.63 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Office\Xml.vb,55,0,10,45,1,8,0,3,0,1989,1.99 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Scaler\ColorHeightMap.vb,63,20,10,33,1,1,1,3,0,2006,2.01 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Scaler\ColorIndex.vb,96,3,17,76,1,0,2,2,0,3272,3.27 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Scaler\ColorRange.vb,32,5,5,22,1,2,0,2,0,1111,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Scaler\Mapper\CategoryColorProfile.vb,88,21,15,52,1,1,4,3,0,3247,3.25 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Scaler\Mapper\ColorManager.vb,32,3,9,20,1,0,2,1,0,920,920 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Scaler\Mapper\ValueScaleColorProfile.vb,52,3,10,39,1,0,1,1,0,1939,1.94 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\HeatMapMatrix.vb,8,0,3,5,1,1,0,0,0,142,142 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\HeatMapRaster.vb,200,58,30,112,1,2,2,5,0,6708,6.71 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Pixel.vb,109,8,19,82,2,4,4,5,0,4120,4.12 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\PixelRender.vb,170,19,25,126,1,0,4,3,0,6560,6.56 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\RasterMatrix.vb,158,28,23,107,1,3,1,6,0,5973,5.97 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\RasterScaler.vb,238,50,35,153,1,1,6,6,0,8929,8.93 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\Hqx.vb,70,38,10,22,1,0,0,1,0,3233,3.23 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\HqxScales.vb,9,0,1,8,1,0,0,0,0,163,163 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\Hqx_2x.vb,1832,48,177,1607,1,0,2,0,0,109820,109.82 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\Hqx_3x.vb,2802,48,175,2579,1,0,2,0,0,177738,177.74 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\Hqx_4x.vb,4276,54,203,4019,1,0,29,0,0,310032,310.03 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\Interpolation.vb,144,51,24,69,1,0,0,11,0,5642,5.64 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\RgbYuv.vb,93,42,13,38,1,1,2,1,0,3271,3.27 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\CanvasScaler.vb,81,23,10,48,1,0,0,3,0,3206,3.21 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\HullPolygonDraw.vb,83,19,11,53,1,0,1,1,0,3318,3.32 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\Math2DHelper.vb,40,1,7,32,1,0,0,1,0,1382,1.38 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\Spline.vb,55,0,8,47,1,0,0,4,0,2121,2.12 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConcaveHull\BallConcave.vb,305,11,40,254,3,1,5,15,0,11914,11.91 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConcaveHull\DelaunayMesh2d.vb,157,0,22,135,1,0,6,3,0,6318,6.32 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConcaveHull\DelaunayTriangulation.vb,267,14,24,229,1,0,1,5,0,11669,11.67 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConcaveHull\Extensions.vb,49,29,4,16,1,0,0,1,0,2718,2.72 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConcaveHull\Triangle.vb,80,12,14,54,4,0,3,3,0,2087,2.09 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConvexHull\ConvexHull.vb,46,19,6,21,1,0,0,3,0,1798,1.80 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConvexHull\GrahamScan.vb,89,0,16,73,1,0,1,2,0,2945,2.94 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConvexHull\JarvisMatch.vb,67,0,15,52,1,0,0,3,0,1988,1.99 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\ASCIIPrinter.vb,185,15,35,135,1,0,0,2,0,6254,6.25 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\ContourLayer.vb,148,30,22,96,2,5,2,7,0,5636,5.64 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\ContourTracing.vb,361,120,43,198,1,0,1,4,0,14636,14.64 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\GeneralPath.vb,168,12,31,125,1,2,9,7,0,5736,5.74 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\IsoCell.vb,201,83,18,100,1,6,1,4,0,9200,9.20 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\MapMatrix.vb,174,37,29,108,1,2,1,7,0,5843,5.84 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\MarchingSquares.vb,434,191,54,189,1,0,3,6,0,18472,18.47 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\MeasureData.vb,50,18,9,23,1,3,3,1,0,1280,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\Side.vb,10,0,1,9,1,0,0,0,0,167,167 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\PolylineSimplify\ISimplifyUtility.vb,33,22,4,7,1,0,0,1,0,1397,1.40 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\PolylineSimplify\Point.vb,57,14,9,34,1,1,1,4,0,2176,2.18 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\PolylineSimplify\SimplifyUtility.vb,165,36,31,98,1,0,0,6,0,6544,6.54 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\PolylineSimplify\SimplifyUtility3D.vb,182,44,33,105,1,0,0,6,0,7185,7.18 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Polar\PolarGraphics2D.vb,95,46,11,38,1,3,4,2,0,4189,4.19 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Render2D\Path2D.vb,153,31,18,104,1,1,12,1,0,5785,5.79 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Render2D\RenderContext.vb,70,0,23,47,1,4,8,3,0,1892,1.89 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Render2D\RenderShape.vb,35,0,6,29,1,3,1,0,0,1048,1.05 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Arrow.vb,138,41,17,80,1,10,2,3,0,5606,5.61 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Box.vb,29,0,7,22,1,1,2,0,0,1024,1.02 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Circle.vb,115,13,19,83,1,3,3,3,0,4103,4.10 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Diamond.vb,36,0,7,29,1,0,1,0,0,1272,1.27 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Hexagon.vb,39,3,6,30,1,0,1,0,0,1424,1.42 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Line.vb,195,32,30,133,1,9,4,8,0,6517,6.52 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Pentacle.vb,64,10,13,41,1,0,1,2,0,2630,2.63 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\RoundRect.vb,69,15,10,44,1,0,1,1,0,2475,2.48 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Shape.vb,62,15,12,35,1,4,1,4,0,1952,1.95 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Triangle.vb,82,14,13,55,1,6,2,1,0,2943,2.94 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\HelperExtensions.vb,7,0,3,4,1,0,0,0,0,97,97 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\HTMLRender.vb,179,21,24,134,1,0,3,4,0,6791,6.79 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\WordWrap.vb,122,26,21,75,1,0,1,2,0,4730,4.73 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\ASCIIArt\CharSet.vb,181,39,27,115,1,0,0,7,0,8939,8.94 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\ASCIIArt\Convert2ASCII.vb,144,46,19,79,1,0,2,3,0,6671,6.67 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\ASCIIArt\WeightedChar.vb,33,11,5,17,1,3,0,2,0,1014,1014 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\Adjustment.vb,172,16,22,134,1,0,0,3,0,6702,6.70 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\CloudOfTextRectangle.vb,260,71,35,154,1,0,5,7,0,10787,10.79 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\ConflictIndexTuple.vb,36,8,5,23,1,2,0,3,0,1117,1.12 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\GraphicsTextHandle.vb,36,4,8,24,1,2,0,4,0,1088,1.09 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\PlateRectangle.vb,120,35,14,71,1,1,2,5,0,4289,4.29 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\ResolvedTree.vb,17,0,4,13,1,2,0,1,0,484,484 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\States.vb,9,0,1,8,1,0,0,0,0,192,192 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\TextRectangle.vb,164,25,22,117,1,2,7,3,0,5512,5.51 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Camera.vb,183,19,33,131,1,0,3,14,0,6338,6.34 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\DrawGraphics.vb,12,5,3,4,1,0,0,0,0,424,424 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\IPointCloud.vb,11,3,3,5,1,1,0,0,0,291,291 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Isometric.vb,464,54,63,347,1,0,8,8,0,19307,19.31 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Light.vb,103,27,15,61,1,0,0,3,0,4070,4.07 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Model2D.vb,52,6,8,38,1,2,2,0,0,1625,1.62 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Painter.vb,234,60,29,145,3,0,4,3,0,8918,8.92 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Point3D.vb,209,45,32,132,1,4,7,8,3,8041,8.04 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Surface.vb,86,12,14,60,1,0,2,3,0,2880,2.88 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\DistanceFieldSampler.vb,214,34,45,135,5,2,6,4,0,8198,8.20 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Matrix.vb,77,5,16,56,3,1,1,3,0,2693,2.69 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Projection.vb,110,26,16,68,1,0,0,7,0,4172,4.17 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Transformation.vb,155,30,19,106,1,1,0,11,0,5825,5.83 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Vector.vb,56,4,10,42,1,0,0,5,0,1767,1.77 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Vector3D.vb,158,20,27,111,1,0,2,7,1,5949,5.95 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\MarchingCubes\Edge.vb,42,0,8,34,1,2,1,4,0,1340,1.34 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\MarchingCubes\MarchingCubes.vb,112,0,26,86,1,3,7,2,0,3437,3.44 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\MarchingCubes\MarchingCubesCase.vb,210,1,49,160,1,0,3,3,0,7022,7.02 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\MarchingCubes\Utils.vb,9,0,2,7,1,0,0,1,0,286,286 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\MarchingCubes\Vertex.vb,30,0,6,24,1,0,1,4,0,1052,1.05 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Polyhedron\Math.vb,98,30,15,53,1,0,0,4,0,3704,3.70 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Polyhedron\Polyhedron.vb,347,270,18,59,1,0,1,3,0,15780,15.78 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Cube.vb,138,26,23,89,1,0,4,3,0,4532,4.53 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Extensions.vb,32,0,5,27,1,0,0,3,0,1028,1.03 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\I3DModel.vb,8,0,2,6,1,0,1,1,0,261,261 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Line.vb,41,0,9,32,1,0,1,3,0,1333,1.33 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Mesh.vb,30,0,8,22,1,2,5,0,0,763,763 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Path3D.vb,234,32,46,156,1,4,2,13,0,8312,8.31 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shape3D.vb,223,16,42,165,1,0,8,12,0,7869,7.87 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Paths\Circle.vb,70,20,13,37,2,0,3,1,0,2307,2.31 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Paths\Rectangle.vb,16,3,2,11,1,0,1,0,0,575,575 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Paths\Star.vb,25,3,5,17,1,0,1,0,0,756,756 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Cylinder.vb,35,6,8,21,2,0,3,0,0,1078,1.08 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Knot.vb,21,5,2,14,1,0,1,0,0,1009,1009 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Line.vb,14,0,3,11,1,0,1,1,0,405,405 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Octahedron.vb,40,3,6,31,1,0,1,0,0,1350,1.35 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Prism.vb,65,20,9,36,1,0,2,0,0,2322,2.32 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Pyramid.vb,41,6,7,28,1,0,2,0,0,1480,1.48 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Stairs.vb,48,3,8,37,1,0,1,0,0,1796,1.80 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\CreateGraphicsDriver.vb,80,6,15,59,5,0,1,7,0,3263,3.26 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\DeviceDescription.vb,46,8,9,29,1,6,1,2,0,1376,1.38 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\ImageSynthesis.vb,341,233,16,92,1,0,15,0,0,13277,13.28 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\InternalCanvas.vb,66,9,12,45,1,3,0,1,4,2202,2.20 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\CSS\Driver.vb,80,21,13,46,4,3,3,2,0,2083,2.08 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\CSS\RuntimeInvoker.vb,218,56,30,132,1,0,1,6,0,9367,9.37 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Exif\JpegMetadata.vb,15,0,3,12,1,6,1,0,0,401,401 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Exif\JpegMetadataAdapter.vb,165,16,36,113,1,1,3,6,0,6325,6.33 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Exif\JpegMetadataSaveResult.vb,14,0,3,11,1,3,1,0,0,389,389 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Models\GraphicsData.vb,84,26,12,46,1,3,3,0,0,3256,3.26 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Models\ImageData.vb,124,20,20,84,1,3,4,4,0,3884,3.88 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Models\PSData.vb,28,0,7,21,1,1,1,3,0,838,838 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Models\SVGData.vb,117,30,18,69,1,4,2,5,0,4067,4.07 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Models\WmfData.vb,59,4,11,44,1,1,1,4,0,1986,1.99 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Filters\Effects.vb,202,27,35,140,1,0,0,5,0,7701,7.70 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Filters\GaussBlur.vb,184,22,19,143,1,0,1,1,0,11583,11.58 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Filters\GaussianSmooth.vb,114,19,15,80,1,0,2,2,0,4569,4.57 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Filters\ImageStrech.vb,44,11,6,27,1,0,1,2,0,1619,1.62 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Filters\Matrix.vb,96,7,17,72,1,0,1,4,0,3607,3.61 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Filters\Matrix2DFilters.vb,131,3,20,108,2,0,1,4,0,4856,4.86 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\My Project\Resources.Designer.vb,377,184,34,159,1,27,0,0,0,31369,31.37 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\PostScript\GraphicsPS.vb,503,7,116,380,1,4,94,13,0,20488,20.49 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\GraphicsSVG.vb,677,36,154,487,1,5,99,10,0,27583,27.58 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\Renderer.vb,74,14,8,52,1,0,1,2,0,2620,2.62 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\SVGDataLayers.vb,69,22,12,35,1,1,4,1,0,2203,2.20 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\SVGWriter.vb,115,25,18,72,1,0,0,5,0,4310,4.31 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\CSSStyles.vb,22,3,4,15,1,4,0,0,0,682,682 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\ObjectStyle.vb,20,0,5,15,1,3,0,1,0,526,526 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\Filter\Elements.vb,38,0,7,31,6,16,0,0,0,1273,1.27 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\Filter\Filter.vb,34,6,6,22,1,10,0,0,0,1085,1.08 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\Gradients\Gradients.vb,14,1,5,8,1,1,0,0,0,331,331 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\Gradients\linearGradient.vb,13,0,4,9,1,4,0,0,0,354,354 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\Gradients\radialGradient.vb,16,0,4,12,1,7,0,0,0,533,533 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\Gradients\Stop.vb,18,0,4,14,1,3,0,1,0,524,524 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\CommentHelper.vb,36,0,8,28,1,0,0,1,0,1128,1.13 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\circle.vb,70,18,8,44,1,3,1,2,0,2478,2.48 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\ellipse.vb,76,21,8,47,1,4,1,1,0,2461,2.46 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\image.vb,137,18,17,102,1,5,3,5,0,5077,5.08 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\line.vb,100,20,12,68,1,5,2,2,0,3014,3.01 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\path.vb,73,26,7,40,1,3,1,1,0,2554,2.55 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\polygon.vb,79,13,8,58,1,2,2,1,0,3293,3.29 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\polyline.vb,41,12,5,24,1,1,1,1,0,1760,1.76 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\rect.vb,110,22,12,76,1,6,3,1,0,3548,3.55 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\SvgBasicShape.vb,27,16,3,8,1,0,1,0,0,1253,1.25 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\text.vb,173,31,22,120,1,11,1,4,0,6099,6.10 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\title.vb,26,0,5,21,1,1,1,1,0,722,722 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgClipPath.vb,29,0,5,24,1,1,1,1,0,973,973 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgContainer.vb,134,34,24,76,1,2,1,13,0,5339,5.34 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgDefs.vb,40,0,7,33,1,0,1,3,0,1320,1.32 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgDocument.vb,262,69,32,161,1,8,2,9,0,9712,9.71 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgGroup.vb,24,7,4,13,1,0,1,1,0,870,870 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgMarker.vb,105,33,10,62,1,6,1,1,0,3819,3.82 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgSwitch.vb,18,0,5,13,1,0,1,1,0,488,488 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgSymbol.vb,36,9,5,22,1,1,1,1,0,1292,1.29 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Command.vb,32,3,5,24,1,1,0,1,0,1120,1.12 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Interpreter.vb,135,3,16,116,1,1,9,0,0,5987,5.99 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\ModelBuilder.vb,238,55,30,153,1,0,1,4,0,8844,8.84 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\A.vb,63,0,10,53,1,7,6,1,0,2171,2.17 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\C.vb,48,0,7,41,1,6,5,1,0,1581,1.58 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\H.vb,33,0,7,26,1,1,6,0,0,997,997 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\L.vb,43,0,9,34,1,2,6,1,0,1253,1.25 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\M.vb,44,0,10,34,1,2,6,1,0,1255,1.25 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\Q.vb,39,0,7,32,1,4,5,1,0,1306,1.31 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\S.vb,39,0,7,32,1,4,5,1,0,1306,1.31 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\T.vb,35,0,7,28,1,2,5,1,0,1136,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\V.vb,33,0,7,26,1,1,6,0,0,997,997 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\Z.vb,22,0,8,14,1,0,3,1,0,528,528 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgDefaults.vb,57,0,7,50,16,0,0,0,0,2630,2.63 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgElement.vb,292,26,40,226,1,12,7,9,0,10944,10.94 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgFont.vb,60,0,17,43,4,0,4,4,0,1806,1.81 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgForeignObject.vb,17,0,4,13,1,0,1,1,0,512,512 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Svgmetadata.vb,20,3,4,13,1,0,1,1,0,566,566 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgStyle.vb,17,0,4,13,1,0,1,1,0,480,480 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgUse.vb,113,41,10,62,1,6,1,1,0,4069,4.07 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgViewBox.vb,36,0,8,28,1,4,1,1,0,1295,1.29 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgClipPathUnits.vb,13,0,3,10,1,2,1,0,0,450,450 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgDominantBaseline.vb,32,0,12,20,1,12,1,0,0,1598,1.60 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgEnum.vb,42,7,9,26,1,0,1,3,0,1363,1.36 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgFillRule.vb,13,0,4,9,1,2,1,0,0,358,358 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgStrokeLineCap.vb,14,0,3,11,1,3,1,0,0,507,507 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgTextAnchor.vb,16,0,5,11,1,3,1,0,0,490,490 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\Class1.vb,133,115,18,0,0,0,0,0,0,5245,5.25 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\ConcaveHull_demo.vb,22,7,4,11,1,0,1,0,0,738,738 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\ConvexHull_demo.vb,76,1,14,61,1,0,4,0,0,2747,2.75 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\cssPaddingTest.vb,16,0,4,12,1,0,1,0,0,428,428 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\CSSTest.vb,122,104,18,0,0,0,0,0,0,7703,7.70 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\DriverTest.vb,60,13,17,30,1,0,1,1,0,2014,2.01 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\ExifTest.vb,59,46,13,0,0,0,0,0,0,1992,1.99 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\gifTest.vb,20,0,4,16,1,0,1,0,0,809,809 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\hqx_test.vb,44,4,13,27,1,0,3,0,0,1477,1.48 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\HtmlRenderTest.vb,32,0,9,23,1,0,1,0,0,1117,1.12 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\imageSmoothTest.vb,49,0,15,34,1,0,2,0,0,2092,2.09 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\LabelingTest.vb,53,2,6,45,1,0,1,0,0,2208,2.21 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\LineTest.vb,45,0,14,31,1,0,1,0,0,1112,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\objReaderTest.vb,66,51,15,0,0,0,0,0,0,2004,2.00 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\Program.vb,160,21,57,82,1,0,3,0,0,4613,4.61 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\ShadowsTest.vb,67,21,15,31,1,0,1,0,0,2909,2.91 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\SVGTest.vb,137,102,35,0,0,0,0,0,0,4257,4.26 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1201,1.20 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2777,2.78 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,2999,3.00 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,,35168,5857,4585,24726,310,496,680,700,8,1615275,1.62 MB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\IDynamicsTable.vb,23,7,3,13,1,1,0,0,0,816,816 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\NamespaceDoc.vb,6,3,1,2,1,0,0,0,0,173,173 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\NetworkAPI.vb,61,6,8,47,1,0,0,3,0,2335,2.33 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Communities.vb,174,40,32,102,1,0,0,6,0,6943,6.94 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Extensions.vb,158,28,24,106,2,0,0,10,0,6720,6.72 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\GraphEmbedding.vb,79,12,9,58,1,0,0,4,0,3419,3.42 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Kosaraju.vb,131,27,23,81,3,0,3,3,0,4713,4.71 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\PAGA.vb,97,14,14,69,1,0,0,2,0,3963,3.96 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Statistics.vb,131,20,16,95,1,0,0,6,0,6474,6.47 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Model\AdjacencySet.vb,97,22,16,59,1,2,2,5,2,3677,3.68 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Model\DirectedVertex.vb,92,30,14,48,1,1,4,4,0,3049,3.05 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Model\EdgeSet.vb,27,6,5,16,1,0,1,1,0,865,865 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Model\EdgeTraversalPolicy.vb,37,0,10,27,3,0,2,6,0,1185,1.19 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Model\GraphIndex.vb,130,28,20,82,1,0,3,6,0,4982,4.98 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Similarity\ClassConnectivity.vb,41,1,5,35,1,0,0,2,0,1698,1.70 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Similarity\GraphTopology.vb,113,9,18,86,1,0,0,7,0,4826,4.83 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Similarity\Similarity.vb,111,16,20,75,1,0,0,4,0,4357,4.36 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Abstract.vb,96,21,12,63,4,6,0,5,0,3266,3.27 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Extensions.vb,59,15,7,37,1,0,1,2,0,2236,2.24 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\GraphTree.vb,123,25,18,80,2,5,3,3,0,4286,4.29 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\mxGraphModel.vb,2000,611,346,1043,21,31,44,65,0,67149,67.15 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Selector.vb,72,20,7,45,3,1,0,3,0,3021,3.02 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Edge.vb,242,84,26,132,1,7,2,7,2,8403,8.40 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Graph.vb,653,205,81,367,1,2,15,24,0,25131,25.13 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Node.vb,231,93,21,117,1,6,2,7,2,8530,8.53 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\data\EdgeData.vb,94,12,12,70,1,3,2,2,0,3309,3.31 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\data\GraphData.vb,61,42,6,13,1,1,1,1,0,2185,2.19 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\data\NameOf.vb,31,6,5,20,1,0,0,0,0,1671,1.67 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\data\NodeData.vb,150,27,19,104,1,10,2,4,0,5399,5.40 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Handle\Extensions.vb,7,0,3,4,1,0,0,0,0,105,105 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Handle\Handle.vb,150,45,22,83,1,2,2,6,0,5201,5.20 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Handle\HandleCreator.vb,102,27,16,59,1,0,0,2,0,3843,3.84 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Handle\XYMetaHandle.vb,88,30,14,44,1,3,2,5,0,3157,3.16 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Vectors\AbstractVector.vb,184,40,26,118,1,5,1,4,8,7009,7.01 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Vectors\FDGVector2.vb,256,58,41,157,1,2,5,13,9,8301,8.30 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Vectors\FDGVector3.vb,191,45,32,114,1,0,4,10,8,6391,6.39 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Vectors\FDGVectorExtensions.vb,17,0,4,13,1,0,0,1,0,569,569 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\ColaTest.vb,48,0,14,34,3,2,1,1,0,1512,1.51 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\endPointTest.vb,20,0,8,12,1,0,1,0,0,391,391 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\LouvainTest.vb,73,3,23,47,1,0,3,1,0,2305,2.31 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\Module1.vb,60,3,14,43,1,0,1,1,0,1656,1.66 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\OrthogonalTest.vb,39,0,8,31,1,0,1,0,0,1313,1.31 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\subnetworkTest.vb,13,0,4,9,1,0,1,0,0,311,311 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1177,1.18 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2777,2.78 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2971,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\TreeAPI\Operations.vb,120,49,20,51,1,0,1,6,0,4970,4.97 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\TreeAPI\TREE.vb,46,0,12,34,4,1,3,2,0,1276,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\TreeAPI\TreeGraph.vb,50,0,11,39,1,0,1,1,0,2360,2.36 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,,6967,1786,1099,4082,85,95,115,245,31,252810,252.81 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\Analysis.vb,102,32,11,59,1,0,0,4,0,4242,4.24 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\CorrelationGraph.vb,96,12,13,71,1,0,0,1,0,3449,3.45 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\Extensions.vb,131,29,12,90,1,0,0,6,0,4797,4.80 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\NetworkFileIO.vb,110,25,14,71,1,0,0,6,0,4991,4.99 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\Cytoscape\Cytoscape.vb,82,9,15,58,2,24,0,5,0,2847,2.85 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\Cytoscape\CytoscapeTableLoader.vb,110,6,14,90,1,0,0,4,0,4870,4.87 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\Gephi\GML.vb,95,0,20,75,4,19,0,2,0,3387,3.39 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\ModelExtensions.vb,201,43,28,130,1,0,1,6,0,8208,8.21 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\ModelLoader.vb,149,16,13,120,1,0,0,3,0,8007,8.01 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\Network.vb,227,54,31,142,1,4,4,2,12,8169,8.17 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\TabularCreator.vb,224,40,30,154,1,0,0,9,0,9525,9.53 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\vbnet.vb,45,14,6,25,1,0,0,2,0,1547,1.55 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\FileStream\MetaData.vb,18,0,5,13,1,7,0,1,0,529,529 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\FileStream\csv\Edge.vb,152,27,19,106,1,6,3,7,2,6129,6.13 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\FileStream\csv\Network.vb,78,9,14,55,1,0,3,2,0,2888,2.89 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\FileStream\csv\Node.vb,51,12,9,30,1,2,3,2,0,1716,1.72 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\FileStream\Json\json.vb,56,8,11,37,3,17,0,3,0,1854,1.85 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,,1927,336,265,1326,23,79,14,65,14,77155,77.16 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\AVI.vb,79,0,14,65,1,0,0,1,0,3288,3.29 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Canvas.Designer.vb,40,8,4,28,1,0,2,0,0,1672,1.67 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Canvas.vb,248,35,36,177,1,6,12,3,0,7738,7.74 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\IGraphicsEngine.vb,4,0,1,3,1,1,0,0,0,85,85 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\InputDevice.vb,133,31,23,79,1,0,7,2,0,4609,4.61 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Renderer.vb,187,29,33,125,1,4,6,3,0,6867,6.87 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\SVG.vb,151,15,21,115,3,0,4,5,0,6292,6.29 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Canvas3D\Input3D.vb,48,14,11,23,1,0,4,0,0,1440,1.44 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Canvas3D\Renderer3D.vb,108,9,18,81,1,2,3,0,0,4003,4.00 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1196,1.20 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2816,2.82 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,3077,3.08 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Styling\UI\ColorMaps.Designer.vb,136,32,5,99,1,0,2,0,0,5369,5.37 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Styling\UI\ColorMaps.vb,3,0,1,2,1,0,0,0,0,35,35 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,,1322,229,194,899,16,17,41,14,0,48921,48.92 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\forceNetwork.vb,163,34,18,111,1,0,0,4,0,6898,6.90 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\IPlanner.vb,12,4,3,5,1,0,1,0,0,335,335 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringEmbedder.vb,185,32,34,119,1,0,6,1,0,6936,6.94 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Circular\CircularLayout.vb,6,0,2,4,1,0,0,0,0,87,87 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\batch.vb,163,27,19,117,1,0,0,3,0,8183,8.18 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\descent.vb,482,84,50,348,1,0,10,8,0,19557,19.56 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Extensions.vb,177,29,26,122,3,9,2,5,0,7482,7.48 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\handledisconnected.vb,381,76,69,236,3,1,6,3,0,14658,14.66 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\JavaScriptHelpers.vb,6,0,2,4,1,0,0,0,0,79,79 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\linklengths.vb,225,64,27,134,3,0,3,5,0,10152,10.15 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Geom\geom.vb,415,113,29,273,5,0,1,18,0,17443,17.44 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Geom\Models.vb,89,8,23,58,7,4,4,0,0,2259,2.26 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Geom\TangentVisibilityGraph.vb,89,6,11,72,1,0,2,2,0,3495,3.50 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\GridRouter\gridrouter.vb,777,125,72,580,5,0,4,14,0,37282,37.28 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\GridRouter\Models.vb,113,3,28,82,23,6,4,1,0,3264,3.26 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\Event.vb,57,18,8,31,4,0,2,1,0,1778,1.78 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\Group.vb,7,0,2,5,1,1,0,0,0,114,114 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\layout.vb,1020,237,136,647,1,0,13,48,0,45301,45.30 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\Link.vb,30,14,5,11,1,4,0,1,0,978,978 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\Node.vb,107,23,17,67,2,20,2,3,0,4180,4.18 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\Projection.vb,249,14,38,197,2,0,10,2,0,10656,10.66 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\ProjectionExtensions.vb,223,2,30,191,1,0,4,6,0,9958,9.96 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout3D\layout3d.vb,106,6,20,80,1,0,1,3,0,4327,4.33 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout3D\Link3D.vb,27,0,6,21,1,0,2,1,0,800,800 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout3D\Module1.vb,16,0,4,12,2,5,0,0,0,377,377 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout3D\Node3D.vb,13,0,3,10,1,0,1,0,0,304,304 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Block.vb,200,36,28,136,1,1,6,8,0,7860,7.86 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Blocks.vb,110,16,23,71,1,1,6,2,0,3277,3.28 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\DirectedEdge.vb,106,6,20,80,5,3,4,0,0,3335,3.33 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\IGraphNode.vb,45,16,14,15,1,10,0,0,0,1477,1.48 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Locks.vb,46,19,6,21,1,1,3,0,0,1332,1.33 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Rectangle2D.vb,17,0,5,12,1,1,2,0,0,392,392 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Solver.vb,168,16,31,121,1,1,4,2,0,5454,5.45 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Variable.vb,51,0,9,42,1,2,2,0,4,1671,1.67 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Accessor\LinkAccessor.vb,27,4,7,16,4,1,1,0,0,881,881 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Accessor\RectAccessors.vb,14,0,2,12,1,0,0,0,0,582,582 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\PowerGraph\AlgorithmExtensions.vb,89,2,20,67,1,0,2,2,0,3464,3.46 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\PowerGraph\Configuration.vb,222,24,32,166,3,4,2,8,0,9402,9.40 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\PowerGraph\LinkSet.vb,80,0,20,60,1,1,4,3,0,2421,2.42 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\PowerGraph\Module.vb,138,0,25,113,2,4,5,6,0,5000,5.00 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\PowerGraph\PowerEdge.vb,43,0,6,37,1,0,2,1,0,1214,1.21 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\PowerGraph\powergraph.vb,21,0,6,15,3,6,0,0,0,506,506 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\EdgeBundling\Mingle\Accessor.vb,51,0,9,42,1,0,1,5,0,1799,1.80 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\EdgeBundling\Mingle\Bundler.vb,513,31,76,406,1,0,9,11,0,21297,21.30 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\EdgeBundling\Mingle\GraphKdNode.vb,22,0,7,15,1,0,2,1,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\EdgeBundling\Mingle\InternalMath.vb,49,0,10,39,1,0,3,3,0,1543,1.54 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\EdgeBundling\Mingle\MingleNodeData.vb,60,0,7,53,2,14,2,1,0,2152,2.15 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\EdgeBundling\Mingle\Options.vb,11,0,4,7,1,2,0,0,0,258,258 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\Algorithms.vb,8,0,1,7,1,0,0,0,0,130,130 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\CircularPlanner.vb,75,7,17,51,1,0,2,0,0,2853,2.85 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\DegreeWeightedPlanner.vb,121,11,23,87,1,0,4,0,0,4833,4.83 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\EdgeWeightedPlanner.vb,124,11,19,94,1,0,3,0,0,4954,4.95 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\GroupPlanner.vb,146,5,22,119,1,0,3,0,0,6230,6.23 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\MassHandler.vb,38,8,6,24,1,0,0,1,0,1224,1.22 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\Planner.vb,201,18,33,150,1,0,7,0,0,7540,7.54 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\Blocks.vb,176,22,14,140,1,0,0,3,0,7623,7.62 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\DisconnectedGraphs.vb,122,12,18,92,1,0,0,3,0,5052,5.05 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\OEElement.vb,62,17,10,35,1,0,2,1,0,2215,2.21 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\OEVertex.vb,34,9,5,20,1,0,1,1,0,974,974 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\OrthographicEmbedding.vb,680,109,69,502,1,0,1,4,0,31965,31.96 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\OrthographicEmbeddingResult.vb,1327,89,93,1145,1,0,4,17,0,64019,64.02 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\PlanarEmbedding.vb,435,60,43,332,1,0,2,6,0,21919,21.92 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\STNumbering.vb,465,92,33,340,1,0,1,8,0,21010,21.01 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\Visibility.vb,1019,96,100,823,1,0,6,11,0,49456,49.46 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\optimization\EmbeddingComparator.vb,17,9,3,5,1,0,0,1,0,487,487 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\optimization\OrthographicEmbeddingBoardSizeOptimizer.vb,147,16,16,115,1,0,1,4,0,5616,5.62 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\optimization\OrthographicEmbeddingOptimizer.vb,525,50,53,422,1,0,0,5,0,23177,23.18 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\optimization\OrthographicEmbeddingPathOptimizer.vb,388,39,34,315,1,0,0,4,0,18170,18.17 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\optimization\SegmentLengthEmbeddingComparator.vb,58,12,16,30,1,0,0,3,0,1999,2.00 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\util\algorithm.vb,225,27,33,165,1,0,0,4,0,9699,9.70 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\util\Pair.vb,42,1,7,34,1,0,1,3,0,1392,1.39 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Radial\RadialLayout.vb,51,4,10,37,1,0,0,2,0,2080,2.08 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\LayoutUpdater.vb,44,8,10,26,3,0,5,0,0,1528,1.53 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Parameters.vb,83,20,14,49,2,5,0,3,0,3276,3.28 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Interfaces\IForceDirected.vb,76,42,11,23,5,9,4,3,0,2771,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Interfaces\IGraph.vb,46,37,3,6,1,0,1,0,0,1675,1.68 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Interfaces\IRenderer.vb,50,37,4,9,1,0,2,0,0,1725,1.73 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Layout\AbstractRenderer.vb,88,47,11,30,1,1,3,0,0,3335,3.33 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Layout\Point.vb,155,48,21,86,1,7,2,4,2,5310,5.31 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Layout\Spring.vb,93,38,14,41,3,4,3,2,0,2916,2.92 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Layout\Layout\ForceDirected.vb,417,62,60,295,1,12,16,4,0,17061,17.06 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Layout\Layout\ForceDirected2D.vb,73,3,15,55,1,0,1,2,0,2685,2.69 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Layout\Layout\ForceDirected3D.vb,61,0,12,49,1,0,1,2,0,2467,2.47 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,,14893,2155,1902,10836,153,140,214,283,6,632017,632.02 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Canvas.vb,25,0,5,20,1,0,0,1,0,935,935 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\CanvasScaler.vb,127,71,14,42,1,0,0,2,0,5113,5.11 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\DrawKDTree.vb,139,4,24,111,1,0,3,1,0,5612,5.61 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Extensions.vb,30,5,3,22,1,0,0,2,0,1062,1.06 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\GlobalSuppressions.vb,8,4,2,2,0,0,0,0,0,780,780 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\LayoutLabel.vb,64,0,8,56,1,2,0,2,0,2264,2.26 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\NetworkVisualizer.vb,458,85,53,320,7,1,1,2,0,22005,22.00 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\zzz.vb,3,0,1,2,0,0,0,0,0,84,84 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\MingleRender\BundleNode.vb,90,1,16,73,1,3,1,3,0,3274,3.27 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\MingleRender\MingleRender.vb,190,21,24,145,1,0,4,1,0,7587,7.59 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\MingleRender\PosItem.vb,11,0,2,9,1,4,0,0,0,330,330 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\MingleRender\RenderHelpers.vb,106,10,14,82,1,0,3,2,0,3787,3.79 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\MingleRender\RenderOptions.vb,10,0,2,8,1,6,0,0,0,276,276 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Render\EdgeRendering.vb,216,24,29,163,2,0,1,4,0,8272,8.27 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Render\LabelRendering.vb,127,8,17,102,1,0,3,0,0,5069,5.07 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Render\NodeRendering.vb,211,5,30,176,1,0,1,4,0,7672,7.67 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\EdgeStyles.vb,6,0,2,4,1,0,0,0,0,82,82 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\MapperProcessor.vb,31,15,4,12,1,0,0,1,0,1132,1.13 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\NodeStyles.vb,67,7,13,47,1,0,0,4,0,2674,2.67 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\StyleMappings.vb,149,19,20,110,1,0,0,5,0,6161,6.16 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\CSS\NamespaceDoc.vb,14,9,1,4,1,0,0,0,0,374,374 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\CSS\StyleCreator.vb,71,18,7,46,1,0,0,1,0,2659,2.66 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\CSS\StyleMapper.vb,24,6,5,13,1,0,0,1,0,722,722 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\CSS\StyleObject.vb,50,20,11,19,4,5,0,1,0,1290,1.29 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\CSS\StyleParser.vb,16,3,4,9,1,0,0,1,0,374,374 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\BrushExpression.vb,80,29,7,44,1,0,0,3,0,3555,3.56 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\MapExpression.vb,31,0,5,26,1,1,0,1,0,1079,1.08 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\ShapeExpression.vb,80,0,18,62,3,0,1,4,0,2836,2.84 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\SizeExpression.vb,49,16,5,28,1,0,0,2,0,1751,1.75 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Syntax.vb,87,24,7,56,1,0,0,3,0,3662,3.66 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\CategoryBrush.vb,79,9,8,62,1,0,1,1,0,3191,3.19 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\ColorRangeBrush.vb,73,4,8,61,1,0,1,1,0,2811,2.81 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\DiscreteBrush.vb,96,0,20,76,3,0,2,3,0,3459,3.46 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\ImagePassthroughBrush.vb,38,3,7,28,1,0,1,1,0,1389,1.39 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\PassthroughBrush.vb,36,4,7,25,1,0,1,1,0,1160,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\UnifyColorBrush.vb,28,3,5,20,1,0,1,1,0,906,906 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\UnifyImageBrush.vb,56,3,7,46,1,0,1,1,0,2124,2.12 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Numeric\ContinuousNumber.vb,30,0,6,24,1,0,1,1,0,1134,1.13 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Numeric\DiscreteNumber.vb,36,0,7,29,1,0,1,1,0,1263,1.26 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Numeric\PassthroughNumber.vb,49,18,9,22,2,0,1,2,0,1624,1.62 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Numeric\UnifyNumber.vb,26,3,5,18,1,0,1,1,0,774,774 B -G:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,,3117,451,442,2224,54,22,30,65,0,122308,122.31 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\PdfImage\PdfImage.NET5.vbproj,PdfImage\Driver.vb,44,0,9,35,1,0,2,2,0,1538,1.54 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\PdfImage\PdfImage.NET5.vbproj,PdfImage\PdfGraphics.vb,537,6,123,408,1,3,94,7,0,20086,20.09 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\PdfImage\PdfImage.NET5.vbproj,PdfImage\PdfImage.vb,54,6,10,38,1,1,1,3,0,1661,1.66 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\PdfImage\PdfImage.NET5.vbproj,PdfImage\zzz.vb,3,0,1,2,0,0,0,0,0,84,84 B -G:\GCModeller\src\runtime\sciBASIC#\gr\PdfImage\PdfImage.NET5.vbproj,,638,12,143,483,3,4,97,12,0,23369,23.37 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Debugger.vb,76,5,11,60,1,0,1,1,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Force.vb,109,22,19,68,1,3,3,1,13,3085,3.08 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\GridDynamics.vb,71,3,16,52,2,3,0,5,0,2397,2.40 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\MassPoint.vb,89,40,12,37,1,7,1,1,1,2654,2.65 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Math.vb,211,79,23,109,1,0,0,11,0,6707,6.71 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Reactions.vb,24,10,3,11,1,0,0,1,0,777,777 B -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Vector2.vb,134,0,22,112,1,7,3,2,7,4054,4.05 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Vector2Math.vb,25,3,4,18,1,0,0,3,0,779,779 B -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\World.vb,132,21,23,88,5,0,5,1,1,4379,4.38 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Boids\Boid.vb,67,6,12,49,1,0,4,3,0,2254,2.25 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Boids\Field.vb,162,14,29,119,3,4,6,4,0,7187,7.19 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\AbstractForce.vb,60,44,6,10,1,0,0,1,0,2554,2.55 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\Displacement.vb,55,44,5,6,1,1,1,0,0,2211,2.21 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\ForceLayoutData.vb,61,44,5,12,1,0,1,0,0,2361,2.36 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\ForceVector.vb,116,44,16,56,1,2,6,3,0,3800,3.80 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\ForceVectorNodeLayoutData.vb,67,45,8,14,2,0,0,1,0,2491,2.49 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\ForceVectorUtils.vb,222,45,48,129,1,0,8,3,0,8901,8.90 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\LabelAdjust.vb,424,79,61,284,7,10,7,5,0,17158,17.16 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\LabelAdjustLayoutData.vb,53,44,4,5,1,0,0,0,0,2190,2.19 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\ProportionalDisplacement.vb,87,47,10,30,1,1,2,1,0,3335,3.33 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\StepDisplacement.vb,86,46,10,30,1,1,2,1,0,3292,3.29 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Particles\FluidEngine.vb,403,41,76,286,1,3,10,14,0,15398,15.40 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Particles\Particle.vb,45,3,7,35,1,2,1,0,0,1185,1.19 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form1.Designer.vb,37,8,4,25,1,0,2,0,0,1256,1.26 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form1.vb,51,0,13,38,1,0,2,0,0,1946,1.95 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form2.Designer.vb,68,20,7,41,1,0,2,0,0,2637,2.64 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form2.vb,41,6,6,29,1,0,5,0,0,1263,1.26 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form3.Designer.vb,60,14,5,41,1,0,2,0,0,2249,2.25 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form3.vb,287,172,64,51,2,1,4,1,0,10923,10.92 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form4.Designer.vb,60,14,5,41,1,0,2,0,0,2182,2.18 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form4.vb,459,11,105,343,5,1,16,0,0,14025,14.03 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form5.Designer.vb,30,5,3,22,1,0,2,0,0,1115,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form5.vb,8,0,2,6,1,0,0,0,0,200,200 B -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\label_layout_test.vb,68,0,18,50,1,0,1,0,0,2622,2.62 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Module1.vb,29,24,5,0,0,0,0,0,0,1413,1.41 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Program.vb,73,16,26,31,1,0,6,0,0,2198,2.20 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\SDRender.vb,47,0,10,37,1,0,1,1,0,1683,1.68 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1159,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2804,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2982,2.98 KB -G:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,,4280,1075,732,2473,58,50,107,64,22,155223,155.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Globals.vb,51,27,8,16,1,0,1,0,0,1514,1.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\LICENSE.vb,41,23,4,14,1,1,1,0,0,1457,1.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\NamespaceDoc.vb,5,3,0,2,1,0,0,0,0,122,122 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\App.vb,1552,620,181,751,1,48,16,44,0,67091,67.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Application.vb,59,11,9,39,1,4,1,0,0,1784,1.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Clock.vb,74,0,18,56,1,1,5,4,0,1954,1.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger.vb,480,159,47,274,3,4,15,8,0,19661,19.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Utils.vb,263,79,34,150,3,0,3,9,0,10217,10.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Assert.vb,24,0,4,20,1,0,2,0,0,1097,1.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\DebuggerArgs.vb,202,74,26,102,1,2,3,0,0,12526,12.53 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\DebuggerLevels.vb,28,18,1,9,1,0,0,0,0,837,837 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\HeapSizeOf.vb,163,39,14,110,1,1,1,3,0,6227,6.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\VisualStudioPreviews.vb,6,0,1,5,1,1,0,0,0,165,165 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\ExceptionData.vb,90,12,12,66,1,4,1,7,0,3311,3.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\ExceptionExtensions.vb,24,10,4,10,3,0,0,1,0,844,844 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\MethodFrame.vb,30,0,7,23,1,3,2,1,0,854,854 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\StackFrame.vb,101,22,12,67,1,3,2,4,0,3335,3.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\TraceBuffer.vb,87,0,21,66,1,1,3,3,0,3000,3.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\VisualBasicAppException.vb,44,20,6,18,1,3,2,1,0,1625,1.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\netcoreApp\ObjectNotFoundException.vb,9,0,2,7,1,0,1,0,0,239,239 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Logging\ErrorLog.vb,83,7,6,70,1,0,0,3,0,3446,3.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Logging\LogFile\LogEntry.vb,44,9,7,28,1,4,0,2,0,1457,1.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Logging\LogFile\LogFile.vb,277,60,45,172,1,4,16,4,0,11478,11.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Logging\LogFile\LogReader.vb,67,8,13,46,1,0,0,3,0,2370,2.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Logging\LogFile\MSG_TYPES.vb,37,23,4,10,1,0,0,0,0,1167,1.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\IDynamicLibraryLoader.vb,40,28,4,8,1,0,0,4,0,1784,1.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\INativeHandle.vb,20,9,4,7,1,0,2,1,0,800,800 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\MarshalExtra.vb,87,33,11,43,1,0,2,4,0,4987,4.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\NativeHandle.vb,113,37,18,58,1,3,8,2,0,4992,4.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\PlatformUtility.vb,151,55,18,78,1,1,0,8,0,8102,8.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\SafeHandleUnmanagedDll.vb,94,12,16,66,1,1,2,6,0,3535,3.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\UnixLibraryLoader.vb,89,21,16,52,1,0,0,11,0,4093,4.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\UnmanagedDll.vb,341,140,44,157,1,2,9,14,0,16713,16.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\WindowsLibraryLoader.vb,88,13,17,58,2,0,0,10,0,3549,3.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\FileSystem\MemoryStreamPool.vb,185,35,30,120,1,5,4,4,0,6873,6.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\FileSystem\ProgramPathSearchTool.vb,243,50,37,156,1,2,1,9,0,10249,10.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\FileSystem\SubStream.vb,187,19,36,132,1,6,4,3,0,5594,5.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\FileSystem\TempFileSystem.vb,99,25,19,55,1,0,0,6,0,3850,3.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\FileSystem\Fs\FileSystemTree.vb,138,35,21,82,1,5,0,6,0,4600,4.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\FileSystem\Fs\IFileSystemEnvironment.vb,98,68,9,21,1,1,2,9,0,3487,3.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\LanguageHelper\LanguageAttribute.vb,39,7,6,26,1,2,1,1,0,1413,1.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\LanguageHelper\LanguageHelper.vb,85,21,12,52,1,3,2,1,0,3438,3.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\LanguageHelper\StringResources.vb,63,4,12,47,1,3,1,4,0,2399,2.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\ConcurenceRunner.vb,166,69,22,75,1,0,3,4,0,6293,6.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\OperationTimeOut.vb,74,27,10,37,1,0,0,3,0,2650,2.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\RequestStream.vb,460,170,57,233,4,12,9,13,6,18546,18.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\BufferData\BufferPipe.vb,9,0,3,6,1,0,0,0,0,235,235 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\BufferData\DataPipe.vb,111,28,17,66,1,0,7,4,0,3743,3.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\BufferData\DuplexPipe.vb,51,0,11,40,1,1,3,2,0,1427,1.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\BufferData\StreamPipe.vb,65,10,15,40,1,0,3,2,0,2155,2.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\BufferData\ZipDataPipe.vb,118,25,16,77,1,0,5,4,0,4042,4.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\MMFProtocol\MMFChannel.vb,203,46,34,123,5,2,8,8,0,7774,7.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\MMFProtocol\ProcessLock.vb,97,40,15,42,1,1,4,0,0,4422,4.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\MMFProtocol\WorkFlow.vb,42,12,4,26,1,0,0,1,0,1866,1.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\MMFProtocol\MapStream\MSReader.vb,124,28,23,73,2,1,7,4,0,4497,4.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\MMFProtocol\MapStream\MSWriter.vb,84,18,15,51,2,2,5,2,0,3002,3.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,"src\ApplicationServices\Parallel\Tasks\Actor(Of T, V).vb",85,35,14,36,5,3,3,0,0,3432,3.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\AsyncHandle.vb,99,40,15,44,1,3,1,3,0,3620,3.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\BackgroundTask.vb,79,12,15,52,3,3,3,2,0,2340,2.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\CallbackTask.vb,113,9,25,79,5,2,5,2,0,2971,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\IParallelTask.vb,43,3,9,31,1,2,1,0,0,1180,1.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\Task.vb,83,16,15,52,2,1,4,3,0,2658,2.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\TaskQueue.vb,257,66,42,149,4,5,8,5,0,9313,9.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\UpdateThread.vb,152,52,19,81,1,4,6,3,0,5624,5.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\ParallelExtension.vb,68,33,7,28,1,0,0,3,0,2348,2.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\ThreadPool.vb,353,97,56,200,3,3,9,6,0,13138,13.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\ThreadQueue.vb,163,49,26,88,1,4,7,1,0,5282,5.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\ThreadStart.vb,25,4,6,15,1,0,1,0,0,741,741 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\Groups\DataGroup.vb,73,5,14,54,2,4,4,3,0,2219,2.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\Groups\GroupAPI.vb,44,7,3,34,1,0,0,1,0,2790,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\LQuerySchedule\LQuerySchedule.vb,177,57,25,95,1,1,0,6,0,8411,8.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\LQuerySchedule\Models.vb,18,0,4,14,1,0,0,1,0,445,445 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\LQuerySchedule\TaskPartitions.vb,164,41,24,99,3,0,0,9,0,6944,6.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\PipelineCLI.vb,55,18,9,28,1,0,1,0,0,2019,2.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\PrintAsTable.vb,268,33,36,199,3,0,6,3,0,11244,11.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\HistoryStacks.vb,147,4,30,113,3,3,5,10,0,4554,4.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\InteractiveDevice.vb,216,62,36,118,1,1,5,5,0,8657,8.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\Shell.vb,84,25,16,43,2,5,2,2,0,2609,2.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\Terminal.vb,1083,626,91,366,1,27,46,10,0,60215,60.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\TerminalExtensions.vb,98,14,16,68,7,2,1,0,0,3604,3.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\LineEdit\Completion.vb,34,21,3,10,1,0,1,0,0,1355,1.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\LineEdit\CompletionState.vb,102,0,19,83,1,1,8,0,0,3749,3.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\LineEdit\getline.vb,1251,360,177,714,1,3,48,7,0,45768,45.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\LineEdit\Handler.vb,39,1,8,30,1,0,3,2,0,1578,1.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\LineEdit\HistoryType.vb,150,21,28,101,1,0,8,5,0,4947,4.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\LineEdit\LineReader.vb,24,0,6,18,1,0,2,1,0,711,711 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\AnsiColor.vb,147,9,26,112,2,0,1,9,2,6685,6.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\AnsiEscapeCodes.vb,134,29,15,90,1,0,7,7,0,5002,5.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\ConsoleFormat.vb,97,8,15,74,1,9,2,4,0,3654,3.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\MarkdownRender.vb,378,45,45,288,1,0,12,3,0,13926,13.93 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\TextSpan.vb,41,4,10,27,1,3,2,1,0,1175,1.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\Theme.vb,23,0,5,18,1,9,0,1,0,851,851 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\UnicodeWidth.vb,347,102,17,228,3,2,1,3,0,11550,11.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\STDIO__\IConsole.vb,76,44,10,22,4,3,5,3,0,2874,2.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\STDIO__\Shell.vb,55,18,10,27,1,0,2,3,0,1886,1.89 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\STDIO__\STDIO.vb,309,80,34,195,3,0,6,6,0,12364,12.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\CharMapDefinition.vb,40,0,1,39,1,0,0,0,0,1968,1.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\ConsoleColorNullable.vb,20,0,5,15,1,2,3,0,0,620,620 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\ConsoleTableBaseData.vb,63,5,15,43,1,2,3,4,0,2017,2.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\ConsoleTableBuilder.vb,669,43,126,500,1,11,3,24,0,38401,38.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\ConsoleTableBuilderExtensions.vb,639,46,109,484,1,0,2,32,0,28906,28.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\Flags\CharMapPositions.vb,22,3,0,19,1,0,0,0,0,582,582 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\Flags\ConsoleTableBuilderFormat.vb,8,0,0,8,1,0,0,0,0,220,220 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\Flags\HeaderCharMapPositions.vb,18,3,0,15,1,0,0,0,0,512,512 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\Flags\MetaRowPositions.vb,6,0,0,6,1,0,0,0,0,157,157 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\Flags\TableAligntment.vb,7,0,0,7,1,0,0,0,0,176,176 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\Flags\TextAligntment.vb,7,0,0,7,1,0,0,0,0,175,175 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\CBusyIndicator.vb,92,20,18,54,1,0,6,0,0,3056,3.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ConsolePasswordInput.vb,467,231,46,190,13,0,2,13,0,24093,24.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\EventProc.vb,94,27,13,54,1,1,1,2,0,2852,2.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UserTaskCancelAction.vb,126,28,25,73,3,0,9,1,0,4380,4.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\AbstractBar.vb,18,4,4,10,1,0,2,0,0,474,474 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\AnimatedBar.vb,30,3,7,20,1,0,2,0,0,797,797 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\Program.vb,44,17,6,21,1,0,1,1,0,1445,1.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ProgressBar.vb,427,136,68,223,3,10,13,8,0,16253,16.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\SwayBar.vb,107,24,21,62,2,0,6,1,0,3240,3.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ChildProgressBar.vb,74,0,15,59,1,1,7,1,0,2764,2.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ConsoleOutLine.vb,11,0,1,10,1,2,1,0,0,396,396 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\FixedDurationBar.vb,50,0,7,43,1,2,4,0,0,1724,1.72 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\IndeterminateChildProgressBar.vb,46,0,6,40,1,0,4,0,0,1720,1.72 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\IndeterminateProgressBar.vb,45,0,9,36,1,0,4,0,0,1575,1.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\IProgressBar.vb,30,5,8,17,1,5,4,2,0,1269,1.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\Progress.vb,37,0,6,31,1,0,3,0,0,1311,1.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ProgressBar.vb,455,17,86,352,3,1,20,3,0,21154,21.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ProgressBarBase.vb,176,3,32,141,1,11,9,3,0,6490,6.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ProgressBarHeight.vb,6,0,0,6,1,0,0,0,0,169,169 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ProgressBarOptions.vb,114,52,20,42,1,17,0,0,0,4249,4.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\StringExtensions.vb,8,0,0,8,1,0,0,1,0,404,404 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\TaskbarProgress.vb,68,3,14,51,4,0,10,1,0,2331,2.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\IProgressBarExample.vb,8,0,1,7,1,0,0,1,0,230,230 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Program.vb,92,0,10,82,1,0,2,0,0,3422,3.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\AlternateFinishedColorExample.vb,30,1,4,25,1,0,0,0,0,1157,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\ChildrenExample.vb,27,0,1,26,1,0,0,1,0,1223,1.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\ChildrenNoCollapseExample.vb,29,0,2,27,1,0,0,1,0,1274,1.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\DontDisplayInRealTimeExample.vb,18,0,2,16,1,0,0,1,0,617,617 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\DownloadPogressExample.vb,40,0,3,37,1,0,0,1,0,1794,1.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\EstimatedDurationExample.vb,31,1,4,26,1,0,0,1,0,1282,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\ExampleBase.vb,32,0,6,26,1,1,1,0,0,1279,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\FixedDurationExample.vb,35,0,5,30,1,0,1,1,0,1269,1.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\IndeterminateChildrenNoCollapse.vb,33,0,1,32,1,0,0,0,0,1323,1.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\IndeterminateProgressExample.vb,29,0,3,26,1,0,0,1,0,1139,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\IntegrationWithIProgressExample.vb,30,0,3,27,1,0,2,1,0,1185,1.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\IntegrationWithIProgressPercentageExample.vb,30,0,3,27,1,0,2,1,0,1144,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\MessageBeforeAndAfterExample.vb,24,0,2,22,1,0,0,1,0,978,978 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\PersistMessageExample.vb,52,0,4,48,1,0,1,1,0,2414,2.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\ProgressBarOnBottomExample.vb,18,0,2,16,1,0,0,1,0,624,624 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\StylingExample.vb,23,0,2,21,1,0,0,1,0,920,920 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\DeeplyNestedProgressBarTreeExample.vb,57,0,5,52,1,0,0,1,0,2617,2.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\DrawsOnlyOnTickExample.vb,21,0,1,20,1,0,0,1,0,848,848 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\LongRunningExample.vb,19,0,1,18,1,0,0,1,0,686,686 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\NegativeMaxTicksExample.vb,19,0,1,18,1,0,0,1,0,698,698 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\NestedProgressBarPerStepProgress.vb,58,0,9,49,1,0,2,1,0,2195,2.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\NeverCompletesExample.vb,18,0,1,17,1,0,0,1,0,638,638 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\NeverTicksExample.vb,14,0,1,13,1,0,0,1,0,518,518 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\ThreadedTicksOverflowExample.vb,23,0,1,22,1,0,0,1,0,940,940 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\TicksOverflowExample.vb,19,0,1,18,1,0,0,1,0,708,708 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\UpdatesMaxTicksExample.vb,25,0,1,24,1,0,0,1,0,935,935 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\ZeroMaxTicksExample.vb,19,0,1,18,1,0,0,1,0,687,687 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\Tqdm\ProgressBar.vb,346,92,52,202,1,4,12,0,0,14249,14.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\Tqdm\Tqdm.vb,165,61,20,84,3,0,0,7,0,8956,8.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UnixMan\IndexedManual.vb,95,18,18,59,1,0,3,1,0,3796,3.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UnixMan\ManualPages.vb,106,22,19,65,1,0,5,2,0,4327,4.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UnixMan\ManFile\ManIndex.vb,19,3,4,12,1,5,0,1,0,589,589 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UnixMan\ManFile\ManParser.vb,12,3,2,7,1,0,0,1,0,333,333 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UnixMan\ManFile\ManWriter.vb,71,0,16,55,1,0,1,1,0,2877,2.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UnixMan\ManFile\UnixManPage.vb,83,43,8,32,1,18,0,3,0,2963,2.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\xConsole\Comparer.vb,108,34,18,56,1,0,3,1,0,3405,3.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\xConsole\CoolWriteSettings.vb,24,9,6,9,1,3,1,0,0,663,663 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\xConsole\Helpers.vb,78,6,16,56,3,2,0,7,0,2673,2.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\xConsole\Spinner.vb,114,30,19,65,1,0,5,1,0,4132,4.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\xConsole\xConsole.vb,519,152,80,287,1,1,15,12,0,20630,20.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\OSVersionInfo.vb,1100,249,188,663,8,12,2,8,0,48666,48.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\PerformanceCounter.vb,68,8,13,47,2,5,0,5,0,2082,2.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Resources.vb,352,189,33,130,1,3,7,10,0,17048,17.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Plugin\Loader.vb,39,6,6,27,1,0,0,1,0,1606,1.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Plugin\PluginAttribute.vb,16,0,4,12,1,1,1,1,0,482,482 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Plugin\PropertyFormat\FormattedDoubleConverter.vb,61,7,13,41,1,0,0,4,0,2329,2.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Plugin\PropertyFormat\FormattedDoubleFormatString.vb,16,0,4,12,1,1,1,1,0,464,464 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Zip\Options.vb,24,9,2,13,2,0,0,0,0,542,542 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Zip\StreamReader.vb,76,16,10,50,1,0,0,3,0,3054,3.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Zip\UnZip.vb,218,84,23,111,1,0,4,2,0,10841,10.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Zip\ZipLib.vb,356,119,49,188,1,0,6,4,0,15474,15.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Zip\ZipStream.vb,234,57,39,138,1,3,6,11,0,8869,8.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\ApplicationInfoUtils.vb,355,80,33,242,1,0,0,17,0,15124,15.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\AssemblyInfo.vb,104,36,21,47,1,15,1,2,0,3784,3.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,215,215 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\NetCoreApp\deps.json.vb,249,48,36,165,1,4,2,7,0,10506,10.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\NetCoreApp\MSBuild.vb,75,18,10,47,1,1,0,3,0,2597,2.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\NetCoreApp\runtime.vb,39,0,13,26,5,11,0,1,0,926,926 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\NetCoreApp\target.vb,30,1,6,23,1,4,0,1,0,1054,1.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Project.vb,171,12,37,122,1,2,5,4,0,7194,7.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\ProjectMember.vb,110,17,21,72,1,7,3,3,0,3693,3.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\ProjectNamespace.vb,65,5,16,44,1,2,3,3,0,2130,2.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\ProjectSpace.vb,154,18,30,106,1,0,4,6,0,5729,5.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\ProjectType.vb,226,42,43,141,2,5,5,11,0,8715,8.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Extensions\APIExtensions2.vb,93,0,16,77,1,0,0,5,0,3764,3.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Extensions\VBSpecific.vb,13,0,3,10,1,0,0,1,0,422,422 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Serialization\APIExtensions.vb,143,18,32,93,1,1,0,4,0,5244,5.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Serialization\NamespaceDoc.vb,44,6,4,34,1,0,0,2,0,1971,1.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Serialization\Models\Doc.vb,29,3,7,19,3,4,0,2,0,795,795 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Serialization\Models\Member.vb,101,23,17,61,6,12,0,4,0,2821,2.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLIMapper.vb,73,22,10,41,1,0,0,2,0,2819,2.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CliResCommon.vb,73,14,12,47,1,0,1,2,0,2620,2.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLITools.vb,382,103,51,228,1,0,2,13,0,14938,14.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CommandLine.vb,879,321,101,457,1,13,4,34,12,37333,37.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\GitBashEnvironment.vb,86,29,10,47,1,1,0,2,0,3623,3.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Stream.vb,93,31,12,50,2,0,0,3,0,3947,3.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLI\IIORedirectAbstract.vb,39,24,5,10,1,3,0,2,0,1955,1.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLI\IORedirect.vb,429,109,66,254,5,6,12,14,0,17553,17.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLI\IORedirectFile.vb,292,96,40,156,1,4,5,6,0,14392,14.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLI\PipelineProcess.vb,318,99,46,173,1,0,0,10,0,12333,12.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLI\ProcessEx.vb,53,0,11,42,1,3,1,3,0,1843,1.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLI\Scripting.vb,86,8,15,63,1,0,1,2,0,3494,3.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\Abstract.vb,183,55,27,101,3,5,3,8,0,6858,6.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\CLIAbstractor.vb,86,10,11,65,1,0,0,2,0,3701,3.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\CLIBuilder.vb,284,89,32,163,3,0,0,10,0,11866,11.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\InCompatible.vb,30,8,5,17,1,0,0,2,0,1017,1017 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\Pipeline\RunSlavePipeline.vb,179,43,30,106,1,5,6,4,0,6686,6.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\API.vb,196,39,26,131,1,0,1,3,0,8067,8.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\CLI.vb,24,3,4,17,1,0,0,1,0,835,835 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\CodeGenerator.vb,102,5,17,80,2,2,2,2,0,3537,3.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\Languages\Perl.vb,90,55,10,25,1,0,1,1,0,2432,2.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\Languages\PHP.vb,13,0,3,10,1,0,1,1,0,344,344 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\Languages\R.vb,17,4,3,10,1,0,1,1,0,537,537 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\Languages\VisualBasic.vb,380,72,60,248,1,0,3,7,0,16827,16.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\Abstract.vb,30,20,4,6,7,0,0,0,0,1048,1.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\ExecuteImpl.vb,136,5,20,111,1,0,3,2,0,5337,5.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\InteractiveConsole.vb,133,20,33,80,1,0,3,1,0,4493,4.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\Interpreter.vb,723,214,93,416,1,12,8,30,0,31628,31.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\View\CommandHelp.vb,67,3,15,49,1,0,1,2,0,2518,2.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\View\ExceptionHandler.vb,156,55,37,64,2,3,3,1,0,6561,6.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\View\ManualBuilder.vb,388,40,66,282,1,0,0,4,0,15954,15.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\View\SDKManual.vb,312,30,49,233,1,0,1,3,0,14271,14.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Parsers\CliArgumentParsers.vb,150,29,27,94,1,0,0,3,0,5817,5.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Parsers\CLIParser.vb,155,29,22,104,1,0,0,4,0,6247,6.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Parsers\CommandLineTokenlizer.vb,100,0,21,79,4,2,2,5,0,3683,3.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Parsers\DictionaryParser.vb,66,5,11,50,1,0,0,1,0,2112,2.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\POSIX\POSIXArguments.vb,19,0,4,15,1,0,1,0,0,593,593 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\POSIX\POSIXParser.vb,31,1,6,24,1,0,0,1,0,1116,1.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\ArgumentCollection.vb,156,28,20,108,1,5,1,3,0,6188,6.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\CLIToken.vb,96,34,16,46,3,5,3,3,0,3372,3.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\CLITypes.vb,57,38,7,12,1,0,0,0,0,2005,2.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\ExportApiInformation.vb,78,3,11,64,1,4,1,4,0,2533,2.53 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Grouping.vb,101,10,17,74,3,2,2,3,0,3902,3.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\RunDll.vb,85,30,11,44,1,0,1,3,0,2982,2.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\ActiveViewsAttribute.vb,21,4,4,13,1,2,1,1,0,691,691 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\ArgumentAttribute.vb,169,69,21,79,1,11,1,1,0,6270,6.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\ExampleAttribute.vb,17,0,5,12,1,1,1,1,0,450,450 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\ExportAPI.vb,68,42,6,20,1,4,2,1,0,2755,2.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\Flags.vb,19,6,3,10,1,0,0,0,0,583,583 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\Grouping.vb,40,12,7,21,2,1,4,0,0,1208,1.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\IExportAPI.vb,34,24,2,8,1,4,0,0,0,1373,1.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\LastUpdatedAttribute.vb,27,3,6,18,1,0,3,1,0,814,814 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\Namespace.vb,89,35,12,42,1,4,3,2,0,3323,3.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\NoteAttribute.vb,22,8,4,10,1,1,1,0,0,770,770 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\OutputAttribute.vb,19,4,4,11,1,2,1,0,0,576,576 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\UsageAttribute.vb,17,0,5,12,1,1,1,1,0,444,444 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\EntryPoints\APIEntryPoint.vb,308,101,43,164,1,4,4,9,0,13087,13.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\EntryPoints\Delegate.vb,191,35,31,125,1,4,2,4,0,7833,7.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Callable.vb,7,0,2,5,1,0,0,0,0,155,155 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Counter.vb,123,28,20,75,2,0,3,5,4,4161,4.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DriverModel.vb,14,7,2,5,1,0,0,1,0,324,324 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\LazyLoader.vb,151,43,23,85,7,3,5,3,0,4848,4.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\RelayCommand.vb,74,3,20,51,2,1,4,2,0,2101,2.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\TimeSpan.vb,51,5,9,37,1,7,1,1,0,1843,1.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Uid.vb,232,73,34,125,1,1,6,4,2,8116,8.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinarySearchFunction.vb,111,22,13,76,1,1,1,1,0,3684,3.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BipartiteMatching.vb,44,0,5,39,1,0,2,2,0,1499,1.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BlockSearchFunction.vb,276,64,39,173,3,4,2,8,0,9719,9.72 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\QuickSortFunction.vb,66,3,13,50,1,0,2,2,0,2108,2.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\base\Combination\Comb.vb,129,23,20,86,1,3,1,5,0,4225,4.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\base\Combination\Combination.vb,60,4,10,46,3,1,1,1,0,1939,1.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\base\Combination\CombinationExtensions.vb,98,20,14,64,1,0,0,7,0,3434,3.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\base\Combination\Permutation.vb,105,0,22,83,1,2,5,2,0,2992,2.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\base\SlideWindow\Extensions.vb,141,27,21,93,1,0,0,8,0,6421,6.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\base\SlideWindow\SlideWindow.vb,101,28,13,60,1,5,1,3,0,3586,3.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\BinaryTree.vb,101,9,15,77,1,0,0,7,0,3559,3.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\Enumerable.vb,86,31,10,45,1,0,0,5,0,3154,3.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\NaiveBinaryTree.vb,359,140,41,178,1,1,5,6,0,15116,15.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\TreeBase.vb,56,21,8,27,1,1,2,1,0,1878,1.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\TreeNode.vb,149,52,21,76,1,7,3,2,0,5250,5.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\AVLTree\AbstractDelegate.vb,25,6,5,14,3,0,0,0,0,776,776 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\AVLTree\AVLClusterTree.vb,92,13,20,59,1,0,4,4,0,3709,3.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\AVLTree\AVLSupports.vb,61,3,14,44,1,0,1,5,0,1851,1.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\AVLTree\AVLTree.vb,209,49,32,128,1,0,10,3,0,8248,8.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\AVLTree\ClusterKey.vb,140,14,22,104,2,2,2,6,0,5058,5.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\RBTree\Iterator.vb,115,13,9,93,1,1,3,2,0,4143,4.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\RBTree\RBNode.vb,47,5,8,34,1,2,1,2,0,1559,1.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\RBTree\RBTree.vb,382,72,68,242,1,3,3,9,0,13143,13.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\DynamicProgramming.vb,35,0,10,25,6,0,0,3,0,1188,1.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\LCS.vb,75,9,15,51,1,0,1,3,0,2599,2.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\LongestCommonSubsequence.vb,82,10,13,59,1,5,1,1,0,2512,2.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\SCS.vb,151,21,24,106,1,0,1,4,0,5624,5.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\Levenshtein\DamerauLevenshteinDistance.vb,41,0,8,33,1,0,0,1,0,1759,1.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\Levenshtein\LevenshteinDistance.vb,321,72,47,202,3,0,0,10,0,14563,14.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\Levenshtein\LevenshteinModel.vb,171,16,31,124,2,11,3,7,0,5622,5.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\Levenshtein\ResultVisualize.vb,170,4,19,147,1,0,0,3,0,6601,6.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Iterator.vb,172,52,28,92,2,3,6,4,0,6224,6.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\StringReader.vb,268,105,37,126,3,0,2,29,0,9715,9.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\TemplateAttribute.vb,17,0,5,12,1,0,2,0,0,375,375 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\DynamicProperty.vb,234,71,26,137,1,2,4,7,0,9453,9.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\Extensions.vb,35,0,8,27,1,0,0,1,0,1376,1.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\GenericProperty.vb,54,13,8,33,1,0,2,1,1,1832,1.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\IProperty.vb,80,29,16,35,4,1,3,7,0,2804,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\NamedCollection.vb,212,58,26,128,1,5,5,4,2,9990,9.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\NamedValue.vb,218,50,28,140,1,5,2,3,4,8417,8.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\PropertyValue.vb,142,51,17,74,1,2,3,7,0,5669,5.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Repository\ILocalSearchHandle.vb,91,20,13,58,2,0,0,5,0,3708,3.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Repository\IMatched.vb,27,11,6,10,2,3,0,0,0,822,822 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Repository\QueryCache.vb,91,29,12,50,1,0,2,5,0,3734,3.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Repository\Repository.vb,204,134,30,40,7,4,4,5,0,7754,7.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\BindProperty.vb,199,83,26,90,1,2,8,3,0,8396,8.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\DataSource.vb,264,80,36,148,4,5,8,10,0,10832,10.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\Mappings.vb,243,68,33,142,1,0,0,9,0,9856,9.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\ObjectSchema.vb,263,55,35,173,2,0,2,10,0,10478,10.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\PropertyValue.vb,109,25,18,66,2,4,4,1,0,3949,3.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\Schema.vb,57,4,13,40,1,3,2,4,0,2090,2.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\SQL.vb,63,36,6,21,1,0,0,3,0,2412,2.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\CapacityQueue.vb,58,5,14,39,1,1,2,4,1,1703,1.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\FuzzyGroup.vb,146,39,19,88,3,0,0,4,0,6087,6.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\HashDictionary.vb,236,38,34,164,1,7,8,9,0,9362,9.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\LoopArray.vb,140,27,24,89,1,3,4,5,1,4230,4.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Pointer.vb,33,10,6,17,1,0,0,0,4,1106,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Trigger.vb,158,39,28,91,5,4,8,5,0,5013,5.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\BitMap\BitSet.vb,672,54,105,513,1,3,19,34,13,24636,24.64 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\BitMap\HashHandle.vb,212,15,44,153,3,3,13,13,2,6671,6.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\BitMap\HashList.vb,200,36,30,134,1,2,8,5,2,7612,7.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\BitMap\HashModel.vb,72,19,13,40,5,4,2,1,0,2566,2.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Deque\Data.vb,398,124,64,210,1,3,10,7,0,13324,13.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Deque\Deque.vb,214,85,25,104,1,5,7,10,0,7858,7.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Deque\Enumerator.vb,68,12,13,43,1,2,3,1,0,2094,2.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Deque\IDeque.vb,13,0,2,11,1,2,1,3,0,367,367 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Deque\ReversedEnumerator.vb,67,8,14,45,1,2,3,1,0,2080,2.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Deque\ReverseQueue.vb,169,59,23,87,1,4,7,8,0,6361,6.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Enumerable\IEnumerable.vb,28,16,4,8,2,1,0,0,0,1017,1017 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Enumerable\ISequenceData.vb,21,13,3,5,1,1,0,0,0,714,714 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Enumerable\NamedValueList.vb,33,6,7,20,1,0,1,1,1,1106,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Set\EnumSet.vb,34,4,8,22,1,0,2,3,0,961,961 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Set\Set.vb,371,132,52,187,1,2,7,9,10,14182,14.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Set\SetAPI.vb,105,16,15,74,9,0,1,5,0,4523,4.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Set\SetsExtension.vb,124,48,14,62,1,0,0,10,0,4253,4.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Set\StringSet.vb,57,16,10,31,1,0,2,0,3,2178,2.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Tree\ITreeNode.vb,28,11,5,12,1,5,1,2,0,886,886 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Tree\TreeNodeBase.vb,192,62,29,101,1,6,4,8,0,6620,6.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Tree\BinaryTree\Abstract.vb,17,0,5,12,1,2,0,0,0,620,620 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Tree\BinaryTree\Extensions.vb,76,20,10,46,1,0,0,2,0,2696,2.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Tree\BinaryTree\TreeNode.vb,164,17,21,126,1,11,2,2,2,5315,5.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\File\FileSaveHandle.vb,45,22,8,15,2,2,0,3,0,1611,1.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\File\IOWorkModes.vb,10,3,1,6,1,0,0,0,0,282,282 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\File\ITextWriter.vb,14,3,4,7,1,0,0,0,0,310,310 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\File\XmlAssembly\DigitalSignature.vb,85,20,13,52,1,0,1,3,0,2822,2.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\File\XmlAssembly\XmlDataModel.vb,90,28,10,52,3,3,1,3,0,3602,3.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\File\XmlAssembly\XmlStyleProcessor.vb,55,0,8,47,1,5,0,2,0,2139,2.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Extensions.vb,195,47,25,123,1,0,1,7,0,7290,7.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeList.vb,95,1,16,78,1,0,2,5,0,3354,3.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Relations.vb,22,12,2,8,1,0,0,0,0,556,556 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeModel\DoubleRange.vb,369,124,46,199,1,4,9,14,5,13596,13.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeModel\IntRange.vb,181,77,25,79,1,3,3,10,0,6534,6.53 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeModel\IRange.vb,16,6,4,6,1,2,0,0,0,349,349 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeModel\IRangeModel.vb,34,22,4,8,1,0,0,3,0,1399,1.40 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeModel\Range.vb,33,0,9,24,1,2,1,4,0,1222,1.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeModel\RangeTagValue.vb,22,0,6,16,1,1,2,1,0,576,576 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Selector\IndexSelector.vb,48,14,7,27,1,0,2,2,0,2036,2.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Selector\IntTag.vb,50,0,9,41,1,0,2,3,0,1748,1.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Selector\NumericTagged.vb,74,10,12,52,1,1,1,4,0,2740,2.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Selector\OrderSelector.vb,163,42,21,100,1,4,1,8,0,5682,5.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Selector\SelectorExtensions.vb,20,0,4,16,1,0,0,2,0,737,737 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Unit\ByteSize.vb,53,10,7,36,2,0,0,2,0,1652,1.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Unit\Convertor.vb,21,7,5,9,3,1,1,0,0,634,634 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Unit\Unit.vb,91,41,12,38,1,1,2,2,2,3018,3.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Unit\UnitConvertorExtensions.vb,61,0,11,50,1,0,0,7,0,2304,2.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Unit\UnitTag.vb,14,0,4,10,1,0,1,0,0,286,286 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\ConfigEngine.vb,329,68,48,213,1,5,4,14,0,13409,13.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Settings.vb,85,21,12,52,1,1,2,4,0,3178,3.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\SimpleConfig.vb,128,26,19,83,1,2,1,4,0,5763,5.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\DataModels\BindMapping.vb,89,9,12,68,1,6,1,2,0,2993,2.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\DataModels\ModelBase.vb,13,3,4,6,1,0,0,1,0,377,377 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\DataModels\ProfileItem.vb,81,37,9,35,3,3,2,1,0,3175,3.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\DataModels\ProfileTable.vb,89,15,17,57,3,8,4,2,0,2990,2.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Inf\ClassMapper.vb,147,28,23,96,1,0,2,6,0,5497,5.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Inf\IniFile.vb,135,36,18,81,1,2,6,2,0,5074,5.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Inf\INIProfile.vb,171,59,17,95,1,0,1,5,0,7509,7.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Inf\IOProvider.vb,165,49,25,91,1,0,0,8,0,6503,6.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Inf\Section.vb,136,30,21,85,1,3,4,4,0,4489,4.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Inf\Serialization.vb,57,19,10,28,2,2,2,2,0,1983,1.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\BinaryHeap.vb,178,32,28,118,1,2,5,2,0,6053,6.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\BucketDictionary.vb,224,37,36,151,3,3,3,9,0,8659,8.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\ChangesWatcher.vb,62,0,13,49,1,0,3,2,0,1817,1.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\IndexOf.vb,506,179,57,270,1,3,10,13,14,18677,18.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\JoinElement.vb,29,0,4,25,1,4,0,2,0,1100,1.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\KeyDictionary.vb,358,107,44,207,2,0,7,7,6,13366,13.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\MapsHelper.vb,243,53,40,150,6,7,4,9,0,8618,8.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\PriorityQueue\Abstract.vb,13,0,3,10,1,0,0,3,0,302,302 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\PriorityQueue\BinaryPriorityQueue.vb,260,28,35,197,1,5,12,11,0,9018,9.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\PriorityQueue\PairingHeap.vb,166,18,21,127,1,3,2,8,0,5995,6.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\PriorityQueue\PriorityQueue.vb,127,40,20,67,1,0,4,7,0,3864,3.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\PriorityQueue\PriorityQueueCreator.vb,19,0,4,15,1,0,1,1,0,600,600 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\Binding.vb,86,25,14,47,1,1,1,3,0,2938,2.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\GenericAbstract.vb,102,41,13,48,4,7,3,2,0,3625,3.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\IDataIndex.vb,9,0,3,6,1,0,1,1,0,232,232 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\NamedTuple.vb,41,0,10,31,1,3,3,2,0,1133,1.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\TagData\FactorValue.vb,42,8,8,26,2,2,0,2,0,1449,1.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\TagData\Indexing.vb,86,20,12,54,1,0,0,3,0,3390,3.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\TagData\LineValue.vb,22,0,5,17,1,2,1,1,0,719,719 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\TagData\TagData.vb,127,41,26,60,7,5,4,1,0,4092,4.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\TagData\TimeSignal.vb,9,0,3,6,1,2,0,0,0,195,195 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Abstract.vb,48,28,5,15,5,0,0,0,0,1618,1.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\DataFramework.vb,489,120,64,305,4,3,1,17,0,21713,21.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\DefaultAttribute.vb,38,3,6,29,1,0,1,3,0,1517,1.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,158,158 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Tsv.vb,177,45,19,113,1,0,0,4,0,7995,8.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Repository\BKDRHash.vb,83,19,15,49,1,0,1,4,0,3009,3.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Repository\FNV1a.vb,114,25,17,72,1,0,2,7,0,4230,4.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Repository\Nilsimsa.vb,313,100,44,169,1,0,1,15,0,11906,11.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Repository\RepositoryFileSystem.vb,221,56,26,139,1,0,0,7,0,10201,10.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Repository\SnowflakeIdGenerator.vb,47,21,6,20,1,0,1,1,0,2521,2.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Trinity\Expression.vb,54,12,7,35,1,0,0,1,0,2158,2.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Trinity\Extensions.vb,24,0,5,19,1,1,1,1,0,718,718 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Trinity\Word.vb,58,15,10,33,1,3,1,3,0,1759,1.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Trinity\WordClass.vb,61,39,4,18,1,0,0,0,0,1554,1.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Trinity\WordSimilarityIndex.vb,134,11,27,96,3,2,3,9,0,4855,4.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Trinity\NLP\TextTokens.vb,110,3,18,89,3,6,2,0,0,4273,4.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\TypeCast\Converts.vb,78,0,10,68,1,0,0,3,0,3063,3.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\TypeCast\DataImports.vb,123,24,16,83,1,0,0,4,0,4530,4.53 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\TypeCast\Type.vb,150,0,40,110,5,0,0,25,0,4986,4.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\TypeCast\TypeCaster.vb,79,5,18,56,3,3,1,10,0,3153,3.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\TypeCast\VectorCast.vb,88,1,14,73,1,0,0,4,0,3598,3.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\ImageFormats.vb,60,36,5,19,1,0,0,0,0,1555,1.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\IStyleSelector.vb,10,0,3,7,1,0,0,3,0,294,294 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\PointF3D.vb,118,47,23,48,7,10,0,2,0,3028,3.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\BitmapBuffer.vb,650,171,102,377,1,4,14,22,1,21686,21.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\BitmapReader.vb,192,32,34,126,1,15,4,5,0,7632,7.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\BitmapResizer.vb,116,6,17,93,2,0,0,3,0,5673,5.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\BitmapScale.vb,308,99,41,168,3,0,5,7,0,11384,11.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\RTCP.vb,232,29,33,170,1,0,0,4,0,9070,9.07 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\SaveGdiBitmap.vb,23,5,4,14,2,0,0,1,0,561,561 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\BinarySerializationExtensions.vb,37,6,8,23,1,0,0,2,0,1665,1.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\Bitmap.vb,180,64,25,91,1,9,2,4,0,7696,7.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\BitmapFileHeader.vb,119,33,23,63,1,2,2,1,0,4791,4.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\BitmapFileHelper.vb,89,13,16,60,1,0,1,2,0,4123,4.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\BitmapFlags.vb,34,3,4,27,3,0,0,0,0,754,754 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\BitmapInfoHeader.vb,259,47,37,175,1,11,1,1,0,11820,11.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\BitmapInfoHeaderRGBA.vb,128,23,26,79,1,2,1,1,0,7113,7.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\SafeBinaryReader.vb,41,0,9,32,1,0,1,6,0,1356,1.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\netcore8.0\Brush.vb,146,10,21,115,6,18,6,0,0,4807,4.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\netcore8.0\Font.vb,40,0,8,32,2,5,2,1,0,1041,1.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\netcore8.0\GraphicsPath.vb,162,0,45,117,26,20,15,1,0,4623,4.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\netcore8.0\Image.vb,268,93,54,121,3,4,8,5,0,10495,10.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\netcore8.0\Pen.vb,199,62,41,96,9,18,6,0,0,6420,6.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\CMYKColor.vb,52,14,8,30,1,4,0,3,0,1691,1.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\ColorCube.vb,264,73,24,167,1,0,0,12,0,12861,12.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\ColorMap.vb,354,61,37,256,5,4,3,12,0,13785,13.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\CytoscapeColor.vb,137,16,26,95,1,0,0,7,0,4386,4.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\GDIColors.vb,505,180,57,268,1,3,0,23,0,25223,25.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\HexColor.vb,66,10,6,50,1,0,0,4,0,2905,2.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\HSBColor.vb,113,22,18,73,1,3,5,2,0,5043,5.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\HSLColor.vb,147,38,21,88,1,3,1,5,0,4906,4.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\FontFace.vb,150,42,23,85,4,4,3,6,0,6223,6.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\GdiRasterGraphics.vb,79,26,13,40,2,2,0,1,0,2487,2.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\GraphicsExtensions.vb,508,112,62,334,1,0,5,29,0,19125,19.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Interface.vb,1871,1582,85,204,1,6,10,4,0,82507,82.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Driver\DeviceInterop.vb,36,17,7,12,1,0,0,0,0,1277,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Driver\DriverLoad.vb,108,6,21,81,1,0,2,6,0,4467,4.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Driver\Drivers.vb,54,21,5,28,2,0,0,1,0,1725,1.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Layouts\Abstract.vb,22,4,5,13,2,4,0,0,0,543,543 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Layouts\ColaExtensions.vb,48,8,8,32,1,0,0,2,0,1818,1.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Layouts\Point2D.vb,159,48,22,89,1,4,5,7,0,5667,5.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Layouts\Rectangle2D.vb,396,133,48,215,1,7,10,13,0,15955,15.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Line2D.vb,356,253,15,88,2,0,0,9,0,20545,20.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\NamespaceDoc.vb,33,28,1,4,1,0,0,0,0,2390,2.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Polygon2D.vb,425,109,60,256,1,5,11,14,2,15407,15.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\QuadrantRegions.vb,34,18,3,13,1,0,0,0,0,861,861 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\VectorMath2D.vb,182,3,16,163,1,0,0,9,0,8786,8.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Geometry\GeometryMath.vb,333,75,40,218,1,0,0,9,0,13023,13.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Geometry\GeomTransform.vb,565,201,57,307,1,0,0,44,0,21195,21.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Geometry\Intersections.vb,21,12,1,8,1,0,0,0,0,448,448 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Geometry\Moran.vb,133,9,28,96,3,0,2,4,0,4711,4.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Geometry\MoranBatch.vb,7,0,3,4,1,0,0,0,0,89,89 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Models\EllipseShape.vb,38,3,8,27,1,0,1,2,0,1210,1.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Models\Line.vb,84,8,14,62,1,7,3,1,0,2385,2.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Models\PolarPoint.vb,58,18,8,32,1,3,1,2,0,1904,1.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Models\Vector2D.vb,107,35,16,56,1,3,3,2,5,3196,3.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\CompareMethod.vb,17,11,0,6,1,0,0,0,0,550,550 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Extensions.vb,1524,538,141,845,3,0,5,78,0,56742,56.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\MsgBoxStyle.vb,137,103,1,33,2,0,0,0,0,4353,4.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\AnonymousTypeHelper.vb,36,18,4,14,1,0,0,2,0,1527,1.53 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\BucketOperators.vb,104,48,12,44,1,0,0,6,0,4215,4.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\ByteStreamExtensions.vb,37,0,6,31,1,0,0,5,0,1296,1.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\CategoryOperations.vb,65,6,5,54,1,0,0,4,0,2806,2.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\CollectionValueGetter.vb,368,129,34,205,1,0,0,15,0,13323,13.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\DelimiterLocation.vb,21,15,0,6,1,0,0,0,0,556,556 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Enumerable.vb,323,51,47,225,1,0,0,23,0,13279,13.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\IsNullOrEmptyExtensions.vb,259,101,28,130,1,0,0,19,0,8705,8.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\KeyValuePair.vb,946,296,105,545,1,0,3,60,0,40212,40.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\ListExtensions.vb,327,115,36,176,1,0,4,15,0,12199,12.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Matrix.vb,252,64,40,148,1,0,0,14,0,9100,9.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\RectangularArray.vb,73,10,14,49,1,0,1,4,0,2509,2.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Vector.vb,698,218,82,398,1,0,9,28,0,25324,25.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\Enumeration.vb,28,18,4,6,1,0,0,1,0,1320,1.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\EnumerationExtensions.vb,63,27,5,31,1,0,0,3,0,2655,2.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\Enumerator.vb,19,0,5,14,1,0,0,2,0,679,679 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\Iterator.vb,145,33,18,94,1,0,0,11,0,5623,5.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\JoinExtensions.vb,74,24,7,43,1,0,0,3,0,2794,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\Linq.vb,472,160,47,265,3,0,0,29,0,18063,18.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\NumericSequence.vb,85,8,13,64,1,0,0,8,0,3290,3.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\Pipeline.vb,42,14,5,23,1,0,1,2,0,1432,1.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\SeqValue.vb,198,77,24,97,1,3,3,3,11,6709,6.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\SetValue.vb,151,39,21,91,4,0,1,9,2,6417,6.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\Takes.vb,153,60,15,78,1,0,0,6,0,6462,6.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\VectorAssertExtensions.vb,62,22,7,33,1,0,0,3,0,2377,2.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\VectorAssertor.vb,52,6,8,38,1,0,0,1,4,1797,1.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\WhichIndex.vb,229,94,26,109,2,1,1,14,0,9166,9.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Doc\LargeTextFile.vb,203,79,26,98,1,0,0,8,0,7828,7.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Doc\PartitionedStream.vb,116,23,23,70,3,3,4,3,0,4263,4.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Doc\Text.vb,543,163,61,319,1,0,0,20,0,20744,20.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Doc\XmlExtensions.vb,453,117,55,281,1,1,2,11,0,18078,18.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\IOStream.vb,53,0,12,41,2,0,3,2,1,1625,1.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\SearchOption.vb,20,9,3,8,1,0,0,0,0,564,564 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Extensions\Extensions.vb,100,23,13,64,1,0,0,2,0,3759,3.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Extensions\IO.vb,345,125,34,186,1,0,2,11,0,13556,13.56 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Extensions\NetFile.vb,103,11,15,77,1,0,0,6,0,3630,3.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Extensions\PathExtensions.vb,1071,340,114,617,1,0,0,38,0,41803,41.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Extensions\SerializationIO.vb,91,24,8,59,1,0,0,3,0,3478,3.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Extensions\StreamHelper.vb,146,40,20,86,1,0,2,6,0,4907,4.91 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\CopyDirectory.vb,66,7,13,46,1,0,4,1,0,2734,2.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\Directory.vb,252,91,35,126,1,3,5,16,0,10418,10.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\Extensions.vb,50,0,9,41,1,0,0,3,0,1988,1.99 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\FilePath.vb,126,17,19,90,1,6,2,5,2,4506,4.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\Includes.vb,46,12,8,26,1,0,2,2,0,1409,1.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\PathMatch.vb,58,6,10,42,1,0,0,3,0,2132,2.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\TemporaryEnvironment.vb,65,23,11,31,1,0,3,1,0,2355,2.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\SymLinker\HardLink.vb,14,3,3,8,1,0,0,1,0,443,443 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\SymLinker\JunctionPoint.vb,384,99,61,224,6,0,3,6,0,16659,16.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\SymLinker\SymbolicLink.vb,138,11,29,98,3,0,2,6,0,5921,5.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Math.vb,732,237,77,418,1,0,0,40,0,25763,25.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Matrix.vb,65,23,5,37,1,0,0,2,0,2854,2.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\NumberEqualityComparer.vb,51,11,10,30,1,1,2,4,0,1763,1.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\NumberGroups.vb,440,107,53,280,3,2,0,16,0,17279,17.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\NumeralSystem.vb,26,6,5,15,1,0,0,1,0,750,750 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Percentage.vb,204,29,35,140,1,6,1,23,2,8001,8.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\ScaleMaps.vb,204,46,31,127,1,0,0,11,0,9089,9.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\ScientificNotation.vb,70,21,12,37,1,0,0,3,0,2212,2.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\Beta.vb,148,0,33,115,1,0,0,4,0,4537,4.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\Correlations.vb,528,146,82,300,5,2,2,15,0,20174,20.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\DistanceMethods.vb,258,97,33,128,1,0,0,18,0,9664,9.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\Ranking.vb,328,152,27,149,2,0,0,7,0,16878,16.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\RankOrder.vb,68,17,13,38,1,0,0,3,0,2151,2.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\Ranks.vb,77,15,11,51,5,3,0,3,0,3080,3.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\Scripting.vb,17,0,2,15,1,0,0,1,0,592,592 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Information\Entropy.vb,105,71,6,28,1,0,0,3,0,4741,4.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Information\EntropyScore.vb,49,10,8,31,1,0,0,3,0,1731,1.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Information\UncheckHelpers.vb,43,0,6,37,1,0,0,4,0,1494,1.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Parallel\Environment.vb,8,0,3,5,1,1,0,0,0,149,149 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Parallel\MatrixDotProduct.vb,54,3,10,41,1,0,2,1,0,1763,1.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Random\Permutator.vb,53,20,8,25,1,0,1,1,0,2248,2.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Random\PreciseRandom.vb,81,29,11,41,1,0,2,4,0,3061,3.06 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Random\RandomExtensions.vb,411,187,43,181,5,1,4,24,0,16679,16.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Random\RandomRange.vb,122,14,13,95,1,0,0,2,0,5726,5.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Intrinsics.vb,67,0,12,55,3,0,0,2,0,2495,2.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\SIMD.vb,65,34,8,23,2,1,1,0,0,2300,2.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Arithmetic\Add.vb,133,25,19,89,1,0,0,2,0,5189,5.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Arithmetic\Divide.vb,116,24,21,71,1,0,0,4,0,4259,4.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Arithmetic\Exponent.vb,73,26,14,33,1,0,0,4,0,2292,2.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Arithmetic\Modulo.vb,42,0,12,30,1,0,0,3,0,1202,1.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Arithmetic\Multiply.vb,220,28,35,157,1,0,0,4,0,8365,8.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Arithmetic\Subtract.vb,94,18,16,60,1,0,0,3,0,3277,3.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Average.vb,55,0,12,43,1,1,3,2,1,1460,1.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\DataSample.vb,104,12,16,76,2,4,2,6,0,3425,3.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\GroupBins.vb,66,7,11,48,1,0,1,1,0,2474,2.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Min.vb,27,1,6,20,1,1,2,2,0,753,753 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\SampleObservation.vb,30,3,7,20,1,0,2,1,0,944,944 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\CPOLLicense.vb,19,4,2,13,1,1,0,0,0,753,753 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsCovariance.vb,534,421,8,105,1,0,0,20,0,21514,21.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsMedian.vb,570,410,24,136,1,0,0,20,0,21547,21.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsMode.vb,81,0,16,65,1,0,0,6,0,2743,2.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsPearson.vb,531,413,10,108,1,0,0,20,0,21375,21.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsRange.vb,544,432,7,105,1,0,0,20,0,20017,20.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsStandardDeviation.vb,545,432,7,106,1,0,0,20,0,21374,21.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsStandardDeviationP.vb,545,432,7,106,1,0,0,20,0,21438,21.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsVariance.vb,551,432,8,111,1,0,0,20,0,20787,20.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsVarianceP.vb,550,432,7,111,1,0,0,20,0,20917,20.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Trigonometric\Arctan.vb,50,9,7,34,1,0,0,1,0,1508,1.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Trigonometric\Trigonometric.vb,157,55,21,81,1,0,0,12,0,6007,6.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Trigonometric\Trigonometric2.vb,187,100,22,65,1,0,0,20,0,7182,7.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\DynamicType.vb,167,6,31,130,3,1,4,3,0,6830,6.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\EnumHelpers.vb,127,25,20,82,1,0,0,5,0,4554,4.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Methods.vb,76,26,8,42,1,0,0,7,0,2828,2.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Reflection.vb,570,163,70,337,1,0,2,27,0,21939,21.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\ScriptMeta.vb,130,28,15,87,1,0,0,6,0,4222,4.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\ValueReader.vb,93,21,12,60,1,0,0,6,0,3365,3.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Delegate\DataValue.vb,185,60,29,96,2,2,3,3,0,7100,7.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Delegate\DelegateFactory.vb,1014,11,122,881,1,0,0,112,0,60901,60.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Delegate\TypeExtensions.vb,90,22,16,52,1,0,0,4,0,3415,3.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Marshal\IntPtr(Of T).vb,186,92,23,71,5,1,8,2,2,7460,7.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Marshal\MarshalExtensions.vb,69,30,5,34,1,0,0,3,0,3810,3.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Marshal\Pointer(Of T).vb,371,129,50,192,2,7,5,5,18,13347,13.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Marshal\Pointers.vb,75,11,18,46,8,0,9,0,0,2534,2.53 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Marshal\Span.vb,16,0,4,12,1,0,1,0,0,380,380 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Marshal\Span1.vb,80,12,13,55,1,3,2,3,0,2387,2.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Parameters\ParamLogUtility.vb,123,23,16,84,1,0,1,5,0,5703,5.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Parameters\Simple.vb,37,4,5,28,1,0,0,1,0,1441,1.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\AES.vb,68,11,8,49,1,0,1,4,0,2749,2.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\Md5.vb,325,116,38,171,1,0,0,16,0,13037,13.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\Md5HashProvider.vb,103,34,17,52,1,0,2,4,0,3750,3.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\RSACrypto.vb,31,0,7,24,1,0,0,4,0,1198,1.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\SecurityString.vb,59,12,11,36,3,0,2,5,0,2553,2.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\SHA.vb,281,88,74,119,1,2,2,9,0,11664,11.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\TripleDES.vb,90,6,16,68,1,0,2,6,0,3335,3.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\NumericFormatHelper.vb,168,71,17,80,1,0,0,13,0,4279,4.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\Parser.vb,426,136,50,240,1,0,0,14,0,13852,13.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\RegexExtensions.vb,307,134,41,132,3,1,2,10,0,12232,12.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\StringBuilders.vb,44,16,5,23,1,0,0,3,0,1464,1.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\StringFormats.vb,137,26,17,94,1,0,0,6,0,4824,4.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\StringHelpers.vb,1442,501,159,782,1,3,2,71,0,54030,54.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\StrUtils.vb,675,216,61,398,1,1,0,38,0,24087,24.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\ValueTypes\DateTimeHelper.vb,235,58,38,139,2,1,1,11,0,8129,8.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\ValueTypes\RangeExtensions.vb,22,9,3,10,1,0,0,1,0,778,778 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\ValueTypes\TimeSpanScale.vb,15,3,1,11,1,0,0,0,0,288,288 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\ValueTypes\TupleHelper.vb,29,3,4,22,1,0,3,0,0,842,842 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\WebServices\HttpGet.vb,229,30,40,159,1,1,0,5,0,8625,8.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\WebServices\RequestBuilder.vb,56,7,9,40,1,0,0,2,0,2158,2.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\WebServices\WebResult.vb,45,23,5,17,1,5,0,1,0,1379,1.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\WebServices\WebServiceUtils.vb,966,238,136,592,3,5,6,31,0,35164,35.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\API.vb,253,85,25,143,1,0,0,20,0,9462,9.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,165,165 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Runtime.vb,173,26,27,120,3,4,1,6,6,6047,6.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\StringHelpers.vb,133,60,15,58,2,0,0,6,4,5535,5.54 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\C\CFormatProvider.vb,672,142,74,456,1,0,0,10,0,29052,29.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\C\CString.vb,208,71,29,108,3,0,0,8,0,8135,8.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\C\File.vb,26,9,4,13,1,0,1,0,0,895,895 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\C\RandomNumbers.vb,65,32,9,24,1,0,3,2,0,2697,2.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\C\Vector.vb,50,17,5,28,1,0,2,0,0,1822,1.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\Arrays.vb,68,24,8,36,1,0,1,5,0,2791,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\Collections.vb,720,551,43,126,1,0,0,8,0,36633,36.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\JavaMath.vb,2216,1909,115,192,1,0,0,48,0,110448,110.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\LogTricks.vb,85,27,11,47,1,0,1,4,0,3182,3.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\MathUtils.vb,387,148,45,194,1,1,4,24,0,14132,14.13 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\MersenneTwisterFast.vb,917,159,133,625,1,1,6,13,0,41236,41.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,199,199 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\Reflection.vb,31,9,4,18,1,0,0,2,0,986,986 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\StringTokenizer.vb,34,0,8,26,1,1,1,2,0,925,925 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Perl\die.vb,94,20,20,54,1,0,0,1,2,3308,3.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Perl\Tools.vb,210,131,16,63,1,0,5,3,0,10185,10.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Python\Array.vb,33,0,6,27,1,1,2,0,0,846,846 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Python\Collection.vb,55,23,7,25,1,0,0,2,0,2115,2.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Python\NamedTuple.vb,19,3,4,12,1,1,0,1,0,621,621 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Python\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,203,203 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Python\Regexp.vb,87,21,16,50,3,0,1,3,0,3330,3.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\Cowsay.vb,105,20,11,74,1,0,0,2,0,4095,4.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\PS1.vb,195,69,27,99,1,0,2,12,0,6256,6.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\ShellSyntax.vb,69,24,12,33,1,7,0,2,0,2334,2.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\FileSystem\File.vb,71,10,14,47,2,3,0,2,3,2312,2.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\Shell\ls.vb,290,64,37,189,4,2,2,6,10,10642,10.64 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\Shell\rm.vb,24,3,6,15,2,0,0,0,3,585,585 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\Shell\tree.vb,12,6,2,4,1,0,0,0,0,240,240 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\Shell\Text\Grep.vb,158,29,24,105,3,9,4,4,5,5387,5.39 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Indexer.vb,44,5,6,33,1,0,0,1,0,1805,1.80 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\LanguageExtensions.vb,65,17,7,41,1,0,5,0,0,2185,2.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Linq.vb,365,129,61,175,9,1,5,11,28,15670,15.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\List.vb,685,254,64,367,1,2,5,6,25,26374,26.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Rapply.vb,33,3,6,24,1,0,0,1,0,1187,1.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Assert\AssertEqualsExtensions.vb,30,12,4,14,1,0,0,2,0,1090,1.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Assert\VectorAssert.vb,72,14,13,45,3,0,3,0,4,2627,2.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\BooleanVector.vb,171,65,20,86,1,3,1,3,10,6041,6.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\Extensions.vb,42,10,7,25,1,0,0,3,0,1516,1.52 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\IVectorReader.vb,9,0,3,6,1,2,0,0,0,196,196 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\SchemaProvider.vb,325,46,46,233,1,2,1,13,2,12547,12.55 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\Strings.vb,30,16,4,10,1,0,1,1,0,1200,1.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\StringVector.vb,97,17,17,63,2,1,2,4,4,3827,3.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\Vector.vb,407,131,39,237,1,5,3,6,0,15054,15.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\VectorShadows.vb,411,84,55,272,1,0,2,14,3,15867,15.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\ByRefValueExtensions.vb,85,23,10,52,1,0,0,7,0,3438,3.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\CharStream.vb,44,0,10,34,1,0,1,3,0,1600,1.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Clones.vb,41,10,8,23,1,0,0,6,0,1338,1.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Pointer.vb,143,52,20,71,1,0,3,1,11,4738,4.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\TripleVariant.vb,74,0,14,60,1,1,4,0,2,2472,2.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Value.vb,310,110,38,162,3,3,3,9,14,12375,12.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\var.vb,61,11,8,42,1,5,0,1,0,2053,2.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Variant.vb,227,59,26,142,1,2,6,2,6,8357,8.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\DefaultValue\BooleanAssert.vb,59,0,13,46,1,0,0,1,10,2155,2.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\DefaultValue\Default.vb,233,75,30,128,7,4,2,5,8,8966,8.97 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\DefaultValue\DefaultExtensions.vb,86,18,9,59,1,0,0,7,0,3643,3.64 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\DefaultValue\DefaultString.vb,189,29,30,130,1,3,1,6,16,7342,7.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Numeric\chr.vb,71,0,18,53,1,0,2,1,9,2042,2.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Numeric\f64.vb,231,19,49,163,1,1,2,20,16,8097,8.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Numeric\i32.vb,313,94,41,178,1,2,2,6,29,11232,11.23 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Numeric\Numeric.vb,190,80,25,85,2,0,0,12,0,6438,6.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\File.vb,127,25,20,82,1,0,2,5,0,4152,4.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\FileFormats.vb,13,3,1,9,1,0,0,0,0,208,208 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\InnerQueue.vb,36,16,5,15,1,1,2,0,0,1107,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Log4VB.vb,175,51,23,101,1,0,2,2,0,7207,7.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\RlangInterop.vb,61,11,9,41,1,0,0,2,0,2289,2.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\SingletonHolder.vb,121,45,21,55,4,3,7,2,0,3964,3.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Framework\Config.vb,135,17,20,98,1,5,1,4,0,4923,4.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Framework\DoConfiguration.vb,122,30,17,75,1,0,2,2,0,4810,4.81 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Framework\FrameworkConfig.vb,28,4,5,19,1,2,1,1,0,900,900 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Framework\IOHandler.vb,50,8,11,31,3,0,1,5,0,2049,2.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Framework\MemoryLoads.vb,20,12,1,7,1,0,0,0,0,542,542 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Framework\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,177,177 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\DataView.vb,73,22,14,37,1,1,5,0,0,2382,2.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\Linq.vb,196,55,32,109,2,0,3,12,0,6938,6.94 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\String.vb,70,0,12,58,1,0,1,8,0,2411,2.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\UnionType.vb,80,5,11,64,1,1,0,2,0,2700,2.70 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\ES6\Map.vb,65,6,13,46,2,0,4,2,0,1933,1.93 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\JavaScriptObject\Abstract.vb,22,9,3,10,2,1,0,0,0,631,631 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\JavaScriptObject\Descriptor.vb,11,0,3,8,1,4,0,0,0,270,270 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\JavaScriptObject\JavaScriptObject.vb,257,21,43,193,1,2,4,11,0,10161,10.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\JavaScriptObject\JavaScriptValue.vb,53,0,12,41,1,3,3,2,0,1472,1.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\UNIX\LinuxRunHelper.vb,122,31,17,74,1,0,0,6,0,4424,4.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\UNIX\PathMapper.vb,112,47,15,50,1,1,0,2,0,5460,5.46 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My Project\Resources.Designer.vb,181,89,16,76,1,10,0,0,0,8244,8.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Abstract.vb,51,30,7,14,2,4,0,2,0,2360,2.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\DomainName.vb,32,4,6,22,1,3,1,1,0,1125,1.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\DomainParser.vb,91,16,17,58,1,0,0,5,0,3288,3.29 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\PingUtility.vb,173,23,26,124,2,0,1,4,0,6594,6.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\DataURI.vb,151,38,19,94,1,3,5,6,0,5249,5.25 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\HttpHeaderName.vb,199,101,19,79,2,0,1,2,0,7235,7.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\HTTP_RFC.vb,602,395,36,171,1,0,0,0,0,30759,30.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Multipart.vb,160,36,24,100,1,0,5,2,0,6311,6.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\sitemap.xml.vb,108,13,19,76,4,5,0,6,0,4203,4.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\URL.vb,199,25,25,149,1,7,3,6,0,7349,7.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\UserAgent.vb,47,6,8,33,3,0,0,0,0,5258,5.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\WebResponse.vb,113,4,21,88,2,9,2,7,0,3979,3.98 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\JsonRPC\RpcRequest.vb,11,0,3,8,1,4,0,0,0,280,280 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\JsonRPC\RpcResponse.vb,40,13,7,20,3,6,0,0,0,1105,1.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Stream\Base64Codec.vb,214,58,30,126,1,0,0,12,0,7820,7.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Stream\GZStream.vb,139,44,19,76,1,0,0,9,0,5335,5.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Stream\ZipStream.vb,126,51,16,59,1,0,0,4,0,4673,4.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Web\WebQuery.vb,370,108,54,208,1,1,10,10,0,15496,15.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Web\WebQueryModule.vb,70,25,14,31,2,0,2,2,0,2352,2.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Wget\wget.vb,185,33,37,115,1,0,11,4,0,7042,7.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Wget\wgetTask.vb,260,51,42,167,1,8,8,2,0,9875,9.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Wget\WriteData.vb,89,11,15,63,1,1,6,1,0,2770,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\MIME\ContentType.vb,89,26,13,50,1,5,2,2,0,2653,2.65 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\MIME\ContentTypeAttribute.vb,49,30,5,14,1,2,1,1,0,2327,2.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\MIME\MIME.vb,103,25,11,67,1,3,1,2,0,4351,4.35 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Tcp\TCPExtensions.vb,110,35,18,57,1,0,0,4,0,4839,4.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Tcp\IPv4\AddressEnumerator.vb,71,14,9,48,1,0,0,4,0,2144,2.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Tcp\IPv4\CIDR.vb,422,80,97,245,1,8,4,14,0,14606,14.61 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Tcp\IPv4\IPEndPoint.vb,148,46,24,78,1,4,5,5,0,5340,5.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Tcp\IPv4\IPUtils.vb,114,57,16,41,1,0,0,3,0,4161,4.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Tcp\IPv4\LAN.vb,180,68,9,103,3,0,0,5,0,8094,8.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Abstract.vb,38,25,4,9,11,0,0,0,0,1497,1.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Actives.vb,181,31,19,131,1,0,0,7,0,7187,7.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\ExternalCall.vb,113,43,12,58,2,0,2,6,0,3891,3.89 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\InputHandler.vb,447,134,47,266,1,3,1,18,0,19673,19.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\ScriptBuilder.vb,165,54,22,89,1,2,6,6,1,6081,6.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\TextGrepScriptEngine.vb,299,82,33,184,5,4,1,12,0,12161,12.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Expressions\Aggregate.vb,78,21,11,46,2,0,1,3,0,2706,2.71 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Expressions\ArrayIndex.vb,75,19,8,48,1,0,0,2,0,2585,2.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Expressions\Selector.vb,193,56,20,117,3,0,0,5,0,8039,8.04 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Expressions\StringInterpolation.vb,118,40,17,61,1,0,1,3,0,5047,5.05 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\Author.vb,23,0,6,17,1,1,2,1,0,730,730 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\Cite.vb,156,42,15,99,1,16,2,5,0,7694,7.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\EntryPointMetaData.vb,78,15,18,45,3,6,3,4,0,2778,2.78 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\MetaAPI.vb,55,9,6,40,1,1,0,3,0,2020,2.02 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\Namespace.vb,92,42,8,42,2,5,4,0,0,3601,3.60 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\Parameter.vb,115,34,16,65,1,4,1,4,0,4628,4.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\Type.vb,250,80,38,132,1,4,3,6,2,9308,9.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\BinaryOperator.vb,152,45,20,87,1,1,2,8,0,5440,5.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\Extensions.vb,98,13,10,75,1,1,1,4,0,3858,3.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\OverloadsFunction.vb,67,6,15,46,1,1,1,3,0,2244,2.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\Where.vb,121,34,16,71,2,0,0,5,0,3922,3.92 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\CType\Abstract.vb,23,13,4,6,1,0,0,2,0,667,667 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\CType\Casting.vb,415,126,43,246,1,0,0,30,0,15926,15.93 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\CType\CastStringVector.vb,174,68,17,89,1,0,0,15,0,7241,7.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\CType\ICTypeVector.vb,12,0,3,9,1,0,0,5,0,306,306 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\CType\ImplictCType.vb,89,20,14,55,3,0,0,5,0,3657,3.66 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\CType\NumberConversionRoutines.vb,187,15,24,148,1,0,0,10,0,7029,7.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\TokenIcer\CodeSpan.vb,31,15,5,11,1,3,0,1,0,906,906 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\TokenIcer\OperatorExpression.vb,115,4,7,104,1,2,3,0,0,5876,5.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\TokenIcer\ParserCommon.vb,104,43,11,50,1,0,0,6,0,4091,4.09 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\TokenIcer\Token.vb,123,26,19,78,1,5,3,3,4,4238,4.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\TokenIcer\TokenStack.vb,102,17,18,67,2,5,1,5,0,3362,3.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\VisualBasic\Extensions.vb,44,17,5,22,1,0,0,3,0,1760,1.76 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\VisualBasic\KeywordProcessor.vb,71,18,6,47,1,1,1,1,0,3188,3.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\VisualBasic\VBLanguage.vb,77,10,8,59,1,1,1,2,0,3375,3.38 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\Abstract.vb,29,17,5,7,9,0,0,0,0,1165,1.17 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\ICloneable.vb,7,0,2,5,1,0,0,1,0,131,131 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\RawStream.vb,237,41,30,166,4,0,2,9,0,10453,10.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BencodeDecoder.vb,179,26,38,115,1,0,0,9,0,5665,5.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BencodingException.vb,33,15,5,13,1,0,3,0,0,927,927 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BencodingExtensions.vb,157,48,21,88,1,0,0,8,0,6308,6.31 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BElements\BDictionary.vb,80,32,10,38,1,0,3,2,0,3100,3.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BElements\BElement.vb,23,12,4,7,1,0,0,2,0,763,763 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BElements\BInteger.vb,112,29,17,66,1,1,3,6,0,3570,3.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BElements\BList.vb,55,20,9,26,1,0,2,2,0,1825,1.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BElements\BString.vb,109,30,17,62,1,1,1,6,0,3572,3.57 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BinaryDumping\Buffer.vb,102,13,17,72,6,1,1,6,0,3837,3.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BinaryDumping\NetworkByteOrderBuffer.vb,196,14,41,141,1,0,1,15,0,7084,7.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BinaryDumping\ObjectVisitor.vb,176,35,29,112,3,1,6,2,0,7079,7.08 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BinaryDumping\StructSerializer.vb,109,63,7,39,1,0,0,3,0,5621,5.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BinaryDumping\Stream\ObjectInputStream.vb,136,13,22,101,1,0,5,1,0,5855,5.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BinaryDumping\Stream\ObjectOutputStream.vb,134,14,21,99,1,0,8,0,0,5622,5.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\ConfigMappings\Attributes.vb,48,24,6,18,3,0,0,1,0,1581,1.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\ConfigMappings\ConfigurationMappings.vb,168,27,19,122,1,0,0,8,0,8585,8.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\ConfigMappings\DynamicsConfiguration.vb,83,15,16,52,1,0,0,7,0,3326,3.33 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\AnonymousJSON.vb,99,40,11,48,1,0,0,6,0,3867,3.87 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\JsonFormatter.vb,35,15,5,15,1,0,0,2,0,1473,1.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\JsonSerialization.vb,323,80,37,206,1,0,1,12,0,13692,13.69 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\FormatterScopeState.vb,38,0,9,29,2,2,2,1,0,1032,1.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\ICharacterStrategy.vb,8,0,2,6,1,1,1,0,0,244,244 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\JsonFormatterInternal.vb,50,0,11,39,1,0,2,1,0,2097,2.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\JsonFormatterStrategyContext.vb,121,0,29,92,1,7,11,0,0,3755,3.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\CloseBracketStrategy.vb,34,3,7,24,1,1,3,0,0,1029,1.03 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\CloseSquareBracketStrategy.vb,30,4,6,20,1,1,2,0,0,885,885 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\ColonCharacterStrategy.vb,21,0,2,19,1,1,1,0,0,783,783 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\CommaCharacterStrategy.vb,32,3,7,22,1,1,2,0,0,918,918 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\DefaultCharacterStrategy.vb,16,0,2,14,1,1,1,0,0,685,685 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\DoubleQuoteStrategy.vb,18,0,2,16,1,1,1,0,0,806,806 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\OpenBracketStrategy.vb,38,3,8,27,1,1,2,1,0,1263,1.26 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\OpenSquareBracketStrategy.vb,29,4,6,19,1,1,2,0,0,837,837 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\SingleQuoteStrategy.vb,18,0,2,16,1,1,1,0,0,805,805 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\SkipWhileNotInStringStrategy.vb,22,0,3,19,1,1,2,0,0,827,827 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\SchemaProvider\Extensions.vb,6,0,2,4,1,0,0,0,0,93,93 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\SchemaProvider\Markdown.vb,9,3,2,4,1,0,0,0,0,180,180 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\SchemaProvider\Schema.vb,58,24,8,26,3,9,0,2,0,1735,1.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\SchemaProvider\VisualBasicCode.vb,11,3,4,4,1,0,0,0,0,203,203 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\ASCII.vb,474,252,29,193,3,3,0,8,0,18215,18.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\GreekAlphabets.vb,148,23,16,109,1,3,1,5,0,6336,6.34 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Paragraph.vb,77,17,9,51,1,0,0,2,0,3149,3.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Splitter.vb,160,45,17,98,1,0,1,4,0,6479,6.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\IO\EncodingHelper.vb,95,68,9,18,1,1,1,3,0,3619,3.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\IO\Encodings.vb,42,20,6,16,1,0,0,0,0,1369,1.37 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\IO\GB2312.vb,1363,68,26,1269,1,5,0,6,0,71485,71.48 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\IO\TextEncodings.vb,274,102,31,141,1,4,1,9,0,13429,13.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\IO\TextFileEncodingDetector.vb,406,123,59,224,1,1,0,8,0,21104,21.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\IO\UnbufferedStringReader.vb,167,39,12,116,1,1,3,5,0,5958,5.96 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\CharBuffer.vb,350,104,45,201,1,3,1,11,14,11433,11.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\CharEnumerator.vb,97,12,17,68,1,1,1,3,6,3209,3.21 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\DelimiterParser.vb,69,12,10,47,1,0,0,1,0,2184,2.18 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\FormattedParser.vb,142,60,19,63,3,0,0,6,0,5299,5.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\ParserValue.vb,19,5,3,11,1,0,0,1,0,634,634 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\SyntaxTokenlizer.vb,54,0,9,45,1,1,1,1,0,1835,1.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\TryParse.vb,47,12,6,29,4,0,0,1,0,1466,1.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\HtmlParser\HtmlStrips.vb,410,86,51,273,1,0,1,24,0,15501,15.50 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\HtmlParser\Table.vb,92,23,13,56,1,0,0,4,0,3727,3.73 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\HtmlParser\TagAttributeParser.vb,157,31,23,103,1,0,0,10,0,5875,5.88 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Patterns\CommonTagParser.vb,75,12,11,52,1,4,2,1,0,2579,2.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Patterns\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,159,159 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Patterns\Regexp.vb,91,35,12,44,1,1,1,1,10,3615,3.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Patterns\Wildcards.vb,92,32,13,47,1,0,0,2,0,3625,3.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Patterns\Validator\isIP.vb,118,36,14,68,1,0,0,1,0,5110,5.11 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Patterns\Validator\Validator.vb,10,5,1,4,1,0,0,0,0,255,255 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\SearchEngine\TextIndexing\TextIndexing.vb,204,43,30,131,1,1,1,9,0,8589,8.59 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\SearchEngine\TextIndexing\TextSegment.vb,65,15,10,40,1,3,1,1,2,2008,2.01 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\StringSimilarity\IEqualityComparer.vb,72,19,9,44,1,2,1,3,0,2575,2.58 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\StringSimilarity\Similarity.vb,199,39,31,129,5,0,0,12,0,8454,8.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\StringSimilarity\Levenshtein\Extensions.vb,58,7,11,40,1,0,1,1,0,2191,2.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\StringSimilarity\Levenshtein\LevenshteinString.vb,87,24,10,53,1,0,1,1,6,2949,2.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Extensions.vb,144,27,21,96,1,0,0,7,0,5217,5.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\HtmlBuilder.vb,47,10,6,31,1,0,0,3,0,1827,1.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\XmlBuilder.vb,56,11,10,35,1,0,1,3,1,1842,1.84 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\XmlDeclaration.vb,64,4,11,49,2,1,1,3,0,2438,2.44 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\XmlDoc.vb,123,32,19,72,1,5,1,9,0,4667,4.67 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\XmlDocumentTree.vb,30,12,8,10,2,1,0,3,0,812,812 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\XmlElementExtensions.vb,44,0,6,38,1,0,2,2,0,1616,1.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\XmlEntity.vb,146,25,18,103,1,0,1,6,0,5153,5.15 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Xmlns.vb,161,29,24,108,1,4,5,2,0,5996,6.00 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\DataSetWriter.vb,93,29,14,50,1,0,5,0,0,3899,3.90 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\DeserializeHandler.vb,81,24,14,43,1,1,1,3,0,3302,3.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\Entity.vb,19,0,4,15,1,2,0,1,0,613,613 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\Linq.vb,415,115,49,251,1,0,0,16,0,20205,20.20 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\NamespaceIgnorantXmlTextReader.vb,26,3,5,18,1,1,2,0,0,664,664 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\Iterator\NodeIterator.vb,50,13,9,28,2,0,0,4,0,2303,2.30 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\Iterator\NodeIteratorImpl.vb,146,7,29,110,1,0,2,5,0,4755,4.75 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\Iterator\XmlStreamReader.vb,144,35,20,89,1,1,1,6,0,6857,6.86 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\Coordinate.vb,69,6,13,50,1,3,3,1,2,2446,2.45 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\Href.vb,56,24,7,25,1,3,0,2,0,1950,1.95 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\ListOf.vb,119,27,18,74,3,4,2,3,0,3851,3.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\Sequence.vb,62,11,11,40,1,3,3,3,0,1829,1.83 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\StringValue.vb,34,7,7,20,2,3,0,2,0,924,924 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\Vector.vb,106,20,16,70,2,4,0,5,0,3855,3.85 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\ValueTuples\Extensions.vb,19,0,4,15,1,0,0,2,0,829,829 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\ValueTuples\NamedValues.vb,143,44,22,77,3,8,9,3,1,4493,4.49 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\ValueTuples\PropertyValue.vb,68,24,8,36,1,3,0,3,0,2427,2.43 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\ValueTuples\ValuePair.vb,141,24,22,95,3,2,3,6,0,5631,5.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\OpenXml\Content_Types.vb,40,4,7,29,2,5,0,2,0,1244,1.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\OpenXml\rels.vb,44,0,8,36,2,5,0,1,0,1506,1.51 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Serialization\XmlComment.vb,54,0,12,42,2,1,1,3,0,1825,1.82 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,,132060,39387,17369,75304,1370,1468,1747,4448,429,5226844,5.23 MB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\IProgressBarExample.vb,8,0,1,7,1,0,0,1,0,230,230 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Program.vb,92,0,10,82,1,0,2,0,0,3422,3.42 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\AlternateFinishedColorExample.vb,30,1,4,25,1,0,0,0,0,1157,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\ChildrenExample.vb,27,0,1,26,1,0,0,1,0,1223,1.22 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\ChildrenNoCollapseExample.vb,29,0,2,27,1,0,0,1,0,1274,1.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\DontDisplayInRealTimeExample.vb,18,0,2,16,1,0,0,1,0,617,617 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\DownloadPogressExample.vb,40,0,3,37,1,0,0,1,0,1794,1.79 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\EstimatedDurationExample.vb,31,1,4,26,1,0,0,1,0,1282,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\ExampleBase.vb,32,0,6,26,1,1,1,0,0,1279,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\FixedDurationExample.vb,35,0,5,30,1,0,1,1,0,1269,1.27 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\IndeterminateChildrenNoCollapse.vb,33,0,1,32,1,0,0,0,0,1323,1.32 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\IndeterminateProgressExample.vb,29,0,3,26,1,0,0,1,0,1139,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\IntegrationWithIProgressExample.vb,30,0,3,27,1,0,2,1,0,1185,1.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\IntegrationWithIProgressPercentageExample.vb,30,0,3,27,1,0,2,1,0,1144,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\MessageBeforeAndAfterExample.vb,24,0,2,22,1,0,0,1,0,978,978 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\PersistMessageExample.vb,52,0,4,48,1,0,1,1,0,2414,2.41 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\ProgressBarOnBottomExample.vb,18,0,2,16,1,0,0,1,0,624,624 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\StylingExample.vb,23,0,2,21,1,0,0,1,0,920,920 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\DeeplyNestedProgressBarTreeExample.vb,57,0,5,52,1,0,0,1,0,2617,2.62 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\DrawsOnlyOnTickExample.vb,21,0,1,20,1,0,0,1,0,848,848 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\LongRunningExample.vb,19,0,1,18,1,0,0,1,0,686,686 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\NegativeMaxTicksExample.vb,19,0,1,18,1,0,0,1,0,698,698 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\NestedProgressBarPerStepProgress.vb,58,0,9,49,1,0,2,1,0,2195,2.19 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\NeverCompletesExample.vb,18,0,1,17,1,0,0,1,0,638,638 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\NeverTicksExample.vb,14,0,1,13,1,0,0,1,0,518,518 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\ThreadedTicksOverflowExample.vb,23,0,1,22,1,0,0,1,0,940,940 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\TicksOverflowExample.vb,19,0,1,18,1,0,0,1,0,708,708 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\UpdatesMaxTicksExample.vb,25,0,1,24,1,0,0,1,0,935,935 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\ZeroMaxTicksExample.vb,19,0,1,18,1,0,0,1,0,687,687 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,,873,2,81,790,29,1,11,25,0,34744,34.74 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\Program.vb,17,0,4,13,1,0,1,0,0,398,398 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\devTest.vb,31,0,9,22,1,0,2,0,0,859,859 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\enumeratorTest.vb,28,0,7,21,2,0,1,1,0,691,691 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\group_test.vb,27,0,9,18,1,0,1,0,0,879,879 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\htmlParserTest.vb,30,0,12,18,1,0,2,0,0,742,742 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\indexTest.vb,54,0,14,40,1,0,2,0,0,1628,1.63 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\lapplyTest.vb,93,0,11,82,1,0,4,0,0,5466,5.47 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\LinqExpressiontest.vb,9,0,3,6,1,0,1,0,0,163,163 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\logfiletest.vb,11,0,4,7,1,0,1,0,0,278,278 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\markdownDisplayTest.vb,53,1,18,34,1,0,2,0,0,1117,1.12 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\math_test.vb,6,0,2,4,1,0,1,0,0,62,62 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\Module1.vb,33,0,12,21,1,0,3,0,0,780,780 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\nullTest.vb,10,0,3,7,1,0,1,0,0,143,143 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\numberParserTest.vb,131,8,32,91,1,0,4,2,0,3716,3.72 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\objToStringTest.vb,23,0,6,17,3,0,1,1,0,854,854 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\SIMDTest.vb,57,0,14,43,1,0,1,0,0,2097,2.10 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\sqltest.vb,10,0,3,7,1,0,1,0,0,394,394 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\streamTest.vb,82,5,22,55,1,0,1,0,0,2242,2.24 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\tableDemo.vb,274,1,6,267,3,5,3,1,0,19678,19.68 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\terminalTest.vb,37,1,10,26,1,0,1,2,0,1364,1.36 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\TypeTest.vb,100,0,28,72,2,0,4,1,0,2893,2.89 KB -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\wgetTest.vb,9,0,2,7,1,0,1,0,0,309,309 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\wmfTest.vb,16,0,3,13,1,0,1,0,0,659,659 B -G:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,,1141,16,234,891,29,5,40,8,0,47412,47.41 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONTextParser.vb,125,23,15,87,1,0,0,6,0,4692,4.69 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\BSON\BSON.vb,79,12,13,54,1,0,2,5,0,2477,2.48 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\BSON\BSONValue.vb,301,1,41,259,1,9,9,3,2,11019,11.02 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\BSON\Decoder.vb,168,29,34,105,1,0,4,5,0,5921,5.92 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\BSON\Encoder.vb,146,0,20,126,1,0,11,0,0,5758,5.76 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\BSON\ValueType.vb,16,0,1,15,1,0,0,0,0,340,340 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Javascript\JsonArray.vb,160,17,25,118,1,3,8,5,0,5547,5.55 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Javascript\JsonElement.vb,42,8,7,27,1,0,0,4,0,1443,1.44 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Javascript\JsonModel.vb,38,3,5,30,1,0,1,0,0,1251,1.25 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Javascript\JsonObject.vb,209,48,31,130,1,3,5,9,0,7573,7.57 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Javascript\JsonValue.vb,152,27,19,106,1,6,2,4,0,5070,5.07 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Javascript\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,171,171 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONLogic\jsonLogic.vb,118,17,19,82,1,0,0,4,0,4764,4.76 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONLogic\TreeBuilder.vb,217,17,33,167,1,1,1,19,0,9338,9.34 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\big_bson_reader.vb,6,0,2,4,1,0,1,0,0,69,69 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\big_jsonTest.vb,11,0,3,8,1,0,1,0,0,367,367 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\bsontest.vb,31,0,9,22,1,0,1,0,0,821,821 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\logicTest.vb,18,0,4,14,1,0,1,0,0,567,567 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\Module1.vb,64,0,15,49,3,5,3,0,0,2367,2.37 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\simple_jsonParserTest.vb,45,16,5,24,1,0,2,0,0,1563,1.56 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1155,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2800,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2974,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Parser\JsonParser.vb,486,94,59,333,1,1,2,12,0,16758,16.76 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Parser\Token.vb,59,7,7,45,2,0,2,2,0,1785,1.78 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Serializer\ExtendedDictionary.vb,113,19,22,72,1,0,0,3,0,3825,3.83 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Serializer\JSONSerializer.vb,204,33,27,144,1,0,0,8,0,7488,7.49 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Serializer\JSONSerializerOptions.vb,10,0,2,8,1,6,0,0,0,383,383 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Serializer\Variant.vb,46,10,9,27,1,1,1,1,0,1319,1.32 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Serializer\ObjectSerializer\Deserializer.vb,180,34,18,128,1,0,0,6,0,7677,7.68 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Serializer\ObjectSerializer\ObjectSerializer.vb,234,24,33,177,1,0,0,4,0,9043,9.04 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,,3469,498,508,2463,34,39,58,100,2,126776,126.78 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Flags.vb,314,200,42,72,9,0,0,0,0,5476,5.48 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\LocationMarker.vb,181,114,18,49,3,0,3,1,0,7589,7.59 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\ObjectCode.vb,19,4,1,14,2,0,0,0,0,286,286 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\417Encoder\Pdf417Encoder.vb,1290,374,227,689,5,14,11,9,0,46875,46.88 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\417Encoder\Pdf417EncoderTables.vb,79,48,10,21,1,0,1,0,0,32482,32.48 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\AnnotAction\AnnotAction.vb,170,80,18,72,5,4,6,5,0,5101,5.10 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\AnnotAction\BaseAction.vb,33,6,4,23,1,1,1,2,0,1064,1.06 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\AnnotAction\Flags.vb,63,42,5,16,2,0,0,0,0,1044,1.04 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Barcode\Barcode.vb,107,66,13,28,1,4,1,2,0,3590,3.59 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Barcode\Barcode128.vb,793,248,129,416,2,0,5,1,0,28738,28.74 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Barcode\Barcode39.vb,230,96,33,101,1,0,2,1,0,9033,9.03 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Barcode\BarcodeBox.vb,54,31,5,18,1,0,2,0,0,1595,1.59 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Barcode\BarcodeEAN13.vb,339,153,57,129,1,0,3,2,0,11926,11.93 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Barcode\BarcodeInterleaved2of5.vb,110,33,24,53,1,0,2,1,0,3435,3.44 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\CharInfo.vb,92,47,10,35,1,9,2,1,0,2922,2.92 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\FontApi.vb,656,281,115,260,1,0,6,28,0,22829,22.83 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\FontBox.vb,37,18,6,13,1,4,1,0,0,781,781 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\SortByNewIndex.vb,9,3,1,5,1,0,0,1,0,357,357 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\WinKerningPair.vb,47,22,6,19,1,3,2,1,0,1372,1.37 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\WinOutlineTextMetric.vb,184,100,15,69,1,31,1,0,0,5671,5.67 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\WinPanose.vb,75,39,11,25,1,10,1,0,0,1847,1.85 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\WinTextMetric.vb,260,69,5,186,1,20,1,0,0,7490,7.49 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Graphics\ArcToBezier.vb,217,87,30,100,2,0,0,2,0,8509,8.51 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Graphics\Geometry.vb,420,235,40,145,4,13,13,8,0,13379,13.38 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Graphics\ImageSizePos.vb,118,61,12,45,1,0,0,3,0,5382,5.38 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfAnnotation.vb,188,79,32,77,1,1,5,0,0,7061,7.06 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfAxialShading.vb,198,91,30,77,2,0,7,0,0,7274,7.27 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfBinaryWriter.vb,111,65,13,33,1,0,4,0,0,3567,3.57 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfBookmark.vb,306,163,50,93,2,0,3,5,0,12276,12.28 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfContents.vb,2588,1264,388,936,1,0,93,27,0,102107,102.11 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfDictionary.vb,325,93,91,141,3,0,19,2,0,10024,10.02 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfDisplayMedia.vb,473,260,70,143,8,1,7,0,0,13149,13.15 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfDocument.vb,1147,625,183,339,5,5,19,8,0,41717,41.72 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfEmbeddedFile.vb,207,91,37,79,2,2,5,4,0,7562,7.56 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfEncryption.vb,428,134,96,198,3,0,4,5,0,14406,14.41 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfExtGState.vb,91,41,16,34,1,0,2,2,0,2934,2.93 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfFont.vb,1430,454,327,649,5,3,10,36,0,52568,52.57 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfFontFile.vb,1443,310,378,755,2,0,26,10,0,49596,49.60 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfFontFileClasses.vb,323,94,42,187,8,7,5,2,0,15125,15.12 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfImage.vb,1164,334,256,574,2,5,19,9,0,40287,40.29 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfImageControl.vb,88,28,8,52,1,2,1,0,0,2822,2.82 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfInfo.vb,147,82,14,51,1,0,9,1,0,5338,5.34 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfLayer.vb,106,49,17,40,3,4,1,1,0,2860,2.86 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfLayers.vb,209,52,38,119,2,2,5,0,0,7587,7.59 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfObject.vb,397,176,66,155,1,2,5,6,0,15160,15.16 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfPage.vb,390,192,62,136,1,0,10,10,0,16053,16.05 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfPrintDocument.vb,247,108,42,97,1,7,3,0,0,9103,9.10 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfRadialShading.vb,195,84,28,83,1,0,7,0,0,7324,7.32 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfRectangle.vb,134,73,15,46,1,6,5,0,0,3786,3.79 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfShadingFunction.vb,84,45,13,26,1,0,2,0,0,2676,2.68 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfTable.vb,1014,478,145,391,7,27,11,0,0,34911,34.91 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfTableBorder.vb,647,259,79,309,2,12,36,1,0,19756,19.76 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfTableCell.vb,781,353,90,338,2,22,5,5,0,28712,28.71 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfTableStyle.vb,304,187,31,86,1,23,4,0,0,10800,10.80 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfTilingPattern.vb,307,177,39,91,2,0,9,2,0,12083,12.08 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfWebLink.vb,114,68,17,29,1,0,2,2,0,3785,3.79 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfXObject.vb,131,57,13,61,1,5,2,0,0,3903,3.90 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\QREncoder\QREncoder.vb,1516,364,349,803,3,7,24,8,0,52150,52.15 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\QREncoder\QREncoderTables.vb,344,55,6,283,1,0,0,0,0,26662,26.66 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\TextBox\TextBox.vb,604,213,89,302,1,6,13,3,0,21605,21.61 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\TextBox\TextBoxLine.vb,79,25,8,46,1,5,1,0,0,2095,2.10 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\TextBox\TextBoxSeg.vb,93,49,12,32,1,8,2,1,0,3011,3.01 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\IPdfObjectVisitor.vb,30,0,0,30,1,0,26,0,0,1209,1.21 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfArray.vb,63,7,14,42,1,2,2,2,0,1823,1.82 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfBoolean.vb,33,0,6,27,1,2,2,1,0,941,941 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfCatalog.vb,225,3,44,178,1,28,2,0,0,7342,7.34 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfContents.vb,49,0,9,40,1,1,3,1,0,1647,1.65 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfContentsParser.vb,58,8,10,40,1,1,1,2,0,2202,2.20 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDateTime.vb,32,0,6,26,1,1,2,1,0,939,939 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDebugBuilder.vb,389,2,65,322,1,3,36,1,0,13914,13.91 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDecrypt.vb,38,2,8,28,1,0,1,1,0,1658,1.66 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDecryptNone.vb,27,0,6,21,1,0,1,4,0,933,933 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDecryptStandard.vb,202,27,44,131,1,0,1,9,0,9862,9.86 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDictionary.vb,180,1,33,146,1,4,4,7,0,7216,7.22 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDocument.vb,273,20,50,203,3,9,7,4,0,10918,10.92 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfFunction.vb,108,1,18,89,1,6,2,4,0,4432,4.43 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfFunctionType0.vb,151,10,29,112,1,6,2,1,0,5530,5.53 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfFunctionType2.vb,66,2,13,51,1,3,2,1,0,2056,2.06 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfFunctionType3.vb,64,3,14,47,1,3,2,1,0,2505,2.50 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfIdentifier.vb,29,0,5,24,1,2,2,1,0,820,820 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfIndirectObject.vb,47,0,7,40,1,4,2,0,0,1226,1.23 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfIndirectObjectId.vb,139,2,25,112,1,4,4,2,0,4886,4.89 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfIndirectObjects.vb,93,1,19,73,1,3,3,4,0,3345,3.35 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfInfo.vb,67,0,11,56,1,9,2,0,0,1958,1.96 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfInteger.vb,33,0,6,27,1,2,2,1,0,941,941 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfName.vb,35,0,7,28,1,3,2,1,0,922,922 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfNameTree.vb,112,5,18,89,1,2,3,0,0,4222,4.22 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfNull.vb,17,0,3,14,1,0,2,1,0,422,422 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfNumberTree.vb,112,5,18,89,1,2,3,0,0,4176,4.18 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfObject.vb,184,0,31,153,1,4,3,10,0,7713,7.71 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfObjectReference.vb,31,0,5,26,1,3,2,0,0,898,898 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfOutlineItem.vb,52,0,9,43,1,6,2,0,0,1586,1.59 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfOutlineLevel.vb,42,0,8,34,1,2,2,0,0,1302,1.30 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfPage.vb,195,0,35,160,1,28,3,0,0,6013,6.01 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfPageInherit.vb,62,10,14,38,1,1,1,4,0,2670,2.67 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfPages.vb,47,0,8,39,1,1,3,0,0,1739,1.74 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfReal.vb,33,0,6,27,1,2,2,1,0,908,908 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfRectangle.vb,92,3,13,76,1,6,2,2,0,3032,3.03 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfStream.vb,46,0,8,38,1,5,2,0,0,1344,1.34 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfString.vb,77,2,14,61,1,5,2,1,0,2999,3.00 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfStructTreeElement.vb,114,0,21,93,1,12,1,0,0,3939,3.94 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfStructTreeRoot.vb,82,0,15,67,1,6,1,0,0,3292,3.29 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfVersion.vb,39,0,6,33,1,2,2,1,0,1051,1.05 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\RC4.vb,42,0,8,34,1,0,1,2,0,1142,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseArray.vb,13,0,3,10,1,1,1,0,0,327,327 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseBoolean.vb,20,0,3,17,1,1,1,0,0,473,473 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseDictionary.vb,102,0,17,85,1,3,2,4,0,3572,3.57 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseIdentifier.vb,36,0,7,29,1,1,1,1,0,1226,1.23 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseIndirectObject.vb,40,0,5,35,1,3,1,0,0,1107,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseInteger.vb,20,0,3,17,1,1,1,0,0,481,481 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseKeyword.vb,28,0,1,27,1,0,0,0,0,638,638 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseName.vb,36,0,7,29,1,1,1,1,0,1124,1.12 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseNull.vb,8,0,1,7,1,0,1,0,0,156,156 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseObjectBase.vb,7,0,0,7,1,0,0,0,0,325,325 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseObjectReference.vb,30,0,4,26,1,2,1,0,0,766,766 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\Parser.vb,389,31,66,292,1,1,7,10,0,18209,18.21 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseReal.vb,24,0,4,20,1,1,2,0,0,562,562 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseResolveEventArgs.vb,11,0,2,9,1,3,0,0,0,269,269 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseStream.vb,96,2,16,78,1,5,1,2,0,3460,3.46 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseString.vb,27,0,5,22,1,3,1,1,0,710,710 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenByteSplice.vb,7,0,0,7,1,0,0,0,0,190,190 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenComment.vb,20,0,3,17,1,1,1,0,0,466,466 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenError.vb,30,0,4,26,1,2,1,0,0,784,784 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenIdentifier.vb,36,0,7,29,1,1,1,1,0,1229,1.23 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenInteger.vb,20,0,3,17,1,1,1,0,0,474,474 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\Tokenizer.vb,680,57,135,488,1,4,6,16,0,26698,26.70 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenKeyword.vb,43,0,7,36,1,1,2,1,0,1541,1.54 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenName.vb,36,0,7,29,1,1,1,1,0,1115,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenObject.vb,47,0,11,36,6,0,6,0,0,1208,1.21 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenReader.vb,122,11,20,91,1,1,3,3,0,4390,4.39 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenReal.vb,20,0,3,17,1,1,1,0,0,457,457 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenString.vb,58,4,10,44,1,1,1,2,0,2002,2.00 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenStringHex.vb,41,3,9,29,1,2,1,1,0,1502,1.50 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenStringLiteral.vb,92,5,14,73,1,2,1,2,0,3800,3.80 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenXRefEntry.vb,50,0,6,44,1,4,1,0,0,1318,1.32 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\Properties\AssemblyInfo.vb,36,17,3,16,0,0,0,0,0,1412,1.41 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\test\Module1.vb,163,63,46,54,1,0,1,0,0,6155,6.16 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\test\Program.vb,107,29,20,58,1,0,5,0,0,4552,4.55 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2766,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,,30737,10121,5197,15419,217,510,654,335,0,1138288,1.14 MB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\DataTypes.vb,52,12,6,34,1,0,0,3,0,1716,1.72 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\NamespaceDoc.vb,10,8,0,2,1,0,0,0,0,440,440 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\RDF.vb,38,20,6,12,1,1,1,0,0,1349,1.35 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\RDFEntity.vb,51,23,8,20,1,5,0,1,0,1845,1.84 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\RDFProperty.vb,142,31,24,87,3,3,6,3,2,4067,4.07 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\DataModel\Bag.vb,52,11,9,32,2,2,1,3,0,1777,1.78 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\DataModel\DCMI.vb,90,72,1,17,1,15,0,0,0,3017,3.02 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\DataModel\Description.vb,30,0,9,21,1,4,1,1,0,886,886 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\DataModel\Resource.vb,24,4,6,14,1,1,1,1,0,577,577 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\mathMLloaderTest.vb,10,0,3,7,1,0,1,0,0,243,243 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\Module1.vb,72,57,15,0,0,0,0,0,0,2217,2.22 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\Test1.vb,67,55,12,0,0,0,0,0,0,2419,2.42 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1161,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2776,2.78 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2968,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\Turtle\BuildObject.vb,54,5,11,38,1,0,0,2,0,1784,1.78 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\Turtle\Triple.vb,37,14,7,16,2,4,0,2,0,935,935 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\Turtle\ttl_property.vb,49,3,9,37,1,2,0,2,0,1564,1.56 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\Turtle\TurtleFile.vb,143,27,23,93,1,0,5,3,0,5212,5.21 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,,1104,398,178,528,21,41,17,21,2,37387,37.39 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\My Project\Resources.Designer.vb,73,26,9,38,1,3,0,0,0,3166,3.17 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\test\Module1.vb,29,1,7,21,1,0,2,0,0,1102,1.10 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\test\test.vb,69,19,20,30,1,0,3,0,0,2183,2.18 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1043,1.04 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2769,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2954,2.95 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLS\MsHtml.vb,56,6,8,42,1,0,0,2,0,2132,2.13 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLS\BIFF\EnumConstants.vb,73,21,9,43,6,0,0,0,0,1808,1.81 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLS\BIFF\ExcelFile.vb,506,68,87,351,1,0,3,13,0,18359,18.36 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLS\BIFF\Form1.vb,144,48,45,51,1,0,2,0,0,7018,7.02 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLS\BIFF\SheetObject.vb,171,31,25,115,17,0,0,0,0,4806,4.81 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLS\BIFF\VB6.vb,29,0,5,24,1,0,3,0,0,850,850 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Extensions.vb,99,20,12,67,1,1,1,4,0,3704,3.70 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\File.vb,264,99,28,137,1,6,4,9,0,11603,11.60 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IXml.vb,23,0,7,16,2,0,0,3,0,571,571 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\FileIO\DocumentPath.vb,50,23,7,20,1,2,2,1,0,1769,1.77 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\FileIO\DynamicRow.vb,35,15,5,15,1,2,1,0,0,1113,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\FileIO\IO.vb,67,11,10,46,1,0,0,4,0,2400,2.40 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\FileIO\LowLevel.vb,1601,316,97,1188,1,0,11,32,0,86011,86.01 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\FileIO\SortedMap.vb,66,28,9,29,1,2,1,1,0,2107,2.11 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\FileIO\ZipPackage.vb,97,23,12,62,1,4,3,1,0,3238,3.24 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\docProps\app.xml.vb,68,8,13,47,4,17,1,2,0,2203,2.20 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\docProps\core.xml.vb,63,0,17,46,2,12,1,2,0,2089,2.09 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\docProps\custom.xml.vb,42,0,11,31,2,5,1,3,0,1344,1.34 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\xl\calcChain.xml.vb,16,0,3,13,2,4,0,0,0,473,473 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\xl\sharedStrings.xml.vb,105,18,15,72,3,8,0,2,1,3303,3.30 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\xl\styles.xml.vb,195,3,42,150,22,63,1,2,0,6302,6.30 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\xl\workbook.xml.vb,188,9,39,140,14,41,3,5,0,6096,6.10 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\xl\theme\theme.xml.vb,71,0,13,58,7,29,1,0,0,2158,2.16 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\xl\worksheets\sheet.xml.vb,251,27,44,180,18,76,1,6,0,8527,8.53 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\XlsxDirectoryPart\docProps.vb,37,3,7,27,1,3,3,1,0,1455,1.46 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\XlsxDirectoryPart\worksheets.vb,74,7,12,55,1,2,4,3,0,3030,3.03 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\XlsxDirectoryPart\xl.vb,82,17,12,53,1,5,2,5,0,3305,3.31 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\XlsxDirectoryPart\XlsxDirectoryPart.vb,103,1,21,81,1,0,3,3,0,4766,4.77 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\XlsxDirectoryPart\_rels.vb,48,8,7,33,1,2,3,1,0,1581,1.58 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\_rels\rels.vb,42,5,8,29,1,2,0,4,0,1227,1.23 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Model\StoreProcedure.vb,145,13,21,111,1,0,0,5,0,5085,5.08 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Model\Styling.vb,78,0,12,66,1,0,1,3,0,3114,3.11 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Model\Worksheet.vb,82,0,13,69,1,3,1,2,0,2470,2.47 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Model\Xmlns.vb,29,0,7,22,1,0,0,0,0,1690,1.69 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Exceptions.vb,140,69,13,58,5,0,12,0,0,4838,4.84 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Metadata.vb,159,65,22,72,1,12,2,1,0,6890,6.89 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\NamespaceDoc.vb,9,4,1,4,1,0,0,0,0,272,272 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Style.vb,2151,751,176,1224,24,65,15,39,0,96939,96.94 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\StyleManager.vb,489,156,39,294,1,0,4,25,0,20362,20.36 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\StyleRepository.vb,80,35,9,36,1,2,2,1,0,2942,2.94 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Workbook.vb,949,384,94,471,3,12,45,14,0,45242,45.24 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Cell\Address.vb,131,59,17,55,1,0,2,8,2,5119,5.12 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Cell\BasicFormulas.vb,316,152,23,141,1,0,0,22,0,18213,18.21 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Cell\Cell.vb,614,178,41,395,1,8,11,14,0,28847,28.85 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Cell\Enums.vb,50,24,3,23,3,0,0,0,0,2050,2.05 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Cell\Range.vb,126,40,14,72,1,0,2,5,2,4766,4.77 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Worksheet\Column.vb,121,47,13,61,1,5,3,1,0,4161,4.16 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Worksheet\Enums.vb,66,32,4,30,3,0,0,0,0,3286,3.29 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Worksheet\Worksheet.vb,1982,744,174,1064,1,26,74,32,0,96548,96.55 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,,12737,3670,1391,7676,175,426,235,281,5,561833,561.83 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\XLS\BIFF\biff_class_test.vbproj,BIFF\EnumConstants.vb,73,21,9,43,6,0,0,0,0,1808,1.81 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\XLS\BIFF\biff_class_test.vbproj,BIFF\ExcelFile.vb,506,68,87,351,1,0,3,13,0,18359,18.36 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\XLS\BIFF\biff_class_test.vbproj,BIFF\Form1.vb,144,48,45,51,1,0,2,0,0,7018,7.02 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\XLS\BIFF\biff_class_test.vbproj,BIFF\SheetObject.vb,171,31,25,115,17,0,0,0,0,4806,4.81 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\XLS\BIFF\biff_class_test.vbproj,BIFF\VB6.vb,29,0,5,24,1,0,3,0,0,850,850 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\XLS\BIFF\biff_class_test.vbproj,,923,168,171,584,26,0,8,13,0,32841,32.84 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\CodeGenerator.vb,6,3,1,2,1,0,0,0,0,134,134 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\actiontypes.vb,12,4,1,7,1,0,0,0,0,398,398 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\contentBuilder.vb,204,13,28,163,1,0,1,8,0,8090,8.09 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\mathOperators.vb,12,0,2,10,1,0,0,0,0,281,281 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\Expression\BinaryExpression.vb,20,0,8,12,2,3,0,1,0,462,462 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\Expression\LambdaExpression.vb,40,12,7,21,1,2,0,3,0,1277,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\Expression\MathFunctionExpression.vb,12,0,3,9,1,2,0,1,0,350,350 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\Expression\SymbolExpression.vb,20,0,6,14,1,2,2,1,0,430,430 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\XML\Apply.vb,52,12,10,30,1,7,0,1,0,1570,1.57 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\XML\maction.vb,18,7,3,8,1,4,0,0,0,633,633 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\XML\Math.vb,58,0,18,40,5,7,0,4,0,1506,1.51 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2807,2.81 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\test\Module1.vb,25,1,8,16,1,0,2,0,0,694,694 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2766,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\XmlGeneric\GraphWriter.vb,130,2,24,104,1,0,3,3,0,4556,4.56 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\XmlGeneric\XmlDocumentParser.vb,61,5,10,46,1,0,0,3,0,2109,2.11 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\XmlGeneric\XmlElement.vb,67,21,9,37,1,7,0,4,0,2046,2.05 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\XPath\XPath.vb,129,26,23,80,7,2,0,13,0,3991,3.99 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\XPath\XPathParser.vb,38,0,5,33,1,0,0,1,0,1275,1.27 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\XPath\XPathQuery.vb,18,0,5,13,1,0,1,2,0,452,452 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\xsd\elementTypes.vb,10,0,1,9,1,0,0,0,0,299,299 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\xsd\Extensions.vb,3,0,1,2,1,0,0,0,0,38,38 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\xsd\NamespaceDoc.vb,10,3,1,6,1,0,1,0,0,234,234 B -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\xsd\XML.vb,112,0,32,80,11,30,0,5,0,2990,2.99 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,,1302,188,243,871,47,72,11,50,0,43931,43.93 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\DocumentFormatter.vb,50,20,8,22,1,0,0,3,0,1700,1.70 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Extensions.vb,14,0,3,11,1,0,0,1,0,395,395 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\zzz.vb,3,1,1,1,0,0,0,0,0,86,86 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\CSSEnvirnment.vb,235,54,34,147,1,4,2,15,0,8431,8.43 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\CSSLayer.vb,18,7,4,7,1,1,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\CssUnit.vb,28,6,9,13,1,0,0,0,0,426,426 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\Extensions.vb,44,0,7,37,1,0,0,3,0,1370,1.37 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\ICSSValue.vb,19,8,3,8,1,0,0,1,0,552,552 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\Elements\Fill.vb,31,3,7,21,1,1,0,2,0,844,844 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\Elements\FontStyle.vb,320,95,35,190,1,7,3,8,0,14566,14.57 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\Elements\Padding.vb,378,108,46,224,2,7,8,10,4,14759,14.76 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\Elements\Size.vb,32,3,8,21,1,2,4,0,0,680,680 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\Elements\Stroke.vb,183,55,21,107,1,5,6,4,0,6194,6.19 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Extensions.vb,155,63,19,73,1,0,0,3,0,8179,8.18 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\HtmlCompress.vb,134,7,25,102,1,0,1,2,0,4971,4.97 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\HtmlDocument.vb,37,9,7,21,1,0,0,1,0,1333,1.33 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Elements\BuildHtml.vb,31,0,9,22,1,0,0,1,0,940,940 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Elements\HTML.vb,68,0,14,54,3,6,3,1,0,2110,2.11 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Elements\HtmlElement.vb,394,108,53,233,1,9,4,12,0,17150,17.15 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Elements\Image.vb,55,9,10,36,1,6,0,3,0,2171,2.17 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Elements\InnerPlantText.vb,55,11,12,32,1,4,2,3,0,1617,1.62 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Elements\ValueAttribute.vb,54,5,11,38,1,4,2,2,0,1802,1.80 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Head\Meta.vb,173,0,41,132,14,14,9,8,0,4843,4.84 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\jQuery\Extensions.vb,30,7,4,19,1,0,0,1,0,1108,1.11 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\jQuery\jQuery.vb,6,0,2,4,1,0,0,0,0,80,80 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2796,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\Escaping.vb,18,3,5,10,1,0,0,0,0,414,414 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\HtmlParser.vb,118,4,22,92,1,0,4,2,0,3949,3.95 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\HtmlTokens.vb,22,12,1,9,1,0,0,0,0,415,415 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\Token.vb,15,0,4,11,1,0,2,0,0,403,403 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\TokenIcer.vb,127,0,20,107,1,0,1,3,0,4429,4.43 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\CSS\File.vb,105,34,11,60,1,5,0,3,0,3997,4.00 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\CSS\Parser.vb,206,50,25,131,1,0,0,8,0,7629,7.63 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\CSS\Selector.vb,63,15,7,41,1,4,0,1,0,2165,2.17 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\CSS\UrlEvaluator.vb,55,16,6,33,1,0,0,2,0,1888,1.89 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\CSS\Enums\CssProperty.vb,1211,903,3,305,1,0,0,0,0,37959,37.96 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\CSS\Enums\Enums.vb,124,71,6,47,2,0,0,0,0,7470,7.47 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\HtmlConstants.vb,232,3,6,223,1,0,0,0,0,10918,10.92 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\HtmlRenderer.vb,100,40,14,46,1,1,4,1,0,3618,3.62 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\HtmlTag.vb,250,37,54,159,1,4,5,3,0,8456,8.46 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\InitialContainer.vb,423,103,90,230,1,7,8,2,0,15853,15.85 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\Parser.vb,158,84,27,47,1,0,1,3,0,6363,6.36 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\TextString.vb,66,6,11,49,2,4,2,2,0,1862,1.86 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\TextStringModel.vb,360,55,52,253,1,0,1,13,0,14667,14.67 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssAnonymousBlockBox.vb,45,10,6,29,2,0,4,0,0,1437,1.44 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssAnonymousBox.vb,29,10,3,16,2,0,2,0,0,800,800 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssBlock.vb,117,37,22,58,1,3,4,0,0,3762,3.76 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssBox.vb,3170,463,524,2183,1,131,25,17,0,109972,109.97 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssBoxWord.vb,196,56,32,108,1,9,4,1,0,5907,5.91 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssBoxWordSplitter.vb,122,17,26,79,1,3,4,5,0,3697,3.70 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssConstants.vb,142,27,14,101,1,0,0,0,0,5571,5.57 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssDefaults.vb,55,30,11,14,1,0,0,0,0,9349,9.35 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssDrawingHelper.vb,285,57,49,179,2,0,1,5,0,11642,11.64 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssLayoutEngine.vb,518,159,114,245,1,0,12,4,0,20184,20.18 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssLength.vb,198,50,41,107,1,6,1,3,0,6778,6.78 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssLineBox.vb,272,72,48,152,1,4,6,4,0,9214,9.21 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssPropertyAttribute.vb,26,11,4,11,1,1,1,1,0,782,782 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssPropertyInheritedAttribute.vb,8,0,2,6,1,0,1,0,0,166,166 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssRectangle.vb,100,27,13,60,1,9,0,1,0,2749,2.75 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssTable.vb,878,205,149,524,3,16,6,13,0,32164,32.16 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssValue.vb,494,89,93,312,1,0,1,11,0,18662,18.66 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\CSSParserTest.vb,14,0,6,8,1,0,1,0,0,279,279 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\HTMLParserTest.vb,52,1,11,40,1,0,2,0,0,1541,1.54 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\MarkdownTranslate.vb,67,1,27,39,1,0,1,0,0,954,954 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\Module1.vb,58,1,21,36,1,0,1,0,0,780,780 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2769,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2954,2.95 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Xml\Meta.vb,49,12,8,29,1,3,0,2,0,1456,1.46 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Xml\Node.vb,39,19,8,12,2,4,0,0,0,1118,1.12 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,,13380,3448,2026,7906,93,290,150,194,4,488273,488.27 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,text%markdown\MarkdownRender.vb,368,19,82,267,1,0,21,12,0,14024,14.02 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,text%markdown\TOC.vb,119,15,21,83,1,0,0,3,0,3825,3.83 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,text%markdown\Render\HtmlRender.vb,130,13,27,90,1,1,0,16,0,4114,4.11 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,text%markdown\Render\Render.vb,29,0,5,24,1,0,0,1,0,1608,1.61 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,text%markdown\Render\TextRender.vb,87,12,19,56,1,0,0,15,0,2739,2.74 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,text%markdown\test\Program.vb,128,0,47,81,1,0,1,0,0,2118,2.12 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,,861,59,201,601,6,1,22,47,0,28428,28.43 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\test\test.vbproj,test\Program.vb,128,0,47,81,1,0,1,0,0,2118,2.12 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\test\test.vbproj,,128,0,47,81,1,0,1,0,0,2118,2.12 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\IDictionaryExtensions.vb,36,0,5,31,1,0,0,3,0,1182,1.18 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\IEnumerableExtensions.vb,180,0,21,159,1,0,0,11,0,6330,6.33 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\Emitter.vb,107,0,19,88,1,0,4,9,0,3184,3.18 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\MappingStyle.vb,17,9,2,6,1,0,0,0,0,362,362 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\MetaType.vb,7,0,1,6,1,0,0,0,0,103,103 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\ScalarStyle.vb,27,15,4,8,1,0,0,0,0,572,572 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\ScalarType.vb,16,0,1,15,1,0,0,0,0,260,260 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\SequenceStyle.vb,40,17,6,17,2,0,0,1,0,1068,1.07 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLDocument.vb,37,0,9,28,1,1,2,3,0,985,985 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLMappingNode.vb,244,0,46,198,1,4,34,0,0,8056,8.06 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLNode.vb,40,0,7,33,1,3,1,0,0,1282,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLNodeType.vb,19,9,3,7,1,0,0,0,0,450,450 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLScalarNode.vb,261,3,44,214,1,6,25,0,0,8402,8.40 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLSequenceNode.vb,182,0,31,151,1,4,19,0,0,5635,5.63 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLTag.vb,30,0,7,23,1,3,1,2,0,859,859 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLWriter.vb,66,0,15,51,1,0,3,0,0,2305,2.31 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\ChompingMethod.vb,25,12,4,9,1,0,0,0,0,513,513 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\ParserCustom.vb,141,14,19,108,1,0,7,4,0,4802,4.80 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\ParserInput.vb,16,0,5,11,1,1,0,4,0,477,477 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\TextInput.vb,78,0,14,64,1,1,2,5,0,3035,3.04 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\TextParserCommon.vb,124,11,15,98,1,1,3,8,0,4588,4.59 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\YamlParser.vb,5373,60,743,4570,1,0,17,123,0,189438,189.44 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Serialization\Serialization.vb,90,0,13,77,1,0,0,4,0,3223,3.22 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\BlockScalarModifier.vb,29,0,5,24,1,0,0,2,0,815,815 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\Directive.vb,42,3,11,28,4,0,0,3,0,1089,1.09 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\MappingEntry.vb,24,0,5,19,1,3,0,1,0,674,674 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\NodeProperty.vb,12,0,3,9,1,0,0,1,0,270,270 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\Tag.vb,33,0,9,24,4,0,0,3,0,782,782 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\TagHandle.vb,23,0,6,17,4,0,0,1,0,478,478 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\TagPrefix.vb,19,0,5,14,3,0,0,1,0,424,424 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\YamlDocument.vb,57,9,18,30,5,0,1,2,0,1279,1.28 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\YamlStream.vb,20,0,5,15,1,1,0,2,0,638,638 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\YamlVersion.vb,12,0,3,9,1,0,0,1,0,263,263 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\test\Module1.vb,29,5,8,16,1,0,3,0,0,745,745 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2796,2.80 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,,7639,223,1141,6275,53,32,123,194,0,261924,261.92 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\WCFTraceFile.vb,61,0,15,46,7,19,0,1,0,1729,1.73 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\CodeSign\CodeSign.vb,48,14,7,27,1,0,0,2,0,2230,2.23 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\CodeSign\CodeStatistics.vb,49,5,8,36,1,11,0,1,0,1767,1.77 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\CodeSign\LicenseInfo.vb,55,28,9,18,1,4,0,1,0,2269,2.27 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\CodeSign\LicenseMgr.vb,204,27,38,139,1,2,1,4,0,8059,8.06 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\CodeSign\SupportedLanguages.vb,9,0,1,8,1,0,0,0,0,141,141 B -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\CodeSign\VBCodeSignature.vb,287,9,38,240,1,0,0,5,0,12125,12.12 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\IL\Globals.vb,203,121,27,55,1,0,2,2,0,5191,5.19 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\IL\ILInstruction.vb,116,12,23,81,1,4,0,5,0,4121,4.12 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\IL\MethodBodyReader.vb,228,35,44,149,1,0,4,5,0,8840,8.84 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\Ngen\Ngen.vb,359,193,38,128,5,1,2,7,0,21057,21.06 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\Ngen\Registry.vb,88,18,13,57,1,0,0,3,0,3228,3.23 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sln\Global.vb,6,0,2,4,1,0,0,0,0,74,74 B -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sln\Parser.vb,6,0,2,4,1,0,0,0,0,67,67 B -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sln\Solution.vb,37,11,6,20,3,8,0,0,0,1144,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sourceMap\base64VLQ.vb,203,98,25,80,1,0,1,6,0,7450,7.45 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sourceMap\mappingDecode.vb,36,0,7,29,1,0,0,2,0,1199,1.20 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sourceMap\mappingEncode.vb,64,6,9,49,1,0,0,1,0,2462,2.46 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sourceMap\mappingLine.vb,69,24,7,38,1,6,0,2,0,2392,2.39 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sourceMap\sourceMap.vb,21,8,3,10,1,6,0,0,0,569,569 B -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\test\Module1.vb,35,0,8,27,1,0,3,0,0,1236,1.24 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1019,1019 B -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2769,2.77 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2954,2.95 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\vbproj\AssemblyInfo.vb,77,11,8,58,1,0,0,2,0,3310,3.31 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\vbproj\Extensions.vb,186,20,20,146,1,0,0,10,0,7857,7.86 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\vbproj\Xml\ItemGroup.vb,80,0,14,66,8,30,0,2,0,2694,2.69 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\vbproj\Xml\Mics.vb,33,0,8,25,3,6,0,2,0,848,848 B -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\vbproj\Xml\Project.vb,136,13,26,97,1,11,0,7,0,5217,5.22 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\vbproj\Xml\PropertyGroup.vb,72,0,4,68,1,59,0,1,0,3200,3.20 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\VersionControl\svn.vb,16,0,5,11,1,0,0,1,0,405,405 B -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\VersionControl\git\log.vb,57,13,5,39,1,4,0,2,0,2136,2.14 KB -G:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,,3024,722,449,1853,53,175,14,74,0,120193,120.19 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Extensions.vb,56,0,9,47,1,0,0,5,0,2039,2.04 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\QueryBuilder.vb,96,9,15,72,3,0,0,4,0,3646,3.65 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\API\Organizations.vb,22,0,4,18,1,0,0,2,0,815,815 B -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\API\Repositories.vb,14,0,3,11,1,0,0,1,0,462,462 B -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\API\Search.vb,73,16,11,46,4,8,0,3,0,2855,2.85 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\API\Users.vb,35,5,5,25,1,0,0,3,0,1319,1.32 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Class\Organization.vb,16,0,1,15,1,11,0,0,0,574,574 B -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Class\Repositories.vb,80,0,4,76,2,69,0,0,0,3390,3.39 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Class\SearchUser.vb,73,7,8,58,3,39,0,2,0,2686,2.69 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\DependencyGraph\DependencyGraph.vb,4,0,2,2,1,0,0,0,0,45,45 B -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\DependencyGraph\package.json.vb,33,0,4,29,4,18,0,1,0,984,984 B -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\github-vcard\Program.vb,63,0,10,53,1,0,0,3,0,2520,2.52 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\github-vcard\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\github-vcard\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1159,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\github-vcard\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2789,2.79 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\github-vcard\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2982,2.98 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1251,1.25 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2805,2.81 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,3056,3.06 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Test\Module1.vb,44,9,16,19,1,0,1,0,0,1744,1.74 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2781,2.78 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Visualizer\IsometricContributions.vb,205,6,40,159,1,0,0,2,0,8922,8.92 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Visualizer\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Visualizer\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1155,1.16 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Visualizer\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2828,2.83 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Visualizer\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,3060,3.06 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\WebAPI\Contributions.vb,41,5,9,27,1,0,0,1,0,1437,1.44 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\WebAPI\Extensions.vb,32,6,4,22,1,0,0,1,0,1099,1.10 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\WebAPI\GraphQuery.vb,8,0,3,5,1,0,0,0,0,111,111 B -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\WebAPI\Repositories.vb,6,0,2,4,1,0,0,0,0,83,83 B -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\WebAPI\Users.vb,171,14,25,132,2,4,0,7,0,7523,7.52 KB -G:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,,1806,301,289,1216,43,165,5,35,0,72016,72.02 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\DOI\Response.vb,28,0,4,24,4,14,0,0,0,796,796 B -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\BingImage.vb,85,7,11,67,1,0,1,1,0,3359,3.36 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\SearchEngine.vb,110,24,16,70,1,0,0,5,0,4113,4.11 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\WebResult.vb,69,11,11,47,2,5,0,3,0,2328,2.33 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\Academic\Academic.vb,102,14,17,71,1,0,0,5,0,3956,3.96 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\Academic\ArticleProfile.vb,65,15,9,41,3,18,0,3,0,1908,1.91 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\Academic\Extensions.vb,82,0,11,71,2,7,3,2,0,2972,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\Academic\ProfileResult.vb,160,9,17,134,1,0,0,3,0,6705,6.71 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\Translation\Translation.vb,107,5,14,88,1,0,0,4,0,3915,3.92 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\Translation\WordTranslation.vb,27,11,4,12,1,3,0,1,0,787,787 B -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1346,1.35 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2809,2.81 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,3063,3.06 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\test\DEBUG_MAIN.vb,15,0,6,9,1,0,1,0,0,336,336 B -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\test\Module1.vb,7,0,3,4,1,0,1,0,0,61,61 B -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1039,1.04 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2781,2.78 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB -G:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,,1225,208,179,838,25,55,8,27,0,46125,46.12 KB -../,,995510,226082,141582,627846,10108,13984,15222,25308,1394,39107604,39.11 MB +E:\GCModeller\src\runtime\sciBASIC#\CLI_tools\rundll32\rundll32.vbproj,rundll32\Program.vb,106,3,17,86,1,0,0,3,0,4505,4.50 KB +E:\GCModeller\src\runtime\sciBASIC#\CLI_tools\rundll32\rundll32.vbproj,,106,3,17,86,1,0,0,3,0,4505,4.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\BufferRegion.vb,50,15,8,27,1,4,3,1,0,1208,1.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\ByteBuffer.vb,358,35,40,283,1,0,7,44,0,11562,11.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\ByteOrder\ByteOrder.vb,20,11,4,5,1,0,0,0,0,484,484 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\ByteOrder\ByteOrderHelper.vb,61,9,8,44,1,1,1,4,0,2098,2.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\ByteOrder\NetworkByteOrderBitConvertor.vb,282,80,28,174,1,0,1,21,0,10936,10.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\BZip2InputStream.vb,236,43,44,149,1,5,6,4,0,9599,9.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\BZip2OutputStream.vb,196,31,33,132,1,5,9,2,0,8161,8.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2BitInputStream.vb,104,27,18,59,1,0,1,4,0,4001,4.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2BitOutputStream.vb,108,42,19,47,1,0,6,0,0,3735,3.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2BlockCompressor.vb,265,76,49,140,1,2,4,2,0,10234,10.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2BlockDecompressor.vb,403,131,84,188,1,0,3,5,0,19830,19.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2DivSufSort.vb,2558,27,512,2019,7,0,24,20,0,94863,94.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2HuffmanStageDecoder.vb,163,49,35,79,1,0,2,1,0,7037,7.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\BZip2HuffmanStageEncoder.vb,331,82,68,181,1,0,8,1,0,14725,14.72 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Algorithm\Bzip2MTFAndRLE2StageEncoder.vb,176,31,33,112,1,4,2,0,0,6873,6.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Math\CRC32.vb,48,15,7,26,1,1,2,0,0,4775,4.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Math\HuffmanAllocator.vb,198,43,32,123,1,0,4,3,0,8117,8.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Bzip2\Math\MoveToFront.vb,58,15,8,35,1,0,1,2,0,1949,1.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Extensions\Extensions.vb,161,42,24,95,2,1,1,8,0,4899,4.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Extensions\FixLengthString.vb,27,0,6,21,1,0,1,2,0,677,677 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Extensions\IByteReader.vb,7,0,2,5,1,1,0,2,0,170,170 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Extensions\IByteWriter.vb,4,0,0,4,1,0,2,0,0,102,102 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Extensions\MSWindows.vb,18,15,1,2,1,0,0,0,0,808,808 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Properties\AssemblyInfo.vb,19,0,3,16,0,0,0,0,0,655,655 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\BinaryDataReader.vb,739,293,76,370,1,6,12,44,0,32505,32.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\BinaryDataWriter.vb,611,266,59,286,1,4,32,14,0,25532,25.53 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\BinaryDateTimeFormat.vb,14,9,1,4,1,0,0,0,0,423,423 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\BinaryStringFormat.vb,37,25,4,8,1,0,0,0,0,1287,1.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\Helpers.vb,49,0,13,36,2,2,0,2,0,1137,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\Offset.vb,39,21,3,15,1,2,2,0,0,1581,1.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\SeekTask.vb,42,21,5,16,1,2,2,1,0,1799,1.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\StreamReader\BindAttribute.vb,18,3,3,12,1,2,1,1,0,529,529 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\StreamReader\FieldAttribute.vb,74,17,11,46,1,3,1,2,0,2458,2.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\Stream\StreamReader\ReaderProvider.vb,215,55,28,132,1,3,8,2,0,7681,7.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\XDR\Unpacker.vb,51,0,10,41,1,2,1,4,0,1592,1.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,BinaryData\XDR\XdrEncoding.vb,171,52,22,97,1,0,6,10,0,6151,6.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj,,7911,1581,1301,5029,43,50,153,206,0,310173,310.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\ASN.1\Extensions.vb,26,0,8,18,1,0,0,2,0,1064,1.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\ASN.1\Index.vb,8,0,2,6,1,0,0,0,0,188,188 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\ASN.1\StreamReader.vb,190,18,36,136,1,1,1,8,0,6076,6.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2794,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\Tabular\FrameReader.vb,47,5,7,35,1,0,0,1,0,1575,1.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\Tabular\FrameWriter.vb,95,8,17,70,1,0,2,1,0,3416,3.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\Tabular\Schema.vb,52,4,12,36,2,7,4,0,0,1357,1.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\demoCDFWrite.vb,34,1,7,26,1,0,1,0,0,1667,1.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\HDF5test.vb,144,14,39,91,1,0,2,0,0,5267,5.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\Module1.vb,75,0,25,50,1,0,4,0,0,2398,2.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\SQLParserTest.vb,99,0,14,85,1,0,5,0,0,3791,3.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1043,1.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2769,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,DataStorage\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2954,2.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj,,1016,129,204,683,15,14,20,12,0,36793,36.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\BasisType.vb,13,9,0,4,1,0,0,0,0,355,355 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Column.vb,526,174,71,281,2,9,16,20,0,20710,20.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\ColumnEnumerable.vb,88,21,14,53,2,2,4,4,0,2600,2.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\ColumnMap.vb,71,16,9,46,1,1,1,0,0,2393,2.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\DataFrame.Mapping.vb,686,124,114,448,1,0,0,25,0,31210,31.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\DataFrame.vb,634,102,113,419,1,7,3,28,0,24524,24.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\FeatherReader.vb,752,69,88,595,1,0,0,15,0,32020,32.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\FeatherWriter.vb,3538,121,738,2679,2,3,129,14,0,119259,119.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\ProxyDataFrame.vb,264,95,31,138,2,9,2,9,0,9451,9.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\ProxyRowEnumerable.vb,91,21,15,55,2,2,4,4,0,2797,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Row.vb,502,127,88,287,2,4,7,22,0,24851,24.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\RowEnumerable.vb,88,21,14,53,2,2,4,4,0,2502,2.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\RowMap.vb,51,11,7,33,1,1,1,0,0,1683,1.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\TypedColumn.vb,447,174,56,217,2,8,18,16,0,17013,17.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\TypedDataFrame.vb,945,237,116,592,10,45,10,14,0,30979,30.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\TypedRow.vb,1636,619,186,831,9,54,35,97,0,57019,57.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\TypedRowEnumerable.vb,91,21,15,55,2,2,4,4,0,2695,2.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Value.vb,2109,64,453,1592,1,8,1,66,0,83269,83.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\CollectionLengthLookup.vb,40,1,10,29,1,0,0,2,0,1754,1.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\ColumnMetadata.vb,72,3,16,53,1,11,1,0,0,3852,3.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\ColumnSpec.vb,626,20,147,459,6,8,0,8,0,27610,27.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\DataWidener.vb,1191,5,229,957,1,0,0,36,0,43409,43.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\EnumDetails.vb,118,3,19,96,1,0,0,6,0,5334,5.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\EnumMapper.vb,58,1,7,50,1,0,1,1,0,2509,2.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\FeatherMagic.vb,13,0,2,11,1,0,0,0,0,733,733 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\IColumn.vb,33,0,7,26,1,4,9,5,0,1578,1.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\IDataFrame.vb,19,0,5,14,1,5,0,4,0,883,883 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\IRow.vb,21,0,5,16,1,2,3,6,0,949,949 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata.vb,6,0,0,6,1,2,0,0,0,161,161 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\MultiStreamProvider.vb,274,2,52,220,4,8,13,7,0,9553,9.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\SyntheticEnum.vb,81,1,18,62,3,0,2,6,0,3176,3.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\UnsafeArrayReader.vb,31,0,6,25,1,0,2,0,0,1743,1.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\ValueCaster.vb,63,0,14,49,1,0,1,1,0,2942,2.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\WriteColumnConfig.vb,21,0,2,19,1,6,1,0,0,727,727 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\WriterAdapterLookup.vb,329,9,59,261,8,2,1,12,0,21424,21.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\ByteBuffer.vb,263,37,43,183,1,3,17,15,0,10126,10.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\FlatBufferBuilder.vb,703,267,84,352,1,3,49,5,0,28519,28.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\FlatBufferConstants.vb,22,14,3,5,1,0,0,0,0,781,781 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\IFlatbufferObject.vb,26,17,3,6,1,1,1,0,0,927,927 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\Offset.vb,53,17,7,29,3,0,3,3,0,1766,1.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\Struct.vb,25,17,2,6,1,0,0,0,0,908,908 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Flatbuffers\Table.vb,141,29,19,93,1,1,0,12,0,6054,6.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\CategoryMetadata.vb,68,3,8,57,1,3,4,5,0,3034,3.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\Column.vb,102,2,9,91,1,5,7,8,0,4662,4.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\CTable.vb,125,4,11,110,1,6,9,9,0,5528,5.53 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\DateMetadata.vb,41,1,7,33,1,1,2,4,0,1586,1.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\Encoding.vb,11,1,4,6,1,0,0,0,0,211,211 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\PrimitiveArray.vb,111,6,8,97,1,7,8,5,0,4838,4.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\TimeMetadata.vb,56,1,8,47,1,2,3,5,0,2276,2.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\TimestampMetadata.vb,72,3,9,60,1,3,4,6,0,3134,3.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\TimeUnit.vb,13,1,4,8,1,0,0,0,0,262,262 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\Type.vb,26,1,4,21,1,0,0,0,0,505,505 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,Feather\Impl\Metadata\TypeMetadata.vb,14,1,4,9,1,0,0,0,0,302,302 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\Feather\FeatherFormat.vbproj,,17400,2493,2963,11944,98,240,380,513,0,669086,669.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\FileDump.vb,23,7,4,12,2,0,2,0,0,654,654 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\HDF5File.vb,184,52,31,101,1,3,6,4,0,7300,7.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\HDF5Ptr.vb,33,10,7,16,1,1,1,1,0,860,860 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\HDF5Reader.vb,205,38,29,138,1,14,5,3,0,7369,7.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\Abstract.vb,57,9,12,36,1,5,0,3,0,2093,2.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\ChunkedDatasetV3.vb,297,81,55,161,3,11,2,11,0,11824,11.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\CompactDataset.vb,42,20,6,16,1,3,0,1,0,1397,1.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\ContiguousDataset.vb,47,25,6,16,1,3,0,1,0,1867,1.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\filters\filters.vb,30,3,7,20,2,4,0,2,0,1120,1.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\filters\IFilter.vb,25,13,5,7,1,2,0,1,0,763,763 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\dataset\filters\ReservedFilters.vb,36,24,1,11,1,0,0,0,0,914,914 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\BinaryFileReader.vb,122,3,26,93,1,1,5,4,0,3952,3.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\BinaryReader.vb,282,38,52,192,1,6,7,10,0,9207,9.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\GlobalHeapId.vb,28,0,6,22,1,3,1,1,0,721,721 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\MemoryReader.vb,73,2,18,53,1,1,3,2,0,2024,2.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\ReadHelper.vb,211,33,41,137,1,0,1,13,0,7343,7.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\datasetReader\DatasetReader.vb,207,26,30,151,1,0,3,7,0,9232,9.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\datasetReader\EnumDatasetReader.vb,131,25,13,93,1,0,4,2,0,6036,6.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\device\datasetReader\VariableLengthDatasetReader.vb,126,27,20,79,1,0,1,3,0,5084,5.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataBTree.vb,40,6,10,24,1,0,1,3,0,1134,1.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataChunk.vb,101,47,17,37,1,4,2,0,0,4124,4.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataChunkIterator.vb,43,7,12,24,1,1,2,2,0,1286,1.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObject.vb,64,14,15,35,1,2,2,0,0,2038,2.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjectFacade.vb,257,42,49,166,1,7,3,4,0,10551,10.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Group.vb,91,20,19,52,1,2,3,1,0,3062,3.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\GroupBTree.vb,89,9,23,57,1,2,3,0,0,2952,2.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\GroupNode.vb,98,23,24,51,1,4,2,0,0,3818,3.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Layout.vb,106,24,14,68,1,9,2,1,0,3772,3.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\LayoutField.vb,34,6,8,20,1,5,1,1,0,1031,1.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\ObjectHeaderScratchpadFormat.vb,46,6,12,28,1,3,2,1,0,1714,1.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\StructureMember.vb,67,7,17,43,1,4,2,1,0,2197,2.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Superblock.vb,209,27,38,144,1,18,5,3,0,9416,9.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\SymbolicLinkScratchpadFormat.vb,39,6,12,21,1,2,2,0,0,1299,1.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\SymbolTableEntry.vb,120,16,25,79,1,8,2,0,0,5196,5.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\LayoutClass.vb,41,32,1,8,1,0,0,0,0,2105,2.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Message.vb,22,13,2,7,1,0,1,0,0,1129,1.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\ObjectHeader.vb,96,9,25,62,1,5,3,1,0,3673,3.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\ObjectHeaderMessage.vb,156,8,20,128,1,17,2,1,0,8368,8.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\ObjectHeaderMessageType.vb,183,85,15,83,2,2,1,3,0,8633,8.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\AttributeMessage.vb,156,17,35,104,1,6,2,2,0,5674,5.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\BogusMessage.vb,25,6,6,13,1,1,2,0,0,791,791 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\ContinueMessage.vb,42,6,11,25,1,3,2,0,0,1482,1.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\DataLayoutMessage.vb,180,51,31,98,1,8,4,0,0,7288,7.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\DataspaceMessage.vb,116,34,19,63,1,7,2,0,0,4725,4.72 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\DataTypeMessage.vb,221,30,33,158,1,6,2,1,0,9380,9.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\FillValueMessage.vb,75,11,16,48,1,7,2,0,0,2722,2.72 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\FillValueOldMessage.vb,51,21,10,20,1,2,2,0,0,1951,1.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\FilterPipelineMessage.vb,137,40,23,74,2,10,4,4,0,5718,5.72 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\GroupMessage.vb,57,19,13,25,1,2,2,1,0,1882,1.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\LastModifiedMessage.vb,44,6,13,25,1,2,2,1,0,1285,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\DataObjects\Headers\Messages\LinkMessage.vb,99,26,19,54,1,8,2,0,0,3653,3.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Infrastructure\GlobalHeap.vb,182,78,28,76,2,8,3,1,0,7669,7.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Infrastructure\LocalHeap.vb,123,15,27,81,1,7,2,2,0,4675,4.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Infrastructure\BTree\BTreeEntry.vb,44,6,13,25,1,2,2,1,0,1321,1.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Infrastructure\BTree\BTreeNode.vb,266,111,40,115,1,7,3,2,0,11075,11.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\structure\Infrastructure\BTree\BTreeNodeTypes.vb,19,10,3,6,1,0,0,0,0,541,541 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\DataType.vb,19,4,6,9,1,3,0,0,0,492,492 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\DataTypes.vb,58,39,2,17,2,0,0,0,0,1525,1.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\EnumDataType.vb,31,14,6,11,1,3,0,0,0,708,708 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\FixedPoint.vb,44,0,5,39,1,7,0,1,0,1610,1.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\FloatingPoint.vb,36,0,4,32,1,14,0,1,0,1392,1.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\StringData.vb,11,0,2,9,1,1,0,0,0,265,265 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,HDF5\types\VariableLength.vb,21,0,5,16,1,4,0,1,0,592,592 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDF5\HDF5.vbproj,,6118,1387,1097,3634,71,270,120,109,0,235674,235.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\Debugger.vb,122,23,16,83,1,0,2,3,0,4920,4.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\Extensions.vb,111,20,17,74,1,0,0,5,0,4006,4.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\BinaryStream\PackAttributeData.vb,133,3,24,106,1,0,0,6,0,4839,4.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\BinaryStream\TreeParser.vb,85,14,11,60,1,0,0,3,0,3202,3.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\BinaryStream\TreeWriter.vb,60,6,10,44,1,0,0,2,0,2255,2.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\FileSystem\StreamBlock.vb,62,15,10,37,1,4,2,2,0,2000,2.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\FileSystem\StreamBuffer.vb,186,55,23,108,1,6,7,2,0,6542,6.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\FileSystem\StreamGroup.vb,258,70,36,152,1,3,4,10,0,9700,9.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\FileSystem\StreamObject.vb,83,16,13,54,1,4,3,4,0,2789,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\FileSystem\StreamPack.vb,650,195,84,371,1,6,11,22,0,26561,26.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\Metadata\AttributeMetadata.vb,25,0,5,20,1,4,0,1,0,705,705 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\Metadata\LazyAttribute.vb,98,5,14,79,1,1,1,6,0,4115,4.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\test\feather_df.vb,25,0,5,20,1,0,3,0,0,841,841 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,HDSPack\test\Program.vb,153,3,44,106,1,0,4,0,0,5704,5.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\HDSPack.vbproj,,2051,425,312,1314,14,28,37,66,0,78179,78.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\test\test.vbproj,test\feather_df.vb,25,0,5,20,1,0,3,0,0,841,841 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\test\test.vbproj,test\Program.vb,153,3,44,106,1,0,4,0,0,5704,5.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\HDSPack\test\test.vbproj,,178,3,49,126,2,0,7,0,0,6545,6.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\MagicBytes.vb,21,0,3,18,1,0,0,2,0,689,689 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\MsgPackIO.vb,815,2,113,700,1,0,18,17,0,35727,35.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\MsgPackSerializer.vb,397,7,73,317,1,0,8,20,0,16361,16.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\ObjectExtensions.vb,14,0,2,12,1,0,0,1,0,409,409 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\SerializationContext.vb,70,5,12,53,1,1,4,0,0,2634,2.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\Bool.vb,7,0,1,6,1,0,0,0,0,178,178 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\FixedArray.vb,7,0,1,6,1,0,0,0,0,177,177 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\FixedInteger.vb,9,0,1,8,1,0,0,0,0,296,296 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\FixedMap.vb,7,0,1,6,1,0,0,0,0,175,175 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\FixedString.vb,8,0,1,7,1,0,0,0,0,227,227 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\MsgPackConstants.vb,8,0,3,5,1,0,0,0,0,149,149 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Constants\MsgPackFormats.vb,60,9,4,47,1,0,0,1,0,2376,2.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Properties\AssemblyInfo.vb,21,8,1,12,0,0,0,0,0,1141,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\MessagePackMemberAttribute.vb,28,3,6,19,1,2,1,1,0,859,859 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\MessagePackMemberDefinition.vb,16,0,5,11,1,2,1,1,0,405,405 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\NilImplication.vb,8,0,1,7,1,0,0,0,0,141,141 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\SchemaProvider.vb,63,23,9,31,1,0,1,2,0,2307,2.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\SerializationMethod.vb,7,0,1,6,1,0,0,0,0,119,119 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\Default\FrameworkInternal.vb,19,0,5,14,1,0,0,2,0,763,763 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\Reflection\SerializableProperty.vb,52,0,13,39,1,0,3,1,0,2013,2.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,msgpack\Serialization\Reflection\TypeInfo.vb,29,0,7,22,1,4,1,1,0,900,900 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj,,1666,57,263,1346,20,9,37,49,0,68046,68.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\CDFWriter.vb,587,280,64,243,1,0,15,9,0,25678,25.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\netCDFReader.vb,404,185,40,179,1,5,7,9,0,16226,16.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\ToString.vb,54,8,12,34,1,0,1,0,0,1692,1.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Utils.vb,213,58,26,129,1,0,3,7,0,8546,8.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\attribute.vb,93,18,13,62,1,3,3,3,0,3647,3.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\Dimension.vb,54,10,11,33,1,1,2,2,0,1640,1.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\DimensionList.vb,23,0,7,16,1,4,0,1,0,631,631 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\Header.vb,107,52,14,41,1,5,2,1,0,3633,3.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\ICDFDataVector.vb,15,0,5,10,1,3,0,1,0,386,386 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\recordDimension.vb,35,19,4,12,1,4,0,1,0,1140,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\variable.vb,105,50,10,45,2,9,0,3,0,3675,3.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Components\VectorHelper.vb,59,0,6,53,1,0,0,2,0,2463,2.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Data\CDFDataTypes.vb,104,69,12,23,1,0,0,0,0,3380,3.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Data\DataReader.vb,108,36,12,60,1,0,0,3,0,4639,4.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Data\StructureParser.vb,230,80,33,117,1,0,0,4,0,8992,8.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Data\TypeExtensions.vb,100,21,9,70,1,0,1,5,0,4257,4.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Data\VLen.vb,19,6,5,8,1,0,0,0,0,366,366 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\Data\Xml.vb,71,24,9,38,1,5,0,2,0,2502,2.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\bytes.vb,39,0,9,30,1,1,0,5,0,1318,1.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\CDFData.vb,164,10,20,134,1,2,0,2,0,7557,7.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\chars.vb,85,14,16,55,1,1,3,6,0,3097,3.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\doubles.vb,46,0,11,35,1,1,2,5,0,1469,1.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\flags.vb,39,0,9,30,1,1,0,5,0,1352,1.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\floats.vb,41,0,9,32,1,1,0,5,0,1408,1.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\integers.vb,46,0,11,35,1,1,2,5,0,1474,1.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\longs.vb,54,0,13,41,1,1,4,5,0,1728,1.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,netCDF\DataVector\shorts.vb,44,0,10,34,1,1,0,5,0,1563,1.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\netCDF\netCDF.vbproj,,2939,940,400,1599,28,49,45,96,0,114459,114.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Extensions.vb,69,10,9,50,1,0,0,4,0,3024,3.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Sqlite3Database.vb,105,18,19,68,1,2,4,2,0,4187,4.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Sqlite3Settings.vb,17,4,4,9,1,1,0,1,0,553,553 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Helpers\BTreeTools.vb,54,3,12,39,1,0,0,3,0,2165,2.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Helpers\ReadonlyStream.vb,24,0,4,20,1,1,3,0,0,701,701 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Helpers\SqliteDataStream.vb,113,15,22,76,1,4,2,2,0,4064,4.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Helpers\StreamHelper.vb,33,0,8,25,1,0,0,2,0,1021,1021 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Internal\ReaderBase.vb,292,30,70,192,1,6,10,12,0,9635,9.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\BTreeCellData.vb,13,0,4,9,1,3,0,0,0,363,363 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\BTreeInteriorTablePage.vb,38,3,8,27,3,1,2,0,0,1327,1.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\BTreeLeafTablePage.vb,101,24,22,55,3,1,2,0,0,4155,4.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\BTreePage.vb,68,3,18,47,1,4,1,1,0,2425,2.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\ColumnDataMeta.vb,28,7,6,15,1,2,1,1,0,822,822 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Enums\BTreeType.vb,8,0,0,8,1,0,0,0,0,250,250 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Enums\FileReadVersion.vb,7,1,0,6,1,0,0,0,0,202,202 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Enums\FileWriteVersion.vb,7,1,0,6,1,0,0,0,0,203,203 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Enums\SqliteDataType.vb,72,32,3,37,2,0,0,1,0,3948,3.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Enums\SqliteEncoding.vb,11,3,1,7,1,0,0,0,0,336,336 B +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Headers\BTreeHeader.vb,38,0,9,29,1,0,0,2,0,1351,1.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Objects\Headers\DatabaseHeader.vb,97,6,34,57,1,21,0,1,0,3389,3.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Schema\Extensions.vb,70,2,11,57,1,0,0,2,0,2498,2.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Schema\Schema.vb,97,0,19,78,1,3,1,3,0,3826,3.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Schema\SQLParser.vb,189,3,26,160,3,0,1,3,0,6328,6.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Tables\Sqlite3MasterTable.vb,47,3,12,32,1,2,1,2,0,1523,1.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Tables\Sqlite3Row.vb,59,1,14,44,1,4,1,3,0,1884,1.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Tables\Sqlite3SchemaRow.vb,30,3,6,21,1,5,0,2,0,1081,1.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,SQLite3\Tables\Sqlite3Table.vb,162,25,27,110,1,2,1,3,0,6918,6.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\BinaryData\SQLite3\SQLite3.vbproj,,1849,197,368,1284,34,62,30,50,0,68179,68.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Mappings.vb,115,42,13,60,1,0,0,6,0,5017,5.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\DataFrame.vb,191,44,22,125,1,0,3,8,1,7682,7.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Extensions.vb,27,0,6,21,1,0,1,0,0,952,952 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\HTMLWriter.vb,174,17,24,133,1,0,3,4,0,6653,6.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\MatrixProvider.vb,17,7,4,6,1,0,0,1,0,404,404 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\MySQL.vb,202,55,25,122,1,0,0,7,0,8024,8.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\RDataFrameHelpers.vb,71,11,12,48,1,0,0,3,0,2732,2.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Union.vb,51,4,11,36,1,0,1,2,0,1735,1.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Excel\Coordinates.vb,129,14,21,94,1,0,0,7,0,4254,4.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Excel\Excel.vb,104,82,20,2,0,0,0,0,0,5038,5.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Excel\ExcelReader.vb,113,19,24,70,1,0,1,5,0,4057,4.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Excel\Extensions.vb,93,34,11,48,1,0,1,4,0,3581,3.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\DATA\Excel\Functions\Numerics.vb,17,0,4,13,1,0,0,2,0,495,495 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\DataImports.vb,202,76,20,106,1,0,0,10,0,8329,8.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\DocumentExtensions.vb,486,120,69,297,1,0,0,24,0,18029,18.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\Extensions.vb,662,210,74,378,1,0,3,30,0,28573,28.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\Math.vb,34,3,4,27,1,0,0,3,0,1198,1.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\PipeStream.vb,87,17,10,60,1,0,0,6,0,3324,3.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\ProfileStreams.vb,54,18,6,30,1,0,0,3,0,2110,2.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\StreamIOHandler.vb,53,3,11,39,1,0,1,4,0,2662,2.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Extensions\Write_csv.vb,143,31,15,97,3,10,0,3,0,6164,6.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\File.vb,977,259,126,592,3,8,19,43,6,39599,39.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\FileLoader.vb,139,20,18,101,1,0,0,3,0,6584,6.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\RowHelpers.vb,123,33,15,75,1,0,0,6,0,4514,4.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\RowIterator.vb,91,12,16,63,1,0,3,2,0,3293,3.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\RowObject.vb,489,141,58,290,1,5,10,19,5,18569,18.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\RowTokenizer.vb,139,17,29,93,1,0,4,5,0,4494,4.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\StreamIO.vb,126,32,17,77,1,0,0,4,0,5357,5.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\csv\Tokenizer.vb,85,23,15,47,1,0,1,3,0,2698,2.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\DataFrame\DataFrame.vb,776,162,114,500,1,11,10,51,0,31417,31.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\DataFrame\HeaderSchema.vb,152,25,23,104,1,3,2,4,0,6067,6.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\Generic\DataSet.vb,231,71,26,134,1,3,2,8,0,9760,9.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\Generic\EntityObject.vb,215,61,22,132,1,1,4,8,0,8897,8.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\Generic\Extensions.vb,312,85,27,200,1,0,0,17,0,13430,13.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\Generic\Table.vb,128,31,16,81,2,0,0,5,0,5110,5.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\MetaData\GenericMeta.vb,46,7,7,32,1,0,0,2,0,1749,1.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\IO\MetaData\Meta.vb,97,6,17,74,1,0,0,8,0,3570,3.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Linq\BatchQueue.vb,150,46,21,83,1,0,0,4,0,6406,6.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Linq\DataStream.vb,370,92,60,218,9,2,10,9,0,14986,14.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Linq\LinqWhere.vb,365,83,50,232,7,5,1,17,0,14100,14.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\Linq\WriteStream.vb,265,71,38,156,3,2,7,8,0,9928,9.93 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2795,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\DynamicObjectLoader.vb,449,133,64,252,1,10,3,39,0,18673,18.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\ProviderBase.vb,138,60,18,60,1,6,4,2,0,5390,5.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\RowBuilder.vb,264,51,46,167,2,9,3,5,0,10599,10.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\RowWriter.vb,323,50,45,228,3,5,1,12,0,13041,13.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\SchemaProvider.vb,505,81,64,360,1,8,2,23,0,21223,21.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\ReflectionBridges\Array.vb,71,0,15,56,3,3,2,4,0,2615,2.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\ReflectionBridges\Dictionary.vb,44,4,10,30,1,4,1,2,0,1427,1.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\ReflectionBridges\Enum.vb,66,4,13,49,3,2,2,4,0,2513,2.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\ReflectionBridges\Field.vb,63,10,13,40,1,3,2,2,0,2086,2.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\ComponntModels\ReflectionBridges\KeyValuePair.vb,72,5,13,54,3,5,1,4,0,2992,2.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\Attributes\Collection.vb,71,17,12,42,1,3,1,4,0,2752,2.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\Attributes\Column.vb,89,24,13,52,1,3,1,3,0,3662,3.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\Attributes\ColumnAttributes.vb,33,7,6,20,3,2,0,1,0,1044,1.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\Attributes\DataAttribute.vb,10,0,3,7,1,1,1,0,0,201,201 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\Attributes\MetaAttributeProvider.vb,44,14,7,23,1,2,1,1,0,1918,1.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\StorageProviders\DataFlowDirections.vb,15,8,1,6,1,0,0,0,0,496,496 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\StorageProviders\MetaAttributes.vb,81,16,12,53,1,0,0,3,0,3658,3.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\StorageProviders\Reflection.vb,340,81,38,221,1,0,0,9,0,16308,16.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\StorageProvider\Reflection\StorageProviders\TypeSchemaProvider.vb,319,62,56,201,1,0,0,8,0,14745,14.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\fileParser2.vb,21,1,8,12,1,0,2,0,0,558,558 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\Module1.vb,31,0,7,24,1,0,1,0,0,1010,1010 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\MySQLImportsTest.vb,11,0,3,8,1,0,1,0,0,300,300 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\parserTest.vb,49,3,20,26,1,0,2,0,0,3920,3.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\Reflection.vb,49,0,11,38,2,9,1,1,0,1378,1.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1161,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2775,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\Outlining\Class1.vb,47,0,7,40,2,28,0,0,0,2008,2.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,DataFrame\test\Outlining\OutliningTest.vb,11,0,4,7,1,0,1,0,0,253,253 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj,,11763,2794,1667,7302,104,159,121,485,12,476459,476.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\DataTableStream.vb,150,15,18,117,1,0,1,1,0,6924,6.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2795,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Outlining\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,195,195 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Outlining\OutliningDataLoader.vb,94,12,14,68,1,0,0,3,0,3905,3.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Outlining\Schema.vb,159,30,27,102,1,3,3,5,0,5949,5.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Property\attrs.vb,52,9,10,33,2,4,2,1,0,1933,1.93 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Property\Properties.vb,413,192,43,178,1,0,14,8,0,26228,26.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Property\Reflector.vb,115,14,16,85,1,0,1,6,0,5133,5.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Serialize\Extensions.vb,141,26,19,96,1,0,0,5,0,5335,5.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Serialize\NamespaceDoc.vb,6,4,0,2,1,0,0,0,0,244,244 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Serialize\Writer.vb,113,33,20,60,1,0,4,0,0,3961,3.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Serialize\ObjectSchema\Class.vb,100,22,16,62,1,3,1,6,0,3422,3.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Serialize\ObjectSchema\Field.vb,57,16,8,33,1,5,0,2,0,1914,1.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Serialize\ObjectSchema\Schema.vb,109,19,17,73,1,3,1,3,0,4315,4.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Templates\TemplateAttribute.vb,24,7,3,14,1,2,1,1,0,857,857 B +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,DataFrame.Extensions\Templates\TemplateHelper.vb,63,7,10,46,1,0,0,2,0,2361,2.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\DataFrame.Extensions\DataFramework.Extensions-netcore5.vbproj,,1667,432,230,1005,17,22,28,43,0,75471,75.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Engine.vb,133,5,25,103,1,0,2,7,0,4522,4.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\QueryParser.vb,138,1,16,121,1,0,0,3,0,5194,5.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Language\Escaping.vb,10,0,3,7,1,0,0,0,0,181,181 B +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Language\QueryToken.vb,37,0,6,31,1,4,0,1,0,937,937 B +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Language\Token.vb,15,0,4,11,1,0,2,0,0,404,404 B +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Language\TokenIcer.vb,90,1,11,78,1,0,1,2,0,3320,3.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Language\Tokens.vb,23,9,1,13,1,0,0,0,0,400,400 B +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2802,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\AutoContext.vb,22,0,5,17,1,0,0,2,0,691,691 B +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\Query.vb,65,11,13,41,1,5,1,1,0,1564,1.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\Parser\AttributeSelector.vb,37,0,4,33,1,0,1,1,0,1516,1.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\Parser\CSSSelector.vb,195,37,25,133,2,1,3,7,0,7520,7.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\Parser\FunctionParser.vb,12,0,3,9,1,0,1,1,0,429,429 B +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\Parser\Parser.vb,67,2,14,51,1,3,2,3,0,2223,2.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\Query\Parser\XPathSelector.vb,32,0,5,27,1,0,1,1,0,1153,1.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\TextParser\BaseInvoke.vb,218,54,29,135,1,0,0,13,0,9102,9.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\TextParser\Html.vb,51,0,8,43,1,0,0,3,0,2016,2.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\TextParser\LINQ.vb,56,10,8,38,1,0,0,2,0,2069,2.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\TextParser\FunctionModel\CustomFunction.vb,17,0,5,12,1,0,1,1,0,555,555 B +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\TextParser\FunctionModel\InternalInvoke.vb,19,0,5,14,1,2,0,2,0,617,617 B +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,GraphQuery\TextParser\FunctionModel\ParserFunction.vb,38,0,9,29,3,0,0,1,0,1400,1.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\GraphQuery\GraphQuery.NET5.vbproj,,1338,153,207,978,24,17,15,51,0,48615,48.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Bigram.vb,82,14,13,55,1,3,2,4,0,2580,2.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\NLP.vb,98,22,12,64,1,0,0,4,0,3777,3.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\StopWords.vb,411,12,9,390,1,2,1,3,0,11243,11.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\TextRank.vb,248,50,35,163,1,0,1,8,0,9740,9.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Html\Article.vb,41,15,7,19,1,4,0,2,0,1107,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Html\Html2Article.vb,292,83,34,175,1,3,1,5,0,11360,11.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Html\UrlUtility.vb,39,8,8,23,1,0,0,2,0,1175,1.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Model\Counter.vb,65,3,12,50,1,5,0,2,0,2197,2.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Model\Paragraph.vb,94,16,17,61,1,1,0,5,0,3221,3.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Model\Sentence.vb,134,26,22,86,1,3,2,8,0,4143,4.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Model\SentenceCharWalker.vb,60,3,11,46,1,0,1,3,0,1860,1.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Model\TokenCounter.vb,84,27,14,43,1,0,5,4,0,2635,2.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\POSTagger\BrillTransformationRules.vb,112,16,18,78,1,0,11,2,0,4899,4.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\POSTagger\PartOfSpeech.vb,21,0,4,17,1,2,0,3,0,866,866 B +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\graphQueryTest.vb,116,3,39,74,2,0,6,0,0,3394,3.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\Module1.vb,38,6,10,22,1,0,1,0,0,1316,1.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\Module2.vb,18,0,5,13,1,0,1,0,0,896,896 B +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2769,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,Trinity\Test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2954,2.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\Trinity\Trinity.NET5.vbproj,,2136,360,299,1477,21,27,33,55,0,73709,73.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\Trainer.vb,103,7,18,78,1,0,4,1,0,4458,4.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\TrainMethod.vb,33,29,0,4,1,0,0,0,0,2160,2.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\VectorModel.vb,198,45,39,114,1,3,2,6,0,6611,6.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\Word2Vec.vb,377,84,67,226,1,0,8,1,0,12811,12.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\Word2VecFactory.vb,67,5,18,44,1,0,0,9,0,1796,1.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\WordNeuron.vb,39,4,9,26,1,2,1,1,0,1105,1.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\WordScore.vb,27,3,4,20,1,0,1,2,0,719,719 B +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\test\counterTest.vb,37,1,10,26,1,0,3,0,0,1067,1.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\test\TestWord2Vec.vb,41,3,9,29,1,0,2,1,0,1461,1.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2766,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,word2vec\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data\word2vec\word2vec.vbproj,,1104,237,203,664,12,9,22,21,0,39497,39.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\BuildTree.vb,79,0,14,65,1,0,0,4,0,3754,3.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\DiffusionMap.vb,137,68,17,52,1,0,0,2,0,5658,5.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\KNNGraph.vb,217,25,41,151,5,0,4,11,0,7801,7.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\newickParser.vb,193,81,23,89,1,0,2,3,0,8480,8.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\Partitioning.vb,113,11,18,84,1,0,0,4,0,3574,3.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\AffinityPropagation\AffinityPropagation.vb,277,47,48,182,1,1,6,3,0,10275,10.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\AffinityPropagation\Edge.vb,35,0,6,29,1,5,1,2,0,1318,1.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\AffinityPropagation\Graph.vb,31,0,9,22,1,1,1,0,0,930,930 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\AffinityPropagation\QuickSelect.vb,69,15,15,39,1,0,0,2,0,2168,2.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\AffinityPropagation\SimilarityMatrix.vb,40,7,6,27,1,0,0,2,0,1500,1.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\ClusterTree\BTreeCluster.vb,77,10,11,56,1,5,1,3,0,2822,2.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\ClusterTree\ClusterTree.vb,134,49,17,68,3,1,2,4,0,4692,4.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\ComparisonProvider\AlignmentComparison.vb,95,0,18,77,2,0,3,3,0,3575,3.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\ComparisonProvider\Comparison.vb,25,3,5,17,1,0,1,2,0,805,805 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\ComparisonProvider\ComparisonProvider.vb,48,11,8,29,1,0,1,2,0,1545,1.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\test\AffinityPropagationDemo.vb,26,1,6,19,1,0,1,1,0,670,670 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,BinaryTree\test\Program.vb,17,9,3,5,1,0,1,0,0,693,693 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\btree-netcore5.vbproj,,1613,337,265,1011,24,13,24,48,0,60260,60.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\test\test.vbproj,test\AffinityPropagationDemo.vb,26,1,6,19,1,0,1,1,0,670,670 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\test\test.vbproj,test\Program.vb,17,9,3,5,1,0,1,0,0,693,693 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\BinaryTree\test\test.vbproj,,43,10,9,24,2,0,2,1,0,1363,1.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\MarginalLikelihoodAnalysis.vb,281,68,53,160,2,3,2,6,0,10462,10.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Statistics.vb,288,178,20,90,1,0,0,6,0,9499,9.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ValueMapping.vb,76,20,9,47,1,0,0,3,0,2741,2.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\ExportAPI.vb,85,23,12,50,3,0,0,2,0,3572,3.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\ItemSet.vb,144,5,34,105,1,2,2,12,2,4477,4.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\Output.vb,51,4,6,41,1,5,0,1,0,2035,2.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\Rule.vb,76,18,15,43,1,6,1,4,0,2436,2.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\Transaction.vb,69,15,10,44,2,2,3,3,0,2308,2.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\TransactionTokensItem.vb,19,0,6,13,1,2,0,2,0,667,667 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\Implementation\Apriori.vb,230,7,46,177,1,0,0,11,0,10821,10.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Algorithm\Implementation\StrongRules.vb,140,0,32,108,1,0,1,7,0,5826,5.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Helper\Encoding.vb,70,19,10,41,1,2,1,4,0,2883,2.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\AprioriRules\Helper\Item.vb,61,21,10,30,1,1,1,3,2,1937,1.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\Canopy.vb,254,43,45,166,5,2,5,7,0,9030,9.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\Density.vb,117,29,18,70,4,0,2,8,0,4970,4.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KNN.vb,120,20,16,84,1,0,2,1,0,4992,4.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\Spectral.vb,191,23,36,132,1,0,11,3,0,6342,6.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\BisectingKMeans\BisectingKMeans.vb,137,22,24,91,1,0,3,4,0,4980,4.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\BisectingKMeans\Cluster.vb,96,17,17,62,1,5,6,3,0,2781,2.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\DBSCAN\DbscanAlgorithm.vb,139,29,19,91,1,0,1,2,0,5821,5.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\DBSCAN\DbscanPoint.vb,29,0,7,22,2,1,1,1,0,841,841 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\DBSCAN\DbscanSession.vb,252,40,41,171,3,0,5,4,0,9851,9.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\DBSCAN\Extensions.vb,27,0,4,23,1,0,0,1,0,1138,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\DBSCAN\Optics\Point.vb,13,0,2,11,1,0,0,0,0,341,341 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\FuzzyCMeans\Algorithm.vb,7,0,3,4,1,0,0,0,0,85,85 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\FuzzyCMeans\Classify.vb,64,0,13,51,1,3,0,2,0,2567,2.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\FuzzyCMeans\CMeans.vb,278,53,35,190,1,0,2,8,0,13204,13.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\FuzzyCMeans\Entity.vb,36,11,5,20,1,3,0,1,0,1227,1.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\CosineSimilarity.vb,108,4,18,86,1,0,1,5,0,5304,5.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\DistanceCalculator.vb,18,13,0,5,1,0,0,1,0,1005,1005 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\EuclideanDistance.vb,20,3,2,15,1,0,0,1,0,895,895 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\ISparseMatrixSupport.vb,8,3,0,5,1,0,0,1,0,294,294 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\ManhattanDistance.vb,20,3,2,15,1,0,0,1,0,840,840 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\PearsonCorrelation.vb,36,3,4,29,1,0,0,1,0,1674,1.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Distance\SupremumDistance.vb,21,3,2,16,1,0,0,1,0,914,914 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Hdbscanstar\Cluster.vb,162,32,16,114,1,7,7,1,0,7866,7.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Hdbscanstar\HdbscanAlgorithm.vb,550,115,86,349,1,0,1,7,0,30386,30.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Hdbscanstar\HdbscanConstraint.vb,34,9,4,21,1,0,1,3,0,1246,1.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Hdbscanstar\HdbscanConstraintType.vb,6,0,0,6,1,0,0,0,0,135,135 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Hdbscanstar\OutlierScore.vb,41,11,9,21,1,2,1,1,0,1548,1.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Hdbscanstar\UndirectedGraph.vb,175,36,31,108,1,0,3,8,0,7438,7.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Runner\HdbscanParameters.vb,17,0,3,14,1,8,0,0,0,667,667 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Runner\HdbscanResult.vb,9,0,1,8,1,3,0,0,0,316,316 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\HDBSCAN\Runner\HdbscanRunner.vb,160,13,33,114,1,0,1,3,0,10076,10.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\Evaluation.vb,496,76,79,341,5,0,4,17,0,19281,19.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\EvaluationScore.vb,91,8,13,70,1,7,0,6,0,4257,4.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\Extensions.vb,117,22,11,84,1,0,0,5,0,5329,5.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\KMeans.vb,325,53,51,221,1,0,1,10,0,13870,13.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\Kmedoids.vb,159,42,28,89,1,0,0,3,0,6162,6.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\EntityModels\ClusterEntity.vb,152,57,16,79,1,3,4,4,2,5465,5.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\EntityModels\DataSetConvertor.vb,52,0,11,41,1,0,1,5,0,1831,1.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\EntityModels\EntityClusterModel.vb,82,16,9,57,1,2,0,5,0,3389,3.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\EntityModels\Metric.vb,20,0,6,14,1,0,1,1,0,597,597 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\Models\Cluster.vb,93,16,17,60,1,1,5,1,1,3176,3.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\Models\ClusterCollection.vb,59,15,9,35,1,1,1,3,0,2168,2.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\KMeans\Models\KMeansCluster.vb,103,21,15,67,1,4,2,4,0,3814,3.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\Lloyds\Clustering.vb,38,6,7,25,1,1,2,0,0,1184,1.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\Lloyds\LloydsMethodClustering.vb,108,11,23,74,1,1,1,2,0,4196,4.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Clustering\Lloyds\Point.vb,33,0,8,25,1,1,4,0,0,964,964 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\EntityBase.vb,50,17,6,27,1,2,0,1,0,1596,1.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\IClusterPoint.vb,8,0,3,5,1,1,0,0,0,137,137 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\IDataEmbedding.vb,14,4,4,6,1,0,0,0,0,357,357 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\IntegerEntity.vb,41,4,7,30,1,1,0,1,0,1447,1.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\TraceBackAlgorithm.vb,54,14,9,31,1,0,1,3,0,2103,2.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\TraceBackIterator.vb,106,17,20,69,1,1,6,2,0,3591,3.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Discretizer\Discretizer.vb,84,17,15,52,1,5,2,2,0,2457,2.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Discretizer\NormalRangeDiscretizer.vb,73,11,12,50,1,4,2,2,0,2604,2.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Encoder\Class.vb,170,74,22,74,1,3,0,2,13,5797,5.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Encoder\ClassEncoder.vb,137,27,23,87,1,1,3,5,0,4191,4.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Encoder\Extensions.vb,42,0,7,35,1,0,0,3,0,1651,1.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Encoder\Variable\Binary.vb,47,18,6,23,1,1,0,1,0,1467,1.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Encoder\Variable\Categorical.vb,12,0,4,8,1,1,0,0,0,389,389 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Encoder\Variable\CategoricalEncoder.vb,82,0,14,68,1,1,0,3,0,3180,3.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Normalizer\Methods.vb,17,9,1,7,1,0,0,0,0,572,572 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Normalizer\Normalizations.vb,96,17,13,66,1,0,1,5,0,3448,3.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\ComponentModel\Serialization\EntityVectorFile.vb,73,3,15,55,1,0,2,3,0,2457,2.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\Algorithm.vb,213,25,40,148,1,0,0,8,0,8994,8.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\Attributes.vb,36,3,7,26,1,3,2,2,0,1197,1.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\Tree.vb,91,27,15,49,1,1,3,4,0,3334,3.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\TreeNode.vb,37,0,6,31,1,6,3,1,0,1094,1.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\VisualDebugger.vb,51,4,6,41,1,0,2,0,0,2231,2.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\DataModels\DataImports.vb,83,5,13,65,1,0,0,4,0,3086,3.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\DataModels\DataModels.vb,54,10,9,35,2,3,0,3,0,1802,1.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\DecisionTree\DataModels\DataTable.vb,60,19,9,32,1,4,1,1,0,1763,1.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\Metric.vb,155,15,33,107,6,0,2,9,0,5168,5.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,157,157 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\RegressionClassify.vb,29,7,6,16,1,4,0,1,0,780,780 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\RegressionROC.vb,94,7,14,73,3,0,0,4,0,3477,3.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\ROC.vb,151,53,20,78,1,0,0,5,0,5603,5.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\Validate.vb,89,16,12,61,1,4,0,3,0,3410,3.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\Validation.vb,218,64,22,132,1,4,0,5,0,8460,8.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\LabelEvaluate\ChangePoint.vb,18,0,4,14,1,0,1,1,0,474,474 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\LabelEvaluate\FakeAUCGenerator.vb,83,9,14,60,1,0,0,2,0,3292,3.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\LabelEvaluate\PerformanceEvaluator.vb,187,35,36,116,1,4,5,4,0,5902,5.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Evaluation\LabelEvaluate\RankPair.vb,50,23,9,18,1,2,1,2,0,1690,1.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Interface\DFL\I_FactorElement.vb,120,42,16,62,1,3,0,5,0,4564,4.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Interface\DFL\Node.vb,56,9,10,37,1,1,1,3,0,2194,2.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Kernel\Bayesian.vb,84,22,10,52,1,0,0,7,0,3415,3.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Kernel\BayesianBeliefNetwork\BeliefNetwork.vb,298,32,48,218,14,14,5,11,0,12479,12.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Kernel\BayesianBeliefNetwork\BNInfer.vb,143,10,30,103,4,0,4,5,0,5218,5.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Kernel\Neuron\Neuron.vb,67,12,14,41,3,3,1,3,0,2360,2.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\Kernel\Neuron\NeuronEntity.vb,33,0,7,26,1,1,0,1,0,1163,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\AprioriTest.vb,73,21,18,34,1,0,3,0,0,2664,2.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\DecisionTreeProgram.vb,472,337,95,40,2,0,3,1,0,21968,21.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\KmedoidsTest.vb,75,58,17,0,0,0,0,0,0,2815,2.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\Module1.vb,13,6,3,4,1,0,1,0,0,448,448 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\roc_test2.vb,15,0,4,11,1,0,1,0,0,575,575 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\SCStest.vb,47,2,15,30,1,0,2,0,0,1711,1.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\TestingMain.vb,256,180,76,0,0,0,0,0,0,10290,10.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\DBSCAN\MyCustomDatasetItem.vb,14,0,4,10,1,1,1,0,0,371,371 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\DBSCAN\Program.vb,32,2,7,23,1,0,1,0,0,1470,1.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1162,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2772,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,DataMining\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2960,2.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DataMining\DataMining.NET5.vbproj,,11457,2602,1922,6933,157,161,151,337,20,454512,454.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DensityQuery\DensityQuery.NET5.vbproj,DensityQuery\Density2D.vb,73,13,11,49,1,0,0,3,0,2897,2.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DensityQuery\DensityQuery.NET5.vbproj,DensityQuery\GridBox.vb,32,1,7,24,1,0,1,1,0,1010,1010 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DensityQuery\DensityQuery.NET5.vbproj,DensityQuery\KDQuery.vb,43,0,7,36,1,0,1,2,0,1551,1.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DensityQuery\DensityQuery.NET5.vbproj,DensityQuery\Metric.vb,47,0,11,36,1,0,2,5,0,1523,1.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DensityQuery\DensityQuery.NET5.vbproj,,195,14,36,145,4,0,4,11,0,6981,6.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\Extensions.vb,33,6,3,24,1,0,0,2,0,1195,1.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\CenterStar\CenterStar.vb,210,33,30,147,1,1,4,3,0,7080,7.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\Generic\GenericSequence.vb,75,0,13,62,1,1,2,3,2,2367,2.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\Generic\GenericSymbol.vb,37,0,8,29,1,0,1,3,0,1184,1.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\KBand\KBandSearch.vb,134,20,24,90,1,0,1,2,0,3690,3.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\Knapsack\Item.vb,22,0,5,17,1,3,1,1,0,668,668 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\Knapsack\KnapsackSolution.vb,24,0,5,19,1,3,0,2,0,879,879 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\Knapsack\KnapsackSolver.vb,73,0,16,57,1,0,1,5,0,2415,2.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\NeedlemanWunsch\GlobalAlign.vb,75,0,15,60,1,4,1,3,0,2336,2.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\NeedlemanWunsch\GNW.vb,199,66,28,105,1,0,3,2,0,8427,8.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\NeedlemanWunsch\ScoreMatrix.vb,51,14,11,26,1,3,2,2,0,1571,1.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\NeedlemanWunsch\Workspace.vb,95,32,16,47,1,4,3,2,0,3120,3.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\SmithWaterman\Directions.vb,28,17,3,8,1,0,0,0,0,723,723 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\SmithWaterman\GSW.vb,373,115,48,210,1,8,3,6,0,14805,14.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\SmithWaterman\LocalHSPMatch.vb,85,24,15,46,1,6,1,3,0,2786,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\SmithWaterman\Match.vb,92,30,14,48,1,5,3,3,1,2868,2.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\SmithWaterman\SimpleChaining.vb,197,35,27,135,3,1,1,5,0,7689,7.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\SmithWaterman\Workspace.vb,34,0,5,29,1,0,0,2,0,1274,1.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\test\Module1.vb,44,18,10,16,1,0,2,0,0,1668,1.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1161,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2796,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,DynamicProgramming\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\DynamicProgramming\DynamicProgramming.NET5.vbproj,,2064,466,325,1273,24,43,30,49,3,74119,74.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,FeatureFrame\Encoder.vb,80,24,12,44,1,0,1,3,0,2659,2.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,FeatureFrame\FeatureEncoder.vb,18,3,3,12,1,0,0,1,0,590,590 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,FeatureFrame\Encoder\EnumEncoder.vb,33,3,5,25,1,0,0,1,0,1140,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,FeatureFrame\Encoder\FlagEncoder.vb,24,3,5,16,1,0,0,1,0,785,785 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,FeatureFrame\Encoder\NumericBinsEncoder.vb,49,0,9,40,1,0,1,2,0,1865,1.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,FeatureFrame\Encoder\NumericEncoder.vb,16,0,4,12,1,0,0,1,0,551,551 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\FeatureFrame\FeatureFrame.vbproj,,220,33,38,149,6,0,2,9,0,7590,7.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\Circular.vb,145,5,24,116,1,0,3,0,0,6383,6.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\Dendrogram.vb,61,0,6,55,1,0,0,1,0,2623,2.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\DendrogramPanel.vb,57,3,9,45,1,1,1,1,0,2174,2.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\DendrogramPanelV2.vb,163,8,27,128,1,0,3,1,0,7232,7.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\Horizon.vb,148,5,24,119,1,0,3,0,0,6634,6.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\HorizonRightToLeft.vb,103,13,18,72,1,8,2,0,0,4215,4.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,HCTreePlot\Layouts.vb,18,12,0,6,1,0,0,0,0,396,396 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\HCTreePlot\HCTreePlot.vbproj,,695,46,108,541,7,9,12,3,0,29657,29.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\PrintHelper.vb,49,9,8,32,1,0,2,1,0,1630,1.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\ClusteringAlgorithm\Cluster.vb,179,47,25,107,1,10,4,6,0,5405,5.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\ClusteringAlgorithm\ClusteringAlgorithm.vb,27,17,4,6,1,0,0,3,0,1315,1.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\ClusteringAlgorithm\DefaultClusteringAlgorithm.vb,171,28,35,108,1,1,1,6,0,7283,7.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\ClusteringAlgorithm\DoCluster.vb,101,11,19,71,3,2,2,3,0,4490,4.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\ClusteringAlgorithm\LinkageStrategy.vb,85,17,20,48,5,0,0,5,0,2994,2.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\ClusteringAlgorithm\PDistClusteringAlgorithm.vb,106,31,20,55,1,0,0,6,0,4821,4.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\HierarchyBuilder\Distance.vb,57,17,10,30,1,3,3,3,0,1992,1.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\HierarchyBuilder\DistanceMap.vb,142,14,27,101,1,1,4,7,0,4545,4.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\HierarchyBuilder\HierarchyBuilder.vb,145,43,22,80,1,5,2,2,0,5775,5.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\HierarchyBuilder\HierarchyLink.vb,64,4,13,47,2,1,1,6,0,2201,2.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,hierarchical-clustering\HierarchyBuilder\HierarchyTreeNode.vb,111,22,23,66,1,3,2,5,0,3667,3.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\hierarchical-clustering\hierarchical-clustering\hctree.NET5.vbproj,,1237,260,226,751,19,26,21,53,0,46118,46.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Chain.vb,58,14,10,34,1,2,1,2,0,1630,1.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\HMM.vb,62,5,11,46,1,0,1,6,0,2456,2.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\MarkovChain.vb,27,0,5,22,1,0,1,2,0,988,988 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Utils.vb,25,0,4,21,1,0,0,3,0,978,978 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\CalculateProb.vb,31,0,6,25,1,0,1,1,0,1087,1.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMAlgorithm\Backward.vb,24,0,5,19,1,0,1,1,0,896,896 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMAlgorithm\BaumWelch.vb,66,0,12,54,1,0,1,1,0,2743,2.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMAlgorithm\Bayes.vb,26,0,5,21,1,0,1,1,0,965,965 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMAlgorithm\Forward.vb,23,0,5,18,1,0,1,1,0,838,838 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMAlgorithm\HMMAlgorithm.vb,12,0,4,8,1,0,1,0,0,206,206 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMAlgorithm\Viterbi.vb,30,1,5,24,1,0,1,1,0,1380,1.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMChainAlgorithm\backwardFactory.vb,50,0,12,38,1,0,1,2,0,2010,2.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMChainAlgorithm\EM.vb,78,0,21,57,1,0,1,5,0,3060,3.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMChainAlgorithm\forwardFactory.vb,46,0,8,38,1,0,1,3,0,1974,1.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMChainAlgorithm\HMMChainAlgorithm.vb,13,0,4,9,1,0,1,0,0,331,331 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Algorithm\HMMChainAlgorithm\viterbiFactory.vb,87,0,15,72,1,0,1,4,0,3938,3.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Models\Alpha.vb,12,3,3,6,1,2,0,0,0,249,249 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Models\Beta.vb,12,3,3,6,1,2,0,0,0,230,230 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Models\Objects.vb,35,8,9,18,2,4,0,2,0,941,941 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Models\Psi.vb,21,0,7,14,3,6,0,0,0,458,458 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\Models\PsiArray.vb,42,0,11,31,2,3,4,0,0,1147,1.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\test\Program.vb,74,9,18,47,1,0,3,0,0,3116,3.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1019,1019 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2766,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,HMM\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\HMM\HMM.NET5.vbproj,,1036,99,212,725,29,23,23,35,0,38806,38.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\DistanceFunctions.vb,46,20,5,21,1,0,0,4,0,1848,1.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\OptimizationState.vb,39,12,4,23,1,0,0,1,0,1364,1.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Umap.vb,473,105,74,294,1,1,6,11,0,20072,20.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\UmapProject.vb,151,25,31,95,1,6,1,3,0,4511,4.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\DefaultRandomGenerator.vb,38,7,8,23,1,3,2,2,0,1788,1.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\DistanceCalculation.vb,1,0,0,1,1,0,0,0,0,88,88 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\Utils.vb,97,19,15,63,1,1,1,4,0,3131,3.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\Heaps\Heap.vb,18,0,4,14,1,0,1,0,0,502,502 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\Heaps\Heaps.vb,251,33,46,172,1,0,1,7,0,9546,9.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\SIMD\SIMD.vb,238,0,49,189,1,0,2,3,0,8160,8.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\SIMD\SIMDInt.vb,62,0,10,52,1,0,2,0,0,2058,2.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\SparseMatrix\RowCol.vb,45,10,8,27,1,2,1,4,0,1445,1.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\SparseMatrix\SparseMatrix.vb,275,21,52,202,1,1,6,17,0,10348,10.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\Tree\FlatTree.vb,9,0,1,8,1,4,0,0,0,281,281 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\Tree\RandomProjectionTreeNode.vb,11,0,1,10,1,6,0,0,0,410,410 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\Components\Tree\Tree.vb,256,40,38,178,1,0,0,10,0,11226,11.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\KNearestNeighbour.vb,100,29,17,54,1,0,1,3,0,4214,4.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\KNNArguments.vb,32,4,7,21,1,4,1,1,0,888,888 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\KNNState.vb,17,7,4,6,1,2,0,0,0,416,416 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\SmoothKNN.vb,160,4,31,125,1,0,1,3,0,6131,6.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\KDTree\KDAccessor.vb,51,0,10,41,1,0,2,5,0,1914,1.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\KDTree\KDPoint.vb,15,0,4,11,1,3,0,0,0,321,321 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\KNN\KDTree\KDTreeMetric.vb,45,0,5,40,1,0,0,1,0,1692,1.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\NNDescent\Abstract.vb,12,0,3,9,1,0,0,1,0,503,503 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\NNDescent\NNDescent.vb,133,43,19,71,1,0,1,1,0,6224,6.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\NNDescent\NNDescentLoop.vb,67,3,15,49,1,0,3,1,0,1889,1.89 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\NNDescent\RPTree.vb,90,48,9,33,1,0,3,0,0,4541,4.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\test\Program.vb,126,3,27,96,2,2,3,1,0,5740,5.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\test\test2.vb,17,0,5,12,1,0,1,0,0,525,525 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2760,2.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,UMAP\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2954,2.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\DataMining\UMAP\UMAP.NET5.vbproj,,3057,489,531,2037,33,39,40,83,0,119067,119.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Extensions.vb,132,41,15,76,1,0,0,7,0,4521,4.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\NamespaceDoc.vb,6,3,1,2,1,0,0,0,0,195,195 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\PQTree.vb,966,90,67,809,1,0,5,17,0,43829,43.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Utils.vb,85,20,10,55,1,0,0,3,0,2885,2.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\GraphAnalysis.vb,58,15,9,34,1,0,0,2,0,2176,2.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\Dijkstra\Dijkstra.vb,168,39,27,102,1,3,2,6,0,6876,6.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\Dijkstra\LinkCalculator.vb,230,36,47,147,4,0,4,5,0,7958,7.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\Dijkstra\Route.vb,67,3,14,50,1,4,4,2,0,1986,1.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\FastUnfolding\FastUnfolding.vb,116,15,23,78,1,0,1,4,0,3820,3.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\FastUnfolding\KeyMaps.vb,30,0,7,23,1,1,1,0,0,762,762 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\FastUnfolding\Matrix.vb,19,0,5,14,2,5,0,1,0,532,532 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\FastUnfolding\Utils.vb,48,8,9,31,1,0,0,1,0,1463,1.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\Louvain\Builder.vb,111,3,22,86,1,0,3,1,0,4475,4.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\Louvain\Edge.vb,22,6,4,12,1,0,1,1,0,576,576 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\Louvain\Louvain.vb,383,89,69,225,1,0,4,4,0,12413,12.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PageRank\GraphMatrix.vb,103,11,16,76,1,0,1,3,0,3504,3.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PageRank\PageRank.vb,204,50,37,117,1,0,1,4,0,8221,8.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PageRank\WeightedPRGraph.vb,172,33,35,104,3,3,1,3,0,6219,6.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PQDijkstra\BasicHeap.vb,68,2,12,54,1,1,2,1,0,2066,2.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PQDijkstra\DijkstraFast.vb,269,103,34,132,9,0,4,7,0,11552,11.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PQDijkstra\Example.vb,73,8,13,52,1,0,1,3,0,2536,2.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PQDijkstra\HeapNode.vb,15,0,3,12,1,0,1,0,0,338,338 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Analysis\PQDijkstra\PQDijkstraProvider.vb,37,18,5,14,1,0,1,1,0,1556,1.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\KNN\Cosine.vb,17,0,5,12,1,0,0,2,0,463,463 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\KNN\KNN.vb,69,14,12,43,1,0,1,3,0,2706,2.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\KNN\ScoreMetric.vb,21,7,5,9,1,1,0,1,0,620,620 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\SGT.vb,358,110,52,196,3,2,1,12,0,13011,13.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Abstract\Edge.vb,68,31,7,30,1,4,0,2,0,2268,2.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Abstract\General.vb,31,5,7,19,2,0,2,1,0,905,905 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Abstract\Graph.vb,350,120,43,187,1,3,2,19,0,12126,12.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Abstract\Vertex.vb,60,17,9,34,1,2,4,2,0,1745,1.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\GridGraph\Extensions.vb,16,0,3,13,1,0,0,1,0,534,534 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\GridGraph\Grid.vb,83,22,16,45,1,2,3,3,0,2506,2.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\GridGraph\Grid2D.vb,341,97,41,203,1,4,2,15,0,13250,13.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\GridGraph\GridCell.vb,75,4,14,57,1,6,3,1,0,1936,1.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\GridGraph\IPoint2D.vb,18,6,5,7,1,2,0,0,0,405,405 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\GridGraph\Spatial3D.vb,134,27,18,89,1,1,1,6,0,5289,5.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\AbstractTree.vb,166,42,22,102,1,6,2,4,0,4726,4.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\TermTree.vb,80,11,13,56,1,0,1,5,0,2430,2.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\Tree.vb,89,28,16,45,2,2,3,4,0,2521,2.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\Trie.vb,181,34,32,115,2,4,3,7,0,5449,5.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\HuffmanTree\HuffmanNeuron.vb,41,3,6,32,1,4,1,3,0,1486,1.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\HuffmanTree\HuffmanNode.vb,16,4,4,8,1,3,0,1,0,424,424 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\HuffmanTree\HuffmanTree.vb,36,4,8,24,1,0,1,1,0,1046,1.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\KdNodeAccessor.vb,40,16,6,18,1,0,0,0,0,1379,1.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\KdNodeHeapItem.vb,31,12,6,13,1,2,1,1,0,856,856 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\KdTree.vb,403,66,67,270,1,4,3,12,0,15026,15.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\KdTreeNode.vb,53,13,10,30,1,6,1,2,0,1574,1.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\Utils.vb,20,6,3,11,1,0,1,0,0,587,587 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\ApproximateNearNeighbor\ApproximateNearNeighbor.vb,98,25,16,57,3,0,2,4,0,4132,4.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\ApproximateNearNeighbor\KNeighbors.vb,22,6,4,12,1,0,1,0,0,618,618 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\ApproximateNearNeighbor\TagVector.vb,47,15,8,24,1,4,2,1,0,1382,1.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Model\Tree\KdTree\ApproximateNearNeighbor\VectorAccessor.vb,55,4,10,41,1,0,2,5,0,2094,2.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\MST\DisjointSet.vb,76,0,13,63,1,0,6,1,0,2364,2.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\MST\DJSet.vb,43,0,9,34,1,1,3,0,0,1025,1.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\MST\DJSets.vb,47,0,8,39,1,0,4,1,0,1239,1.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\MST\Kruskal.vb,59,3,13,43,1,0,1,3,0,1869,1.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\DegreeData.vb,9,0,3,6,1,2,0,0,0,209,209 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\Edge.vb,8,0,2,6,1,0,1,0,0,158,158 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\Extensions.vb,95,23,15,57,1,0,0,4,0,4468,4.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\NamespaceDoc.vb,9,3,2,4,1,0,0,0,0,251,251 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\NetworkGraph.vb,42,14,8,20,1,2,2,0,0,1336,1.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\Node.vb,15,7,3,5,1,1,0,0,0,370,370 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\NodeMetaDataAccessor.vb,9,0,3,6,1,0,0,2,0,265,265 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\SubNetworkComponents.vb,156,13,29,114,1,0,1,6,0,5940,5.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\Network\Bipartite\BipartiteMatching.vb,262,66,43,153,3,4,7,6,0,10441,10.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\DijkstraTest.vb,32,0,7,25,1,0,1,0,0,928,928 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\Module1.vb,17,0,5,12,1,0,1,0,0,340,340 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\TreeTest.vb,17,0,5,12,1,0,1,0,0,368,368 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1049,1.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2784,2.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,Graph\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2972,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Graph\graph-netcore5.vbproj,,7480,1527,1149,4804,95,93,109,217,0,272780,272.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\Graph2Vec.vb,65,0,13,52,1,0,1,2,0,2395,2.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\Algorithm.vb,86,34,8,44,1,0,0,5,0,3888,3.89 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\Arguments.vb,29,0,6,23,1,6,0,0,0,1352,1.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex\AdaGrad.vb,111,0,11,100,1,0,2,0,0,5845,5.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex\ComplEx.vb,191,7,19,165,1,0,3,0,0,10783,10.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex\Evaluation.vb,144,0,9,135,1,0,2,0,0,7077,7.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex\Gradients.vb,94,0,9,85,1,0,2,1,0,5107,5.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE\AdaGrad.vb,126,2,11,113,1,0,2,0,0,6649,6.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE\ComplEx.vb,177,3,19,155,1,0,3,0,0,10541,10.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE\Evaluation.vb,144,0,9,135,1,0,2,0,0,7081,7.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE\Gradients.vb,83,0,9,74,1,0,2,1,0,4880,4.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE_AER\AdaGrad.vb,135,2,11,122,1,0,2,0,0,7142,7.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE_AER\AERGradients.vb,49,4,6,39,1,0,2,0,0,2356,2.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE_AER\ComplEx.vb,188,3,22,163,1,0,3,0,0,11128,11.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE_AER\Evaluation.vb,145,0,10,135,1,0,2,0,0,7087,7.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_NNE_AER\Gradients.vb,83,0,9,74,1,0,2,1,0,4884,4.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_R\AdaGrad.vb,120,0,11,109,1,0,2,0,0,6404,6.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_R\ComplEx.vb,190,3,24,163,1,0,3,0,0,11114,11.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_R\Evaluation.vb,145,0,10,135,1,0,2,0,0,7081,7.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_R\Gradients.vb,83,0,9,74,1,0,2,1,0,4878,4.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\complex_R\RGradients.vb,54,11,6,37,1,0,2,0,0,2711,2.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\Matrix.vb,218,0,27,191,3,1,11,7,0,8469,8.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\Relation.vb,15,0,5,10,1,2,1,0,0,341,341 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\Rule.vb,22,0,7,15,1,1,2,1,0,515,515 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\RuleSet.vb,60,0,11,49,3,1,1,2,0,2098,2.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\Triple.vb,26,6,5,15,1,3,1,1,0,800,800 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\TripleDict.vb,30,0,9,21,1,0,2,1,0,847,847 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\struct\TripleSet.vb,104,0,15,89,3,0,4,5,0,4321,4.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\util\NegativeTripleGenerator.vb,77,0,18,59,1,0,1,3,0,3183,3.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\GraphEmbedding\util\StringSplitter.vb,36,0,6,30,1,0,0,2,0,1378,1.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\Node2Vec\AliasMethod.vb,141,67,21,53,1,0,1,1,0,6403,6.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\Node2Vec\Graph.vb,244,58,22,164,1,0,4,7,0,10242,10.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,Bootstrapping\Node2Vec\Solver.vb,85,23,15,47,1,0,0,2,0,3143,3.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\Bootstrapping\Bootstrapping.vbproj,,3500,223,402,2875,39,14,69,43,0,172123,172.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\CeNiN.vb,208,11,49,148,1,1,2,6,0,6833,6.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\ImageProcessor.vb,62,0,13,49,2,0,0,3,0,2355,2.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\NamespaceDoc.vb,10,5,1,4,1,0,0,0,0,247,247 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\SaveModel.vb,111,4,17,90,1,0,6,1,0,3801,3.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Solver.vb,88,0,16,72,1,0,0,1,0,3506,3.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\Convolution.vb,150,1,33,116,1,1,2,1,0,5373,5.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\Input.vb,128,11,18,99,1,2,2,3,0,4669,4.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\Layer.vb,125,20,24,81,1,1,10,2,0,4451,4.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\Output.vb,54,4,12,38,1,3,1,4,0,1952,1.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\Pool.vb,88,0,22,66,1,1,2,1,0,2774,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\ReLU.vb,51,0,14,37,1,1,1,1,0,1419,1.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CeNiN\Layers\SoftMax.vb,45,0,11,34,1,1,1,1,0,1330,1.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\ConvolutionalNN.vb,221,58,39,124,1,5,3,8,0,7609,7.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\DataLink.vb,19,7,4,8,1,0,0,0,0,559,559 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Dimension.vb,50,12,10,28,1,0,2,3,0,1430,1.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\LayerBuilder.vb,109,9,25,75,1,1,2,17,0,4048,4.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\LayerTypes.vb,36,9,4,23,1,0,0,0,0,1089,1.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\ReadModelCNN.vb,49,1,11,37,1,0,0,3,0,1684,1.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\SaveModelCNN.vb,39,3,7,29,1,0,3,0,0,1293,1.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Trainer.vb,141,8,24,109,1,0,2,1,0,5699,5.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Util.vb,27,6,3,18,1,0,0,1,0,883,883 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\data\BackPropResult.vb,55,7,11,37,1,4,1,1,0,1701,1.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\data\DataBlock.vb,283,85,42,156,1,6,19,8,0,9950,9.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\data\OutputDefinition.vb,53,21,9,23,1,4,2,1,0,1469,1.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\data\TrainResult.vb,47,3,10,34,1,1,1,1,0,1336,1.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\Conv2DTransposeLayer.vb,235,15,38,182,1,1,3,2,0,10118,10.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\ConvolutionLayer.vb,217,20,41,156,5,1,7,2,0,8762,8.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\DropoutLayer.vb,95,13,19,63,1,1,3,2,0,2989,2.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\FourierFeatureLayer.vb,98,26,14,58,1,1,2,1,0,4062,4.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\FullyConnectedLayer.vb,145,11,35,99,5,1,7,2,0,5084,5.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\GaussianLayer.vb,76,0,13,63,1,1,2,2,0,2734,2.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\InputLayer.vb,82,30,14,38,1,3,3,2,0,2973,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\Layer.vb,29,13,6,10,1,2,1,1,0,975,975 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\LeakyReluLayer.vb,60,1,14,45,1,1,3,2,0,1758,1.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\LocalResponseNormalizationLayer.vb,132,28,23,81,1,1,3,2,0,5044,5.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\MaxoutLayer.vb,130,14,15,101,1,1,3,2,0,4903,4.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\PoolingLayer.vb,219,31,43,145,5,1,8,2,0,8184,8.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\RectifiedLinearUnitsLayer.vb,75,13,15,47,1,1,2,2,0,2426,2.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\SigmoidLayer.vb,78,19,14,45,1,1,2,2,0,2655,2.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\TanhLayer.vb,60,7,11,42,1,1,2,2,0,1921,1.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\losslayers\LossLayer.vb,60,13,13,34,1,1,3,0,0,1974,1.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\losslayers\RegressionLayer.vb,66,10,15,41,1,1,2,4,0,2177,2.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\losslayers\SoftMaxLayer.vb,108,17,22,69,1,1,2,4,0,3390,3.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\Layers\losslayers\SVMLayer.vb,69,11,14,44,1,1,2,4,0,2212,2.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\AdaDeltaTrainer.vb,45,6,10,29,1,0,3,1,0,1530,1.53 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\AdaGradTrainer.vb,30,7,5,18,1,0,2,1,0,1025,1.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\AdamTrainer.vb,47,6,9,32,1,0,3,1,0,1962,1.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\NesterovTrainer.vb,24,5,5,14,1,0,2,0,0,812,812 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\SGDTrainer.vb,33,11,5,17,1,0,2,0,0,1287,1.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\TrainerAlgorithm.vb,147,22,30,95,1,6,3,2,0,5621,5.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\CNN\trainers\WindowGradTrainer.vb,34,10,8,16,1,0,2,0,0,1309,1.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\Layers\Linear.vb,39,3,8,28,1,0,2,2,0,1149,1.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Importance.vb,70,20,10,40,1,0,0,2,0,2941,2.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Netz.vb,280,6,48,226,1,10,6,1,0,10982,10.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\HiddenLayers.vb,119,39,16,64,1,3,4,4,0,4914,4.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\Layer.vb,187,53,21,113,1,4,7,4,0,7604,7.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\LayerActives.vb,58,19,7,32,1,2,1,3,0,2061,2.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\Network.vb,187,71,26,90,1,8,4,3,0,7495,7.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\Neuron.vb,308,89,48,171,1,8,3,7,0,11161,11.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\SoftmaxLayer.vb,68,11,13,44,1,0,2,1,0,2517,2.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\Synapse.vb,76,25,9,42,1,6,3,1,0,2433,2.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Models\Protocols\Dropout.vb,30,10,3,17,1,0,1,0,0,1176,1.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\CreateSnapshot.vb,106,10,13,83,1,0,0,4,0,4027,4.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\NamespaceDoc.vb,15,7,2,6,1,0,0,0,0,592,592 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\Snapshot.vb,155,19,25,111,1,0,1,6,0,6207,6.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\Formats\IntegralLoader.vb,179,22,25,132,3,0,0,4,0,7808,7.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\Formats\Scattered.vb,166,28,28,110,1,0,1,4,0,6828,6.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\Models\Layers.vb,44,3,9,32,2,5,0,4,0,1542,1.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\Models\NeuralNetwork.vb,81,26,8,47,1,8,0,4,0,3625,3.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\StoreProcedure\Models\Neuron.vb,47,15,8,24,2,8,0,2,0,1588,1.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\ANNTrainer.vb,449,95,66,288,1,9,11,8,0,17692,17.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\Helpers.vb,65,13,10,42,2,2,0,5,0,2419,2.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\IndividualParallelTraining.vb,153,4,28,121,2,0,5,4,0,6251,6.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\Reporter.vb,31,4,8,19,1,0,4,0,0,722,722 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\TrainingSample.vb,33,3,8,22,1,1,1,1,0,929,929 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\TrainingUtils.vb,55,11,9,35,1,0,3,2,0,2370,2.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\DarwinismHybrid\Accelerator.vb,57,4,9,44,1,0,1,2,0,2497,2.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\DarwinismHybrid\Fitness.vb,33,0,7,26,1,1,1,1,0,1185,1.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\NeuralNetwork\Trainings\DarwinismHybrid\NetworkIndividual.vb,204,10,40,154,1,2,3,6,0,7902,7.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\CharRNN.vb,187,42,35,110,1,0,3,2,0,7642,7.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\Options.vb,49,10,22,17,1,12,0,0,0,1424,1.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\math\Math.vb,48,14,9,25,1,0,0,5,0,1351,1.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\math\Matrix.vb,443,72,67,304,1,3,6,31,0,15597,15.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\math\Random.vb,54,17,10,27,1,0,0,4,0,1832,1.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\math\Utils.vb,49,8,9,32,1,0,0,3,0,1173,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\Alphabet.vb,81,12,16,53,1,0,1,6,0,2320,2.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\BasicRNN.vb,11,3,1,7,1,0,0,0,0,318,318 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\CharLevelRNN.vb,36,9,9,18,1,0,0,2,0,1225,1.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\MultiLayerCharLevelRNN.vb,100,32,19,49,1,3,5,3,0,2856,2.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\MultiLayerRNN.vb,200,45,42,113,1,4,3,3,0,5186,5.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\RNN.vb,19,4,4,11,1,0,0,0,0,880,880 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\RNNLayer.vb,409,109,90,210,1,4,7,9,0,14153,14.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\RNNTrainer.vb,158,31,43,84,1,3,7,0,0,4158,4.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\SingleLayerCharLevelRNN.vb,101,31,21,49,1,3,5,3,0,2856,2.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\SingleLayerRNN.vb,127,31,29,67,1,4,3,3,0,3430,3.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\StringTrainingSet.vb,84,17,16,51,1,2,2,4,0,2350,2.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\interfaces\CharacterSampleable.vb,18,10,2,6,1,0,0,2,0,802,802 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\interfaces\IntegerSampleable.vb,17,9,2,6,1,0,0,2,0,706,706 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\interfaces\Trainable.vb,17,9,3,5,1,0,0,1,0,487,487 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\RNN\net\interfaces\TrainingSet.vb,17,6,4,7,1,0,1,2,0,444,444 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\test\Class1.vb,20,15,5,0,0,0,0,0,0,760,760 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\test\Dataset.vb,99,0,18,81,1,1,5,6,0,3206,3.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\test\MnistTest.vb,203,169,34,0,0,0,0,0,0,8414,8.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\test\Program.vb,69,59,10,0,0,0,0,0,0,2647,2.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,DeepLearning\test\RNNTest.vb,14,0,5,9,1,0,1,0,0,378,378 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\DeepLearning.NET6.vbproj,,10568,2028,1917,6623,121,176,252,289,0,380559,380.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\test\test.vbproj,test\Class1.vb,20,15,5,0,0,0,0,0,0,760,760 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\test\test.vbproj,test\Dataset.vb,99,0,18,81,1,1,5,6,0,3206,3.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\test\test.vbproj,test\MnistTest.vb,203,169,34,0,0,0,0,0,0,8412,8.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\test\test.vbproj,test\Program.vb,69,59,10,0,0,0,0,0,0,2647,2.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\test\test.vbproj,test\RNNTest.vb,14,0,5,9,1,0,1,0,0,376,376 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\DeepLearning\test\test.vbproj,,405,243,72,90,2,1,6,6,0,15401,15.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Extensions.vb,83,32,9,42,1,0,0,3,0,3176,3.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\IterationReporter.vb,33,14,7,12,5,0,0,1,0,987,987 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\Status0.vb,67,0,17,50,3,3,2,6,0,2046,2.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\ActiveFunctionXml.vb,145,28,12,105,1,7,0,4,0,5906,5.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\IActivationFunction.vb,93,39,14,40,1,1,0,1,0,3265,3.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\BipolarSigmoid.vb,114,69,10,35,1,2,2,3,0,3976,3.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\HyperbolicTangent.vb,56,22,7,27,1,1,0,3,0,1644,1.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\ReLU.vb,91,5,14,72,1,1,2,7,0,2666,2.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\Sigmoid.vb,125,74,12,39,1,2,2,4,0,4312,4.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\SigmoidFunction.vb,39,3,7,29,1,1,0,4,0,1401,1.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\Sinc.vb,36,0,6,30,1,1,0,3,0,1031,1.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\Softplus.vb,28,0,6,22,1,1,0,3,0,840,840 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Functions\Threshold.vb,85,46,9,30,1,1,1,4,0,2728,2.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Regression\Identical.vb,26,0,5,21,1,1,0,3,0,759,759 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\ActiveFunctions\Regression\QLinear.vb,36,0,6,30,1,1,0,3,0,1003,1003 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\DataSet.vb,151,33,19,99,1,6,0,4,0,5804,5.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\Diagnostics.vb,65,2,8,55,1,0,0,2,0,2677,2.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,184,184 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\NormalizeMatrix.vb,112,29,13,70,1,2,0,6,0,5305,5.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\Sample.vb,270,60,39,171,2,7,10,6,0,10047,10.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\SampleHelper.vb,20,6,4,10,1,0,0,1,0,603,603 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\ComponentModel\DataSet\SampleList.vb,90,7,16,67,1,1,2,4,0,3153,3.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\DifferentialEvolution.vb,296,79,37,180,4,0,1,4,0,14103,14.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\EnvironmentDriver.vb,182,39,27,116,2,7,5,2,0,7136,7.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Fitness.vb,70,58,5,7,1,1,0,1,0,2859,2.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\GeneticAlgorithm.vb,216,87,28,101,1,5,4,3,0,9206,9.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Helper\GeneticHelper.vb,190,77,25,88,1,0,7,0,0,7263,7.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Helper\InitializationHelper.vb,94,33,10,51,1,0,0,3,0,4878,4.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Helper\MemoryDump.vb,65,14,13,38,1,0,5,0,0,2438,2.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\Collection.vb,24,4,7,13,1,0,1,0,0,859,859 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\Delegates.vb,25,8,8,9,3,1,0,0,0,779,779 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\ParallelCompute.vb,97,16,18,63,5,1,2,3,0,4190,4.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\Population.vb,171,61,24,86,1,3,5,4,0,7000,7.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\PopulationList.vb,54,4,10,40,1,1,3,1,0,1927,1.93 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\Substitution\EliteReplacement.vb,52,17,9,26,1,1,0,1,0,1999,2.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\Substitution\ReplacementStrategy.vb,31,3,5,23,3,1,0,2,0,1106,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\GeneticAlgorithm\Population\Substitution\SimpleReplacement.vb,37,15,6,16,1,1,0,1,0,1575,1.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\Models\Chromosome.vb,109,95,6,8,1,1,0,2,0,6679,6.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\Models\FitnessPool.vb,18,7,3,8,1,0,1,0,0,672,672 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\Darwinism\Models\GeneralFitnessPool.vb,113,25,19,69,1,2,3,2,0,4231,4.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Action.vb,31,16,5,10,1,2,0,1,0,1104,1.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Model.vb,54,6,10,38,3,11,4,0,0,1730,1.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\QLearning.vb,84,34,15,35,1,3,3,0,0,2858,2.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\QState.vb,71,23,13,35,2,6,1,1,0,2864,2.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\QTable.vb,236,117,34,85,1,5,4,5,0,10825,10.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\Map.vb,42,2,4,36,1,0,0,2,0,1493,1.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\Maze.vb,130,3,24,103,1,3,8,3,0,3760,3.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\Program.vb,7,0,1,6,1,0,1,0,0,143,143 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\QTable.vb,38,5,5,28,1,0,2,1,0,1481,1.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1169,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2792,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\QLearning\Maze-Q-Learning\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2988,2.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\RandomForests\Branch.vb,85,25,8,52,1,0,0,4,0,2911,2.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\RandomForests\File.vb,219,53,22,144,3,6,0,1,0,10394,10.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\RandomForests\LossFunction.vb,385,50,14,321,1,0,0,3,0,19899,19.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\RandomForests\NamespaceDoc.vb,60,55,1,4,1,0,0,0,0,3953,3.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\RandomForests\RanFog.vb,405,151,32,222,2,12,0,2,0,20971,20.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\LibSVM.vb,24,0,6,18,1,0,1,1,0,733,733 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Logging.vb,28,3,6,19,1,1,2,0,0,764,764 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Node.vb,95,43,15,37,1,2,2,5,0,3404,3.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Prediction.vb,171,51,27,93,1,0,0,5,0,7330,7.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Procedures.vb,1451,100,284,1067,3,2,15,16,0,52878,52.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Scaling.vb,60,27,8,25,1,0,0,1,0,2346,2.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\SVMExtensions.vb,72,0,18,54,1,0,0,7,0,2191,2.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\SVMModel.vb,64,12,14,38,2,7,0,2,0,2072,2.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\SVMPrediction.vb,17,0,5,12,1,4,0,1,0,425,425 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\SVMUtilities.vb,112,10,19,83,1,0,0,3,0,4495,4.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Training.vb,100,32,15,53,1,0,1,3,0,4064,4.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Cache\Cache.vb,141,37,22,82,1,0,4,1,0,4511,4.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Cache\head_t.vb,27,6,5,16,1,1,1,0,0,696,696 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Kernel\IQMatrix.vb,8,0,1,7,1,0,1,2,0,239,239 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Kernel\Kernel.vb,209,0,31,178,1,0,2,5,0,7063,7.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Kernel\PrecomputedKernel.vb,119,62,20,37,1,0,3,0,0,4645,4.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Models\Model.vb,128,53,23,52,1,13,1,2,0,4516,4.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Models\Problem.vb,95,49,13,33,1,5,2,3,0,3342,3.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Parameter\GridSquare.vb,25,12,3,10,1,0,0,1,0,638,638 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Parameter\KernelType.vb,28,18,1,9,1,0,0,0,0,706,706 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Parameter\Parameter.vb,198,74,26,98,1,13,1,4,0,6866,6.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Parameter\ParameterSelection.vb,215,113,16,86,1,0,0,6,0,12170,12.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Parameter\SvmType.vb,27,18,0,9,1,0,0,0,0,607,607 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\RangeTransform\GaussianTransform.vb,116,41,19,56,1,0,1,3,0,4358,4.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\RangeTransform\IRangeTransform.vb,38,30,2,6,1,0,0,2,0,1572,1.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\RangeTransform\RangeTransform.vb,150,55,21,74,1,0,2,4,0,6346,6.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Solver\ONE_CLASS_Q.vb,51,0,13,38,1,0,2,2,0,1420,1.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Solver\SolutionInfo.vb,24,6,5,13,1,5,0,1,0,678,678 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Solver\Solver.vb,656,70,125,461,1,0,5,7,0,21518,21.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Solver\Solver_NU.vb,247,15,44,188,1,0,2,3,0,8783,8.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Solver\SVC_Q.vb,59,3,12,44,1,0,2,2,0,1741,1.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\Solver\SVR_Q.vb,81,1,15,65,1,0,2,2,0,2439,2.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\Models\Model.vb,56,0,15,41,2,7,4,4,0,1583,1.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\Models\ProblemTable.vb,126,26,17,83,2,4,0,5,0,4666,4.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\Models\SvmModelJSON.vb,196,34,34,128,4,21,0,10,0,7293,7.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\TextWriter\GaussianTransformText.vb,34,6,8,20,1,0,1,1,0,1053,1.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\TextWriter\ModelText.vb,120,6,32,82,1,0,1,1,0,4189,4.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\TextWriter\ProblemText.vb,38,5,9,24,1,0,1,1,0,1118,1.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\SVM\StorageProcedure\TextWriter\TransformText.vb,43,5,10,28,1,0,1,1,0,1262,1.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\activeTest.vb,40,0,4,36,1,0,1,1,0,1715,1.72 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\FileTest.vb,122,96,26,0,0,0,0,0,0,7003,7.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\Module1.vb,20,0,6,14,1,0,2,0,0,458,458 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\simpleANNtest.vb,85,1,16,68,1,0,1,0,0,5602,5.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2775,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,MachineLearning\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning\machine_learning-netcore5.vbproj,,11546,2886,1758,6902,135,205,147,245,0,453032,453.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning.Data.Extensions\MachineLearning.Data.Extensions.vbproj,MachineLearning.Data.Extensions\Extensions.vb,71,5,10,56,1,0,0,2,0,3264,3.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning.Data.Extensions\MachineLearning.Data.Extensions.vbproj,MachineLearning.Data.Extensions\LabeledData.vb,61,0,10,51,1,0,0,2,0,2350,2.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning.Data.Extensions\MachineLearning.Data.Extensions.vbproj,MachineLearning.Data.Extensions\QTableDump.vb,25,0,4,21,1,0,2,0,0,896,896 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MachineLearning.Data.Extensions\MachineLearning.Data.Extensions.vbproj,,157,5,24,128,3,0,2,4,0,6510,6.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDataStorage\MLDataStorage.vbproj,MLDataStorage\DataImports.vb,62,6,8,48,1,0,0,2,0,2271,2.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDataStorage\MLDataStorage.vbproj,MLDataStorage\MNIST.vb,197,26,32,139,1,1,3,7,0,7010,7.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDataStorage\MLDataStorage.vbproj,MLDataStorage\DataPack\PackReader.vb,122,22,19,81,1,1,3,4,0,4793,4.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDataStorage\MLDataStorage.vbproj,MLDataStorage\DataPack\PackWriter.vb,115,11,22,82,1,0,6,0,0,4902,4.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDataStorage\MLDataStorage.vbproj,,496,65,81,350,4,2,12,13,0,18976,18.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDebugger\ML_debugger-netcore5.vbproj,MLDebugger\DataSetExtensions.vb,80,16,10,54,1,0,0,2,0,3115,3.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDebugger\ML_debugger-netcore5.vbproj,MLDebugger\ANN\ANNDebugger.vb,248,15,37,196,1,0,9,1,0,11429,11.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDebugger\ML_debugger-netcore5.vbproj,MLDebugger\ANN\FrameExports.vb,89,4,11,74,1,0,0,4,0,3591,3.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDebugger\ML_debugger-netcore5.vbproj,MLDebugger\ANN\ROC.vb,55,0,8,47,1,0,0,3,0,2284,2.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\MLDebugger\ML_debugger-netcore5.vbproj,,472,35,66,371,4,0,9,10,0,20419,20.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\PrettyPrint.vb,68,3,10,55,1,0,1,4,0,2485,2.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\MathHelpers.vb,49,0,15,34,3,0,0,2,0,1454,1.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\Matrix.vb,246,10,59,177,1,0,1,34,0,8830,8.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\Divide.vb,19,3,4,12,1,0,1,1,0,453,453 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\Multiply.vb,20,3,5,12,1,0,1,1,0,447,447 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\OneMinusX.vb,12,3,1,8,1,0,0,1,0,306,306 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\Power.vb,19,3,4,12,1,0,1,1,0,458,458 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\RandomDouble.vb,27,3,8,16,1,0,2,1,0,608,608 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\RandomGaussian.vb,15,3,3,9,1,0,0,1,0,397,397 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\RangedSigmoid.vb,26,3,6,17,1,0,1,2,0,713,713 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\Round.vb,27,3,6,18,1,0,2,2,0,713,713 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\Sigmoid.vb,18,3,4,11,1,0,0,2,0,468,468 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\distance\DiscreteDistanceFunction.vb,26,3,6,17,1,0,0,2,0,778,778 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\distance\DistanceFunction.vb,12,5,2,5,1,0,0,1,0,325,325 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\distance\EuclideanDistanceFunction.vb,23,3,5,15,1,0,0,2,0,729,729 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\doubledouble\Add.vb,12,3,1,8,1,0,0,1,0,334,334 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\doubledouble\Divide.vb,13,3,2,8,1,0,0,1,0,339,339 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\doubledouble\Multiply.vb,13,3,2,8,1,0,0,1,0,341,341 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\doubledouble\Subtract.vb,12,3,1,8,1,0,0,1,0,339,339 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\math\functions\doubledouble\rbm\ActivationState.vb,12,3,1,8,1,0,0,1,0,363,363 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\nlp\WordDictionary.vb,94,7,21,66,1,1,4,6,0,3232,3.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\nlp\encode\DiscreteRandomWordEncoder.vb,33,4,8,21,1,0,2,1,0,955,955 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\nlp\encode\RandomWordEncoder.vb,34,4,9,21,1,0,2,1,0,929,929 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\nlp\encode\WordEncoder.vb,13,4,3,6,1,0,0,1,0,353,353 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\nlp\ngram\NGramGenerator.vb,37,3,9,25,1,0,1,2,0,1047,1.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\RBM.vb,58,9,12,37,1,3,2,1,0,1848,1.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\deep\DeepRBM.vb,96,19,20,57,1,3,3,1,0,4022,4.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\deep\LayerParameters.vb,47,3,10,34,1,3,0,3,0,1382,1.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\deep\RBMLayer.vb,32,5,9,18,1,0,1,3,0,818,818 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\factory\RandomRBMFactory.vb,32,3,8,21,1,0,1,2,0,911,911 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\factory\RBMFactory.vb,10,3,2,5,1,0,0,1,0,258,258 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\learn\BackErrorPropagation.vb,99,20,20,59,1,0,2,5,0,4017,4.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\learn\ContrastiveDivergence.vb,171,56,36,79,1,0,3,3,0,9696,9.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\learn\DeepContrastiveDivergence.vb,176,30,37,109,1,0,2,5,0,8460,8.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\learn\LearningParameters.vb,83,3,21,59,1,5,0,6,0,2607,2.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\learn\MultiThreadedDeepContrastiveDivergence.vb,127,27,26,74,3,0,5,3,0,5823,5.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\learn\RecurrentContrastiveDivergence.vb,212,52,48,112,1,0,4,5,0,10950,10.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\save\DeepRBMPersister.vb,95,66,17,12,1,0,1,1,0,3374,3.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\rbm_nn\save\RBMPersister.vb,94,61,15,18,1,0,3,2,0,2784,2.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,RestrictedBoltzmannMachine\test\Program.vb,32,0,5,27,1,0,1,0,0,1613,1.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\RestrictedBoltzmannMachine.vbproj,,2244,445,481,1318,44,15,47,114,0,85959,85.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\test\test.vbproj,test\Program.vb,32,0,5,27,1,0,1,0,0,1613,1.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\RestrictedBoltzmannMachine\test\test.vbproj,,32,0,5,27,1,0,1,0,0,1613,1.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\t-SNE\t-SNE.NET5.vbproj,t-SNE\CostFunction.vb,88,8,21,59,1,1,2,0,0,2371,2.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\t-SNE\t-SNE.NET5.vbproj,t-SNE\Helper.vb,164,36,31,97,1,0,0,4,0,5239,5.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\t-SNE\t-SNE.NET5.vbproj,t-SNE\RandomHelper.vb,108,26,25,57,1,0,1,4,0,2848,2.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\t-SNE\t-SNE.NET5.vbproj,t-SNE\tSNE.vb,165,41,27,97,1,1,4,2,0,4970,4.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\t-SNE\t-SNE.NET5.vbproj,,525,111,104,310,4,2,7,10,0,15428,15.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\TensorFlow\TensorFlow.vbproj,TensorFlow\linear.vb,13,0,4,9,1,0,0,2,0,469,469 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\TensorFlow\TensorFlow.vbproj,TensorFlow\Math.vb,30,0,7,23,1,0,0,6,0,762,762 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\TensorFlow\TensorFlow.vbproj,TensorFlow\nn.vb,26,0,5,21,1,0,0,2,0,962,962 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\TensorFlow\TensorFlow.vbproj,,69,0,16,53,3,0,0,10,0,2193,2.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\Math.vb,57,5,10,42,1,0,0,5,0,2090,2.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\1D\Component.vb,16,0,4,12,1,3,1,0,0,414,414 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\1D\DataSet.vb,90,8,15,67,1,3,2,5,0,2772,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\1D\Datum.vb,75,4,15,56,1,3,4,4,0,2378,2.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\1D\Mixture.vb,140,16,26,98,1,2,4,3,0,4807,4.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\1D\Solver.vb,78,3,16,59,1,0,0,4,0,3119,3.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\EMGaussianMixtureModel\GaussianMixtureComponent.vb,50,0,10,40,1,4,2,3,0,2381,2.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMM\EMGaussianMixtureModel\GaussianMixtureModel.vb,243,30,49,164,1,3,1,9,0,10179,10.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMVAE\GMVAE.vb,10,0,4,6,2,0,1,0,0,129,129 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMVAE\LossFunctions.vb,186,92,19,75,1,0,0,7,0,8147,8.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,VAE\GMVAE\Metrics.vb,37,10,6,21,1,0,0,2,0,1290,1.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\VAE\VAE.vbproj,,982,168,174,640,12,18,15,42,0,37706,37.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\Predictor.vb,255,81,35,139,3,2,6,10,0,9946,9.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\config\PredictorConfiguration.vb,32,0,7,25,3,1,1,3,0,1115,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\gbm\Dart.vb,39,4,9,26,1,0,2,1,0,1247,1.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\gbm\GBLinear.vb,96,11,20,65,3,0,3,6,0,3472,3.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\gbm\GBTree.vb,146,15,30,101,3,0,3,6,0,5643,5.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\gbm\GradBooster.vb,83,35,11,37,3,2,1,4,0,3666,3.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\learner\Functions.vb,92,9,21,62,3,0,0,8,0,2588,2.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\learner\ObjFunction.vb,75,26,11,38,1,0,3,3,0,3019,3.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\spark\SparkModelParam.vb,41,4,7,30,1,6,1,0,0,1634,1.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\test\Program.vb,74,14,13,47,1,0,3,1,0,3045,3.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\test\Training.vb,73,0,8,65,1,0,3,0,0,3021,3.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\AttributeList.vb,102,7,21,74,3,0,4,1,0,3854,3.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\ClassList.vb,129,3,19,107,1,0,8,0,0,5343,5.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\Data.vb,56,8,16,32,4,0,1,1,0,1864,1.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\GBM.vb,343,97,44,202,1,4,4,2,0,15539,15.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\Loss.vb,113,0,29,84,4,0,0,10,0,3403,3.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\ModelSerializer.vb,220,31,37,152,1,0,0,4,0,8498,8.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\Sampling.vb,46,0,11,35,2,0,4,0,0,1300,1.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\Tree.vb,475,48,83,344,9,1,10,5,0,22263,22.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\TGBoost\TreeNode.vb,199,24,25,150,1,0,15,1,0,7908,7.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\tree\Node.vb,70,9,13,48,1,0,1,5,0,2340,2.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\tree\RegTree.vb,105,33,16,56,3,0,2,2,0,3726,3.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\tree\RTreeNodeStat.vb,26,7,3,16,1,0,1,0,0,915,915 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\DMatrix.vb,45,0,8,37,1,3,0,2,0,1440,1.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\ModelReader.vb,283,9,74,200,1,0,4,18,0,10445,10.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\exception\EOFException.vb,19,0,5,14,1,0,3,0,0,438,438 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\exception\UTFDataFormatException.vb,19,0,4,15,1,0,3,0,0,453,453 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\FVec\FVec.vb,17,8,4,5,1,0,0,1,0,383,383 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\FVec\FVecMapImpl.vb,26,4,5,17,1,0,1,1,0,776,776 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\FVec\FVecTransformer.vb,61,35,7,19,1,0,0,5,0,2501,2.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,xgboost\util\FVec\Module1.vb,111,0,29,82,4,0,4,4,0,3141,3.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\xgboost.vbproj,,3471,522,625,2324,65,19,91,104,0,134926,134.93 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\test\test.vbproj,test\Program.vb,74,14,13,47,1,0,3,1,0,3045,3.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\test\test.vbproj,test\Training.vb,73,0,8,65,1,0,3,0,0,3021,3.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\xgboost\test\test.vbproj,,147,14,21,112,2,0,6,1,0,6066,6.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\XGBoostDataSet\XGBoostDataSet.vbproj,XGBoostDataSet\Conversion.vb,112,0,22,90,1,0,0,3,0,4291,4.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\XGBoostDataSet\XGBoostDataSet.vbproj,XGBoostDataSet\Tabular.vb,208,10,44,154,1,0,6,3,0,7106,7.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\MachineLearning\XGBoostDataSet\XGBoostDataSet.vbproj,,320,10,66,244,2,0,6,6,0,11397,11.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\LPPExamples.vb,25,0,7,18,1,0,0,5,0,2095,2.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\LPPTest.vb,78,4,22,52,1,0,8,0,0,2483,2.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\Module1.vb,33,3,5,25,1,0,1,0,0,1024,1.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\Module2.vb,16,0,7,9,1,0,1,0,0,354,354 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1182,1.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2772,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,LP_tool\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,2989,2.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\data\LP\LP_tool\lppTest.vbproj,,337,63,68,206,7,4,11,5,0,13333,13.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\AnovaMain.vb,60,18,12,30,1,0,1,0,0,2461,2.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\ANOVA\Anova.vb,205,38,39,128,1,4,5,2,0,6417,6.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\ANOVA\DistributionTable.vb,152,71,19,62,1,0,1,4,0,8314,8.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\ANOVA\Group.vb,10,0,2,8,1,0,1,0,0,192,192 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\ANOVA\TableFivepercent.vb,43,0,2,41,1,0,1,1,0,6387,6.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\ANOVA\TableOnepercent.vb,43,0,2,41,1,0,1,1,0,5810,5.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\BasicMathematics.vb,72,0,10,62,1,0,0,7,0,2173,2.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\DataSet.vb,81,13,10,58,1,0,0,3,0,3439,3.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\Debugger.vb,209,9,34,166,1,0,6,0,0,7805,7.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\MultivariateAnalysisResult.vb,49,8,9,32,1,29,0,0,0,2143,2.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\OPLS.vb,376,37,59,280,1,0,2,4,0,14995,14.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\PCA.vb,226,22,45,159,5,0,4,2,0,7652,7.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\PCAData.vb,67,8,11,48,1,0,0,2,0,2197,2.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\PLS.vb,693,44,115,534,1,0,5,11,0,24836,24.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\PLSData.vb,115,4,22,89,2,5,0,4,0,3701,3.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\StatisticsMathematics.vb,136,0,25,111,1,0,2,5,0,4499,4.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,ANOVA\MultivariateAnalysis\StatisticsObject.vb,193,36,33,124,4,29,3,5,0,6779,6.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ANOVA\ANOVA.vbproj,,2730,308,449,1973,25,67,32,51,0,109800,109.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\BayesianCurveFitting.vb,82,10,10,62,1,0,3,3,0,2740,2.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Evaluation.vb,68,19,9,40,1,4,0,2,0,2367,2.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\GaussNewtonSolver.vb,264,24,51,189,3,0,1,8,0,8500,8.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\LMA.vb,40,19,5,16,3,0,0,2,0,1283,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\stockpredict.vb,101,11,30,60,1,2,2,0,0,2847,2.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\TestPoint.vb,37,0,8,29,2,5,0,1,0,1090,1.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\JamaHelper.vb,41,15,4,22,1,0,0,2,0,1812,1.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmDatumError.vb,59,41,7,11,1,0,0,1,0,2787,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmModelError.vb,48,33,5,10,1,0,0,1,0,2347,2.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmParamHandler.vb,13,7,1,5,1,0,1,0,0,450,450 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmScalarModel.vb,44,29,7,8,1,1,0,3,0,2019,2.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmSolver.vb,261,92,32,137,1,5,6,1,0,11798,11.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmSumError.vb,133,29,30,74,1,1,1,3,0,4888,4.89 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Levenberg-Marquardt\LmSumSquaresError.vb,128,30,24,74,1,1,1,3,0,5224,5.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\DoubleLinear.vb,157,25,22,110,3,0,0,3,0,5348,5.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\Extensions.vb,85,29,12,44,1,0,0,7,0,2858,2.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\FeatureProjection.vb,37,6,6,25,1,0,0,3,0,1307,1.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\FitResult.vb,136,66,12,58,1,11,0,2,0,4750,4.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\IFitted.vb,31,19,5,7,1,3,0,1,0,806,806 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\LeastSquares.vb,221,46,26,149,1,0,2,7,0,7389,7.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\MLR\Error.vb,32,0,7,25,1,3,0,2,0,1055,1.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\MLR\LinearFitting.vb,101,35,10,56,1,0,0,6,0,3244,3.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\MLR\MLRFit.vb,75,27,9,39,1,9,0,2,0,2576,2.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\Weighted\WeightedFit.vb,72,35,12,25,1,8,0,2,0,2253,2.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Linear\Weighted\WeightedLinearRegression.vb,238,29,18,191,1,0,0,5,0,7760,7.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Logistic\Instance.vb,74,19,11,44,1,3,3,3,0,2249,2.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Logistic\Logistic.vb,100,24,18,58,1,2,2,5,0,3572,3.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Logistic\LogisticFit.vb,43,0,7,36,1,3,0,2,0,1503,1.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\Lowess\LowessFittings.vb,301,66,48,187,1,0,0,4,0,11088,11.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,DataFittings\test\Program.vb,22,0,3,19,1,0,1,0,0,786,786 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\linear-netcore5.vbproj,,3044,785,449,1810,37,61,23,84,0,108696,108.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\test\test.vbproj,test\Program.vb,22,0,3,19,1,0,1,0,0,786,786 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFittings\test\test.vbproj,,22,0,3,19,1,0,1,0,0,786,786 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataMatrix.vb,158,12,24,122,1,2,3,7,0,5575,5.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataType.vb,5,0,0,5,1,0,0,0,0,77,77 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\Impute.vb,91,7,14,70,1,0,0,5,0,3503,3.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\InferMethods.vb,7,3,0,4,1,0,0,0,0,123,123 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\InternalHelpers.vb,20,3,3,14,1,0,0,2,0,926,926 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\LoadDataMatrix.vb,94,5,11,78,1,1,0,2,0,4144,4.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\MatrixVisit.vb,4,0,0,4,1,0,0,0,0,58,58 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\Correlation\Builder.vb,115,23,11,81,1,0,0,5,0,4911,4.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\Correlation\Correlation.vb,103,11,10,82,1,0,0,4,0,4487,4.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\Correlation\CorrelationMatrix.vb,162,20,21,121,1,2,2,7,1,5568,5.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\Correlation\Distance.vb,49,13,6,30,1,0,0,3,0,2020,2.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\Correlation\DistanceMatrix.vb,82,8,15,59,1,1,3,2,0,2790,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataFrame\DataFrame.vb,321,95,41,185,1,6,3,10,0,11148,11.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataFrame\FastLoader.vb,88,18,10,60,1,0,0,2,0,3219,3.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataFrame\FeatureVector.vb,231,29,38,164,1,5,10,7,0,7888,7.89 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataFrame\FileWriter.vb,37,0,8,29,1,0,2,0,0,1173,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataFrame\MatrixTypeCast.vb,56,5,9,42,1,0,0,2,0,1678,1.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\DataFrame\NumericDataSet.vb,363,23,62,278,1,0,0,17,0,11727,11.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\MatrixMarket\MTXFormat.vb,74,36,9,29,1,0,0,2,0,3060,3.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\MatrixMarket\RUAFormat.vb,6,0,2,4,1,0,0,0,0,84,84 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,DataFrame\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2801,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\DataFrame\dataframeUtils-netcore5.vbproj,,2129,334,302,1493,21,19,23,77,1,76960,76.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\Utils.vb,19,0,4,15,1,0,2,0,0,450,450 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\Configuration.vb,60,19,15,26,1,0,0,2,0,2248,2.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\Evolution.vb,220,16,39,165,2,1,4,5,0,9241,9.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\EvolutionResult.vb,26,0,4,22,1,0,1,1,0,1001,1001 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\GAConfiguration.vb,60,14,16,30,1,0,0,2,0,2079,2.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\GAPolynomial.vb,95,0,20,75,1,6,1,2,0,3281,3.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\GAPolynomialUtils.vb,147,9,30,108,3,0,9,1,0,6008,6.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\GPConfiguration.vb,50,10,14,26,1,0,0,2,0,1647,1.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\GPTree.vb,107,0,21,86,1,7,1,2,0,3689,3.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\GPTreeUtils.vb,176,17,36,123,5,0,8,1,0,7125,7.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\Individual.vb,17,0,7,10,1,2,0,1,0,436,436 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\measure\MeanAbsoluteError.vb,11,0,3,8,1,0,0,1,0,313,313 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\measure\MeanSquareError.vb,11,0,3,8,1,0,0,1,0,311,311 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\measure\Objective.vb,10,0,4,6,1,0,0,2,0,249,249 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\measure\ObjectiveFunction.vb,65,0,15,50,2,0,2,4,0,2301,2.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\measure\SumAbsoluteError.vb,21,0,5,16,1,0,0,2,0,642,642 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\evolution\measure\SumSquareError.vb,20,0,4,16,1,0,0,2,0,629,629 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\BinaryExpression.vb,15,0,6,9,1,2,0,2,0,364,364 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\Expression.vb,27,10,8,9,1,2,0,3,0,885,885 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\ExpressionWrapper.vb,93,0,19,74,1,8,1,7,0,3549,3.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\UnaryExpression.vb,12,0,5,7,1,1,0,1,0,230,230 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\factory\CompositeExpression.vb,99,0,17,82,2,2,2,4,0,3969,3.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\factory\ExpressionFactory.vb,101,1,21,79,1,3,1,7,0,4676,4.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\factory\Symbols.vb,6,0,2,4,1,0,0,0,0,85,85 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\AbstractBinaryExpression.vb,76,0,19,57,1,4,1,3,0,2737,2.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\AbstractExpression.vb,18,0,5,13,1,0,0,1,0,748,748 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\AbstractUnaryExpression.vb,55,0,13,42,1,3,1,2,0,1813,1.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Cosine.vb,25,0,8,17,1,0,1,3,0,646,646 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Divide.vb,23,0,7,16,1,0,1,3,0,734,734 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Exponential.vb,25,0,8,17,1,0,1,3,0,651,651 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Logarithm.vb,25,0,8,17,1,0,1,3,0,649,649 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Minus.vb,23,0,7,16,1,0,1,3,0,733,733 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Multiply.vb,23,0,7,16,1,0,1,3,0,736,736 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Plus.vb,23,0,7,16,1,0,1,3,0,732,732 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Power.vb,25,0,8,17,1,0,1,3,0,770,770 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Sine.vb,25,0,8,17,1,0,1,3,0,644,644 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\SquareRoot.vb,24,0,7,17,1,0,1,3,0,651,651 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Tangent.vb,25,0,8,17,1,0,1,3,0,647,647 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\Variable.vb,33,0,9,24,1,2,0,3,0,812,812 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\literal\E.vb,23,0,8,15,1,0,1,2,0,471,471 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\literal\Number.vb,45,0,12,33,1,2,2,4,0,1144,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\literal\PI.vb,23,0,8,15,1,0,1,2,0,478,478 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\model\impl\literal\Tau.vb,21,0,6,15,1,0,1,2,0,473,473 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,GeneticProgramming\test\Program.vb,112,36,17,59,1,0,4,2,0,4523,4.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\GeneticProgramming.vbproj,,2140,132,498,1510,53,45,54,109,0,76200,76.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\test\test.vbproj,test\Program.vb,112,36,17,59,1,0,4,2,0,4523,4.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\GeneticProgramming\test\test.vbproj,,112,36,17,59,1,0,4,2,0,4523,4.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Gibbs\Gibbs.vbproj,Gibbs\Gibbs.vb,215,59,28,128,2,4,1,6,0,8182,8.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Gibbs\Gibbs.vbproj,Gibbs\MetropolisHastings.vb,162,26,34,102,1,0,2,2,0,4744,4.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Gibbs\Gibbs.vbproj,Gibbs\test\Program.vb,19,0,5,14,1,0,2,0,0,594,594 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Gibbs\Gibbs.vbproj,,396,85,67,244,4,4,5,8,0,13520,13.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Gibbs\test\test.vbproj,test\Program.vb,19,0,5,14,1,0,2,0,0,594,594 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Gibbs\test\test.vbproj,,19,0,5,14,1,0,2,0,0,594,594 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\EventFreeSurvival.vb,4,0,0,4,1,0,0,0,0,72,72 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\KaplanMeierEstimate.vb,222,27,39,156,5,15,4,1,0,7953,7.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\StrategyRunner.vb,44,0,11,33,1,0,1,1,0,1973,1.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\Models\GeneExpression.vb,28,4,7,17,1,5,0,0,0,778,778 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\Models\GeneResult.vb,11,0,3,8,1,4,0,0,0,265,265 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\Models\Patient.vb,9,0,2,7,1,3,0,0,0,225,225 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\SplitStrategies\ISplitStrategy.vb,10,0,2,8,1,1,1,0,0,408,408 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\SplitStrategies\T0T2Diff_TopNPercentSplitStrategy.vb,42,0,9,33,1,1,2,0,0,1912,1.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\SplitStrategies\T0_TopNPercentSplitStrategy.vb,43,0,9,34,1,1,2,0,0,1933,1.93 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,KaplanMeierEstimator\SplitStrategies\T2_TopNPercentSplitStrategy.vb,42,0,9,33,1,1,2,0,0,1874,1.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\KaplanMeierEstimator\KaplanMeierEstimator.vbproj,,455,31,91,333,14,31,12,2,0,17393,17.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Extensions.vb,340,113,40,187,1,0,0,24,0,12652,12.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\NumberExtension.vb,656,151,89,416,1,0,9,19,0,23709,23.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Extensions.vb,179,53,26,100,5,0,2,8,0,7271,7.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\SVD.vb,360,28,57,275,1,0,1,2,0,12377,12.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Tensor.vb,245,3,57,185,1,2,4,6,5,7028,7.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Helpers\Constants.vb,46,39,7,0,0,0,0,0,0,1672,1.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Helpers\Function.vb,205,181,24,0,0,0,0,0,0,10949,10.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Helpers\MatrixArithmetic.vb,50,44,6,0,0,0,0,0,0,2256,2.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Helpers\MatrixMathArithmetic.vb,81,43,8,30,1,0,0,2,0,3644,3.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Helpers\Variable.vb,57,47,10,0,0,0,0,0,0,2004,2.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\Extensions.vb,81,5,12,64,1,0,0,4,0,2698,2.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\LPP.vb,203,45,26,132,1,4,7,4,0,9775,9.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\LPPDebugView.vb,51,0,10,41,1,0,0,2,0,2065,2.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\LPPModel.vb,130,11,26,93,3,15,2,3,0,4488,4.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\LPPSolution.vb,128,3,23,102,1,7,2,6,0,5212,5.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\LPPSolver.vb,423,63,84,276,1,0,2,6,0,17881,17.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\LP\OptimizationType.vb,16,6,3,7,1,0,0,0,0,357,357 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\GeneralMatrix.vb,83,47,14,22,3,6,0,7,0,2797,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\IndexVector.vb,22,3,5,14,1,3,2,0,0,509,509 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\NumericMatrix.vb,1947,632,260,1055,1,6,20,64,22,70468,70.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\SparseMatrix.vb,240,31,38,171,1,2,5,10,0,9081,9.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Decomposition\CholeskyDecomposition.vb,144,41,19,84,1,1,1,2,0,5166,5.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Decomposition\EigenvalueDecomposition.vb,979,140,133,706,1,4,6,0,0,36740,36.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Decomposition\LUDecomposition.vb,275,65,41,169,2,5,1,2,0,9561,9.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Decomposition\NMF.vb,128,41,19,68,1,4,1,1,0,5902,5.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Decomposition\QRDecomposition.vb,231,55,26,150,1,4,1,1,0,8485,8.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Decomposition\SingularValueDecomposition.vb,562,91,74,397,1,7,1,0,0,21822,21.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Extensions\Extensions.vb,148,27,22,99,1,0,1,8,0,5302,5.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Extensions\MatrixMath.vb,3191,569,55,2567,1,0,7,42,0,128059,128.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Extensions\numpyExtensions.vb,309,75,34,200,3,0,1,20,0,12690,12.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Extensions\Serialization.vb,55,13,10,32,1,0,1,1,0,1708,1.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Math\Multiply.vb,53,16,9,28,1,0,0,2,0,1756,1.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Math\Subtraction.vb,35,9,6,20,1,0,0,1,0,1073,1.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Matrix.NET\Math\WiseOperation.vb,31,0,7,24,1,0,0,3,0,941,941 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Polynomial\Formula.vb,22,4,5,13,1,1,0,1,0,827,827 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Polynomial\MultivariatePolynomial.vb,43,12,7,24,1,0,0,3,0,1384,1.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Polynomial\Polynomial.vb,125,24,19,82,1,1,0,5,0,4112,4.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Solvers\GaussianElimination.vb,117,62,11,44,1,0,0,2,0,4540,4.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Solvers\ISolver.vb,14,7,3,4,1,0,0,0,0,378,378 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Solvers\PowerMethod.vb,126,6,15,105,1,0,7,5,0,4072,4.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Solvers\SOR.vb,53,9,11,33,1,0,0,1,0,1733,1.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\Extensions.vb,120,35,16,69,1,0,0,8,0,4717,4.72 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\NumericsVector.vb,97,43,11,43,1,0,0,9,0,4174,4.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\VectorEqualityComparer.vb,60,15,10,35,1,0,0,4,0,2033,2.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\Class\DoCall.vb,199,20,34,145,3,5,1,8,0,7612,7.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\Class\HalfVector.vb,132,3,26,103,1,2,4,2,14,5236,5.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\Class\Math.vb,230,62,30,138,1,0,0,23,0,9852,9.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\Class\SparseVector.vb,305,75,42,188,1,6,4,5,8,11449,11.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Algebra\Vector\Class\Vector.vb,1100,455,159,486,1,10,15,20,37,39717,39.72 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\Abundance.vb,47,6,5,36,2,1,0,1,0,1893,1.89 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\Beta.vb,50,28,6,16,1,0,0,2,0,1687,1.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\Bootstraping.vb,277,78,28,171,1,0,0,10,0,11744,11.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\DirichletDistribution.vb,45,17,7,21,1,0,0,2,0,2082,2.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\ECDF.vb,111,47,14,50,1,1,1,2,0,4319,4.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\Gamma.vb,150,43,21,86,1,0,0,4,0,4806,4.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\Gaussian.vb,68,25,7,36,1,0,0,5,0,2860,2.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\pnorm.vb,355,170,38,147,1,0,0,16,0,15390,15.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\PoissonDiskGenerator.vb,310,72,55,183,1,2,5,5,0,12113,12.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\Sample.vb,157,37,21,99,1,9,3,3,0,5177,5.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\TrIQ.vb,146,71,18,57,1,0,0,4,0,5448,5.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\BinBox\BinMaps.vb,17,9,1,7,1,0,0,0,0,341,341 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\BinBox\CutBins.vb,156,59,19,78,1,0,0,5,0,6189,6.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Distributions\BinBox\DataBinBox.vb,122,15,18,89,1,5,1,2,0,4456,4.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\FuzzyEngine.vb,223,36,48,139,1,3,3,8,0,8023,8.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\FuzzyRule.vb,138,34,28,76,1,2,2,2,0,4264,4.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\FuzzyRuleCollection.vb,37,19,5,13,1,0,1,0,0,1132,1.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\LinguisticVariable.vb,139,51,24,64,1,3,3,4,0,5449,5.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\LinguisticVariableCollection.vb,51,24,8,19,1,0,1,1,0,1775,1.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\MembershipFunction.vb,121,54,23,44,1,6,3,2,0,3823,3.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\MembershipFunctionCollection.vb,63,24,10,29,1,0,1,1,0,2138,2.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\Models\Extensions.vb,186,1,27,158,1,0,0,6,0,7030,7.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\Models\ModelAPI.vb,74,3,15,56,1,5,0,5,0,2924,2.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\FuzzyLogic\Models\Models.vb,131,9,33,89,8,14,13,0,0,3427,3.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\HashMaps\Crc32.vb,112,4,10,98,1,0,0,5,0,5474,5.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\HashMaps\HashBlizzard.vb,98,34,12,52,2,0,2,2,0,3559,3.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\HashMaps\HashMap.vb,363,57,59,247,1,0,0,22,0,12973,12.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\HashMaps\JenkinsHash.vb,212,74,29,109,1,0,1,9,0,7921,7.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\BigDecimal.vb,647,61,55,531,1,7,16,14,13,26845,26.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\GenericVector(Of T).vb,150,36,19,95,1,4,6,0,2,5586,5.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\Half.vb,1058,535,136,387,1,0,7,50,20,51140,51.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\HalfHelper.vb,202,34,24,144,1,0,1,14,0,8254,8.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\UncheckedInteger.vb,76,7,15,54,1,2,1,1,4,2568,2.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\UncheckIntegerHelpers.vb,39,3,7,29,1,0,0,4,0,1226,1.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\Framework\Iterator.vb,43,7,9,27,3,1,1,1,0,1284,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Numerics\Framework\VariableObject.vb,20,4,4,12,1,1,0,1,0,666,666 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\DataQuartile.vb,61,27,7,27,1,6,1,2,0,2378,2.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\Extensions.vb,280,100,43,137,1,0,1,7,0,11151,11.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\FastRankQuantile.vb,48,5,9,34,1,1,2,2,0,1403,1.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\Quantile.vb,34,15,5,14,1,0,1,1,0,1163,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\QuantileEstimationGK.vb,157,53,26,78,1,0,4,2,0,5208,5.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\QuantileQuery.vb,6,0,1,5,1,0,0,1,0,135,135 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\Quartile.vb,72,31,8,33,1,0,0,2,0,4198,4.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\QuartileLevels.vb,8,0,1,7,1,0,0,0,0,140,140 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\Selector.vb,140,29,20,91,3,0,0,7,0,5925,5.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Quantile\X.vb,38,18,5,15,1,3,1,1,0,1265,1.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\DataGenerator.vb,39,0,11,28,5,2,2,2,0,1139,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\ParameterCompute.vb,172,43,22,107,1,0,1,3,0,7937,7.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\ScriptEngine.vb,148,54,22,72,1,3,5,3,0,5447,5.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\VectorModel.vb,106,17,13,76,1,0,1,2,0,4361,4.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Aggregate\Aggregate.vb,18,0,3,15,3,0,0,1,0,668,668 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Arithmetic.vb,97,54,8,35,1,1,0,3,0,4374,4.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\ExpressionBuilder.vb,211,23,28,160,1,0,2,5,0,8343,8.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\ExpressionCompiler.vb,86,5,12,69,3,0,0,2,0,4590,4.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\ExpressionEngine.vb,128,9,19,100,1,0,0,8,0,5582,5.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\ExpressionTokenIcer.vb,117,1,17,99,1,0,1,3,0,4354,4.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\FunctionElement.vb,24,3,5,16,1,3,0,1,0,635,635 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\MathToken.vb,32,4,5,23,2,1,1,0,0,780,780 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Splitter.vb,59,2,11,46,1,0,0,1,0,1942,1.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Expression\BinaryExpression.vb,46,15,7,24,1,3,1,3,0,1566,1.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Expression\Expression.vb,25,5,6,14,1,0,0,0,2,812,812 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Expression\Factorial.vb,26,3,5,18,1,1,1,2,0,691,691 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Expression\FunctionInvoke.vb,28,3,6,19,1,2,1,2,0,934,934 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Expression\Literal.vb,92,11,17,64,1,4,2,5,2,2768,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Expression\Expression\SymbolExpression.vb,22,3,5,14,1,1,1,2,0,605,605 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Factors\Extensions.vb,53,7,7,39,1,1,0,1,0,1974,1.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Factors\Factor.vb,50,4,10,36,2,1,3,2,0,1548,1.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Factors\FactorVector.vb,69,3,10,56,2,3,0,4,0,2457,2.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Factors\NamedVector.vb,66,8,10,48,1,0,1,1,1,2378,2.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Scripting\Factors\NamedVectorFactory.vb,58,3,12,43,1,1,1,5,0,2100,2.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\BezierCurve.vb,145,61,18,66,1,3,4,3,0,6137,6.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\BezierExtensions.vb,98,15,14,69,1,0,0,2,0,3524,3.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\B_Spline.vb,143,37,21,85,1,0,0,4,0,5161,5.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\CatmullRomSpline.vb,155,35,24,96,1,0,0,4,0,6888,6.89 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\CentripetalCatmullRomSpline.vb,70,22,11,37,1,0,0,2,0,3281,3.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\Extensions.vb,103,22,15,66,2,0,0,3,0,3007,3.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\PolynomialNewton.vb,106,27,18,61,1,0,0,3,0,3756,3.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\CubicSpline\CubicEval.vb,27,1,6,20,1,0,1,2,0,749,749 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\CubicSpline\CubicSpline.vb,126,26,22,78,1,1,4,6,0,4875,4.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\CubicSpline\CubicSplineVector.vb,123,16,28,79,1,1,5,4,0,4206,4.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,Math\Spline\DouglasPeucker\DouglasPeucker.vb,222,89,30,103,1,0,0,6,0,8746,8.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math\Math.NET5.vbproj,,24555,6219,3140,15196,164,203,228,684,130,947201,947.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Extensions.vb,53,17,8,28,1,0,0,5,0,1562,1.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\FastICA.vb,1103,243,279,581,1,0,8,15,0,29583,29.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\SpecialFunctions.vb,731,129,54,548,1,0,0,25,0,22973,22.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\ContinuousDistribution.vb,202,48,29,125,1,1,0,12,0,9756,9.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\DiscreteDistribution.vb,330,170,44,116,1,0,4,12,0,10373,10.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\Distribution.vb,352,69,47,236,1,0,0,11,0,13970,13.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\Exponential.vb,49,10,5,34,1,0,3,4,0,1665,1.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\FDistribution.vb,29,0,7,22,1,0,1,4,0,985,985 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\GEV.vb,99,13,6,80,1,0,3,5,0,4619,4.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\Gumbel.vb,49,10,5,34,1,0,3,4,0,1763,1.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\Logistic.vb,64,10,5,49,1,0,3,5,0,2370,2.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\LogPearsonIII.vb,76,17,5,54,1,0,3,4,0,3467,3.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\LinearMoments\Pareto.vb,68,11,5,52,1,0,3,5,0,2391,2.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Beta.vb,75,14,5,56,1,0,3,4,0,3117,3.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Emperical.vb,43,12,6,25,1,0,0,4,0,1729,1.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Exponential.vb,50,10,6,34,1,0,3,4,0,1644,1.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Gamma.vb,58,11,5,42,1,0,3,4,0,2297,2.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\GEV.vb,78,13,5,60,1,0,2,6,0,3017,3.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Gumbel.vb,49,9,5,35,1,0,3,4,0,1768,1.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\LogNormal.vb,74,13,5,56,1,0,3,5,0,3223,3.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\LogPearsonIII.vb,90,10,7,73,1,0,3,5,0,3809,3.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Normal.vb,187,20,17,150,1,2,3,6,0,6971,6.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Rayleigh.vb,45,10,6,29,1,1,3,4,0,1707,1.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Triangular.vb,103,16,6,81,1,0,3,7,0,4226,4.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Distributions\MethodOfMoments\Uniform.vb,67,13,7,47,1,2,3,4,0,2243,2.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Example\Fisher.vb,22,0,8,14,1,0,1,0,0,646,646 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Example\Program.vb,29,5,6,18,1,0,2,0,0,1017,1017 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Example\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Example\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1153,1.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Example\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2799,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\Example\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2973,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\ChiSquareTest.vb,130,36,16,78,2,4,0,4,0,4298,4.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\FisherTest.vb,131,52,15,64,1,0,0,5,0,4788,4.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\FTest.vb,100,10,16,74,1,7,1,1,0,2521,2.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\Hypothesis.vb,19,9,2,8,1,0,0,0,0,498,498 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\LogLikelihood.vb,42,12,6,24,1,0,0,1,0,1772,1.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\MoranTest.vb,91,12,10,69,1,8,0,2,0,3841,3.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\FishersExact\FishersExactPvalues.vb,51,23,6,22,1,5,0,1,0,1796,1.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\FishersExact\FisherTest.vb,215,54,30,131,1,0,0,7,0,7433,7.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\FishersExact\HyperState.vb,17,0,3,14,1,6,0,1,0,497,497 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\MantelTest\corr.vb,41,0,8,33,1,0,0,2,0,1606,1.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\MantelTest\Model.vb,76,35,12,29,2,8,1,2,0,2085,2.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\MantelTest\stats.vb,600,115,96,389,1,0,3,10,0,19916,19.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\MantelTest\test.vb,247,63,42,142,1,0,0,4,0,8887,8.89 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\T-test\StudenttDistribution.vb,47,3,10,34,1,2,1,3,0,1932,1.93 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\T-test\TestResult.vb,84,34,13,37,1,9,0,2,0,2799,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\T-test\Topt.vb,21,4,6,11,1,3,0,1,0,495,495 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\T-test\Ttest.vb,274,114,26,134,1,0,0,7,0,15091,15.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\HypothesisTesting\T-test\TwoSampleResult.vb,28,0,7,21,1,3,0,1,0,794,794 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\MomentFunctions\BasicProductMoments.vb,168,61,22,85,1,5,8,0,0,7170,7.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\MomentFunctions\BasicProductMomentsHistogram.vb,60,15,6,39,1,1,2,0,0,2622,2.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\MomentFunctions\LinearMoments.vb,86,11,14,61,1,10,1,0,0,2619,2.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\MomentFunctions\ProductMoments.vb,58,11,10,37,1,8,1,1,0,2075,2.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2802,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\RANSAC\Algorithm.vb,231,31,41,159,1,0,1,6,0,9743,9.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\RANSAC\Point.vb,24,0,7,17,1,0,3,0,0,445,445 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\RANSAC\SampleOutput.vb,33,0,5,28,1,7,1,0,0,1295,1.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,Math.Statistics\RANSAC\Vector.vb,37,0,10,27,1,2,2,0,2,1065,1.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Math.Statistics\stats-netcore5.vbproj,,7332,1687,1069,4576,59,100,92,229,2,261152,261.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\MathMLCompiler.vb,91,3,13,75,1,0,1,5,0,3997,4.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\SymbolIndex.vb,46,3,7,36,1,1,1,2,0,1567,1.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\Symbolic\Derivative.vb,21,2,4,15,1,0,0,1,0,602,602 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\Symbolic\MakeSimplify.vb,155,11,19,125,1,0,0,5,0,6514,6.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\Symbolic\PolyExpansion.vb,113,3,19,91,1,0,0,4,0,3935,3.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\Symbolic\Symbolic.vb,42,3,7,32,1,0,0,4,0,1443,1.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\Symbolic\UnaryExpression.vb,26,0,6,20,1,2,0,2,0,851,851 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\Symbolic\UnifySymbol.vb,95,17,13,65,1,2,1,4,0,3385,3.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\test\Module1.vb,47,1,12,34,1,0,4,0,0,1636,1.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\test\SymbolicTest.vb,73,3,23,47,1,0,4,0,0,2267,2.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2766,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,MathLambda\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\MathLambda\symbolic-netcore5.vbproj,,891,102,152,637,13,9,12,27,0,33506,33.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\ECDF.vb,38,0,9,29,1,0,2,2,0,1297,1.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Extensions.vb,102,18,15,69,1,0,0,4,0,3945,3.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\GenericODEs.vb,37,4,9,24,3,1,3,1,0,1015,1015 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\ODEs.vb,238,77,32,129,1,1,3,6,0,8542,8.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\RefODEs.vb,33,8,8,17,1,1,0,0,0,1050,1.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\RungeKutta4.vb,98,18,20,60,1,0,3,3,0,3324,3.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\SolverIterator.vb,48,3,11,34,1,1,2,3,0,1289,1.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\var.vb,117,7,25,85,4,4,6,5,4,3544,3.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\Data\ODEsOut.vb,107,27,15,65,1,7,0,5,0,3777,3.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\Data\StreamExtension.vb,96,6,19,71,1,0,0,4,0,3514,3.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\Dynamics\Data\ValueVector.vb,41,6,7,28,1,1,1,1,1,1320,1.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\ODESolvers\Gill.vb,34,4,6,24,1,0,0,1,0,1237,1.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\ODESolvers\ODE.vb,43,22,5,16,1,3,0,1,0,1341,1.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\ODESolvers\ODEOutput.vb,55,4,9,42,1,7,0,2,0,1631,1.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\ODESolvers\Solver.vb,107,36,14,57,3,0,0,4,0,3833,3.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\test\Module1.vb,61,0,15,46,5,0,3,2,0,1570,1.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\test\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1067,1.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2771,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,ODE\test\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,2984,2.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\odes-netcore5.vbproj,,1440,296,246,898,30,30,24,44,5,49485,49.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\test\test5.vbproj,test\Module1.vb,61,0,15,46,5,0,3,2,0,1570,1.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\test\test5.vbproj,test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\test\test5.vbproj,test\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1067,1.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\test\test5.vbproj,test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2771,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\test\test5.vbproj,test\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,2984,2.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODE\test\test5.vbproj,,246,56,42,148,8,4,4,2,0,8826,8.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODESolver.Extensions\ODESolver.Extensions.NET5.vbproj,ODESolver.Extensions\Extensions.vb,163,25,24,114,1,0,0,7,0,6186,6.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\ODESolver.Extensions\ODESolver.Extensions.NET5.vbproj,,163,25,24,114,1,0,0,7,0,6186,6.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,Randomizer\crandn.vb,218,92,34,92,1,0,0,4,0,7635,7.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,Randomizer\Randomizer.vb,228,74,37,117,1,0,3,10,0,8919,8.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,Randomizer\FastRandom\FastRandom.vb,362,133,48,181,1,0,5,8,0,13798,13.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,Randomizer\FastRandom\IProvideRandomValues.vb,29,14,5,10,1,1,1,2,0,1396,1.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,Randomizer\FastRandom\ThreadSafeFastRandom.vb,123,24,27,72,1,0,1,5,0,4441,4.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,Randomizer\My Project\Resources.Designer.vb,94,42,10,42,1,4,0,0,0,4651,4.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\Math\Randomizer\randomizer-netcore5.vbproj,,1054,379,161,514,6,5,10,29,0,40840,40.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\Signal.IO\signal_io-netcore5.vbproj,Signal.IO\SignalsReader.vb,66,0,9,57,1,0,0,1,0,3104,3.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\Signal.IO\signal_io-netcore5.vbproj,Signal.IO\SignalsWriter.vb,160,14,27,119,1,0,0,2,0,8015,8.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\Signal.IO\signal_io-netcore5.vbproj,,226,14,36,176,2,0,0,3,0,11119,11.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Alignment.vb,83,9,10,64,1,0,0,3,0,3368,3.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\ColorSpectrum.vb,69,10,7,52,1,0,0,1,0,2106,2.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Extensions.vb,46,24,4,18,1,0,0,3,0,2166,2.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\GeneralSignal.vb,163,30,22,111,1,8,3,6,0,5382,5.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Signal.vb,57,10,9,38,1,2,3,1,1,2032,2.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\TimeSignals.vb,52,7,8,37,1,2,2,2,0,1509,1.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Cluster\SignalClustering.vb,52,3,10,39,1,0,1,3,0,1704,1.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\COW\CowAlignment.vb,319,39,49,231,1,0,1,5,0,17109,17.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\COW\CowParameter.vb,62,12,11,39,1,3,0,2,0,2786,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\COW\Flags.vb,20,4,2,14,2,0,0,0,0,423,423 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\COW\FunctionElement.vb,28,3,6,19,1,3,2,1,0,767,767 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\COW\FunctionMatrix.vb,75,13,15,47,1,1,4,1,0,2844,2.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\COW\IPeak2D.vb,44,30,5,9,2,4,0,0,0,1544,1.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\FFT\DFT.vb,135,59,20,56,1,0,4,0,0,5736,5.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\FFT\DoubleFFT_1D.vb,6632,370,371,5891,1,0,72,2,0,273473,273.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\FFT\FourierTransform.vb,351,109,51,191,2,0,5,2,0,12683,12.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\FFT\Plans.vb,30,22,3,5,1,0,0,0,0,948,948 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\FFT\TransformCore.vb,37,22,6,9,1,0,0,0,0,1376,1.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\ContinuousPadder.vb,112,61,10,41,1,2,3,0,0,3848,3.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\DataFilter.vb,14,6,3,5,1,0,0,1,0,352,352 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\Linearizer.vb,124,43,14,67,1,1,4,1,0,4338,4.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\MeanValuePadder.vb,155,71,11,73,1,3,3,0,0,5750,5.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\Preprocessor.vb,33,25,3,5,1,0,1,0,0,1170,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\RamerDouglasPeuckerFilter.vb,74,12,10,52,1,1,1,2,0,2997,3.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\SGFilter.vb,516,264,34,218,1,2,7,15,0,22799,22.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\TrendRemover.vb,63,34,5,24,1,0,2,0,0,2286,2.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Filters\ZeroEliminator.vb,100,42,10,48,1,1,3,0,0,3180,3.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\DistanceMeasure.vb,8,0,0,8,1,0,0,0,0,173,173 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\Dtw.vb,520,109,84,327,1,4,7,4,0,27345,27.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\Preprocessing\CentralizationPreprocessor.vb,19,3,4,12,1,0,0,2,0,595,595 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\Preprocessing\IPreprocessor.vb,44,5,10,29,1,0,0,4,0,1432,1.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\Preprocessing\NonePreprocessor.vb,27,11,4,12,1,0,0,2,0,736,736 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\Preprocessing\NormalizationPreprocessor.vb,37,7,8,22,1,0,2,2,0,1259,1.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\NDtw\Preprocessing\StandardizationPreprocessor.vb,27,7,6,14,1,0,0,2,0,1086,1.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\PeakFinding\Algorithm.vb,174,24,22,128,1,0,1,4,0,7411,7.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\PeakFinding\Doppler.vb,31,3,4,24,1,0,0,1,0,1110,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\PeakFinding\Implement.vb,90,18,11,61,1,0,0,3,0,3706,3.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\PeakFinding\SignalPeak.vb,85,3,15,67,1,6,0,2,0,2877,2.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Sampler\BinSampler.vb,53,11,10,32,1,1,2,2,0,1841,1.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Sampler\Resampler.vb,121,14,18,89,1,1,0,4,0,3606,3.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Sampler\EmGaussian\GaussianFit.vb,115,11,21,83,3,0,2,5,0,4322,4.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Sampler\EmGaussian\Opts.vb,27,12,4,11,1,4,0,1,0,786,786 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Sampler\EmGaussian\TimeBins.vb,69,12,14,43,1,0,0,3,0,2395,2.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Sampler\EmGaussian\Variable.vb,67,10,13,44,1,4,3,5,0,2370,2.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Source\ArithmeticSignal.vb,122,20,24,78,5,4,5,4,0,5115,5.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Source\DumpsSignal.vb,41,12,7,22,1,0,1,1,0,1240,1.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Source\Providers.vb,61,0,15,46,7,0,0,7,0,2222,2.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Source\Signal.vb,89,29,18,42,1,2,0,3,0,3493,3.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\Source\SignalPeak.vb,36,0,8,28,1,3,0,2,0,1246,1.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\DataSeriesFactory.vb,6118,3,13,6102,1,0,0,1,0,138951,138.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\demo_data1.vb,51,2,12,37,1,0,3,0,0,1689,1.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\MultivariateDataSeriesRepository.vb,74,10,18,46,1,1,3,3,0,2955,2.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\Program.vb,28,0,8,20,1,0,2,0,0,994,994 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1043,1.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2775,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\Transform.vb,520,5,47,468,1,0,11,7,0,22454,22.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\Wavelet.vb,47,5,9,33,1,1,1,0,0,1613,1.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\WaveletTransform.vb,187,81,24,82,1,0,4,0,0,6224,6.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\Constructors\Coiflets.vb,37,0,3,34,1,0,1,1,0,2753,2.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\Constructors\Daubechies.vb,134,0,3,131,1,0,1,1,0,11459,11.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\Constructors\Symlets.vb,38,0,3,35,1,0,1,1,0,3186,3.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,SignalProcessing\WaveletTransform\Constructors\WaveletConstructor.vb,24,0,6,18,1,0,1,2,0,759,759 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\SignalProcessing\signalprocessing-netcore5.vbproj,,18750,1817,1204,15729,78,68,173,130,1,661314,661.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,wav\WaveFile.vb,94,44,14,36,1,5,2,1,0,3044,3.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,wav\SubChunk\Data.vb,137,2,28,107,3,1,2,8,0,4637,4.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,wav\SubChunk\Enums.vb,33,15,2,16,3,0,0,0,0,652,652 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,wav\SubChunk\FMT.vb,72,38,6,28,1,7,0,1,0,2202,2.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,wav\SubChunk\Sample.vb,60,6,12,42,1,2,0,5,0,1983,1.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,wav\SubChunk\SubChunk.vb,6,0,2,4,1,2,0,0,0,129,129 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Mathematica\SignalProcessing\wav\wav\waveFile-netcore5.vbproj,,402,105,64,233,10,17,4,15,0,12647,12.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\Corpus.vb,88,17,18,53,1,3,1,5,0,2682,2.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\Debugger.vb,176,35,36,105,1,0,1,3,0,6496,6.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\DocumentLoader.vb,84,6,20,58,1,0,0,2,0,2755,2.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\Gibbs.vb,146,22,22,102,3,0,2,1,0,5309,5.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\LdaGibbsSampler.vb,389,168,53,168,1,3,6,1,0,14938,14.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\LdaInterpreter.vb,81,12,16,53,1,0,2,2,0,2918,2.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\Vocabulary.vb,88,5,21,62,1,1,3,4,0,2525,2.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\ParallelGibbsLda\ExecutorService.vb,18,0,5,13,1,0,2,0,0,564,564 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\ParallelGibbsLda\GibbsWorker.vb,90,7,19,64,1,0,3,1,0,3026,3.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\LDA\ParallelGibbsLda\ParallelGibbsLda.vb,216,50,39,127,1,2,3,3,0,6926,6.93 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,NLP\test\Program.vb,43,4,7,32,1,0,3,0,0,1670,1.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\NLP.NET.vbproj,,1419,326,256,837,13,9,26,22,0,49809,49.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\test\test.vbproj,test\Program.vb,43,4,7,32,1,0,3,0,0,1670,1.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\NLP\test\test.vbproj,,43,4,7,32,1,0,3,0,0,1670,1.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\ImageData.vb,100,0,13,87,1,0,0,4,0,3932,3.93 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\PlotTypes.vb,5,0,0,5,1,0,0,0,0,77,77 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\VennPlot.vb,213,55,30,128,2,5,1,2,0,9094,9.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\zzz.vb,3,1,1,1,0,0,0,0,0,86,86 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\Data.vb,338,53,44,241,1,0,0,9,0,14383,14.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\PieChart3D.vb,67,1,8,58,1,0,0,2,0,2862,2.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\Scatter.vb,153,32,15,106,1,0,0,2,0,6457,6.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\ScatterHeatmap.vb,298,35,31,232,4,4,1,5,0,12687,12.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\Serial3D.vb,30,7,5,18,1,5,0,1,0,1027,1.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\Device\Element3D.vb,220,18,43,159,6,15,10,6,0,8168,8.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\Device\RenderEngine.vb,163,20,18,125,1,0,2,0,0,6967,6.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\g\Axis.vb,91,7,9,75,1,0,0,1,0,4111,4.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\g\Grid.vb,158,0,25,133,1,0,0,3,0,6770,6.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\3D\Plot\Scatter3D.vb,187,15,19,153,1,0,2,1,0,7682,7.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\AlignmentPlot.vb,241,26,20,195,3,0,0,6,0,12669,12.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\BarPlot.vb,114,22,9,83,1,0,0,3,0,4851,4.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\BarPlot2.vb,175,16,26,133,2,2,2,1,0,7260,7.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\LevelBarplot.vb,211,8,26,177,1,0,0,2,0,9985,9.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\RectangleStyles.vb,123,0,21,102,4,0,0,6,0,4401,4.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\StackedBarPlot.vb,109,16,11,82,1,0,0,3,0,4461,4.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\StyledBarplot.vb,165,26,16,123,3,0,1,3,0,6907,6.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\ViolinPlot.vb,124,25,7,92,1,0,0,2,0,5884,5.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Data\BarDataGroup.vb,110,19,14,77,1,3,0,5,0,4143,4.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Data\BarDataSample.vb,36,15,5,16,1,3,0,1,0,1064,1.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Data\BarPlotDataExtensions.vb,171,19,19,133,1,0,0,4,0,7011,7.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Data\BiDirectionData.vb,34,12,5,17,1,4,0,0,0,859,859 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Data\Constructor.vb,80,7,9,64,1,0,0,2,0,3083,3.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Histogram\DataModel.vb,213,39,23,151,3,6,5,3,0,7246,7.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Histogram\Extensions.vb,47,7,7,33,1,0,0,1,0,1590,1.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Histogram\Histogram.vb,302,69,19,214,1,0,0,7,0,14098,14.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Histogram\HistogramPlot.vb,181,2,27,152,1,2,3,0,0,7559,7.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Plots\BiDirectionBarPlot.vb,186,11,35,140,1,0,2,0,0,8587,8.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Plots\PlotAlignmentGroup.vb,555,74,96,385,1,11,7,1,0,24344,24.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Plots\SimpleBarPlot.vb,184,5,22,157,1,3,2,0,0,7664,7.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Plots\StackedPercentageBarPlot.vb,203,14,33,156,1,3,4,0,0,9329,9.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BarPlot\Plots\Violin.vb,298,17,44,237,1,2,3,1,0,12015,12.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BoxPlot\Box.vb,255,24,41,190,1,7,3,0,0,11035,11.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BoxPlot\BoxData.vb,69,43,8,18,1,3,0,1,0,2475,2.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\BoxPlot\BoxPlot.vb,69,8,6,55,1,0,0,1,0,2954,2.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Contour\ContourPlot.vb,129,0,23,106,1,0,4,1,0,5418,5.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Contour\PlotContour.vb,71,0,8,63,1,0,0,2,0,3230,3.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Contour\HeatMap\ContourHeatMapPlot.vb,215,22,22,171,1,0,2,2,0,8772,8.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Contour\HeatMap\EvaluatePoints.vb,26,9,6,11,2,0,0,1,0,761,761 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Contour\HeatMap\MatrixEvaluate.vb,80,19,11,50,1,0,1,2,0,3039,3.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Contour\HeatMap\Utils.vb,311,86,21,204,1,0,0,6,0,13904,13.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Fractions\FractionData.vb,51,19,5,27,1,4,0,2,0,1753,1.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Fractions\LabelStyles.vb,8,0,1,7,1,0,0,0,0,128,128 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Fractions\PieChart.vb,377,70,41,266,1,0,1,4,0,16538,16.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Fractions\Pyramid.vb,147,13,20,114,2,1,2,1,0,5795,5.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Fractions\RadarChart.vb,426,93,52,281,1,0,0,2,0,21387,21.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Fractions\TreeMap.vb,136,10,23,103,2,0,2,2,0,5129,5.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Canvas.vb,26,0,9,17,2,0,0,0,0,1173,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\HeatMapPlot.vb,71,0,9,62,1,1,1,3,0,2674,2.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Mapper.vb,287,33,39,215,1,0,3,9,0,11778,11.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Plot.vb,233,22,30,181,1,5,6,3,0,9894,9.89 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\ProfileGroup.vb,22,7,4,11,1,1,0,1,0,619,619 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Scaling.vb,222,63,32,127,1,2,6,8,0,8192,8.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\Axis.vb,521,113,54,354,1,1,8,3,0,24327,24.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\AxisData.vb,45,18,8,19,2,4,0,2,0,1172,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\AxisProvider.vb,81,18,12,51,1,3,2,3,0,2490,2.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\AxisScalling.vb,431,120,69,242,1,0,0,11,0,17905,17.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\Styles.vb,55,27,7,21,3,0,0,0,0,1255,1.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\TimeRange.vb,45,0,9,36,1,3,1,2,0,1535,1.53 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\Components\XAxis.vb,225,19,23,183,1,0,5,0,0,8620,8.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\DataScaler\DataScaler.vb,158,26,25,107,2,7,2,9,0,5375,5.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\DataScaler\TermScaler.vb,34,4,6,24,1,2,1,2,0,1078,1.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Axis\DataScaler\YScaler.vb,67,22,11,34,1,2,1,4,0,2122,2.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Legends\CircleSizeLegend.vb,59,0,9,50,1,5,1,0,0,2272,2.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Legends\LegendObject.vb,82,29,7,46,1,4,0,3,0,2896,2.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Legends\LegendPlot.vb,399,55,61,283,1,0,4,4,0,16481,16.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Legends\LegendStyles.vb,51,33,3,15,1,0,0,0,0,1259,1.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Legends\ColorBar\DualColorBar.vb,84,0,14,70,1,0,1,0,0,3329,3.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Theme\Extensions.vb,16,0,3,13,1,0,0,1,0,405,405 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Theme\FontStyle.vb,14,4,3,7,1,3,0,0,0,356,356 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Theme\Layout.vb,117,23,24,70,4,7,4,4,0,3874,3.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\g\Theme\Theme.vb,203,96,31,76,1,43,0,4,0,7065,7.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Bubble.vb,359,21,42,296,1,0,4,2,0,14816,14.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Heatmap.vb,116,18,9,89,1,0,1,1,0,5079,5.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\LinePlot.vb,44,1,5,38,1,0,1,0,0,1708,1.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\ManhattanStatics.vb,158,144,14,0,0,0,0,0,0,6814,6.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Scatter.vb,614,65,42,507,1,0,1,13,0,27483,27.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Data\Annotation.vb,120,14,14,92,1,0,1,1,0,3873,3.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Data\PointData.vb,43,15,7,21,1,0,3,1,0,1083,1.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Data\SerialData.vb,131,32,15,84,1,2,1,5,0,4474,4.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Plot\LinePlot2D.vb,346,35,56,255,1,0,3,1,0,14237,14.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Plot\PolygonPlot2D.vb,140,0,16,124,1,0,3,1,0,6072,6.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,Plots\Scatter\Plot\Scatter2D.vb,340,44,45,251,1,0,2,3,0,14738,14.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots\plots-netcore5.vbproj,,14217,2230,1810,10177,115,178,126,218,0,590154,590.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Bihistogram.vb,40,32,2,6,1,0,0,1,0,1923,1.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\ForestPlot.vb,36,33,1,2,1,0,0,0,0,3014,3.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\HistStackedBarplot.vb,158,16,19,123,1,0,0,2,0,6908,6.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\JointPlot.vb,12,0,3,9,1,0,0,2,0,313,313 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\QQPlot.vb,117,69,6,42,1,0,0,1,0,5716,5.72 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\RegressionPlot.vb,473,47,65,361,1,14,5,1,0,19764,19.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\ROCPlot.vb,146,24,14,108,1,0,0,3,0,5703,5.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\SampleView.vb,160,5,20,135,1,0,0,2,0,6829,6.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\ScatterExtensions.vb,179,39,12,128,1,0,0,5,0,7033,7.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\zzz.vb,3,0,1,2,0,0,0,0,0,84,84 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\BubbleHeatmap.vb,55,5,8,42,1,0,0,1,0,2319,2.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\CorrelationData.vb,77,0,17,60,1,0,1,4,0,2292,2.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\CorrelationHeatmap.vb,82,2,12,68,1,0,2,0,0,3470,3.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\CorrelationTriangle.vb,215,17,24,174,1,0,2,1,0,10688,10.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\DataScaler.vb,128,17,11,100,1,0,0,4,0,5778,5.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\DensityPlot.vb,212,22,15,175,1,0,0,2,0,9714,9.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\Heatmap.vb,191,51,18,122,1,0,0,1,0,10565,10.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\Internal.vb,395,63,54,278,1,0,1,3,0,18757,18.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\Models.vb,60,21,9,30,3,1,0,0,0,1702,1.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Heatmap\PlotExtensions.vb,120,13,17,90,1,0,0,2,0,5070,5.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\PCA\Ellipse.vb,105,10,12,83,1,5,0,3,0,4228,4.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\PCA\PC2.vb,114,22,14,78,1,0,0,2,0,4509,4.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\PCA\PC3.vb,27,9,4,14,1,0,0,1,0,1045,1.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\PCA\PCA2D.vb,24,0,6,18,1,0,2,0,0,765,765 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\PCA\ScreePlot.vb,67,3,6,58,1,0,0,1,0,3187,3.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\TimeTrends\TimePoint.vb,15,3,3,9,1,0,0,1,0,395,395 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\TimeTrends\TimeTrends.vb,320,37,41,242,1,0,0,1,0,14026,14.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\VariableWidthBarPlot\VariableBarData.vb,10,0,2,8,1,3,0,1,0,290,290 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\VariableWidthBarPlot\VariableWidthBarPlot.vb,118,9,14,95,1,0,0,1,0,6099,6.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Zscore\ZScores.vb,42,3,5,34,1,0,0,1,0,1892,1.89 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Zscore\ZScoresData.vb,133,29,15,89,1,0,0,4,0,5176,5.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,Plots-statistics\Zscore\ZScoresPlot.vb,163,6,22,135,1,0,2,0,0,7119,7.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Plots-statistics\plots_extensions-netcore5.vbproj,,3997,607,472,2918,33,23,15,51,0,176373,176.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\BarPlotTest.vb,83,5,17,61,1,0,2,0,0,4157,4.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ColorLegendTest.vb,21,0,6,15,1,0,1,0,0,740,740 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\CSSTest.vb,10,0,3,7,1,0,1,0,0,288,288 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\DensityPlotTest.vb,22,0,3,19,1,0,1,0,0,784,784 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\FuzzyCmeansVisualize.vb,123,14,19,90,1,0,4,1,0,4282,4.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\heatmapPlot.vb,56,1,13,42,1,0,2,0,0,2034,2.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ImageDataPlots.vb,38,1,7,30,1,0,3,0,0,1198,1.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\Module1.vb,151,54,38,59,1,0,5,0,0,5599,5.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\Module3.vb,17,0,5,12,1,0,2,0,0,491,491 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\OutlineTest.vb,53,1,11,41,1,0,2,0,0,1969,1.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\PCAPlotTest.vb,32,0,8,24,1,0,2,1,0,1427,1.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\PieChartTest.vb,173,20,40,113,1,0,5,0,0,6813,6.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\RegressionPlotTest.vb,15,0,3,12,1,0,1,0,0,596,596 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ROCplotTest.vb,16,2,4,10,1,0,1,0,0,954,954 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\SampleVisualizeTest.vb,15,0,5,10,1,0,1,0,0,354,354 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ScatterTest.vb,147,21,30,96,1,0,3,0,0,5348,5.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\timeRangesTest.vb,25,0,4,21,1,0,1,0,0,1229,1.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\vennTest.vb,15,0,3,12,1,0,1,0,0,801,801 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\VolinPlotTest.vb,21,0,8,13,1,0,1,0,0,921,921 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ZScorePlotTest.vb,139,2,29,108,1,0,5,0,0,5395,5.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ChartingBase.Test\Module1.vb,151,12,42,97,1,0,3,0,0,6487,6.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ChartingBase.Test\Module2.vb,36,0,8,28,1,0,3,0,0,953,953 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ChartingBase.Test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ChartingBase.Test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1169,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ChartingBase.Test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2781,2.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\ChartingBase.Test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2980,2.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1182,1.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2772,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,test\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,2989,2.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\test\test5.vbproj,,1727,245,362,1120,28,8,52,2,0,67561,67.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\CorrelationNetwork.vb,192,13,29,150,1,0,0,5,0,7090,7.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Extensions.vb,101,17,10,74,1,0,0,6,0,4065,4.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\NeuronNetworkExtensions.vb,104,14,9,81,1,0,0,2,0,4057,4.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\BinaryTree\EntityNode.vb,39,0,8,31,1,3,1,2,0,1164,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\BinaryTree\NodeTrees.vb,152,22,21,109,1,0,1,4,0,6936,6.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\BinaryTree\Partition.vb,47,0,9,38,1,5,0,1,0,1584,1.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\BinaryTree\Tree.vb,212,21,33,158,3,0,0,4,0,8092,8.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Embedding\Embedding2D.vb,84,0,12,72,1,0,2,0,0,3144,3.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Embedding\Embedding3D.vb,70,0,10,60,1,0,2,0,0,2818,2.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Embedding\EmbeddingRender.vb,61,3,13,45,1,0,1,2,0,2020,2.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Embedding\EmbeddingRenderExtensions.vb,147,36,9,102,1,0,0,4,0,6075,6.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Embedding\UmapGraph.vb,74,3,13,58,1,0,0,3,0,2841,2.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Kmeans\Kmeans.vb,280,49,29,202,1,0,0,6,0,13277,13.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Kmeans\KMeansNetwork.vb,101,5,12,84,1,0,0,1,0,4164,4.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Tabular\csv.vb,151,30,17,104,1,0,0,5,0,5527,5.53 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Tabular\Extensions.vb,62,6,8,48,1,0,0,2,0,2205,2.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Tabular\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,193,193 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Tabular\SerialData.vb,108,11,13,84,1,8,0,4,0,4338,4.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Testing\ANNVisualize.vb,91,0,22,69,1,0,2,0,0,3268,3.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Testing\Kmeans3DTest.vb,53,0,11,42,1,0,2,0,0,2030,2.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Testing\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Testing\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1167,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Testing\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2772,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,Visualization\Testing\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2960,2.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Data_science\Visualization\Visualization\data_visualize-netcore5.vbproj,,2320,289,318,1713,25,20,12,51,0,92221,92.22 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\AVIMainHeader.vb,111,48,10,53,1,12,2,0,0,3744,3.74 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\AVIStream.vb,148,18,24,106,1,4,4,2,0,5794,5.79 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\AVIStreamHeader.vb,104,60,9,35,2,18,2,0,0,2953,2.95 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\Encoder.vb,99,6,22,71,1,3,2,2,0,3053,3.05 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\FrameStream.vb,35,2,8,25,1,1,1,1,0,1107,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\Settings.vb,6,0,2,4,1,2,0,0,0,113,113 B +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\UInt8Array.vb,110,14,21,75,1,2,9,2,0,3321,3.32 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1328,1.33 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2803,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,3050,3.05 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\test\Module1.vb,22,0,6,16,1,0,1,0,0,665,665 B +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2766,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,avi\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\avi\AVI.NET5.vbproj,,1002,260,158,584,15,50,23,7,0,35674,35.67 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Effects.vb,276,112,41,123,1,0,1,2,0,12370,12.37 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Extensions.vb,225,49,29,147,1,0,0,11,0,8683,8.68 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\FontMetrics.vb,85,20,13,52,2,3,3,4,0,2856,2.86 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\GifEncoder.vb,205,59,24,122,1,1,10,0,0,8015,8.02 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\GraphicsText.vb,148,32,22,94,1,0,5,2,0,5337,5.34 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\ImageExtensions.vb,43,11,5,27,1,0,1,0,0,1888,1.89 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\ImageFormat.vb,119,26,12,81,1,1,0,3,0,4352,4.35 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Imager.vb,137,55,17,65,1,0,0,7,0,5882,5.88 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\TiffWriter.vb,351,24,64,263,1,0,6,10,0,14907,14.91 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Utils.vb,225,34,44,147,1,0,0,4,0,8180,8.18 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Graphics\Drawing.vb,8,0,3,5,1,0,0,0,0,148,148 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Graphics\GDICanvas.vb,2061,1621,99,341,1,3,96,10,0,76030,76.03 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Graphics\Graphics2D.vb,214,54,31,129,3,4,8,7,0,7365,7.37 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Graphics\Wmf.vb,171,53,24,94,1,3,9,0,0,7454,7.45 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,Drawing-net4.8\Text\Text.vb,71,18,8,45,1,0,1,1,0,2476,2.48 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Drawing-net4.8\Drawing-net4.8.vbproj,,4339,2168,436,1735,18,15,140,61,0,165943,165.94 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\Graphics.vb,16,7,3,6,1,2,0,0,0,437,437 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\Surface.vb,62,28,8,26,1,3,0,2,0,2331,2.33 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\Vector.vb,40,6,6,28,1,2,1,1,0,1313,1.31 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\3DBuilder\Extensions.vb,11,0,4,7,1,0,0,0,0,206,206 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\3DBuilder\IO.vb,36,5,6,25,1,0,0,3,0,1299,1.30 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\3DBuilder\Project.vb,54,13,8,33,1,2,0,3,0,1799,1.80 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\3DBuilder\XML\models.vb,88,16,17,55,3,8,0,4,0,2645,2.65 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\3DBuilder\XML\resources.vb,57,4,15,38,5,13,0,2,0,1572,1.57 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\3DBuilder\XML\XmlModel3D.vb,74,6,14,54,3,6,0,3,0,2285,2.29 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\COLLADA\COLLADA.vb,33,16,8,9,2,1,0,0,0,1171,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\PLY\Header.vb,27,0,6,21,1,4,1,0,0,935,935 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\PLY\PointCloud.vb,18,0,5,13,1,5,0,1,0,589,589 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\PLY\SimplePlyWriter.vb,56,0,8,48,1,0,0,1,0,2391,2.39 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\Wavefront\FileName.vb,10,0,3,7,1,3,0,0,0,208,208 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\Wavefront\OBJ.vb,49,4,10,35,2,9,0,2,0,1490,1.49 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,Landscape\Wavefront\TextParser.vb,103,2,11,90,1,0,0,1,0,4142,4.14 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Landscape\Landscape.vbproj,,734,107,132,495,26,58,2,23,0,24813,24.81 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Extensions.vb,78,6,11,61,1,0,4,4,0,2985,2.98 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\TextureResourceLoader.vb,92,25,16,51,1,0,0,3,0,3153,3.15 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\zzz.vb,3,0,1,2,0,0,0,0,0,84,84 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\CSS.vb,78,3,17,58,3,10,0,3,0,2579,2.58 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\CSSModel.vb,3,0,1,2,0,0,0,0,0,39,39 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\ModuleAPI.vb,85,9,9,67,1,0,0,4,0,3533,3.53 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\ScaleChromatic.vb,146,45,6,95,1,0,0,4,0,4553,4.55 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\labeler\Anchor.vb,104,22,18,64,1,3,6,1,0,2998,3.00 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\labeler\DataLabeler.vb,106,37,16,53,1,0,0,8,0,3517,3.52 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\labeler\Label.vb,145,39,20,86,1,8,6,2,0,4635,4.63 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\labeler\labeler.vb,354,86,58,210,3,0,3,10,0,13354,13.35 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\labeler\fdLabeler\Forcedirected.vb,225,12,44,169,1,0,7,3,0,7801,7.80 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\constant.vb,36,0,9,27,1,0,1,1,0,992,992 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\Extensions.vb,91,61,6,24,1,0,0,4,0,4218,4.22 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\IScale.vb,140,60,19,61,2,2,1,3,0,5399,5.40 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\linear.vb,161,48,21,92,1,4,1,9,0,5856,5.86 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\MapperTypes.vb,20,12,1,7,1,0,0,0,0,534,534 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\ordinal.vb,178,64,23,91,1,4,0,7,0,6940,6.94 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\d3js\scale\scalers.vb,7,0,1,6,1,0,0,0,0,109,109 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Extensions.vb,290,69,31,190,2,0,1,14,0,13143,13.14 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\g.vb,319,92,38,189,3,2,3,10,0,13197,13.20 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\GraphicsRegion.vb,177,37,26,114,1,3,3,12,0,6235,6.24 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\PrinterDimension.vb,108,13,14,81,2,0,0,3,0,3844,3.84 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shadow.vb,126,16,20,90,1,3,6,0,0,4842,4.84 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\ColorBrewer.vb,819,199,89,531,7,46,3,5,0,29946,29.95 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\CustomDesigns.vb,174,16,18,140,1,0,0,14,0,7168,7.17 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Designer.vb,600,233,62,305,1,6,2,16,0,33134,33.13 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\DesignerTerms.vb,135,25,25,85,1,0,0,0,0,5496,5.50 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Expression.vb,126,11,21,94,3,0,1,8,0,4194,4.19 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Palette.vb,104,66,7,31,1,0,0,0,0,3431,3.43 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\ScalerPalette.vb,82,27,11,44,1,0,0,0,0,2732,2.73 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Viridis.vb,79,32,13,34,1,0,1,9,0,3520,3.52 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Legend\ColorMapLegend.vb,92,11,11,70,1,13,5,3,0,3437,3.44 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Legend\Legend.vb,346,51,52,243,1,0,2,3,0,14375,14.38 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Office\ObjectAccent.vb,45,7,9,29,4,6,0,2,0,1171,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Office\OfficeColorThemes.vb,82,12,12,58,1,7,3,1,0,3631,3.63 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Office\Xml.vb,55,0,10,45,1,8,0,3,0,1989,1.99 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Scaler\ColorHeightMap.vb,63,20,10,33,1,1,1,3,0,2006,2.01 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Scaler\ColorIndex.vb,96,3,17,76,1,0,2,2,0,3272,3.27 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Scaler\ColorRange.vb,32,5,5,22,1,2,0,2,0,1111,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Scaler\Mapper\CategoryColorProfile.vb,88,21,15,52,1,1,4,3,0,3247,3.25 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Scaler\Mapper\ColorManager.vb,32,3,9,20,1,0,2,1,0,920,920 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Colors\Scaler\Mapper\ValueScaleColorProfile.vb,52,3,10,39,1,0,1,1,0,1939,1.94 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\HeatMapMatrix.vb,8,0,3,5,1,1,0,0,0,142,142 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\HeatMapRaster.vb,200,58,30,112,1,2,2,5,0,6708,6.71 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Pixel.vb,109,8,19,82,2,4,4,5,0,4120,4.12 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\PixelRender.vb,169,20,27,122,1,0,4,3,0,6537,6.54 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\RasterMatrix.vb,158,28,23,107,1,3,1,6,0,5973,5.97 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\RasterScaler.vb,246,51,37,158,1,1,6,6,0,9083,9.08 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\Hqx.vb,70,38,10,22,1,0,0,1,0,3233,3.23 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\HqxScales.vb,9,0,1,8,1,0,0,0,0,163,163 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\Hqx_2x.vb,1832,48,177,1607,1,0,2,0,0,109820,109.82 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\Hqx_3x.vb,2802,48,175,2579,1,0,2,0,0,177738,177.74 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\Hqx_4x.vb,4276,54,203,4019,1,0,29,0,0,310032,310.03 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\Interpolation.vb,144,51,24,69,1,0,0,11,0,5642,5.64 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\HeatMap\Hqx\RgbYuv.vb,93,42,13,38,1,1,2,1,0,3271,3.27 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\CanvasScaler.vb,81,23,10,48,1,0,0,3,0,3206,3.21 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\HullPolygonDraw.vb,83,19,11,53,1,0,1,1,0,3318,3.32 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\Math2DHelper.vb,40,1,7,32,1,0,0,1,0,1382,1.38 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\Spline.vb,55,0,8,47,1,0,0,4,0,2121,2.12 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConcaveHull\BallConcave.vb,305,11,40,254,3,1,5,15,0,11914,11.91 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConcaveHull\DelaunayMesh2d.vb,157,0,22,135,1,0,6,3,0,6318,6.32 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConcaveHull\DelaunayTriangulation.vb,267,14,24,229,1,0,1,5,0,11669,11.67 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConcaveHull\Extensions.vb,49,29,4,16,1,0,0,1,0,2718,2.72 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConcaveHull\Triangle.vb,80,12,14,54,4,0,3,3,0,2087,2.09 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConvexHull\ConvexHull.vb,46,19,6,21,1,0,0,3,0,1798,1.80 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConvexHull\GrahamScan.vb,89,0,16,73,1,0,1,2,0,2945,2.94 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\ConvexHull\JarvisMatch.vb,67,0,15,52,1,0,0,3,0,1988,1.99 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\ASCIIPrinter.vb,185,15,35,135,1,0,0,2,0,6254,6.25 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\ContourLayer.vb,148,30,22,96,2,5,2,7,0,5636,5.64 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\ContourTracing.vb,361,120,43,198,1,0,1,4,0,14636,14.64 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\GeneralPath.vb,168,12,31,125,1,2,9,7,0,5736,5.74 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\IsoCell.vb,201,83,18,100,1,6,1,4,0,9200,9.20 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\MapMatrix.vb,174,37,29,108,1,2,1,7,0,5843,5.84 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\MarchingSquares.vb,434,191,54,189,1,0,3,6,0,18472,18.47 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\MeasureData.vb,50,18,9,23,1,3,3,1,0,1280,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\MarchingSquares\Side.vb,10,0,1,9,1,0,0,0,0,167,167 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\PolylineSimplify\ISimplifyUtility.vb,33,22,4,7,1,0,0,1,0,1397,1.40 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\PolylineSimplify\Point.vb,57,14,9,34,1,1,1,4,0,2176,2.18 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\PolylineSimplify\SimplifyUtility.vb,165,36,31,98,1,0,0,6,0,6544,6.54 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Math2D\PolylineSimplify\SimplifyUtility3D.vb,182,44,33,105,1,0,0,6,0,7185,7.18 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Polar\PolarGraphics2D.vb,95,46,11,38,1,3,4,2,0,4189,4.19 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Render2D\Path2D.vb,153,31,18,104,1,1,12,1,0,5785,5.79 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Render2D\RenderContext.vb,70,0,23,47,1,4,8,3,0,1892,1.89 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Render2D\RenderShape.vb,35,0,6,29,1,3,1,0,0,1048,1.05 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Arrow.vb,138,41,17,80,1,10,2,3,0,5606,5.61 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Box.vb,29,0,7,22,1,1,2,0,0,1024,1.02 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Circle.vb,115,13,19,83,1,3,3,3,0,4103,4.10 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Diamond.vb,36,0,7,29,1,0,1,0,0,1272,1.27 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Hexagon.vb,39,3,6,30,1,0,1,0,0,1424,1.42 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Line.vb,195,32,30,133,1,9,4,8,0,6517,6.52 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Pentacle.vb,64,10,13,41,1,0,1,2,0,2630,2.63 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\RoundRect.vb,69,15,10,44,1,0,1,1,0,2475,2.48 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Shape.vb,62,15,12,35,1,4,1,4,0,1952,1.95 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Shapes\Triangle.vb,82,14,13,55,1,6,2,1,0,2943,2.94 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\HelperExtensions.vb,7,0,3,4,1,0,0,0,0,97,97 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\HTMLRender.vb,179,21,24,134,1,0,3,4,0,6791,6.79 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\WordWrap.vb,122,26,21,75,1,0,1,2,0,4730,4.73 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\ASCIIArt\CharSet.vb,181,39,27,115,1,0,0,7,0,8939,8.94 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\ASCIIArt\Convert2ASCII.vb,144,46,19,79,1,0,2,3,0,6671,6.67 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\ASCIIArt\WeightedChar.vb,33,11,5,17,1,3,0,2,0,1014,1014 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\Adjustment.vb,172,16,22,134,1,0,0,3,0,6702,6.70 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\CloudOfTextRectangle.vb,260,71,35,154,1,0,5,7,0,10787,10.79 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\ConflictIndexTuple.vb,36,8,5,23,1,2,0,3,0,1117,1.12 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\GraphicsTextHandle.vb,36,4,8,24,1,2,0,4,0,1088,1.09 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\PlateRectangle.vb,120,35,14,71,1,1,2,5,0,4289,4.29 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\ResolvedTree.vb,17,0,4,13,1,2,0,1,0,484,484 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\States.vb,9,0,1,8,1,0,0,0,0,192,192 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing2D\Text\Nudge\TextRectangle.vb,164,25,22,117,1,2,7,3,0,5512,5.51 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Camera.vb,183,19,33,131,1,0,3,14,0,6338,6.34 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\DrawGraphics.vb,12,5,3,4,1,0,0,0,0,424,424 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\IPointCloud.vb,11,3,3,5,1,1,0,0,0,291,291 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Isometric.vb,464,54,63,347,1,0,8,8,0,19307,19.31 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Light.vb,103,27,15,61,1,0,0,3,0,4070,4.07 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Model2D.vb,52,6,8,38,1,2,2,0,0,1625,1.62 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Painter.vb,234,60,29,145,3,0,4,3,0,8918,8.92 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Point3D.vb,209,45,32,132,1,4,7,8,3,8041,8.04 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Surface.vb,86,12,14,60,1,0,2,3,0,2880,2.88 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\DistanceFieldSampler.vb,214,34,45,135,5,2,6,4,0,8198,8.20 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Matrix.vb,77,5,16,56,3,1,1,3,0,2693,2.69 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Projection.vb,110,26,16,68,1,0,0,7,0,4172,4.17 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Transformation.vb,155,30,19,106,1,1,0,11,0,5825,5.83 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Vector.vb,56,4,10,42,1,0,0,5,0,1767,1.77 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Vector3D.vb,158,20,27,111,1,0,2,7,1,5949,5.95 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\MarchingCubes\Edge.vb,42,0,8,34,1,2,1,4,0,1340,1.34 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\MarchingCubes\MarchingCubes.vb,112,0,26,86,1,3,7,2,0,3437,3.44 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\MarchingCubes\MarchingCubesCase.vb,210,1,49,160,1,0,3,3,0,7022,7.02 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\MarchingCubes\Utils.vb,9,0,2,7,1,0,0,1,0,286,286 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\MarchingCubes\Vertex.vb,30,0,6,24,1,0,1,4,0,1052,1.05 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Polyhedron\Math.vb,98,30,15,53,1,0,0,4,0,3704,3.70 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Math3D\Polyhedron\Polyhedron.vb,347,270,18,59,1,0,1,3,0,15780,15.78 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Cube.vb,138,26,23,89,1,0,4,3,0,4532,4.53 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Extensions.vb,32,0,5,27,1,0,0,3,0,1028,1.03 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\I3DModel.vb,8,0,2,6,1,0,1,1,0,261,261 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Line.vb,41,0,9,32,1,0,1,3,0,1333,1.33 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Mesh.vb,30,0,8,22,1,2,5,0,0,763,763 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Path3D.vb,234,32,46,156,1,4,2,13,0,8312,8.31 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shape3D.vb,223,16,42,165,1,0,8,12,0,7869,7.87 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Paths\Circle.vb,70,20,13,37,2,0,3,1,0,2307,2.31 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Paths\Rectangle.vb,16,3,2,11,1,0,1,0,0,575,575 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Paths\Star.vb,25,3,5,17,1,0,1,0,0,756,756 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Cylinder.vb,35,6,8,21,2,0,3,0,0,1078,1.08 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Knot.vb,21,5,2,14,1,0,1,0,0,1009,1009 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Line.vb,14,0,3,11,1,0,1,1,0,405,405 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Octahedron.vb,40,3,6,31,1,0,1,0,0,1350,1.35 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Prism.vb,65,20,9,36,1,0,2,0,0,2322,2.32 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Pyramid.vb,41,6,7,28,1,0,2,0,0,1480,1.48 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drawing3D\Models\Shapes\Stairs.vb,48,3,8,37,1,0,1,0,0,1796,1.80 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\CreateGraphicsDriver.vb,85,9,16,60,5,0,1,7,0,3494,3.49 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\DeviceDescription.vb,46,8,9,29,1,6,1,2,0,1376,1.38 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\ImageSynthesis.vb,341,233,16,92,1,0,15,0,0,13277,13.28 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\InternalCanvas.vb,66,9,12,45,1,3,0,1,4,2202,2.20 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\CSS\Driver.vb,80,21,13,46,4,3,3,2,0,2083,2.08 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\CSS\RuntimeInvoker.vb,218,56,30,132,1,0,1,6,0,9367,9.37 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Exif\JpegMetadata.vb,15,0,3,12,1,6,1,0,0,401,401 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Exif\JpegMetadataAdapter.vb,165,16,36,113,1,1,3,6,0,6325,6.33 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Exif\JpegMetadataSaveResult.vb,14,0,3,11,1,3,1,0,0,389,389 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Models\GraphicsData.vb,84,26,12,46,1,3,3,0,0,3256,3.26 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Models\ImageData.vb,124,20,20,84,1,3,4,4,0,3884,3.88 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Models\PSData.vb,28,0,7,21,1,1,1,3,0,838,838 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Models\SVGData.vb,117,30,18,69,1,4,2,5,0,4067,4.07 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Drivers\Models\WmfData.vb,59,4,11,44,1,1,1,4,0,1986,1.99 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Filters\Effects.vb,202,27,35,140,1,0,0,5,0,7701,7.70 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Filters\GaussBlur.vb,184,22,19,143,1,0,1,1,0,11583,11.58 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Filters\GaussianSmooth.vb,114,19,15,80,1,0,2,2,0,4569,4.57 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Filters\ImageStrech.vb,44,11,6,27,1,0,1,2,0,1619,1.62 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Filters\Matrix.vb,96,7,17,72,1,0,1,4,0,3607,3.61 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\Filters\Matrix2DFilters.vb,131,3,20,108,2,0,1,4,0,4856,4.86 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\My Project\Resources.Designer.vb,377,184,34,159,1,27,0,0,0,31369,31.37 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\PostScript\GraphicsPS.vb,503,7,116,380,1,4,94,13,0,20488,20.49 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\GraphicsSVG.vb,677,36,154,487,1,5,99,10,0,27583,27.58 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\Renderer.vb,74,14,8,52,1,0,1,2,0,2620,2.62 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\SVGDataLayers.vb,69,22,12,35,1,1,4,1,0,2203,2.20 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\SVGWriter.vb,115,25,18,72,1,0,0,5,0,4310,4.31 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\CSSStyles.vb,22,3,4,15,1,4,0,0,0,682,682 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\ObjectStyle.vb,20,0,5,15,1,3,0,1,0,526,526 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\Filter\Elements.vb,38,0,7,31,6,16,0,0,0,1273,1.27 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\Filter\Filter.vb,34,6,6,22,1,10,0,0,0,1085,1.08 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\Gradients\Gradients.vb,14,1,5,8,1,1,0,0,0,331,331 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\Gradients\linearGradient.vb,13,0,4,9,1,4,0,0,0,354,354 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\Gradients\radialGradient.vb,16,0,4,12,1,7,0,0,0,533,533 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\CSS\Gradients\Stop.vb,18,0,4,14,1,3,0,1,0,524,524 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\Geometry\GeometryElement.vb,64,1,11,52,1,3,0,1,0,2647,2.65 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\Geometry\Transform.vb,49,0,10,39,1,1,1,2,0,1644,1.64 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\CommentHelper.vb,36,0,8,28,1,0,0,1,0,1128,1.13 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\circle.vb,70,18,8,44,1,3,1,2,0,2478,2.48 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\ellipse.vb,76,21,8,47,1,4,1,1,0,2461,2.46 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\image.vb,137,18,17,102,1,5,3,5,0,5077,5.08 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\line.vb,100,20,12,68,1,5,2,2,0,3014,3.01 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\path.vb,73,26,7,40,1,3,1,1,0,2554,2.55 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\polygon.vb,79,13,8,58,1,2,2,1,0,3293,3.29 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\polyline.vb,41,12,5,24,1,1,1,1,0,1760,1.76 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\rect.vb,110,22,12,76,1,6,3,1,0,3548,3.55 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\SvgBasicShape.vb,27,16,3,8,1,0,1,0,0,1253,1.25 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\text.vb,173,31,22,120,1,11,1,4,0,6099,6.10 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\BasicShapes\title.vb,26,0,5,21,1,1,1,1,0,722,722 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgClipPath.vb,29,0,5,24,1,1,1,1,0,973,973 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgContainer.vb,134,34,24,76,1,2,1,13,0,5325,5.33 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgDefs.vb,40,0,7,33,1,0,1,3,0,1320,1.32 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgDocument.vb,267,70,32,165,1,8,2,9,0,9977,9.98 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgGroup.vb,24,7,4,13,1,0,1,1,0,870,870 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgMarker.vb,105,33,10,62,1,6,1,1,0,3819,3.82 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgSwitch.vb,18,0,5,13,1,0,1,1,0,488,488 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Container\SvgSymbol.vb,36,9,5,22,1,1,1,1,0,1292,1.29 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Command.vb,35,3,8,24,1,1,0,1,0,1126,1.13 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Interpreter.vb,161,10,24,127,1,1,9,1,0,6596,6.60 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\ModelBuilder.vb,238,55,30,153,1,0,1,4,0,8720,8.72 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\A.vb,63,0,10,53,1,7,6,1,0,2171,2.17 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\C.vb,48,0,7,41,1,6,5,1,0,1581,1.58 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\H.vb,33,0,7,26,1,1,6,0,0,997,997 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\L.vb,43,0,9,34,1,2,6,1,0,1253,1.25 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\M.vb,44,0,10,34,1,2,6,1,0,1255,1.25 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\Q.vb,39,0,7,32,1,4,5,1,0,1306,1.31 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\S.vb,39,0,7,32,1,4,5,1,0,1306,1.31 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\T.vb,35,0,7,28,1,2,5,1,0,1136,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\V.vb,33,0,7,26,1,1,6,0,0,997,997 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\SvgPath\Commands\Z.vb,22,0,8,14,1,0,3,1,0,528,528 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgDefaults.vb,57,0,7,50,16,0,0,0,0,2630,2.63 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgElement.vb,301,26,41,234,1,12,7,9,0,11232,11.23 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgFont.vb,60,0,17,43,4,0,4,4,0,1806,1.81 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgForeignObject.vb,17,0,4,13,1,0,1,1,0,512,512 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Svgmetadata.vb,20,3,4,13,1,0,1,1,0,566,566 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgStyle.vb,17,0,4,13,1,0,1,1,0,480,480 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgUse.vb,113,41,10,62,1,6,1,1,0,4069,4.07 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\SvgViewBox.vb,36,0,8,28,1,4,1,1,0,1295,1.29 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgClipPathUnits.vb,13,0,3,10,1,2,1,0,0,450,450 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgDominantBaseline.vb,32,0,12,20,1,12,1,0,0,1598,1.60 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgEnum.vb,42,7,9,26,1,0,1,3,0,1363,1.36 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgFillRule.vb,13,0,4,9,1,2,1,0,0,358,358 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgStrokeLineCap.vb,14,0,3,11,1,3,1,0,0,507,507 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\SVG\XML\Xml\Enums\SvgTextAnchor.vb,16,0,5,11,1,3,1,0,0,490,490 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\Class1.vb,133,115,18,0,0,0,0,0,0,5245,5.25 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\ConcaveHull_demo.vb,22,7,4,11,1,0,1,0,0,738,738 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\ConvexHull_demo.vb,76,1,14,61,1,0,4,0,0,2747,2.75 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\cssPaddingTest.vb,16,0,4,12,1,0,1,0,0,426,426 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\CSSTest.vb,122,104,18,0,0,0,0,0,0,7703,7.70 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\DriverTest.vb,60,13,17,30,1,0,1,1,0,2014,2.01 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\ExifTest.vb,59,46,13,0,0,0,0,0,0,1992,1.99 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\gifTest.vb,20,0,4,16,1,0,1,0,0,809,809 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\hqx_test.vb,44,4,13,27,1,0,3,0,0,1477,1.48 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\HtmlRenderTest.vb,32,0,9,23,1,0,1,0,0,1117,1.12 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\imageSmoothTest.vb,49,0,15,34,1,0,2,0,0,2092,2.09 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\LabelingTest.vb,53,2,6,45,1,0,1,0,0,2208,2.21 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\LineTest.vb,45,0,14,31,1,0,1,0,0,1112,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\objReaderTest.vb,66,51,15,0,0,0,0,0,0,2002,2.00 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\Program.vb,160,21,57,82,1,0,3,0,0,4613,4.61 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\ShadowsTest.vb,67,21,15,31,1,0,1,0,0,2909,2.91 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\SVGTest.vb,137,102,35,0,0,0,0,0,0,4255,4.25 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1201,1.20 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2777,2.78 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,Microsoft.VisualBasic.Imaging\test\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,2999,3.00 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\Microsoft.VisualBasic.Imaging\imaging.NET5.vbproj,,35339,5871,4624,24844,312,500,681,704,8,1620980,1.62 MB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\IDynamicsTable.vb,23,7,3,13,1,1,0,0,0,816,816 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\NamespaceDoc.vb,6,3,1,2,1,0,0,0,0,173,173 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\NetworkAPI.vb,61,6,8,47,1,0,0,3,0,2335,2.33 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Communities.vb,174,40,32,102,1,0,0,6,0,6943,6.94 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Extensions.vb,158,28,24,106,2,0,0,10,0,6720,6.72 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\GraphEmbedding.vb,79,12,9,58,1,0,0,4,0,3419,3.42 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Kosaraju.vb,131,27,23,81,3,0,3,3,0,4713,4.71 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\PAGA.vb,97,14,14,69,1,0,0,2,0,3963,3.96 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Statistics.vb,131,20,16,95,1,0,0,6,0,6474,6.47 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Model\AdjacencySet.vb,97,22,16,59,1,2,2,5,2,3677,3.68 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Model\DirectedVertex.vb,92,30,14,48,1,1,4,4,0,3049,3.05 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Model\EdgeSet.vb,27,6,5,16,1,0,1,1,0,865,865 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Model\EdgeTraversalPolicy.vb,37,0,10,27,3,0,2,6,0,1185,1.19 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Model\GraphIndex.vb,130,28,20,82,1,0,3,6,0,4982,4.98 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Similarity\ClassConnectivity.vb,41,1,5,35,1,0,0,2,0,1698,1.70 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Similarity\GraphTopology.vb,113,9,18,86,1,0,0,7,0,4826,4.83 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Analysis\Similarity\Similarity.vb,111,16,20,75,1,0,0,4,0,4357,4.36 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Abstract.vb,96,21,12,63,4,6,0,5,0,3266,3.27 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Extensions.vb,59,15,7,37,1,0,1,2,0,2236,2.24 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\GraphTree.vb,123,25,18,80,2,5,3,3,0,4286,4.29 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\mxGraphModel.vb,2000,611,346,1043,21,31,44,65,0,67149,67.15 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Selector.vb,72,20,7,45,3,1,0,3,0,3021,3.02 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Edge.vb,242,84,26,132,1,7,2,7,2,8403,8.40 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Graph.vb,653,205,81,367,1,2,15,24,0,25131,25.13 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Node.vb,231,93,21,117,1,6,2,7,2,8530,8.53 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\data\EdgeData.vb,94,12,12,70,1,3,2,2,0,3309,3.31 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\data\GraphData.vb,61,42,6,13,1,1,1,1,0,2185,2.19 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\data\NameOf.vb,31,6,5,20,1,0,0,0,0,1671,1.67 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\data\NodeData.vb,150,27,19,104,1,10,2,4,0,5399,5.40 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Handle\Extensions.vb,7,0,3,4,1,0,0,0,0,105,105 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Handle\Handle.vb,150,45,22,83,1,2,2,6,0,5201,5.20 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Handle\HandleCreator.vb,102,27,16,59,1,0,0,2,0,3843,3.84 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Handle\XYMetaHandle.vb,88,30,14,44,1,3,2,5,0,3157,3.16 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Vectors\AbstractVector.vb,184,40,26,118,1,5,1,4,8,7009,7.01 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Vectors\FDGVector2.vb,256,58,41,157,1,2,5,13,9,8301,8.30 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Vectors\FDGVector3.vb,191,45,32,114,1,0,4,10,8,6391,6.39 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\Graph\Model\Vectors\FDGVectorExtensions.vb,17,0,4,13,1,0,0,1,0,569,569 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\ColaTest.vb,48,0,14,34,3,2,1,1,0,1512,1.51 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\endPointTest.vb,20,0,8,12,1,0,1,0,0,391,391 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\LouvainTest.vb,73,3,23,47,1,0,3,1,0,2305,2.31 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\Module1.vb,60,3,14,43,1,0,1,1,0,1656,1.66 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\OrthogonalTest.vb,39,0,8,31,1,0,1,0,0,1313,1.31 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\subnetworkTest.vb,13,0,4,9,1,0,1,0,0,311,311 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1177,1.18 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2777,2.78 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2971,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\TreeAPI\Operations.vb,120,49,20,51,1,0,1,6,0,4970,4.97 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\TreeAPI\TREE.vb,46,0,12,34,4,1,3,2,0,1276,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,Datavisualization.Network\TreeAPI\TreeGraph.vb,50,0,11,39,1,0,1,1,0,2360,2.36 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Datavisualization.Network\network_graph-netcore5.vbproj,,6967,1786,1099,4082,85,95,115,245,31,252810,252.81 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\Analysis.vb,102,32,11,59,1,0,0,4,0,4242,4.24 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\CorrelationGraph.vb,96,12,13,71,1,0,0,1,0,3449,3.45 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\Extensions.vb,131,29,12,90,1,0,0,6,0,4797,4.80 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\NetworkFileIO.vb,110,25,14,71,1,0,0,6,0,4991,4.99 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\Cytoscape\Cytoscape.vb,82,9,15,58,2,24,0,5,0,2847,2.85 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\Cytoscape\CytoscapeTableLoader.vb,110,6,14,90,1,0,0,4,0,4870,4.87 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\Gephi\GML.vb,95,0,20,75,4,19,0,2,0,3387,3.39 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\ModelExtensions.vb,201,43,28,130,1,0,1,6,0,8208,8.21 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\ModelLoader.vb,149,16,13,120,1,0,0,3,0,8007,8.01 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\Network.vb,227,54,31,142,1,4,4,2,12,8169,8.17 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\TabularCreator.vb,224,40,30,154,1,0,0,9,0,9525,9.53 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\vbnet.vb,45,14,6,25,1,0,0,2,0,1547,1.55 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\FileStream\MetaData.vb,18,0,5,13,1,7,0,1,0,529,529 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\FileStream\csv\Edge.vb,152,27,19,106,1,6,3,7,2,6129,6.13 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\FileStream\csv\Network.vb,78,9,14,55,1,0,3,2,0,2888,2.89 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\FileStream\csv\Node.vb,51,12,9,30,1,2,3,2,0,1716,1.72 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,Network.IO.Extensions\IO\FileStream\Json\json.vb,56,8,11,37,3,17,0,3,0,1854,1.85 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Network.IO.Extensions\network_io-netcore5.vbproj,,1927,336,265,1326,23,79,14,65,14,77155,77.16 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\AVI.vb,79,0,14,65,1,0,0,1,0,3288,3.29 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Canvas.Designer.vb,40,8,4,28,1,0,2,0,0,1672,1.67 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Canvas.vb,248,35,36,177,1,6,12,3,0,7738,7.74 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\IGraphicsEngine.vb,4,0,1,3,1,1,0,0,0,85,85 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\InputDevice.vb,133,31,23,79,1,0,7,2,0,4609,4.61 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Renderer.vb,187,29,33,125,1,4,6,3,0,6867,6.87 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\SVG.vb,151,15,21,115,3,0,4,5,0,6292,6.29 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Canvas3D\Input3D.vb,48,14,11,23,1,0,4,0,0,1440,1.44 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Canvas3D\Renderer3D.vb,108,9,18,81,1,2,3,0,0,4003,4.00 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1196,1.20 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2816,2.82 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,3077,3.08 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Styling\UI\ColorMaps.Designer.vb,136,32,5,99,1,0,2,0,0,5369,5.37 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,NetworkCanvas\Styling\UI\ColorMaps.vb,3,0,1,2,1,0,0,0,0,35,35 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\NetworkCanvas\NetworkCanvas.NET5.vbproj,,1322,229,194,899,16,17,41,14,0,48921,48.92 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\forceNetwork.vb,163,34,18,111,1,0,0,4,0,6898,6.90 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\IPlanner.vb,12,4,3,5,1,0,1,0,0,335,335 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringEmbedder.vb,185,32,34,119,1,0,6,1,0,6936,6.94 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Circular\CircularLayout.vb,6,0,2,4,1,0,0,0,0,87,87 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\batch.vb,163,27,19,117,1,0,0,3,0,8183,8.18 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\descent.vb,482,84,50,348,1,0,10,8,0,19557,19.56 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Extensions.vb,177,29,26,122,3,9,2,5,0,7482,7.48 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\handledisconnected.vb,381,76,69,236,3,1,6,3,0,14658,14.66 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\JavaScriptHelpers.vb,6,0,2,4,1,0,0,0,0,79,79 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\linklengths.vb,225,64,27,134,3,0,3,5,0,10152,10.15 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Geom\geom.vb,415,113,29,273,5,0,1,18,0,17443,17.44 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Geom\Models.vb,89,8,23,58,7,4,4,0,0,2259,2.26 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Geom\TangentVisibilityGraph.vb,89,6,11,72,1,0,2,2,0,3495,3.50 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\GridRouter\gridrouter.vb,777,125,72,580,5,0,4,14,0,37282,37.28 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\GridRouter\Models.vb,113,3,28,82,23,6,4,1,0,3264,3.26 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\Event.vb,57,18,8,31,4,0,2,1,0,1778,1.78 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\Group.vb,7,0,2,5,1,1,0,0,0,114,114 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\layout.vb,1020,237,136,647,1,0,13,48,0,45301,45.30 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\Link.vb,30,14,5,11,1,4,0,1,0,978,978 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\Node.vb,107,23,17,67,2,20,2,3,0,4180,4.18 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\Projection.vb,249,14,38,197,2,0,10,2,0,10656,10.66 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout\ProjectionExtensions.vb,223,2,30,191,1,0,4,6,0,9958,9.96 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout3D\layout3d.vb,106,6,20,80,1,0,1,3,0,4327,4.33 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout3D\Link3D.vb,27,0,6,21,1,0,2,1,0,800,800 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout3D\Module1.vb,16,0,4,12,2,5,0,0,0,377,377 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Layout3D\Node3D.vb,13,0,3,10,1,0,1,0,0,304,304 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Block.vb,200,36,28,136,1,1,6,8,0,7860,7.86 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Blocks.vb,110,16,23,71,1,1,6,2,0,3277,3.28 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\DirectedEdge.vb,106,6,20,80,5,3,4,0,0,3335,3.33 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\IGraphNode.vb,45,16,14,15,1,10,0,0,0,1477,1.48 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Locks.vb,46,19,6,21,1,1,3,0,0,1332,1.33 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Rectangle2D.vb,17,0,5,12,1,1,2,0,0,392,392 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Solver.vb,168,16,31,121,1,1,4,2,0,5454,5.45 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Variable.vb,51,0,9,42,1,2,2,0,4,1671,1.67 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Accessor\LinkAccessor.vb,27,4,7,16,4,1,1,0,0,881,881 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\Models\Accessor\RectAccessors.vb,14,0,2,12,1,0,0,0,0,582,582 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\PowerGraph\AlgorithmExtensions.vb,89,2,20,67,1,0,2,2,0,3464,3.46 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\PowerGraph\Configuration.vb,222,24,32,166,3,4,2,8,0,9402,9.40 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\PowerGraph\LinkSet.vb,80,0,20,60,1,1,4,3,0,2421,2.42 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\PowerGraph\Module.vb,138,0,25,113,2,4,5,6,0,5000,5.00 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\PowerGraph\PowerEdge.vb,43,0,6,37,1,0,2,1,0,1214,1.21 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Cola\PowerGraph\powergraph.vb,21,0,6,15,3,6,0,0,0,506,506 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\EdgeBundling\Mingle\Accessor.vb,51,0,9,42,1,0,1,5,0,1799,1.80 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\EdgeBundling\Mingle\Bundler.vb,513,31,76,406,1,0,9,11,0,21297,21.30 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\EdgeBundling\Mingle\GraphKdNode.vb,22,0,7,15,1,0,2,1,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\EdgeBundling\Mingle\InternalMath.vb,49,0,10,39,1,0,3,3,0,1543,1.54 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\EdgeBundling\Mingle\MingleNodeData.vb,60,0,7,53,2,14,2,1,0,2152,2.15 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\EdgeBundling\Mingle\Options.vb,11,0,4,7,1,2,0,0,0,258,258 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\Algorithms.vb,8,0,1,7,1,0,0,0,0,130,130 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\CircularPlanner.vb,75,7,17,51,1,0,2,0,0,2853,2.85 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\DegreeWeightedPlanner.vb,121,11,23,87,1,0,4,0,0,4833,4.83 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\EdgeWeightedPlanner.vb,124,11,19,94,1,0,3,0,0,4954,4.95 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\GroupPlanner.vb,146,5,22,119,1,0,3,0,0,6230,6.23 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\MassHandler.vb,38,8,6,24,1,0,0,1,0,1224,1.22 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\ForceDirected\Planner.vb,201,18,33,150,1,0,7,0,0,7540,7.54 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\Blocks.vb,176,22,14,140,1,0,0,3,0,7623,7.62 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\DisconnectedGraphs.vb,122,12,18,92,1,0,0,3,0,5052,5.05 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\OEElement.vb,62,17,10,35,1,0,2,1,0,2215,2.21 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\OEVertex.vb,34,9,5,20,1,0,1,1,0,974,974 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\OrthographicEmbedding.vb,680,109,69,502,1,0,1,4,0,31965,31.96 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\OrthographicEmbeddingResult.vb,1327,89,93,1145,1,0,4,17,0,64019,64.02 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\PlanarEmbedding.vb,435,60,43,332,1,0,2,6,0,21919,21.92 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\STNumbering.vb,465,92,33,340,1,0,1,8,0,21010,21.01 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\Visibility.vb,1019,96,100,823,1,0,6,11,0,49456,49.46 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\optimization\EmbeddingComparator.vb,17,9,3,5,1,0,0,1,0,487,487 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\optimization\OrthographicEmbeddingBoardSizeOptimizer.vb,147,16,16,115,1,0,1,4,0,5616,5.62 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\optimization\OrthographicEmbeddingOptimizer.vb,525,50,53,422,1,0,0,5,0,23177,23.18 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\optimization\OrthographicEmbeddingPathOptimizer.vb,388,39,34,315,1,0,0,4,0,18170,18.17 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\optimization\SegmentLengthEmbeddingComparator.vb,58,12,16,30,1,0,0,3,0,1999,2.00 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\util\algorithm.vb,225,27,33,165,1,0,0,4,0,9699,9.70 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Orthogonal\util\Pair.vb,42,1,7,34,1,0,1,3,0,1392,1.39 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\Radial\RadialLayout.vb,51,4,10,37,1,0,0,2,0,2080,2.08 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\LayoutUpdater.vb,44,8,10,26,3,0,5,0,0,1528,1.53 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Parameters.vb,83,20,14,49,2,5,0,3,0,3276,3.28 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Interfaces\IForceDirected.vb,76,42,11,23,5,9,4,3,0,2771,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Interfaces\IGraph.vb,46,37,3,6,1,0,1,0,0,1675,1.68 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Interfaces\IRenderer.vb,50,37,4,9,1,0,2,0,0,1725,1.73 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Layout\AbstractRenderer.vb,88,47,11,30,1,1,3,0,0,3335,3.33 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Layout\Point.vb,155,48,21,86,1,7,2,4,2,5310,5.31 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Layout\Spring.vb,93,38,14,41,3,4,3,2,0,2916,2.92 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Layout\Layout\ForceDirected.vb,417,62,60,295,1,12,16,4,0,17061,17.06 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Layout\Layout\ForceDirected2D.vb,73,3,15,55,1,0,1,2,0,2685,2.69 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,network_layout\SpringForce\Layout\Layout\ForceDirected3D.vb,61,0,12,49,1,0,1,2,0,2467,2.47 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\network_layout\network_layout.vbproj,,14893,2155,1902,10836,153,140,214,283,6,632017,632.02 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Canvas.vb,25,0,5,20,1,0,0,1,0,935,935 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\CanvasScaler.vb,127,71,14,42,1,0,0,2,0,5113,5.11 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\DrawKDTree.vb,139,4,24,111,1,0,3,1,0,5612,5.61 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Extensions.vb,30,5,3,22,1,0,0,2,0,1062,1.06 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\GlobalSuppressions.vb,8,4,2,2,0,0,0,0,0,780,780 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\LayoutLabel.vb,64,0,8,56,1,2,0,2,0,2264,2.26 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\NetworkVisualizer.vb,458,85,53,320,7,1,1,2,0,22005,22.00 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\zzz.vb,3,0,1,2,0,0,0,0,0,84,84 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\MingleRender\BundleNode.vb,90,1,16,73,1,3,1,3,0,3274,3.27 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\MingleRender\MingleRender.vb,190,21,24,145,1,0,4,1,0,7587,7.59 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\MingleRender\PosItem.vb,11,0,2,9,1,4,0,0,0,330,330 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\MingleRender\RenderHelpers.vb,106,10,14,82,1,0,3,2,0,3787,3.79 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\MingleRender\RenderOptions.vb,10,0,2,8,1,6,0,0,0,276,276 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Render\EdgeRendering.vb,216,24,29,163,2,0,1,4,0,8272,8.27 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Render\LabelRendering.vb,127,8,17,102,1,0,3,0,0,5069,5.07 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Render\NodeRendering.vb,211,5,30,176,1,0,1,4,0,7672,7.67 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\EdgeStyles.vb,6,0,2,4,1,0,0,0,0,82,82 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\MapperProcessor.vb,31,15,4,12,1,0,0,1,0,1132,1.13 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\NodeStyles.vb,67,7,13,47,1,0,0,4,0,2674,2.67 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\StyleMappings.vb,149,19,20,110,1,0,0,5,0,6161,6.16 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\CSS\NamespaceDoc.vb,14,9,1,4,1,0,0,0,0,374,374 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\CSS\StyleCreator.vb,71,18,7,46,1,0,0,1,0,2659,2.66 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\CSS\StyleMapper.vb,24,6,5,13,1,0,0,1,0,722,722 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\CSS\StyleObject.vb,50,20,11,19,4,5,0,1,0,1290,1.29 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\CSS\StyleParser.vb,16,3,4,9,1,0,0,1,0,374,374 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\BrushExpression.vb,80,29,7,44,1,0,0,3,0,3555,3.56 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\MapExpression.vb,31,0,5,26,1,1,0,1,0,1079,1.08 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\ShapeExpression.vb,80,0,18,62,3,0,1,4,0,2836,2.84 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\SizeExpression.vb,49,16,5,28,1,0,0,2,0,1751,1.75 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Syntax.vb,87,24,7,56,1,0,0,3,0,3662,3.66 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\CategoryBrush.vb,79,9,8,62,1,0,1,1,0,3191,3.19 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\ColorRangeBrush.vb,73,4,8,61,1,0,1,1,0,2811,2.81 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\DiscreteBrush.vb,96,0,20,76,3,0,2,3,0,3459,3.46 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\ImagePassthroughBrush.vb,38,3,7,28,1,0,1,1,0,1389,1.39 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\PassthroughBrush.vb,36,4,7,25,1,0,1,1,0,1160,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\UnifyColorBrush.vb,28,3,5,20,1,0,1,1,0,906,906 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Brush\UnifyImageBrush.vb,56,3,7,46,1,0,1,1,0,2124,2.12 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Numeric\ContinuousNumber.vb,30,0,6,24,1,0,1,1,0,1134,1.13 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Numeric\DiscreteNumber.vb,36,0,7,29,1,0,1,1,0,1263,1.26 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Numeric\PassthroughNumber.vb,49,18,9,22,2,0,1,2,0,1624,1.62 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,Visualizer\Styling\Expression\Numeric\UnifyNumber.vb,26,3,5,18,1,0,1,1,0,774,774 B +E:\GCModeller\src\runtime\sciBASIC#\gr\network-visualization\Visualizer\networkVisualizer.NET5.vbproj,,3117,451,442,2224,54,22,30,65,0,122308,122.31 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\PdfImage\PdfImage.NET5.vbproj,PdfImage\Driver.vb,44,0,9,35,1,0,2,2,0,1538,1.54 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\PdfImage\PdfImage.NET5.vbproj,PdfImage\PdfGraphics.vb,537,6,123,408,1,3,94,7,0,20086,20.09 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\PdfImage\PdfImage.NET5.vbproj,PdfImage\PdfImage.vb,54,6,10,38,1,1,1,3,0,1661,1.66 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\PdfImage\PdfImage.NET5.vbproj,PdfImage\zzz.vb,3,0,1,2,0,0,0,0,0,84,84 B +E:\GCModeller\src\runtime\sciBASIC#\gr\PdfImage\PdfImage.NET5.vbproj,,638,12,143,483,3,4,97,12,0,23369,23.37 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Debugger.vb,76,5,11,60,1,0,1,1,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Force.vb,109,22,19,68,1,3,3,1,13,3085,3.08 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\GridDynamics.vb,71,3,16,52,2,3,0,5,0,2397,2.40 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\MassPoint.vb,89,40,12,37,1,7,1,1,1,2654,2.65 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Math.vb,211,79,23,109,1,0,0,11,0,6707,6.71 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Reactions.vb,24,10,3,11,1,0,0,1,0,777,777 B +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Vector2.vb,134,0,22,112,1,7,3,2,7,4054,4.05 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Vector2Math.vb,25,3,4,18,1,0,0,3,0,779,779 B +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\World.vb,132,21,23,88,5,0,5,1,1,4379,4.38 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Boids\Boid.vb,67,6,12,49,1,0,4,3,0,2254,2.25 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Boids\Field.vb,162,14,29,119,3,4,6,4,0,7187,7.19 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\AbstractForce.vb,60,44,6,10,1,0,0,1,0,2554,2.55 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\Displacement.vb,55,44,5,6,1,1,1,0,0,2211,2.21 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\ForceLayoutData.vb,61,44,5,12,1,0,1,0,0,2361,2.36 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\ForceVector.vb,116,44,16,56,1,2,6,3,0,3800,3.80 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\ForceVectorNodeLayoutData.vb,67,45,8,14,2,0,0,1,0,2491,2.49 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\ForceVectorUtils.vb,222,45,48,129,1,0,8,3,0,8901,8.90 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\LabelAdjust.vb,424,79,61,284,7,10,7,5,0,17158,17.16 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\LabelAdjustLayoutData.vb,53,44,4,5,1,0,0,0,0,2190,2.19 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\ProportionalDisplacement.vb,87,47,10,30,1,1,2,1,0,3335,3.33 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\layout\StepDisplacement.vb,86,46,10,30,1,1,2,1,0,3292,3.29 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Particles\FluidEngine.vb,403,41,76,286,1,3,10,14,0,15398,15.40 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\Particles\Particle.vb,45,3,7,35,1,2,1,0,0,1185,1.19 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form1.Designer.vb,37,8,4,25,1,0,2,0,0,1256,1.26 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form1.vb,51,0,13,38,1,0,2,0,0,1946,1.95 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form2.Designer.vb,68,20,7,41,1,0,2,0,0,2637,2.64 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form2.vb,41,6,6,29,1,0,5,0,0,1263,1.26 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form3.Designer.vb,60,14,5,41,1,0,2,0,0,2249,2.25 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form3.vb,287,172,64,51,2,1,4,1,0,10923,10.92 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form4.Designer.vb,60,14,5,41,1,0,2,0,0,2182,2.18 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form4.vb,459,11,105,343,5,1,16,0,0,14025,14.03 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form5.Designer.vb,30,5,3,22,1,0,2,0,0,1115,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Form5.vb,8,0,2,6,1,0,0,0,0,200,200 B +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\label_layout_test.vb,68,0,18,50,1,0,1,0,0,2622,2.62 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Module1.vb,29,24,5,0,0,0,0,0,0,1413,1.41 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\Program.vb,73,16,26,31,1,0,6,0,0,2198,2.20 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\SDRender.vb,47,0,10,37,1,0,1,1,0,1683,1.68 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1159,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2804,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,physics\physics_Test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2982,2.98 KB +E:\GCModeller\src\runtime\sciBASIC#\gr\physics\physics-netcore5.vbproj,,4280,1075,732,2473,58,50,107,64,22,155223,155.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Globals.vb,51,27,8,16,1,0,1,0,0,1514,1.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\LICENSE.vb,41,23,4,14,1,1,1,0,0,1457,1.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\NamespaceDoc.vb,5,3,0,2,1,0,0,0,0,122,122 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\App.vb,1552,620,181,751,1,48,16,44,0,67091,67.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Application.vb,59,11,9,39,1,4,1,0,0,1784,1.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Clock.vb,74,0,18,56,1,1,5,4,0,1954,1.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger.vb,480,159,47,274,3,4,15,8,0,19661,19.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Utils.vb,263,79,34,150,3,0,3,9,0,10217,10.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Assert.vb,24,0,4,20,1,0,2,0,0,1097,1.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\DebuggerArgs.vb,202,74,26,102,1,2,3,0,0,12526,12.53 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\DebuggerLevels.vb,28,18,1,9,1,0,0,0,0,837,837 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\HeapSizeOf.vb,163,39,14,110,1,1,1,3,0,6227,6.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\VisualStudioPreviews.vb,6,0,1,5,1,1,0,0,0,165,165 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\ExceptionData.vb,90,12,12,66,1,4,1,7,0,3311,3.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\ExceptionExtensions.vb,24,10,4,10,3,0,0,1,0,844,844 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\MethodFrame.vb,30,0,7,23,1,3,2,1,0,854,854 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\StackFrame.vb,101,22,12,67,1,3,2,4,0,3335,3.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\TraceBuffer.vb,87,0,21,66,1,1,3,3,0,3000,3.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\VisualBasicAppException.vb,44,20,6,18,1,3,2,1,0,1625,1.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Exception\netcoreApp\ObjectNotFoundException.vb,9,0,2,7,1,0,1,0,0,239,239 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Logging\ErrorLog.vb,83,7,6,70,1,0,0,3,0,3446,3.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Logging\LogFile\LogEntry.vb,44,9,7,28,1,4,0,2,0,1457,1.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Logging\LogFile\LogFile.vb,277,60,45,172,1,4,16,4,0,11478,11.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Logging\LogFile\LogReader.vb,67,8,13,46,1,0,0,3,0,2370,2.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Debugger\Logging\LogFile\MSG_TYPES.vb,37,23,4,10,1,0,0,0,0,1167,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\IDynamicLibraryLoader.vb,40,28,4,8,1,0,0,4,0,1784,1.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\INativeHandle.vb,20,9,4,7,1,0,2,1,0,800,800 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\MarshalExtra.vb,87,33,11,43,1,0,2,4,0,4987,4.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\NativeHandle.vb,113,37,18,58,1,3,8,2,0,4992,4.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\PlatformUtility.vb,151,55,18,78,1,1,0,8,0,8102,8.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\SafeHandleUnmanagedDll.vb,94,12,16,66,1,1,2,6,0,3535,3.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\UnixLibraryLoader.vb,89,21,16,52,1,0,0,11,0,4093,4.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\UnmanagedDll.vb,341,140,44,157,1,2,9,14,0,16713,16.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\DynamicInterop\WindowsLibraryLoader.vb,88,13,17,58,2,0,0,10,0,3549,3.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\FileSystem\MemoryStreamPool.vb,185,35,30,120,1,5,4,4,0,6873,6.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\FileSystem\ProgramPathSearchTool.vb,243,50,37,156,1,2,1,9,0,10249,10.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\FileSystem\SubStream.vb,187,19,36,132,1,6,4,3,0,5594,5.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\FileSystem\TempFileSystem.vb,99,25,19,55,1,0,0,6,0,3850,3.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\FileSystem\Fs\FileSystemTree.vb,138,35,21,82,1,5,0,6,0,4600,4.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\FileSystem\Fs\IFileSystemEnvironment.vb,98,68,9,21,1,1,2,9,0,3487,3.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\LanguageHelper\LanguageAttribute.vb,39,7,6,26,1,2,1,1,0,1413,1.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\LanguageHelper\LanguageHelper.vb,85,21,12,52,1,3,2,1,0,3438,3.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\LanguageHelper\StringResources.vb,63,4,12,47,1,3,1,4,0,2399,2.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\ConcurenceRunner.vb,166,69,22,75,1,0,3,4,0,6293,6.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\OperationTimeOut.vb,74,27,10,37,1,0,0,3,0,2650,2.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\RequestStream.vb,460,170,57,233,4,12,9,13,6,18546,18.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\BufferData\BufferPipe.vb,9,0,3,6,1,0,0,0,0,235,235 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\BufferData\DataPipe.vb,111,28,17,66,1,0,7,4,0,3743,3.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\BufferData\DuplexPipe.vb,51,0,11,40,1,1,3,2,0,1427,1.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\BufferData\StreamPipe.vb,65,10,15,40,1,0,3,2,0,2155,2.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\BufferData\ZipDataPipe.vb,118,25,16,77,1,0,5,4,0,4042,4.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\MMFProtocol\MMFChannel.vb,203,46,34,123,5,2,8,8,0,7774,7.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\MMFProtocol\ProcessLock.vb,97,40,15,42,1,1,4,0,0,4422,4.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\MMFProtocol\WorkFlow.vb,42,12,4,26,1,0,0,1,0,1866,1.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\MMFProtocol\MapStream\MSReader.vb,124,28,23,73,2,1,7,4,0,4497,4.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\MMFProtocol\MapStream\MSWriter.vb,84,18,15,51,2,2,5,2,0,3002,3.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,"src\ApplicationServices\Parallel\Tasks\Actor(Of T, V).vb",85,35,14,36,5,3,3,0,0,3432,3.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\AsyncHandle.vb,99,40,15,44,1,3,1,3,0,3620,3.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\BackgroundTask.vb,79,12,15,52,3,3,3,2,0,2340,2.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\CallbackTask.vb,113,9,25,79,5,2,5,2,0,2971,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\IParallelTask.vb,43,3,9,31,1,2,1,0,0,1180,1.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\Task.vb,83,16,15,52,2,1,4,3,0,2658,2.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\TaskQueue.vb,257,66,42,149,4,5,8,5,0,9313,9.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Tasks\UpdateThread.vb,152,52,19,81,1,4,6,3,0,5624,5.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\ParallelExtension.vb,68,33,7,28,1,0,0,3,0,2348,2.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\ThreadPool.vb,353,97,56,200,3,3,9,6,0,13138,13.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\ThreadQueue.vb,163,49,26,88,1,4,7,1,0,5282,5.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\ThreadStart.vb,25,4,6,15,1,0,1,0,0,741,741 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\Groups\DataGroup.vb,73,5,14,54,2,4,4,3,0,2219,2.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\Groups\GroupAPI.vb,44,7,3,34,1,0,0,1,0,2790,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\LQuerySchedule\LQuerySchedule.vb,177,57,25,95,1,1,0,6,0,8411,8.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\LQuerySchedule\Models.vb,18,0,4,14,1,0,0,1,0,445,445 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Parallel\Threads\LQuerySchedule\TaskPartitions.vb,164,41,24,99,3,0,0,9,0,6944,6.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\PipelineCLI.vb,55,18,9,28,1,0,1,0,0,2019,2.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\PrintAsTable.vb,268,33,36,199,3,0,6,3,0,11244,11.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\HistoryStacks.vb,147,4,30,113,3,3,5,10,0,4554,4.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\InteractiveDevice.vb,216,62,36,118,1,1,5,5,0,8657,8.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\Shell.vb,84,25,16,43,2,5,2,2,0,2609,2.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\Terminal.vb,1083,626,91,366,1,27,46,10,0,60215,60.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\TerminalExtensions.vb,98,14,16,68,7,2,1,0,0,3604,3.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\LineEdit\Completion.vb,34,21,3,10,1,0,1,0,0,1355,1.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\LineEdit\CompletionState.vb,102,0,19,83,1,1,8,0,0,3749,3.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\LineEdit\getline.vb,1251,360,177,714,1,3,48,7,0,45768,45.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\LineEdit\Handler.vb,39,1,8,30,1,0,3,2,0,1578,1.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\LineEdit\HistoryType.vb,150,21,28,101,1,0,8,5,0,4947,4.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\InteractiveIODevice\LineEdit\LineReader.vb,24,0,6,18,1,0,2,1,0,711,711 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\AnsiColor.vb,147,9,26,112,2,0,1,9,2,6685,6.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\AnsiEscapeCodes.vb,134,29,15,90,1,0,7,7,0,5002,5.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\ConsoleFormat.vb,97,8,15,74,1,9,2,4,0,3654,3.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\MarkdownRender.vb,378,45,45,288,1,0,12,3,0,13926,13.93 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\TextSpan.vb,41,4,10,27,1,3,2,1,0,1175,1.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\Theme.vb,23,0,5,18,1,9,0,1,0,851,851 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\MarkdownRender\UnicodeWidth.vb,347,102,17,228,3,2,1,3,0,11550,11.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\STDIO__\IConsole.vb,76,44,10,22,4,3,5,3,0,2874,2.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\STDIO__\Shell.vb,55,18,10,27,1,0,2,3,0,1886,1.89 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\STDIO__\STDIO.vb,309,80,34,195,3,0,6,6,0,12364,12.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\CharMapDefinition.vb,40,0,1,39,1,0,0,0,0,1968,1.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\ConsoleColorNullable.vb,20,0,5,15,1,2,3,0,0,620,620 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\ConsoleTableBaseData.vb,63,5,15,43,1,2,3,4,0,2017,2.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\ConsoleTableBuilder.vb,669,43,126,500,1,11,3,24,0,38401,38.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\ConsoleTableBuilderExtensions.vb,639,46,109,484,1,0,2,32,0,28906,28.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\Flags\CharMapPositions.vb,22,3,0,19,1,0,0,0,0,582,582 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\Flags\ConsoleTableBuilderFormat.vb,8,0,0,8,1,0,0,0,0,220,220 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\Flags\HeaderCharMapPositions.vb,18,3,0,15,1,0,0,0,0,512,512 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\Flags\MetaRowPositions.vb,6,0,0,6,1,0,0,0,0,157,157 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\Flags\TableAligntment.vb,7,0,0,7,1,0,0,0,0,176,176 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\TablePrinter\Flags\TextAligntment.vb,7,0,0,7,1,0,0,0,0,175,175 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\CBusyIndicator.vb,92,20,18,54,1,0,6,0,0,3056,3.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ConsolePasswordInput.vb,467,231,46,190,13,0,2,13,0,24093,24.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\EventProc.vb,94,27,13,54,1,1,1,2,0,2852,2.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UserTaskCancelAction.vb,126,28,25,73,3,0,9,1,0,4380,4.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\AbstractBar.vb,18,4,4,10,1,0,2,0,0,474,474 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\AnimatedBar.vb,30,3,7,20,1,0,2,0,0,797,797 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\Program.vb,44,17,6,21,1,0,1,1,0,1445,1.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ProgressBar.vb,427,136,68,223,3,10,13,8,0,16253,16.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\SwayBar.vb,107,24,21,62,2,0,6,1,0,3240,3.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ChildProgressBar.vb,74,0,15,59,1,1,7,1,0,2764,2.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ConsoleOutLine.vb,11,0,1,10,1,2,1,0,0,396,396 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\FixedDurationBar.vb,50,0,7,43,1,2,4,0,0,1724,1.72 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\IndeterminateChildProgressBar.vb,46,0,6,40,1,0,4,0,0,1720,1.72 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\IndeterminateProgressBar.vb,45,0,9,36,1,0,4,0,0,1575,1.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\IProgressBar.vb,30,5,8,17,1,5,4,2,0,1269,1.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\Progress.vb,37,0,6,31,1,0,3,0,0,1311,1.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ProgressBar.vb,455,17,86,352,3,1,20,3,0,21154,21.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ProgressBarBase.vb,176,3,32,141,1,11,9,3,0,6490,6.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ProgressBarHeight.vb,6,0,0,6,1,0,0,0,0,169,169 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ProgressBarOptions.vb,114,52,20,42,1,17,0,0,0,4249,4.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\StringExtensions.vb,8,0,0,8,1,0,0,1,0,404,404 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\TaskbarProgress.vb,68,3,14,51,4,0,10,1,0,2331,2.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\IProgressBarExample.vb,8,0,1,7,1,0,0,1,0,230,230 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Program.vb,92,0,10,82,1,0,2,0,0,3422,3.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\AlternateFinishedColorExample.vb,30,1,4,25,1,0,0,0,0,1157,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\ChildrenExample.vb,27,0,1,26,1,0,0,1,0,1223,1.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\ChildrenNoCollapseExample.vb,29,0,2,27,1,0,0,1,0,1274,1.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\DontDisplayInRealTimeExample.vb,18,0,2,16,1,0,0,1,0,617,617 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\DownloadPogressExample.vb,40,0,3,37,1,0,0,1,0,1794,1.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\EstimatedDurationExample.vb,31,1,4,26,1,0,0,1,0,1282,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\ExampleBase.vb,32,0,6,26,1,1,1,0,0,1279,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\FixedDurationExample.vb,35,0,5,30,1,0,1,1,0,1269,1.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\IndeterminateChildrenNoCollapse.vb,33,0,1,32,1,0,0,0,0,1323,1.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\IndeterminateProgressExample.vb,29,0,3,26,1,0,0,1,0,1139,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\IntegrationWithIProgressExample.vb,30,0,3,27,1,0,2,1,0,1185,1.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\IntegrationWithIProgressPercentageExample.vb,30,0,3,27,1,0,2,1,0,1144,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\MessageBeforeAndAfterExample.vb,24,0,2,22,1,0,0,1,0,978,978 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\PersistMessageExample.vb,52,0,4,48,1,0,1,1,0,2414,2.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\ProgressBarOnBottomExample.vb,18,0,2,16,1,0,0,1,0,624,624 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\Examples\StylingExample.vb,23,0,2,21,1,0,0,1,0,920,920 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\DeeplyNestedProgressBarTreeExample.vb,57,0,5,52,1,0,0,1,0,2617,2.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\DrawsOnlyOnTickExample.vb,21,0,1,20,1,0,0,1,0,848,848 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\LongRunningExample.vb,19,0,1,18,1,0,0,1,0,686,686 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\NegativeMaxTicksExample.vb,19,0,1,18,1,0,0,1,0,698,698 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\NestedProgressBarPerStepProgress.vb,58,0,9,49,1,0,2,1,0,2195,2.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\NeverCompletesExample.vb,18,0,1,17,1,0,0,1,0,638,638 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\NeverTicksExample.vb,14,0,1,13,1,0,0,1,0,518,518 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\ThreadedTicksOverflowExample.vb,23,0,1,22,1,0,0,1,0,940,940 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\TicksOverflowExample.vb,19,0,1,18,1,0,0,1,0,708,708 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\UpdatesMaxTicksExample.vb,25,0,1,24,1,0,0,1,0,935,935 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\TestCases\ZeroMaxTicksExample.vb,19,0,1,18,1,0,0,1,0,687,687 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\Tqdm\ProgressBar.vb,346,92,52,202,1,4,12,0,0,14249,14.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\ProgressBar\Tqdm\Tqdm.vb,165,61,20,84,3,0,0,7,0,8956,8.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UnixMan\IndexedManual.vb,95,18,18,59,1,0,3,1,0,3796,3.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UnixMan\ManualPages.vb,106,22,19,65,1,0,5,2,0,4327,4.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UnixMan\ManFile\ManIndex.vb,19,3,4,12,1,5,0,1,0,589,589 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UnixMan\ManFile\ManParser.vb,12,3,2,7,1,0,0,1,0,333,333 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UnixMan\ManFile\ManWriter.vb,71,0,16,55,1,0,1,1,0,2877,2.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\Utility\UnixMan\ManFile\UnixManPage.vb,83,43,8,32,1,18,0,3,0,2963,2.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\xConsole\Comparer.vb,108,34,18,56,1,0,3,1,0,3405,3.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\xConsole\CoolWriteSettings.vb,24,9,6,9,1,3,1,0,0,663,663 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\xConsole\Helpers.vb,78,6,16,56,3,2,0,7,0,2673,2.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\xConsole\Spinner.vb,114,30,19,65,1,0,5,1,0,4132,4.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Terminal\xConsole\xConsole.vb,519,152,80,287,1,1,15,12,0,20630,20.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\OSVersionInfo.vb,1099,249,191,659,8,12,2,8,0,48332,48.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\PerformanceCounter.vb,68,8,13,47,2,5,0,5,0,2082,2.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Resources.vb,352,189,33,130,1,3,7,10,0,17048,17.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Plugin\Loader.vb,39,6,6,27,1,0,0,1,0,1606,1.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Plugin\PluginAttribute.vb,16,0,4,12,1,1,1,1,0,482,482 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Plugin\PropertyFormat\FormattedDoubleConverter.vb,61,7,13,41,1,0,0,4,0,2329,2.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Plugin\PropertyFormat\FormattedDoubleFormatString.vb,16,0,4,12,1,1,1,1,0,464,464 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Zip\Options.vb,24,9,2,13,2,0,0,0,0,542,542 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Zip\StreamReader.vb,76,16,10,50,1,0,0,3,0,3054,3.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Zip\UnZip.vb,218,84,23,111,1,0,4,2,0,10841,10.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Zip\ZipLib.vb,356,119,49,188,1,0,6,4,0,15474,15.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\Tools\Zip\ZipStream.vb,234,57,39,138,1,3,6,11,0,8869,8.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\ApplicationInfoUtils.vb,355,80,33,242,1,0,0,17,0,15124,15.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\AssemblyInfo.vb,104,36,21,47,1,15,1,2,0,3784,3.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,215,215 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\NetCoreApp\deps.json.vb,249,48,36,165,1,4,2,7,0,10506,10.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\NetCoreApp\MSBuild.vb,75,18,10,47,1,1,0,3,0,2597,2.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\NetCoreApp\runtime.vb,39,0,13,26,5,11,0,1,0,926,926 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\NetCoreApp\target.vb,30,1,6,23,1,4,0,1,0,1054,1.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Project.vb,171,12,37,122,1,2,5,4,0,7194,7.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\ProjectMember.vb,110,17,21,72,1,7,3,3,0,3693,3.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\ProjectNamespace.vb,65,5,16,44,1,2,3,3,0,2130,2.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\ProjectSpace.vb,154,18,30,106,1,0,4,6,0,5729,5.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\ProjectType.vb,226,42,43,141,2,5,5,11,0,8715,8.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Extensions\APIExtensions2.vb,93,0,16,77,1,0,0,5,0,3764,3.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Extensions\VBSpecific.vb,13,0,3,10,1,0,0,1,0,422,422 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Serialization\APIExtensions.vb,143,18,32,93,1,1,0,4,0,5244,5.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Serialization\NamespaceDoc.vb,44,6,4,34,1,0,0,2,0,1971,1.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Serialization\Models\Doc.vb,29,3,7,19,3,4,0,2,0,795,795 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ApplicationServices\VBDev\XmlDoc\Serialization\Models\Member.vb,101,23,17,61,6,12,0,4,0,2821,2.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLIMapper.vb,73,22,10,41,1,0,0,2,0,2819,2.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CliResCommon.vb,73,14,12,47,1,0,1,2,0,2620,2.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLITools.vb,382,103,51,228,1,0,2,13,0,14938,14.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CommandLine.vb,879,321,101,457,1,13,4,34,12,37333,37.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\GitBashEnvironment.vb,86,29,10,47,1,1,0,2,0,3623,3.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Stream.vb,93,31,12,50,2,0,0,3,0,3947,3.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLI\IIORedirectAbstract.vb,39,24,5,10,1,3,0,2,0,1955,1.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLI\IORedirect.vb,429,109,66,254,5,6,12,14,0,17553,17.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLI\IORedirectFile.vb,292,96,40,156,1,4,5,6,0,14392,14.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLI\PipelineProcess.vb,318,99,46,173,1,0,0,10,0,12333,12.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLI\ProcessEx.vb,53,0,11,42,1,3,1,3,0,1843,1.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\CLI\Scripting.vb,86,8,15,63,1,0,1,2,0,3494,3.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\Abstract.vb,183,55,27,101,3,5,3,8,0,6858,6.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\CLIAbstractor.vb,86,10,11,65,1,0,0,2,0,3701,3.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\CLIBuilder.vb,284,89,32,163,3,0,0,10,0,11866,11.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\InCompatible.vb,30,8,5,17,1,0,0,2,0,1017,1017 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\Pipeline\RunSlavePipeline.vb,179,43,30,106,1,5,6,4,0,6686,6.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\API.vb,196,39,26,131,1,0,1,3,0,8067,8.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\CLI.vb,24,3,4,17,1,0,0,1,0,835,835 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\CodeGenerator.vb,102,5,17,80,2,2,2,2,0,3537,3.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\Languages\Perl.vb,90,55,10,25,1,0,1,1,0,2432,2.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\Languages\PHP.vb,13,0,3,10,1,0,1,1,0,344,344 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\Languages\R.vb,17,4,3,10,1,0,1,1,0,537,537 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\InteropService\SharedORM\Languages\VisualBasic.vb,380,72,60,248,1,0,3,7,0,16827,16.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\Abstract.vb,30,20,4,6,7,0,0,0,0,1048,1.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\ExecuteImpl.vb,136,5,20,111,1,0,3,2,0,5337,5.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\InteractiveConsole.vb,133,20,33,80,1,0,3,1,0,4493,4.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\Interpreter.vb,723,214,93,416,1,12,8,30,0,31628,31.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\View\CommandHelp.vb,67,3,15,49,1,0,1,2,0,2518,2.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\View\ExceptionHandler.vb,156,55,37,64,2,3,3,1,0,6561,6.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\View\ManualBuilder.vb,388,40,66,282,1,0,0,4,0,15954,15.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Interpreters\View\SDKManual.vb,312,30,49,233,1,0,1,3,0,14271,14.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Parsers\CliArgumentParsers.vb,150,29,27,94,1,0,0,3,0,5817,5.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Parsers\CLIParser.vb,155,29,22,104,1,0,0,4,0,6247,6.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Parsers\CommandLineTokenlizer.vb,100,0,21,79,4,2,2,5,0,3683,3.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Parsers\DictionaryParser.vb,66,5,11,50,1,0,0,1,0,2112,2.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\POSIX\POSIXArguments.vb,19,0,4,15,1,0,1,0,0,593,593 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\POSIX\POSIXParser.vb,31,1,6,24,1,0,0,1,0,1116,1.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\ArgumentCollection.vb,156,28,20,108,1,5,1,3,0,6188,6.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\CLIToken.vb,96,34,16,46,3,5,3,3,0,3372,3.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\CLITypes.vb,57,38,7,12,1,0,0,0,0,2005,2.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\ExportApiInformation.vb,78,3,11,64,1,4,1,4,0,2533,2.53 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Grouping.vb,101,10,17,74,3,2,2,3,0,3902,3.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\RunDll.vb,85,30,11,44,1,0,1,3,0,2982,2.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\ActiveViewsAttribute.vb,21,4,4,13,1,2,1,1,0,691,691 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\ArgumentAttribute.vb,169,69,21,79,1,11,1,1,0,6270,6.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\ExampleAttribute.vb,17,0,5,12,1,1,1,1,0,450,450 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\ExportAPI.vb,68,42,6,20,1,4,2,1,0,2755,2.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\Flags.vb,19,6,3,10,1,0,0,0,0,583,583 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\Grouping.vb,40,12,7,21,2,1,4,0,0,1208,1.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\IExportAPI.vb,34,24,2,8,1,4,0,0,0,1373,1.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\LastUpdatedAttribute.vb,27,3,6,18,1,0,3,1,0,814,814 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\Namespace.vb,89,35,12,42,1,4,3,2,0,3323,3.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\NoteAttribute.vb,22,8,4,10,1,1,1,0,0,770,770 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\OutputAttribute.vb,19,4,4,11,1,2,1,0,0,576,576 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\Attributes\UsageAttribute.vb,17,0,5,12,1,1,1,1,0,444,444 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\EntryPoints\APIEntryPoint.vb,308,101,43,164,1,4,4,9,0,13087,13.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\CommandLine\Reflection\EntryPoints\Delegate.vb,191,35,31,125,1,4,2,4,0,7833,7.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Callable.vb,7,0,2,5,1,0,0,0,0,155,155 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Counter.vb,123,28,20,75,2,0,3,5,4,4161,4.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DriverModel.vb,14,7,2,5,1,0,0,1,0,324,324 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\LazyLoader.vb,151,43,23,85,7,3,5,3,0,4848,4.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\RelayCommand.vb,74,3,20,51,2,1,4,2,0,2101,2.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\TimeSpan.vb,51,5,9,37,1,7,1,1,0,1843,1.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Uid.vb,232,73,34,125,1,1,6,4,2,8116,8.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinarySearchFunction.vb,111,22,13,76,1,1,1,1,0,3684,3.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BipartiteMatching.vb,44,0,5,39,1,0,2,2,0,1499,1.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BlockSearchFunction.vb,276,64,39,173,3,4,2,8,0,9719,9.72 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\QuickSortFunction.vb,66,3,13,50,1,0,2,2,0,2108,2.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\base\Combination\Comb.vb,129,23,20,86,1,3,1,5,0,4225,4.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\base\Combination\Combination.vb,60,4,10,46,3,1,1,1,0,1939,1.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\base\Combination\CombinationExtensions.vb,98,20,14,64,1,0,0,7,0,3434,3.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\base\Combination\Permutation.vb,105,0,22,83,1,2,5,2,0,2992,2.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\base\SlideWindow\Extensions.vb,141,27,21,93,1,0,0,8,0,6421,6.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\base\SlideWindow\SlideWindow.vb,101,28,13,60,1,5,1,3,0,3586,3.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\BinaryTree.vb,101,9,15,77,1,0,0,7,0,3559,3.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\Enumerable.vb,86,31,10,45,1,0,0,5,0,3154,3.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\NaiveBinaryTree.vb,359,140,41,178,1,1,5,6,0,15116,15.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\TreeBase.vb,56,21,8,27,1,1,2,1,0,1878,1.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\TreeNode.vb,149,52,21,76,1,7,3,2,0,5250,5.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\AVLTree\AbstractDelegate.vb,25,6,5,14,3,0,0,0,0,776,776 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\AVLTree\AVLClusterTree.vb,94,15,20,59,1,0,4,4,0,3777,3.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\AVLTree\AVLSupports.vb,61,3,14,44,1,0,1,5,0,1851,1.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\AVLTree\AVLTree.vb,209,49,32,128,1,0,10,3,0,8248,8.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\AVLTree\ClusterKey.vb,143,14,23,106,2,2,2,6,0,5150,5.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\RBTree\Iterator.vb,115,13,9,93,1,1,3,2,0,4143,4.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\RBTree\RBNode.vb,47,5,8,34,1,2,1,2,0,1559,1.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\BinaryTree\RBTree\RBTree.vb,382,72,68,242,1,3,3,9,0,13143,13.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\DynamicProgramming.vb,35,0,10,25,6,0,0,3,0,1188,1.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\LCS.vb,75,9,15,51,1,0,1,3,0,2599,2.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\LongestCommonSubsequence.vb,82,10,13,59,1,5,1,1,0,2512,2.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\SCS.vb,151,21,24,106,1,0,1,4,0,5624,5.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\Levenshtein\DamerauLevenshteinDistance.vb,41,0,8,33,1,0,0,1,0,1759,1.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\Levenshtein\LevenshteinDistance.vb,326,72,49,205,3,0,0,10,0,14699,14.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\Levenshtein\LevenshteinModel.vb,171,16,31,124,2,11,3,7,0,5622,5.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Algorithm\DynamicProgramming\Levenshtein\ResultVisualize.vb,170,4,19,147,1,0,0,3,0,6601,6.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Iterator.vb,172,52,28,92,2,3,6,4,0,6224,6.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\StringReader.vb,268,105,37,126,3,0,2,29,0,9715,9.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\TemplateAttribute.vb,17,0,5,12,1,0,2,0,0,375,375 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\DynamicProperty.vb,234,71,26,137,1,2,4,7,0,9453,9.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\Extensions.vb,35,0,8,27,1,0,0,1,0,1376,1.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\GenericProperty.vb,54,13,8,33,1,0,2,1,1,1832,1.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\IProperty.vb,80,29,16,35,4,1,3,7,0,2804,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\NamedCollection.vb,212,58,26,128,1,5,5,4,2,9990,9.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\NamedValue.vb,218,50,28,140,1,5,2,3,4,8417,8.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Property\PropertyValue.vb,142,51,17,74,1,2,3,7,0,5669,5.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Repository\ILocalSearchHandle.vb,91,20,13,58,2,0,0,5,0,3708,3.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Repository\IMatched.vb,27,11,6,10,2,3,0,0,0,822,822 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Repository\QueryCache.vb,91,29,12,50,1,0,2,5,0,3734,3.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\Repository\Repository.vb,204,134,30,40,7,4,4,5,0,7754,7.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\BindProperty.vb,199,83,26,90,1,2,8,3,0,8396,8.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\DataSource.vb,264,80,36,148,4,5,8,10,0,10832,10.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\Mappings.vb,243,68,33,142,1,0,0,9,0,9856,9.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\ObjectSchema.vb,263,55,35,173,2,0,2,10,0,10478,10.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\PropertyValue.vb,109,25,18,66,2,4,4,1,0,3949,3.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\Schema.vb,57,4,13,40,1,3,2,4,0,2090,2.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataSource\SchemaMaps\SQL.vb,63,36,6,21,1,0,0,3,0,2412,2.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\CapacityQueue.vb,58,5,14,39,1,1,2,4,1,1703,1.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\FuzzyGroup.vb,146,39,19,88,3,0,0,4,0,6087,6.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\HashDictionary.vb,236,38,34,164,1,7,8,9,0,9362,9.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\LoopArray.vb,140,27,24,89,1,3,4,5,1,4230,4.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Pointer.vb,33,10,6,17,1,0,0,0,4,1106,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Trigger.vb,158,39,28,91,5,4,8,5,0,5013,5.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\BitMap\BitSet.vb,672,54,105,513,1,3,19,34,13,24636,24.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\BitMap\HashHandle.vb,212,15,44,153,3,3,13,13,2,6671,6.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\BitMap\HashList.vb,200,36,30,134,1,2,8,5,2,7612,7.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\BitMap\HashModel.vb,72,19,13,40,5,4,2,1,0,2566,2.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Deque\Data.vb,398,124,64,210,1,3,10,7,0,13324,13.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Deque\Deque.vb,214,85,25,104,1,5,7,10,0,7858,7.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Deque\Enumerator.vb,68,12,13,43,1,2,3,1,0,2094,2.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Deque\IDeque.vb,13,0,2,11,1,2,1,3,0,367,367 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Deque\ReversedEnumerator.vb,67,8,14,45,1,2,3,1,0,2080,2.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Deque\ReverseQueue.vb,169,59,23,87,1,4,7,8,0,6361,6.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Enumerable\IEnumerable.vb,28,16,4,8,2,1,0,0,0,1017,1017 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Enumerable\ISequenceData.vb,21,13,3,5,1,1,0,0,0,714,714 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Enumerable\NamedValueList.vb,33,6,7,20,1,0,1,1,1,1106,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Set\EnumSet.vb,34,4,8,22,1,0,2,3,0,961,961 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Set\Set.vb,371,132,52,187,1,2,7,9,10,14182,14.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Set\SetAPI.vb,105,16,15,74,9,0,1,5,0,4523,4.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Set\SetsExtension.vb,124,48,14,62,1,0,0,10,0,4253,4.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Set\StringSet.vb,57,16,10,31,1,0,2,0,3,2178,2.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Tree\ITreeNode.vb,28,11,5,12,1,5,1,2,0,886,886 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Tree\TreeNodeBase.vb,192,62,29,101,1,6,4,8,0,6620,6.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Tree\BinaryTree\Abstract.vb,17,0,5,12,1,2,0,0,0,620,620 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Tree\BinaryTree\Extensions.vb,76,20,10,46,1,0,0,2,0,2696,2.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\DataStructures\Tree\BinaryTree\TreeNode.vb,164,17,21,126,1,11,2,2,2,5315,5.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\File\FileSaveHandle.vb,45,22,8,15,2,2,0,3,0,1611,1.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\File\IOWorkModes.vb,10,3,1,6,1,0,0,0,0,282,282 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\File\ITextWriter.vb,14,3,4,7,1,0,0,0,0,310,310 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\File\XmlAssembly\DigitalSignature.vb,85,20,13,52,1,0,1,3,0,2822,2.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\File\XmlAssembly\XmlDataModel.vb,90,28,10,52,3,3,1,3,0,3602,3.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\File\XmlAssembly\XmlStyleProcessor.vb,55,0,8,47,1,5,0,2,0,2139,2.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Extensions.vb,195,47,25,123,1,0,1,7,0,7290,7.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeList.vb,95,1,16,78,1,0,2,5,0,3354,3.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Relations.vb,22,12,2,8,1,0,0,0,0,556,556 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeModel\DoubleRange.vb,369,124,46,199,1,4,9,14,5,13596,13.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeModel\IntRange.vb,181,77,25,79,1,3,3,10,0,6534,6.53 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeModel\IRange.vb,16,6,4,6,1,2,0,0,0,349,349 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeModel\IRangeModel.vb,34,22,4,8,1,0,0,3,0,1399,1.40 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeModel\Range.vb,33,0,9,24,1,2,1,4,0,1222,1.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\RangeModel\RangeTagValue.vb,22,0,6,16,1,1,2,1,0,576,576 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Selector\IndexSelector.vb,48,14,7,27,1,0,2,2,0,2036,2.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Selector\IntTag.vb,50,0,9,41,1,0,2,3,0,1748,1.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Selector\NumericTagged.vb,74,10,12,52,1,1,1,4,0,2740,2.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Selector\OrderSelector.vb,163,42,21,100,1,4,1,8,0,5682,5.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Selector\SelectorExtensions.vb,20,0,4,16,1,0,0,2,0,737,737 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Unit\ByteSize.vb,53,10,7,36,2,0,0,2,0,1652,1.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Unit\Convertor.vb,21,7,5,9,3,1,1,0,0,634,634 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Unit\Unit.vb,91,41,12,38,1,1,2,2,2,3018,3.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Unit\UnitConvertorExtensions.vb,61,0,11,50,1,0,0,7,0,2304,2.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Ranges\Unit\UnitTag.vb,14,0,4,10,1,0,1,0,0,286,286 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\ConfigEngine.vb,329,68,48,213,1,5,4,14,0,13409,13.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Settings.vb,85,21,12,52,1,1,2,4,0,3178,3.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\SimpleConfig.vb,128,26,19,83,1,2,1,4,0,5763,5.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\DataModels\BindMapping.vb,89,9,12,68,1,6,1,2,0,2993,2.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\DataModels\ModelBase.vb,13,3,4,6,1,0,0,1,0,377,377 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\DataModels\ProfileItem.vb,81,37,9,35,3,3,2,1,0,3175,3.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\DataModels\ProfileTable.vb,89,15,17,57,3,8,4,2,0,2990,2.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Inf\ClassMapper.vb,147,28,23,96,1,0,2,6,0,5497,5.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Inf\IniFile.vb,135,36,18,81,1,2,6,2,0,5074,5.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Inf\INIProfile.vb,171,59,17,95,1,0,1,5,0,7509,7.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Inf\IOProvider.vb,165,49,25,91,1,0,0,8,0,6503,6.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Inf\Section.vb,136,30,21,85,1,3,4,4,0,4489,4.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\Settings\Inf\Serialization.vb,57,19,10,28,2,2,2,2,0,1983,1.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\BinaryHeap.vb,178,32,28,118,1,2,5,2,0,6053,6.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\BucketDictionary.vb,224,37,36,151,3,3,3,9,0,8659,8.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\ChangesWatcher.vb,62,0,13,49,1,0,3,2,0,1817,1.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\IndexOf.vb,506,179,57,270,1,3,10,13,14,18677,18.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\JoinElement.vb,29,0,4,25,1,4,0,2,0,1100,1.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\KeyDictionary.vb,358,107,44,207,2,0,7,7,6,13366,13.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\MapsHelper.vb,243,53,40,150,6,7,4,9,0,8618,8.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\PriorityQueue\Abstract.vb,13,0,3,10,1,0,0,3,0,302,302 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\PriorityQueue\BinaryPriorityQueue.vb,260,28,35,197,1,5,12,11,0,9018,9.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\PriorityQueue\PairingHeap.vb,166,18,21,127,1,3,2,8,0,5995,6.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\PriorityQueue\PriorityQueue.vb,127,40,20,67,1,0,4,7,0,3864,3.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\System.Collections.Generic\PriorityQueue\PriorityQueueCreator.vb,19,0,4,15,1,0,1,1,0,600,600 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\Binding.vb,86,25,14,47,1,1,1,3,0,2938,2.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\GenericAbstract.vb,102,41,13,48,4,7,3,2,0,3625,3.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\IDataIndex.vb,9,0,3,6,1,0,1,1,0,232,232 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\NamedTuple.vb,41,0,10,31,1,3,3,2,0,1133,1.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\TagData\FactorValue.vb,42,8,8,26,2,2,0,2,0,1449,1.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\TagData\Indexing.vb,86,20,12,54,1,0,0,3,0,3390,3.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\TagData\LineValue.vb,22,0,5,17,1,2,1,1,0,719,719 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\TagData\TagData.vb,127,41,26,60,7,5,4,1,0,4092,4.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\ComponentModel\ValuePair\TagData\TimeSignal.vb,9,0,3,6,1,2,0,0,0,195,195 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Abstract.vb,48,28,5,15,5,0,0,0,0,1618,1.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\DataFramework.vb,489,120,64,305,4,3,1,17,0,21713,21.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\DefaultAttribute.vb,38,3,6,29,1,0,1,3,0,1517,1.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,158,158 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Tsv.vb,177,45,19,113,1,0,0,4,0,7995,8.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Repository\BKDRHash.vb,83,19,15,49,1,0,1,4,0,3009,3.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Repository\FNV1a.vb,114,25,17,72,1,0,2,7,0,4230,4.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Repository\Nilsimsa.vb,313,100,44,169,1,0,1,15,0,11906,11.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Repository\RepositoryFileSystem.vb,221,56,26,139,1,0,0,7,0,10201,10.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Repository\SnowflakeIdGenerator.vb,47,21,6,20,1,0,1,1,0,2521,2.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Trinity\Expression.vb,54,12,7,35,1,0,0,1,0,2158,2.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Trinity\Extensions.vb,24,0,5,19,1,1,1,1,0,718,718 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Trinity\Word.vb,58,15,10,33,1,3,1,3,0,1759,1.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Trinity\WordClass.vb,61,39,4,18,1,0,0,0,0,1554,1.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Trinity\WordSimilarityIndex.vb,134,11,27,96,3,2,3,9,0,4855,4.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\Trinity\NLP\TextTokens.vb,110,3,18,89,3,6,2,0,0,4273,4.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\TypeCast\Converts.vb,78,0,10,68,1,0,0,3,0,3063,3.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\TypeCast\DataImports.vb,123,24,16,83,1,0,0,4,0,4530,4.53 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\TypeCast\Type.vb,150,0,40,110,5,0,0,25,0,4986,4.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\TypeCast\TypeCaster.vb,79,5,18,56,3,3,1,10,0,3153,3.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Data\TypeCast\VectorCast.vb,88,1,14,73,1,0,0,4,0,3598,3.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\ImageFormats.vb,60,36,5,19,1,0,0,0,0,1555,1.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\IStyleSelector.vb,10,0,3,7,1,0,0,3,0,294,294 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\PointF3D.vb,118,47,23,48,7,10,0,2,0,3020,3.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\BitmapBuffer.vb,650,171,102,377,1,4,14,22,1,21686,21.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\BitmapReader.vb,192,32,34,126,1,15,4,5,0,7632,7.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\BitmapResizer.vb,224,23,35,166,2,0,0,7,0,9970,9.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\BitmapScale.vb,308,99,41,168,3,0,5,7,0,11374,11.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\RTCP.vb,232,29,33,170,1,0,0,4,0,9070,9.07 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\SaveGdiBitmap.vb,23,5,4,14,2,0,0,1,0,561,561 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\BinarySerializationExtensions.vb,37,6,8,23,1,0,0,2,0,1663,1.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\Bitmap.vb,179,63,25,91,1,9,2,4,0,7643,7.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\BitmapFileHeader.vb,119,33,23,63,1,2,2,1,0,4789,4.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\BitmapFileHelper.vb,89,13,16,60,1,0,1,2,0,4121,4.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\BitmapFlags.vb,34,3,4,27,3,0,0,0,0,754,754 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\BitmapInfoHeader.vb,259,47,37,175,1,11,1,1,0,11818,11.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\BitmapInfoHeaderRGBA.vb,128,23,26,79,1,2,1,1,0,7111,7.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\Bitmap\SafeBinaryReader.vb,41,0,9,32,1,0,1,6,0,1354,1.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\netcore8.0\Brush.vb,146,10,21,115,6,18,6,0,0,4807,4.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\netcore8.0\Font.vb,40,0,8,32,2,5,2,1,0,1041,1.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\netcore8.0\GraphicsPath.vb,162,0,45,117,26,20,15,1,0,4623,4.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\netcore8.0\Image.vb,268,93,54,121,3,4,8,5,0,10495,10.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Bitmap\netcore8.0\Pen.vb,199,62,41,96,9,18,6,0,0,6420,6.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\CMYKColor.vb,52,14,8,30,1,4,0,3,0,1691,1.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\ColorCube.vb,264,73,24,167,1,0,0,12,0,12861,12.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\ColorMap.vb,354,61,37,256,5,4,3,12,0,13785,13.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\CytoscapeColor.vb,137,16,26,95,1,0,0,7,0,4386,4.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\GDIColors.vb,505,180,57,268,1,3,0,23,0,25223,25.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\HexColor.vb,66,10,6,50,1,0,0,4,0,2905,2.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\HSBColor.vb,113,22,18,73,1,3,5,2,0,5043,5.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Colors\HSLColor.vb,147,38,21,88,1,3,1,5,0,4906,4.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\FontFace.vb,150,42,23,85,4,4,3,6,0,6223,6.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\GdiRasterGraphics.vb,79,26,13,40,2,2,0,1,0,2437,2.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\GraphicsExtensions.vb,509,112,62,335,1,0,5,29,0,19165,19.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Interface.vb,1871,1582,85,204,1,6,10,4,0,82507,82.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Driver\DeviceInterop.vb,36,17,7,12,1,0,0,0,0,1277,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Driver\DriverLoad.vb,108,6,21,81,1,0,2,6,0,4467,4.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Driver\Drivers.vb,54,21,5,28,2,0,0,1,0,1725,1.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Layouts\Abstract.vb,22,4,5,13,2,4,0,0,0,543,543 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Layouts\ColaExtensions.vb,48,8,8,32,1,0,0,2,0,1818,1.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Layouts\Point2D.vb,159,48,22,89,1,4,5,7,0,5667,5.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\GDI+\Layouts\Rectangle2D.vb,396,133,48,215,1,7,10,13,0,15955,15.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Line2D.vb,356,253,15,88,2,0,0,9,0,20545,20.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\NamespaceDoc.vb,33,28,1,4,1,0,0,0,0,2390,2.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Polygon2D.vb,425,109,60,256,1,5,11,14,2,15407,15.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\QuadrantRegions.vb,34,18,3,13,1,0,0,0,0,861,861 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\VectorMath2D.vb,182,3,16,163,1,0,0,9,0,8786,8.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Geometry\GeometryMath.vb,333,75,40,218,1,0,0,9,0,12969,12.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Geometry\GeomTransform.vb,565,201,57,307,1,0,0,44,0,21196,21.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Geometry\Intersections.vb,21,12,1,8,1,0,0,0,0,448,448 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Geometry\Moran.vb,133,9,28,96,3,0,2,4,0,4711,4.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Geometry\MoranBatch.vb,7,0,3,4,1,0,0,0,0,89,89 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Models\EllipseShape.vb,38,3,8,27,1,0,1,2,0,1210,1.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Models\Line.vb,84,8,14,62,1,7,3,1,0,2385,2.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Models\PolarPoint.vb,58,18,8,32,1,3,1,2,0,1904,1.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Drawing\Math\Models\Vector2D.vb,107,35,16,56,1,3,3,2,5,3196,3.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\CompareMethod.vb,17,11,0,6,1,0,0,0,0,550,550 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Extensions.vb,1524,538,141,845,3,0,5,78,0,56742,56.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\MsgBoxStyle.vb,137,103,1,33,2,0,0,0,0,4353,4.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\AnonymousTypeHelper.vb,36,18,4,14,1,0,0,2,0,1527,1.53 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\BucketOperators.vb,104,48,12,44,1,0,0,6,0,4215,4.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\ByteStreamExtensions.vb,37,0,6,31,1,0,0,5,0,1296,1.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\CategoryOperations.vb,65,6,5,54,1,0,0,4,0,2806,2.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\CollectionValueGetter.vb,368,129,34,205,1,0,0,15,0,13323,13.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\DelimiterLocation.vb,21,15,0,6,1,0,0,0,0,556,556 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Enumerable.vb,323,51,47,225,1,0,0,23,0,13279,13.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\IsNullOrEmptyExtensions.vb,259,101,28,130,1,0,0,19,0,8705,8.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\KeyValuePair.vb,946,296,105,545,1,0,3,60,0,40212,40.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\ListExtensions.vb,353,135,36,182,1,0,5,15,0,13055,13.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Matrix.vb,252,64,40,148,1,0,0,14,0,9100,9.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\RectangularArray.vb,73,10,14,49,1,0,1,4,0,2509,2.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Vector.vb,705,225,82,398,1,0,9,28,0,25535,25.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\Enumeration.vb,28,18,4,6,1,0,0,1,0,1320,1.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\EnumerationExtensions.vb,63,27,5,31,1,0,0,3,0,2655,2.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\Enumerator.vb,19,0,5,14,1,0,0,2,0,679,679 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\Iterator.vb,145,33,18,94,1,0,0,11,0,5623,5.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\JoinExtensions.vb,74,24,7,43,1,0,0,3,0,2794,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\Linq.vb,472,160,47,265,3,0,0,29,0,18063,18.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\NumericSequence.vb,85,8,13,64,1,0,0,8,0,3290,3.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\Pipeline.vb,42,14,5,23,1,0,1,2,0,1432,1.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\SeqValue.vb,198,77,24,97,1,3,3,3,11,6709,6.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\SetValue.vb,151,39,21,91,4,0,1,9,2,6417,6.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\Takes.vb,153,60,15,78,1,0,0,6,0,6462,6.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\VectorAssertExtensions.vb,62,22,7,33,1,0,0,3,0,2377,2.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\VectorAssertor.vb,52,6,8,38,1,0,0,1,4,1797,1.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Collection\Linq\WhichIndex.vb,229,94,26,109,2,1,1,14,0,9166,9.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Doc\LargeTextFile.vb,203,79,26,98,1,0,0,8,0,7828,7.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Doc\PartitionedStream.vb,116,23,23,70,3,3,4,3,0,4263,4.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Doc\Text.vb,543,163,61,319,1,0,0,20,0,20744,20.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Doc\XmlExtensions.vb,453,117,55,281,1,1,2,11,0,18078,18.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\IOStream.vb,53,0,12,41,2,0,3,2,1,1625,1.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\SearchOption.vb,20,9,3,8,1,0,0,0,0,564,564 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Extensions\Extensions.vb,100,23,13,64,1,0,0,2,0,3759,3.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Extensions\IO.vb,345,125,34,186,1,0,2,11,0,13556,13.56 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Extensions\NetFile.vb,103,11,15,77,1,0,0,6,0,3630,3.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Extensions\PathExtensions.vb,1071,340,114,617,1,0,0,38,0,41803,41.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Extensions\SerializationIO.vb,91,24,8,59,1,0,0,3,0,3478,3.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Extensions\StreamHelper.vb,146,40,20,86,1,0,2,6,0,4907,4.91 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\CopyDirectory.vb,66,7,13,46,1,0,4,1,0,2734,2.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\Directory.vb,252,91,35,126,1,3,5,16,0,10418,10.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\Extensions.vb,50,0,9,41,1,0,0,3,0,1988,1.99 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\FilePath.vb,126,17,19,90,1,6,2,5,2,4506,4.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\Includes.vb,46,12,8,26,1,0,2,2,0,1409,1.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\PathMatch.vb,58,6,10,42,1,0,0,3,0,2132,2.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\Path\TemporaryEnvironment.vb,65,23,11,31,1,0,3,1,0,2355,2.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\SymLinker\HardLink.vb,14,3,3,8,1,0,0,1,0,443,443 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\SymLinker\JunctionPoint.vb,384,99,61,224,6,0,3,6,0,16659,16.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\IO\SymLinker\SymbolicLink.vb,138,11,29,98,3,0,2,6,0,5921,5.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Math.vb,732,237,77,418,1,0,0,40,0,25763,25.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Matrix.vb,65,23,5,37,1,0,0,2,0,2854,2.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\NumberEqualityComparer.vb,51,11,10,30,1,1,2,4,0,1763,1.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\NumberGroups.vb,440,107,53,280,3,2,0,16,0,17279,17.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\NumeralSystem.vb,26,6,5,15,1,0,0,1,0,750,750 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Percentage.vb,204,29,35,140,1,6,1,23,2,8001,8.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\ScaleMaps.vb,204,46,31,127,1,0,0,11,0,9089,9.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\ScientificNotation.vb,70,21,12,37,1,0,0,3,0,2212,2.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\Beta.vb,148,0,33,115,1,0,0,4,0,4495,4.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\Correlations.vb,528,146,82,300,5,2,2,15,0,20174,20.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\DistanceMethods.vb,258,97,33,128,1,0,0,18,0,9664,9.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\Ranking.vb,328,152,27,149,2,0,0,7,0,16878,16.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\RankOrder.vb,68,17,13,38,1,0,0,3,0,2151,2.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\Ranks.vb,77,15,11,51,5,3,0,3,0,3080,3.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Correlations\Scripting.vb,17,0,2,15,1,0,0,1,0,592,592 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Information\Entropy.vb,105,71,6,28,1,0,0,3,0,4741,4.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Information\EntropyScore.vb,49,10,8,31,1,0,0,3,0,1731,1.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Information\UncheckHelpers.vb,43,0,6,37,1,0,0,4,0,1494,1.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Parallel\Environment.vb,8,0,3,5,1,1,0,0,0,149,149 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Parallel\MatrixDotProduct.vb,54,3,10,41,1,0,2,1,0,1763,1.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Random\Permutator.vb,53,20,8,25,1,0,1,1,0,2248,2.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Random\PreciseRandom.vb,81,29,11,41,1,0,2,4,0,3061,3.06 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Random\RandomExtensions.vb,411,187,43,181,5,1,4,24,0,16679,16.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Random\RandomRange.vb,122,14,13,95,1,0,0,2,0,5726,5.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Intrinsics.vb,67,0,12,55,3,0,0,2,0,2495,2.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\SIMD.vb,65,34,8,23,2,1,1,0,0,2300,2.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Arithmetic\Add.vb,133,25,19,89,1,0,0,2,0,5189,5.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Arithmetic\Divide.vb,116,24,21,71,1,0,0,4,0,4259,4.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Arithmetic\Exponent.vb,73,26,14,33,1,0,0,4,0,2292,2.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Arithmetic\Modulo.vb,42,0,12,30,1,0,0,3,0,1202,1.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Arithmetic\Multiply.vb,220,28,35,157,1,0,0,4,0,8365,8.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\SIMD\Arithmetic\Subtract.vb,94,18,16,60,1,0,0,3,0,3277,3.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Average.vb,55,0,12,43,1,1,3,2,1,1460,1.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\DataSample.vb,104,12,16,76,2,4,2,6,0,3425,3.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\GroupBins.vb,66,7,11,48,1,0,1,1,0,2474,2.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Min.vb,27,1,6,20,1,1,2,2,0,753,753 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\SampleObservation.vb,30,3,7,20,1,0,2,1,0,944,944 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\CPOLLicense.vb,19,4,2,13,1,1,0,0,0,753,753 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsCovariance.vb,534,421,8,105,1,0,0,20,0,21514,21.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsMedian.vb,570,410,24,136,1,0,0,20,0,21547,21.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsMode.vb,81,0,16,65,1,0,0,6,0,2743,2.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsPearson.vb,531,413,10,108,1,0,0,20,0,21375,21.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsRange.vb,544,432,7,105,1,0,0,20,0,20017,20.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsStandardDeviation.vb,545,432,7,106,1,0,0,20,0,21374,21.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsStandardDeviationP.vb,545,432,7,106,1,0,0,20,0,21438,21.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsVariance.vb,551,432,8,111,1,0,0,20,0,20787,20.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsVarianceP.vb,550,432,7,111,1,0,0,20,0,20917,20.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Trigonometric\Arctan.vb,50,9,7,34,1,0,0,1,0,1508,1.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Trigonometric\Trigonometric.vb,157,55,21,81,1,0,0,12,0,6007,6.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Math\Trigonometric\Trigonometric2.vb,187,100,22,65,1,0,0,20,0,7182,7.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\DynamicType.vb,167,6,31,130,3,1,4,3,0,6830,6.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\EnumHelpers.vb,127,25,20,82,1,0,0,5,0,4554,4.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Methods.vb,76,26,8,42,1,0,0,7,0,2828,2.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Reflection.vb,570,163,70,337,1,0,2,27,0,21939,21.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\ScriptMeta.vb,130,28,15,87,1,0,0,6,0,4222,4.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\ValueReader.vb,93,21,12,60,1,0,0,6,0,3365,3.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Delegate\DataValue.vb,208,63,34,111,2,2,3,4,0,7885,7.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Delegate\DelegateFactory.vb,1014,11,122,881,1,0,0,112,0,60901,60.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Delegate\TypeExtensions.vb,90,22,16,52,1,0,0,4,0,3415,3.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Marshal\IntPtr(Of T).vb,186,92,23,71,5,1,8,2,2,7460,7.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Marshal\MarshalExtensions.vb,69,30,5,34,1,0,0,3,0,3810,3.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Marshal\Pointer(Of T).vb,371,129,50,192,2,7,5,5,18,13347,13.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Marshal\Pointers.vb,75,11,18,46,8,0,9,0,0,2534,2.53 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Marshal\Span.vb,16,0,4,12,1,0,1,0,0,380,380 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Marshal\Span1.vb,80,12,13,55,1,3,2,3,0,2387,2.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Parameters\ParamLogUtility.vb,123,23,16,84,1,0,1,5,0,5703,5.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Reflection\Parameters\Simple.vb,37,4,5,28,1,0,0,1,0,1441,1.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\AES.vb,68,11,8,49,1,0,1,4,0,2749,2.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\Md5.vb,325,116,38,171,1,0,0,16,0,13028,13.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\Md5HashProvider.vb,103,34,17,52,1,0,2,4,0,3750,3.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\RSACrypto.vb,31,0,7,24,1,0,0,4,0,1198,1.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\SecurityString.vb,59,12,11,36,3,0,2,5,0,2553,2.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\SHA.vb,285,88,75,122,1,2,2,10,0,11904,11.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\Security\TripleDES.vb,90,6,16,68,1,0,2,6,0,3335,3.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\NumericFormatHelper.vb,168,71,17,80,1,0,0,13,0,4279,4.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\Parser.vb,426,136,50,240,1,0,0,14,0,13852,13.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\RegexExtensions.vb,307,134,41,132,3,1,2,10,0,12232,12.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\StringBuilders.vb,44,16,5,23,1,0,0,3,0,1464,1.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\StringFormats.vb,137,26,17,94,1,0,0,6,0,4824,4.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\StringHelpers.vb,1442,501,159,782,1,3,2,71,0,54085,54.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\StringHelpers\StrUtils.vb,675,216,61,398,1,1,0,38,0,24087,24.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\ValueTypes\DateTimeHelper.vb,235,58,38,139,2,1,1,11,0,8129,8.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\ValueTypes\RangeExtensions.vb,22,9,3,10,1,0,0,1,0,778,778 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\ValueTypes\TimeSpanScale.vb,15,3,1,11,1,0,0,0,0,288,288 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\ValueTypes\TupleHelper.vb,29,3,4,22,1,0,3,0,0,842,842 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\WebServices\HttpGet.vb,229,30,40,159,1,1,0,5,0,8625,8.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\WebServices\RequestBuilder.vb,56,7,9,40,1,0,0,2,0,2158,2.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\WebServices\WebResult.vb,45,23,5,17,1,5,0,1,0,1379,1.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Extensions\WebServices\WebServiceUtils.vb,966,238,136,592,3,5,6,31,0,35164,35.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\API.vb,253,85,25,143,1,0,0,20,0,9462,9.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,165,165 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Runtime.vb,173,26,27,120,3,4,1,6,6,6047,6.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\StringHelpers.vb,133,60,15,58,2,0,0,6,4,5535,5.54 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\C\CFormatProvider.vb,672,142,74,456,1,0,0,10,0,29052,29.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\C\CString.vb,208,71,29,108,3,0,0,8,0,8135,8.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\C\File.vb,26,9,4,13,1,0,1,0,0,895,895 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\C\RandomNumbers.vb,65,32,9,24,1,0,3,2,0,2697,2.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\C\Vector.vb,50,17,5,28,1,0,2,0,0,1822,1.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\Arrays.vb,68,24,8,36,1,0,1,5,0,2791,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\Collections.vb,720,551,43,126,1,0,0,8,0,36633,36.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\JavaMath.vb,2216,1909,115,192,1,0,0,48,0,110448,110.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\LogTricks.vb,85,27,11,47,1,0,1,4,0,3182,3.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\MathUtils.vb,387,148,45,194,1,1,4,24,0,14132,14.13 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\MersenneTwisterFast.vb,917,159,133,625,1,1,6,13,0,41236,41.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,199,199 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\Reflection.vb,31,9,4,18,1,0,0,2,0,986,986 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Java\StringTokenizer.vb,34,0,8,26,1,1,1,2,0,925,925 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Perl\die.vb,94,20,20,54,1,0,0,1,2,3308,3.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Perl\Tools.vb,210,131,16,63,1,0,5,3,0,10185,10.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Python\Array.vb,33,0,6,27,1,1,2,0,0,846,846 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Python\Collection.vb,55,23,7,25,1,0,0,2,0,2115,2.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Python\NamedTuple.vb,19,3,4,12,1,1,0,1,0,621,621 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Python\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,203,203 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\Python\Regexp.vb,87,21,16,50,3,0,1,3,0,3330,3.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\Cowsay.vb,105,20,11,74,1,0,0,2,0,4095,4.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\PS1.vb,195,69,27,99,1,0,2,12,0,6256,6.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\ShellSyntax.vb,69,24,12,33,1,7,0,2,0,2334,2.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\FileSystem\File.vb,71,10,14,47,2,3,0,2,3,2312,2.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\Shell\ls.vb,290,64,37,189,4,2,2,6,10,10642,10.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\Shell\rm.vb,24,3,6,15,2,0,0,0,3,585,585 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\Shell\tree.vb,12,6,2,4,1,0,0,0,0,240,240 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Language\UnixBash\Shell\Text\Grep.vb,158,29,24,105,3,9,4,4,5,5387,5.39 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Indexer.vb,44,5,6,33,1,0,0,1,0,1805,1.80 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\LanguageExtensions.vb,65,17,7,41,1,0,5,0,0,2185,2.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Linq.vb,365,129,61,175,9,1,5,11,28,15670,15.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\List.vb,685,254,64,367,1,2,5,6,25,26374,26.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Rapply.vb,33,3,6,24,1,0,0,1,0,1187,1.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Assert\AssertEqualsExtensions.vb,30,12,4,14,1,0,0,2,0,1090,1.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Assert\VectorAssert.vb,72,14,13,45,3,0,3,0,4,2627,2.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\BooleanVector.vb,171,65,20,86,1,3,1,3,10,6041,6.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\Extensions.vb,42,10,7,25,1,0,0,3,0,1516,1.52 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\IVectorReader.vb,9,0,3,6,1,2,0,0,0,196,196 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\SchemaProvider.vb,325,46,46,233,1,2,1,13,2,12547,12.55 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\Strings.vb,30,16,4,10,1,0,1,1,0,1200,1.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\StringVector.vb,97,17,17,63,2,1,2,4,4,3827,3.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\Vector.vb,407,131,39,237,1,5,3,6,0,15054,15.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Linq\Vectorization\VectorShadows.vb,411,84,55,272,1,0,2,14,3,15867,15.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\ByRefValueExtensions.vb,85,23,10,52,1,0,0,7,0,3438,3.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\CharStream.vb,44,0,10,34,1,0,1,3,0,1600,1.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Clones.vb,41,10,8,23,1,0,0,6,0,1338,1.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Pointer.vb,143,52,20,71,1,0,3,1,11,4738,4.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\TripleVariant.vb,74,0,14,60,1,1,4,0,2,2472,2.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Value.vb,310,110,38,162,3,3,3,9,14,12375,12.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\var.vb,61,11,8,42,1,5,0,1,0,2053,2.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Variant.vb,227,59,26,142,1,2,6,2,6,8357,8.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\DefaultValue\BooleanAssert.vb,59,0,13,46,1,0,0,1,10,2155,2.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\DefaultValue\Default.vb,233,75,30,128,7,4,2,5,8,8966,8.97 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\DefaultValue\DefaultExtensions.vb,86,18,9,59,1,0,0,7,0,3643,3.64 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\DefaultValue\DefaultString.vb,189,29,30,130,1,3,1,6,16,7342,7.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Numeric\chr.vb,71,0,18,53,1,0,2,1,9,2042,2.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Numeric\f64.vb,231,19,49,163,1,1,2,20,16,8097,8.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Numeric\i32.vb,313,94,41,178,1,2,2,6,29,11232,11.23 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Language\Value\Numeric\Numeric.vb,190,80,25,85,2,0,0,12,0,6438,6.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\File.vb,127,25,20,82,1,0,2,5,0,4152,4.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\FileFormats.vb,13,3,1,9,1,0,0,0,0,208,208 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\InnerQueue.vb,36,16,5,15,1,1,2,0,0,1107,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Log4VB.vb,175,51,23,101,1,0,2,2,0,7207,7.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\RlangInterop.vb,61,11,9,41,1,0,0,2,0,2289,2.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\SingletonHolder.vb,121,45,21,55,4,3,7,2,0,3964,3.96 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Framework\Config.vb,135,17,20,98,1,5,1,4,0,4923,4.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Framework\DoConfiguration.vb,122,30,17,75,1,0,2,2,0,4810,4.81 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Framework\FrameworkConfig.vb,28,4,5,19,1,2,1,1,0,900,900 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Framework\IOHandler.vb,50,8,11,31,3,0,1,5,0,2049,2.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Framework\MemoryLoads.vb,20,12,1,7,1,0,0,0,0,542,542 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\Framework\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,177,177 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\DataView.vb,73,22,14,37,1,1,5,0,0,2382,2.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\Linq.vb,196,55,32,109,2,0,3,12,0,6938,6.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\String.vb,70,0,12,58,1,0,1,8,0,2411,2.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\UnionType.vb,80,5,11,64,1,1,0,2,0,2700,2.70 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\ES6\Map.vb,65,6,13,46,2,0,4,2,0,1933,1.93 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\JavaScriptObject\Abstract.vb,22,9,3,10,2,1,0,0,0,631,631 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\JavaScriptObject\Descriptor.vb,11,0,3,8,1,4,0,0,0,270,270 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\JavaScriptObject\JavaScriptObject.vb,257,21,43,193,1,2,4,11,0,10161,10.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\JavaScript\JavaScriptObject\JavaScriptValue.vb,53,0,12,41,1,3,3,2,0,1472,1.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\UNIX\LinuxRunHelper.vb,122,31,17,74,1,0,0,6,0,4424,4.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My\UNIX\PathMapper.vb,112,47,15,50,1,1,0,2,0,5460,5.46 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\My Project\Resources.Designer.vb,181,89,16,76,1,10,0,0,0,8244,8.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Abstract.vb,51,30,7,14,2,4,0,2,0,2360,2.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\DomainName.vb,32,4,6,22,1,3,1,1,0,1125,1.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\DomainParser.vb,91,16,17,58,1,0,0,5,0,3288,3.29 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\PingUtility.vb,173,23,26,124,2,0,1,4,0,6594,6.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\DataURI.vb,151,38,19,94,1,3,5,6,0,5249,5.25 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\HttpHeaderName.vb,199,101,19,79,2,0,1,2,0,7235,7.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\HTTP_RFC.vb,602,395,36,171,1,0,0,0,0,30759,30.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Multipart.vb,160,36,24,100,1,0,5,2,0,6311,6.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\sitemap.xml.vb,108,13,19,76,4,5,0,6,0,4203,4.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\URL.vb,199,25,25,149,1,7,3,6,0,7349,7.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\UserAgent.vb,47,6,8,33,3,0,0,0,0,5258,5.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\WebResponse.vb,113,4,21,88,2,9,2,7,0,3979,3.98 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\JsonRPC\RpcRequest.vb,11,0,3,8,1,4,0,0,0,280,280 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\JsonRPC\RpcResponse.vb,40,13,7,20,3,6,0,0,0,1105,1.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Stream\Base64Codec.vb,214,58,30,126,1,0,0,12,0,7820,7.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Stream\GZStream.vb,139,44,19,76,1,0,0,9,0,5335,5.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Stream\ZipStream.vb,126,51,16,59,1,0,0,4,0,4673,4.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Web\WebQuery.vb,370,108,54,208,1,1,10,10,0,15496,15.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Web\WebQueryModule.vb,70,25,14,31,2,0,2,2,0,2352,2.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Wget\wget.vb,185,33,37,115,1,0,11,4,0,7042,7.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Wget\wgetTask.vb,260,51,42,167,1,8,8,2,0,9875,9.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\HTTP\Wget\WriteData.vb,89,11,15,63,1,1,6,1,0,2770,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\MIME\ContentType.vb,89,26,13,50,1,5,2,2,0,2653,2.65 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\MIME\ContentTypeAttribute.vb,49,30,5,14,1,2,1,1,0,2327,2.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\MIME\MIME.vb,103,25,11,67,1,3,1,2,0,4351,4.35 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Tcp\TCPExtensions.vb,110,35,18,57,1,0,0,4,0,4839,4.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Tcp\IPv4\AddressEnumerator.vb,71,14,9,48,1,0,0,4,0,2144,2.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Tcp\IPv4\CIDR.vb,422,80,97,245,1,8,4,14,0,14606,14.61 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Tcp\IPv4\IPEndPoint.vb,148,46,24,78,1,4,5,5,0,5340,5.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Tcp\IPv4\IPUtils.vb,114,57,16,41,1,0,0,3,0,4161,4.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Net\Tcp\IPv4\LAN.vb,180,68,9,103,3,0,0,5,0,8094,8.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Abstract.vb,38,25,4,9,11,0,0,0,0,1497,1.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Actives.vb,181,31,19,131,1,0,0,7,0,7187,7.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\ExternalCall.vb,113,43,12,58,2,0,2,6,0,3891,3.89 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\InputHandler.vb,447,134,47,266,1,3,1,18,0,19673,19.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\ScriptBuilder.vb,165,54,22,89,1,2,6,6,1,6081,6.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\TextGrepScriptEngine.vb,299,82,33,184,5,4,1,12,0,12161,12.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Expressions\Aggregate.vb,78,21,11,46,2,0,1,3,0,2706,2.71 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Expressions\ArrayIndex.vb,75,19,8,48,1,0,0,2,0,2585,2.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Expressions\Selector.vb,193,56,20,117,3,0,0,5,0,8039,8.04 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Expressions\StringInterpolation.vb,118,40,17,61,1,0,1,3,0,5047,5.05 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\Author.vb,23,0,6,17,1,1,2,1,0,730,730 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\Cite.vb,156,42,15,99,1,16,2,5,0,7694,7.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\EntryPointMetaData.vb,78,15,18,45,3,6,3,4,0,2778,2.78 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\MetaAPI.vb,55,9,6,40,1,1,0,3,0,2020,2.02 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\Namespace.vb,92,42,8,42,2,5,4,0,0,3601,3.60 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\Parameter.vb,115,34,16,65,1,4,1,4,0,4628,4.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\MetaData\Type.vb,250,80,38,132,1,4,3,6,2,9308,9.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\BinaryOperator.vb,152,45,20,87,1,1,2,8,0,5440,5.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\Extensions.vb,98,13,10,75,1,1,1,4,0,3858,3.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\OverloadsFunction.vb,67,6,15,46,1,1,1,3,0,2244,2.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\Where.vb,121,34,16,71,2,0,0,5,0,3922,3.92 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\CType\Abstract.vb,23,13,4,6,1,0,0,2,0,667,667 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\CType\Casting.vb,415,126,43,246,1,0,0,30,0,15926,15.93 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\CType\CastStringVector.vb,174,68,17,89,1,0,0,15,0,7241,7.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\CType\ICTypeVector.vb,12,0,3,9,1,0,0,5,0,306,306 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\CType\ImplictCType.vb,89,20,14,55,3,0,0,5,0,3657,3.66 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\Runtime\CType\NumberConversionRoutines.vb,187,15,24,148,1,0,0,10,0,7029,7.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\TokenIcer\CodeSpan.vb,31,15,5,11,1,3,0,1,0,906,906 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\TokenIcer\OperatorExpression.vb,115,4,7,104,1,2,3,0,0,5876,5.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\TokenIcer\ParserCommon.vb,104,43,11,50,1,0,0,6,0,4091,4.09 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\TokenIcer\Token.vb,123,26,19,78,1,5,3,3,4,4238,4.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\TokenIcer\TokenStack.vb,102,17,18,67,2,5,1,5,0,3362,3.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\VisualBasic\Extensions.vb,44,17,5,22,1,0,0,3,0,1760,1.76 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\VisualBasic\KeywordProcessor.vb,71,18,6,47,1,1,1,1,0,3188,3.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Scripting\VisualBasic\VBLanguage.vb,77,10,8,59,1,1,1,2,0,3375,3.38 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\Abstract.vb,29,17,5,7,9,0,0,0,0,1165,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\ICloneable.vb,7,0,2,5,1,0,0,1,0,131,131 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\RawStream.vb,237,41,30,166,4,0,2,9,0,10453,10.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BencodeDecoder.vb,179,26,38,115,1,0,0,9,0,5665,5.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BencodingException.vb,33,15,5,13,1,0,3,0,0,927,927 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BencodingExtensions.vb,157,48,21,88,1,0,0,8,0,6308,6.31 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BElements\BDictionary.vb,80,32,10,38,1,0,3,2,0,3100,3.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BElements\BElement.vb,23,12,4,7,1,0,0,2,0,763,763 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BElements\BInteger.vb,112,29,17,66,1,1,3,6,0,3570,3.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BElements\BList.vb,55,20,9,26,1,0,2,2,0,1825,1.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BEncoding\BElements\BString.vb,109,30,17,62,1,1,1,6,0,3572,3.57 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BinaryDumping\Buffer.vb,102,13,17,72,6,1,1,6,0,3837,3.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BinaryDumping\NetworkByteOrderBuffer.vb,202,14,42,146,1,0,1,16,0,7325,7.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BinaryDumping\ObjectVisitor.vb,176,35,29,112,3,1,6,2,0,7079,7.08 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BinaryDumping\StructSerializer.vb,109,63,7,39,1,0,0,3,0,5621,5.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BinaryDumping\Stream\ObjectInputStream.vb,136,13,22,101,1,0,5,1,0,5855,5.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\BinaryDumping\Stream\ObjectOutputStream.vb,141,21,21,99,1,0,8,0,0,5852,5.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\ConfigMappings\Attributes.vb,48,24,6,18,3,0,0,1,0,1581,1.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\ConfigMappings\ConfigurationMappings.vb,168,27,19,122,1,0,0,8,0,8585,8.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\ConfigMappings\DynamicsConfiguration.vb,83,15,16,52,1,0,0,7,0,3326,3.33 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\AnonymousJSON.vb,99,40,11,48,1,0,0,6,0,3867,3.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\JsonFormatter.vb,35,15,5,15,1,0,0,2,0,1473,1.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\JsonSerialization.vb,323,80,37,206,1,0,1,12,0,13692,13.69 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\FormatterScopeState.vb,38,0,9,29,2,2,2,1,0,1032,1.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\ICharacterStrategy.vb,8,0,2,6,1,1,1,0,0,244,244 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\JsonFormatterInternal.vb,50,0,11,39,1,0,2,1,0,2097,2.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\JsonFormatterStrategyContext.vb,121,0,29,92,1,7,11,0,0,3755,3.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\CloseBracketStrategy.vb,34,3,7,24,1,1,3,0,0,1029,1.03 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\CloseSquareBracketStrategy.vb,30,4,6,20,1,1,2,0,0,885,885 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\ColonCharacterStrategy.vb,21,0,2,19,1,1,1,0,0,783,783 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\CommaCharacterStrategy.vb,32,3,7,22,1,1,2,0,0,918,918 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\DefaultCharacterStrategy.vb,16,0,2,14,1,1,1,0,0,685,685 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\DoubleQuoteStrategy.vb,18,0,2,16,1,1,1,0,0,806,806 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\OpenBracketStrategy.vb,38,3,8,27,1,1,2,1,0,1263,1.26 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\OpenSquareBracketStrategy.vb,29,4,6,19,1,1,2,0,0,837,837 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\SingleQuoteStrategy.vb,18,0,2,16,1,1,1,0,0,805,805 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\Formatter\Strategies\SkipWhileNotInStringStrategy.vb,22,0,3,19,1,1,2,0,0,827,827 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\SchemaProvider\Extensions.vb,6,0,2,4,1,0,0,0,0,93,93 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\SchemaProvider\Markdown.vb,9,3,2,4,1,0,0,0,0,180,180 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\SchemaProvider\Schema.vb,58,24,8,26,3,9,0,2,0,1735,1.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Serialization\JSON\SchemaProvider\VisualBasicCode.vb,11,3,4,4,1,0,0,0,0,203,203 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\ASCII.vb,481,255,30,196,3,3,0,8,0,18437,18.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\GreekAlphabets.vb,148,23,16,109,1,3,1,5,0,6336,6.34 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Paragraph.vb,77,17,9,51,1,0,0,2,0,3149,3.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Splitter.vb,160,45,17,98,1,0,1,4,0,6479,6.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\IO\EncodingHelper.vb,95,68,9,18,1,1,1,3,0,3619,3.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\IO\Encodings.vb,42,20,6,16,1,0,0,0,0,1369,1.37 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\IO\GB2312.vb,1363,68,26,1269,1,5,0,6,0,71485,71.48 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\IO\TextEncodings.vb,274,102,31,141,1,4,1,9,0,13429,13.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\IO\TextFileEncodingDetector.vb,406,123,59,224,1,1,0,8,0,21104,21.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\IO\UnbufferedStringReader.vb,166,39,13,114,1,1,3,5,0,5866,5.87 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\CharBuffer.vb,350,104,45,201,1,3,1,11,14,11433,11.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\CharEnumerator.vb,97,12,17,68,1,1,1,3,6,3209,3.21 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\DelimiterParser.vb,69,12,10,47,1,0,0,1,0,2184,2.18 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\FormattedParser.vb,142,60,19,63,3,0,0,6,0,5299,5.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\ParserValue.vb,19,5,3,11,1,0,0,1,0,634,634 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\SyntaxTokenlizer.vb,54,0,9,45,1,1,1,1,0,1835,1.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\TryParse.vb,47,12,6,29,4,0,0,1,0,1466,1.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\HtmlParser\HtmlStrips.vb,410,86,51,273,1,0,1,24,0,15501,15.50 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\HtmlParser\Table.vb,92,23,13,56,1,0,0,4,0,3727,3.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Parser\HtmlParser\TagAttributeParser.vb,157,31,23,103,1,0,0,10,0,5875,5.88 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Patterns\CommonTagParser.vb,75,12,11,52,1,4,2,1,0,2579,2.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Patterns\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,159,159 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Patterns\Regexp.vb,91,35,12,44,1,1,1,1,10,3615,3.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Patterns\Wildcards.vb,92,32,13,47,1,0,0,2,0,3625,3.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Patterns\Validator\isIP.vb,118,36,14,68,1,0,0,1,0,5110,5.11 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Patterns\Validator\Validator.vb,10,5,1,4,1,0,0,0,0,255,255 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\SearchEngine\TextIndexing\TextIndexing.vb,204,43,30,131,1,1,1,9,0,8589,8.59 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\SearchEngine\TextIndexing\TextSegment.vb,65,15,10,40,1,3,1,1,2,2008,2.01 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\StringSimilarity\IEqualityComparer.vb,72,19,9,44,1,2,1,3,0,2575,2.58 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\StringSimilarity\Similarity.vb,270,63,37,170,5,0,0,13,0,11733,11.73 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\StringSimilarity\Levenshtein\Extensions.vb,58,7,11,40,1,0,1,1,0,2191,2.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\StringSimilarity\Levenshtein\LevenshteinString.vb,87,24,10,53,1,0,1,1,6,2949,2.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\StringSimilarity\Levenshtein\LevenshteinTree.vb,119,13,21,85,4,0,2,7,0,3939,3.94 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Extensions.vb,144,27,21,96,1,0,0,7,0,5217,5.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\HtmlBuilder.vb,47,10,6,31,1,0,0,3,0,1827,1.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\XmlBuilder.vb,56,11,10,35,1,0,1,3,1,1842,1.84 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\XmlDeclaration.vb,64,4,11,49,2,1,1,3,0,2438,2.44 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\XmlDoc.vb,123,32,19,72,1,5,1,9,0,4667,4.67 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\XmlDocumentTree.vb,30,12,8,10,2,1,0,3,0,812,812 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\XmlElementExtensions.vb,44,0,6,38,1,0,2,2,0,1616,1.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\XmlEntity.vb,146,25,18,103,1,0,1,6,0,5153,5.15 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Xmlns.vb,161,29,24,108,1,4,5,2,0,5996,6.00 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\DataSetWriter.vb,93,29,14,50,1,0,5,0,0,3899,3.90 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\DeserializeHandler.vb,81,24,14,43,1,1,1,3,0,3302,3.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\Entity.vb,19,0,4,15,1,2,0,1,0,613,613 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\Linq.vb,415,115,49,251,1,0,0,16,0,20205,20.20 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\NamespaceIgnorantXmlTextReader.vb,26,3,5,18,1,1,2,0,0,664,664 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\Iterator\NodeIterator.vb,50,13,9,28,2,0,0,4,0,2303,2.30 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\Iterator\NodeIteratorImpl.vb,146,7,29,110,1,0,2,5,0,4755,4.75 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Linq\Iterator\XmlStreamReader.vb,144,35,20,89,1,1,1,6,0,6857,6.86 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\Coordinate.vb,69,6,13,50,1,3,3,1,2,2446,2.45 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\Href.vb,56,24,7,25,1,3,0,2,0,1950,1.95 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\ListOf.vb,119,27,18,74,3,4,2,3,0,3851,3.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\Sequence.vb,62,11,11,40,1,3,3,3,0,1829,1.83 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\StringValue.vb,34,7,7,20,2,3,0,2,0,924,924 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\Vector.vb,106,20,16,70,2,4,0,5,0,3855,3.85 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\ValueTuples\Extensions.vb,19,0,4,15,1,0,0,2,0,829,829 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\ValueTuples\NamedValues.vb,143,44,22,77,3,8,9,3,1,4493,4.49 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\ValueTuples\PropertyValue.vb,68,24,8,36,1,3,0,3,0,2427,2.43 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Models\ValueTuples\ValuePair.vb,141,24,22,95,3,2,3,6,0,5631,5.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\OpenXml\Content_Types.vb,40,4,7,29,2,5,0,2,0,1244,1.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\OpenXml\rels.vb,44,0,8,36,2,5,0,1,0,1506,1.51 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,src\Text\Xml\Serialization\XmlComment.vb,54,0,12,42,2,1,1,3,0,1825,1.82 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj,,132446,39482,17429,75535,1374,1468,1750,4463,429,5240872,5.24 MB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\IProgressBarExample.vb,8,0,1,7,1,0,0,1,0,230,230 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Program.vb,92,0,10,82,1,0,2,0,0,3422,3.42 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\AlternateFinishedColorExample.vb,30,1,4,25,1,0,0,0,0,1157,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\ChildrenExample.vb,27,0,1,26,1,0,0,1,0,1223,1.22 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\ChildrenNoCollapseExample.vb,29,0,2,27,1,0,0,1,0,1274,1.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\DontDisplayInRealTimeExample.vb,18,0,2,16,1,0,0,1,0,617,617 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\DownloadPogressExample.vb,40,0,3,37,1,0,0,1,0,1794,1.79 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\EstimatedDurationExample.vb,31,1,4,26,1,0,0,1,0,1282,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\ExampleBase.vb,32,0,6,26,1,1,1,0,0,1279,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\FixedDurationExample.vb,35,0,5,30,1,0,1,1,0,1269,1.27 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\IndeterminateChildrenNoCollapse.vb,33,0,1,32,1,0,0,0,0,1323,1.32 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\IndeterminateProgressExample.vb,29,0,3,26,1,0,0,1,0,1139,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\IntegrationWithIProgressExample.vb,30,0,3,27,1,0,2,1,0,1185,1.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\IntegrationWithIProgressPercentageExample.vb,30,0,3,27,1,0,2,1,0,1144,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\MessageBeforeAndAfterExample.vb,24,0,2,22,1,0,0,1,0,978,978 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\PersistMessageExample.vb,52,0,4,48,1,0,1,1,0,2414,2.41 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\ProgressBarOnBottomExample.vb,18,0,2,16,1,0,0,1,0,624,624 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\Examples\StylingExample.vb,23,0,2,21,1,0,0,1,0,920,920 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\DeeplyNestedProgressBarTreeExample.vb,57,0,5,52,1,0,0,1,0,2617,2.62 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\DrawsOnlyOnTickExample.vb,21,0,1,20,1,0,0,1,0,848,848 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\LongRunningExample.vb,19,0,1,18,1,0,0,1,0,686,686 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\NegativeMaxTicksExample.vb,19,0,1,18,1,0,0,1,0,698,698 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\NestedProgressBarPerStepProgress.vb,58,0,9,49,1,0,2,1,0,2195,2.19 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\NeverCompletesExample.vb,18,0,1,17,1,0,0,1,0,638,638 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\NeverTicksExample.vb,14,0,1,13,1,0,0,1,0,518,518 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\ThreadedTicksOverflowExample.vb,23,0,1,22,1,0,0,1,0,940,940 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\TicksOverflowExample.vb,19,0,1,18,1,0,0,1,0,708,708 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\UpdatesMaxTicksExample.vb,25,0,1,24,1,0,0,1,0,935,935 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,ShellProgressBar.Example\TestCases\ZeroMaxTicksExample.vb,19,0,1,18,1,0,0,1,0,687,687 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\src\ApplicationServices\Terminal\Utility\ProgressBar\ShellProgressBar\ShellProgressBar.Example\ShellProgressBar.Example.vbproj,,873,2,81,790,29,1,11,25,0,34744,34.74 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\Program.vb,17,0,4,13,1,0,1,0,0,398,398 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\devTest.vb,31,0,9,22,1,0,2,0,0,859,859 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\enumeratorTest.vb,28,0,7,21,2,0,1,1,0,691,691 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\group_test.vb,27,0,9,18,1,0,1,0,0,879,879 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\htmlParserTest.vb,30,0,12,18,1,0,2,0,0,742,742 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\indexTest.vb,54,0,14,40,1,0,2,0,0,1628,1.63 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\lapplyTest.vb,93,0,11,82,1,0,4,0,0,5466,5.47 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\LinqExpressiontest.vb,9,0,3,6,1,0,1,0,0,163,163 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\logfiletest.vb,11,0,4,7,1,0,1,0,0,278,278 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\markdownDisplayTest.vb,53,1,18,34,1,0,2,0,0,1117,1.12 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\math_test.vb,6,0,2,4,1,0,1,0,0,62,62 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\Module1.vb,33,0,12,21,1,0,3,0,0,780,780 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\nullTest.vb,10,0,3,7,1,0,1,0,0,143,143 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\numberParserTest.vb,131,8,32,91,1,0,4,2,0,3716,3.72 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\objToStringTest.vb,23,0,6,17,3,0,1,1,0,854,854 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\SIMDTest.vb,57,0,14,43,1,0,1,0,0,2097,2.10 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\sqltest.vb,10,0,3,7,1,0,1,0,0,394,394 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\streamTest.vb,82,5,22,55,1,0,1,0,0,2242,2.24 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\tableDemo.vb,274,1,6,267,3,5,3,1,0,19678,19.68 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\terminalTest.vb,37,1,10,26,1,0,1,2,0,1364,1.36 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\TypeTest.vb,100,0,28,72,2,0,4,1,0,2893,2.89 KB +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\wgetTest.vb,9,0,2,7,1,0,1,0,0,309,309 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,test\test\wmfTest.vb,16,0,3,13,1,0,1,0,0,659,659 B +E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\test\test.vbproj,,1141,16,234,891,29,5,40,8,0,47412,47.41 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONTextParser.vb,125,23,15,87,1,0,0,6,0,4692,4.69 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\BSON\BSON.vb,121,18,18,85,1,0,2,6,0,4232,4.23 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\BSON\BSONValue.vb,310,1,48,261,1,9,9,3,2,11148,11.15 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\BSON\Decoder.vb,189,34,36,119,1,0,4,6,0,6952,6.95 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\BSON\Encoder.vb,146,0,20,126,1,0,11,0,0,5752,5.75 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\BSON\ValueType.vb,47,9,8,30,2,1,0,2,0,1168,1.17 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Javascript\JsonArray.vb,160,17,25,118,1,3,8,5,0,5547,5.55 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Javascript\JsonElement.vb,42,8,7,27,1,0,0,4,0,1443,1.44 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Javascript\JsonModel.vb,38,3,5,30,1,0,1,0,0,1251,1.25 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Javascript\JsonObject.vb,209,48,31,130,1,3,5,9,0,7573,7.57 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Javascript\JsonValue.vb,154,29,19,106,1,6,2,4,0,5191,5.19 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Javascript\NamespaceDoc.vb,8,3,1,4,1,0,0,0,0,171,171 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONLogic\jsonLogic.vb,118,17,19,82,1,0,0,4,0,4764,4.76 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONLogic\TreeBuilder.vb,217,17,33,167,1,1,1,19,0,9338,9.34 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\big_bson_reader.vb,6,0,2,4,1,0,1,0,0,67,67 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\big_jsonTest.vb,11,0,3,8,1,0,1,0,0,367,367 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\bsontest.vb,31,0,9,22,1,0,1,0,0,821,821 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\logicTest.vb,18,0,4,14,1,0,1,0,0,567,567 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\Module1.vb,64,0,15,49,3,5,3,0,0,2367,2.37 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\simple_jsonParserTest.vb,45,16,5,24,1,0,2,0,0,1563,1.56 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1155,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2800,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\JSONtest\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2974,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Parser\JsonParser.vb,486,94,59,333,1,1,2,12,0,16758,16.76 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Parser\Token.vb,59,7,7,45,2,0,2,2,0,1785,1.78 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Serializer\ExtendedDictionary.vb,113,19,22,72,1,0,0,3,0,3825,3.83 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Serializer\JSONSerializer.vb,219,33,30,156,1,0,0,9,0,7947,7.95 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Serializer\JSONSerializerOptions.vb,10,0,2,8,1,6,0,0,0,383,383 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Serializer\Variant.vb,46,10,9,27,1,1,1,1,0,1319,1.32 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Serializer\ObjectSerializer\Deserializer.vb,180,34,18,128,1,0,0,6,0,7677,7.68 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,application%json\Serializer\ObjectSerializer\ObjectSerializer.vb,234,24,33,177,1,0,0,4,0,9043,9.04 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%json\JSON-netcore5.vbproj,,3589,520,532,2537,35,40,58,105,2,131091,131.09 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Flags.vb,314,200,42,72,9,0,0,0,0,5476,5.48 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\LocationMarker.vb,181,114,18,49,3,0,3,1,0,7589,7.59 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\ObjectCode.vb,19,4,1,14,2,0,0,0,0,286,286 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\417Encoder\Pdf417Encoder.vb,1290,374,227,689,5,14,11,9,0,46875,46.88 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\417Encoder\Pdf417EncoderTables.vb,79,48,10,21,1,0,1,0,0,32482,32.48 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\AnnotAction\AnnotAction.vb,170,80,18,72,5,4,6,5,0,5101,5.10 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\AnnotAction\BaseAction.vb,33,6,4,23,1,1,1,2,0,1064,1.06 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\AnnotAction\Flags.vb,63,42,5,16,2,0,0,0,0,1044,1.04 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Barcode\Barcode.vb,107,66,13,28,1,4,1,2,0,3590,3.59 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Barcode\Barcode128.vb,793,248,129,416,2,0,5,1,0,28738,28.74 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Barcode\Barcode39.vb,230,96,33,101,1,0,2,1,0,9033,9.03 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Barcode\BarcodeBox.vb,54,31,5,18,1,0,2,0,0,1595,1.59 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Barcode\BarcodeEAN13.vb,339,153,57,129,1,0,3,2,0,11926,11.93 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Barcode\BarcodeInterleaved2of5.vb,110,33,24,53,1,0,2,1,0,3435,3.44 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\CharInfo.vb,92,47,10,35,1,9,2,1,0,2922,2.92 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\FontApi.vb,656,281,115,260,1,0,6,28,0,22829,22.83 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\FontBox.vb,37,18,6,13,1,4,1,0,0,781,781 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\SortByNewIndex.vb,9,3,1,5,1,0,0,1,0,357,357 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\WinKerningPair.vb,47,22,6,19,1,3,2,1,0,1372,1.37 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\WinOutlineTextMetric.vb,184,100,15,69,1,31,1,0,0,5671,5.67 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\WinPanose.vb,75,39,11,25,1,10,1,0,0,1847,1.85 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Font\WinTextMetric.vb,260,69,5,186,1,20,1,0,0,7490,7.49 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Graphics\ArcToBezier.vb,217,87,30,100,2,0,0,2,0,8509,8.51 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Graphics\Geometry.vb,420,235,40,145,4,13,13,8,0,13379,13.38 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\Graphics\ImageSizePos.vb,118,61,12,45,1,0,0,3,0,5382,5.38 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfAnnotation.vb,188,79,32,77,1,1,5,0,0,7061,7.06 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfAxialShading.vb,198,91,30,77,2,0,7,0,0,7274,7.27 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfBinaryWriter.vb,111,65,13,33,1,0,4,0,0,3567,3.57 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfBookmark.vb,306,163,50,93,2,0,3,5,0,12276,12.28 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfContents.vb,2588,1264,388,936,1,0,93,27,0,102107,102.11 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfDictionary.vb,325,93,91,141,3,0,19,2,0,10024,10.02 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfDisplayMedia.vb,473,260,70,143,8,1,7,0,0,13149,13.15 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfDocument.vb,1147,625,183,339,5,5,19,8,0,41717,41.72 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfEmbeddedFile.vb,207,91,37,79,2,2,5,4,0,7562,7.56 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfEncryption.vb,428,134,96,198,3,0,4,5,0,14406,14.41 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfExtGState.vb,91,41,16,34,1,0,2,2,0,2934,2.93 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfFont.vb,1430,454,327,649,5,3,10,36,0,52568,52.57 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfFontFile.vb,1443,310,378,755,2,0,26,10,0,49596,49.60 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfFontFileClasses.vb,323,94,42,187,8,7,5,2,0,15125,15.12 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfImage.vb,1164,334,256,574,2,5,19,9,0,40287,40.29 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfImageControl.vb,88,28,8,52,1,2,1,0,0,2822,2.82 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfInfo.vb,147,82,14,51,1,0,9,1,0,5338,5.34 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfLayer.vb,106,49,17,40,3,4,1,1,0,2860,2.86 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfLayers.vb,209,52,38,119,2,2,5,0,0,7587,7.59 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfObject.vb,397,176,66,155,1,2,5,6,0,15160,15.16 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfPage.vb,390,192,62,136,1,0,10,10,0,16053,16.05 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfPrintDocument.vb,247,108,42,97,1,7,3,0,0,9103,9.10 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfRadialShading.vb,195,84,28,83,1,0,7,0,0,7324,7.32 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfRectangle.vb,134,73,15,46,1,6,5,0,0,3786,3.79 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfShadingFunction.vb,84,45,13,26,1,0,2,0,0,2676,2.68 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfTable.vb,1014,478,145,391,7,27,11,0,0,34911,34.91 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfTableBorder.vb,647,259,79,309,2,12,36,1,0,19756,19.76 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfTableCell.vb,781,353,90,338,2,22,5,5,0,28712,28.71 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfTableStyle.vb,304,187,31,86,1,23,4,0,0,10800,10.80 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfTilingPattern.vb,307,177,39,91,2,0,9,2,0,12083,12.08 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfWebLink.vb,114,68,17,29,1,0,2,2,0,3785,3.79 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\PDF\PdfXObject.vb,131,57,13,61,1,5,2,0,0,3903,3.90 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\QREncoder\QREncoder.vb,1516,364,349,803,3,7,24,8,0,52150,52.15 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\QREncoder\QREncoderTables.vb,344,55,6,283,1,0,0,0,0,26662,26.66 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\TextBox\TextBox.vb,604,213,89,302,1,6,13,3,0,21605,21.61 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\TextBox\TextBoxLine.vb,79,25,8,46,1,5,1,0,0,2095,2.10 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfFileWriter\TextBox\TextBoxSeg.vb,93,49,12,32,1,8,2,1,0,3011,3.01 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\IPdfObjectVisitor.vb,30,0,0,30,1,0,26,0,0,1209,1.21 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfArray.vb,63,7,14,42,1,2,2,2,0,1823,1.82 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfBoolean.vb,33,0,6,27,1,2,2,1,0,941,941 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfCatalog.vb,225,3,44,178,1,28,2,0,0,7342,7.34 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfContents.vb,49,0,9,40,1,1,3,1,0,1647,1.65 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfContentsParser.vb,58,8,10,40,1,1,1,2,0,2202,2.20 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDateTime.vb,32,0,6,26,1,1,2,1,0,939,939 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDebugBuilder.vb,389,2,65,322,1,3,36,1,0,13914,13.91 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDecrypt.vb,38,2,8,28,1,0,1,1,0,1658,1.66 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDecryptNone.vb,27,0,6,21,1,0,1,4,0,933,933 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDecryptStandard.vb,202,27,44,131,1,0,1,9,0,9862,9.86 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDictionary.vb,180,1,33,146,1,4,4,7,0,7216,7.22 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfDocument.vb,273,20,50,203,3,9,7,4,0,10918,10.92 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfFunction.vb,108,1,18,89,1,6,2,4,0,4432,4.43 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfFunctionType0.vb,151,10,29,112,1,6,2,1,0,5530,5.53 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfFunctionType2.vb,66,2,13,51,1,3,2,1,0,2056,2.06 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfFunctionType3.vb,64,3,14,47,1,3,2,1,0,2505,2.50 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfIdentifier.vb,29,0,5,24,1,2,2,1,0,820,820 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfIndirectObject.vb,47,0,7,40,1,4,2,0,0,1226,1.23 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfIndirectObjectId.vb,139,2,25,112,1,4,4,2,0,4886,4.89 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfIndirectObjects.vb,93,1,19,73,1,3,3,4,0,3345,3.35 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfInfo.vb,67,0,11,56,1,9,2,0,0,1958,1.96 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfInteger.vb,33,0,6,27,1,2,2,1,0,941,941 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfName.vb,35,0,7,28,1,3,2,1,0,922,922 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfNameTree.vb,112,5,18,89,1,2,3,0,0,4222,4.22 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfNull.vb,17,0,3,14,1,0,2,1,0,422,422 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfNumberTree.vb,112,5,18,89,1,2,3,0,0,4176,4.18 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfObject.vb,184,0,31,153,1,4,3,10,0,7713,7.71 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfObjectReference.vb,31,0,5,26,1,3,2,0,0,898,898 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfOutlineItem.vb,52,0,9,43,1,6,2,0,0,1586,1.59 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfOutlineLevel.vb,42,0,8,34,1,2,2,0,0,1302,1.30 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfPage.vb,195,0,35,160,1,28,3,0,0,6013,6.01 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfPageInherit.vb,62,10,14,38,1,1,1,4,0,2670,2.67 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfPages.vb,47,0,8,39,1,1,3,0,0,1739,1.74 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfReal.vb,33,0,6,27,1,2,2,1,0,908,908 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfRectangle.vb,92,3,13,76,1,6,2,2,0,3032,3.03 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfStream.vb,46,0,8,38,1,5,2,0,0,1344,1.34 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfString.vb,77,2,14,61,1,5,2,1,0,2999,3.00 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfStructTreeElement.vb,114,0,21,93,1,12,1,0,0,3939,3.94 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfStructTreeRoot.vb,82,0,15,67,1,6,1,0,0,3292,3.29 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\PdfVersion.vb,39,0,6,33,1,2,2,1,0,1051,1.05 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Document\RC4.vb,42,0,8,34,1,0,1,2,0,1142,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseArray.vb,13,0,3,10,1,1,1,0,0,327,327 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseBoolean.vb,20,0,3,17,1,1,1,0,0,473,473 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseDictionary.vb,102,0,17,85,1,3,2,4,0,3572,3.57 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseIdentifier.vb,36,0,7,29,1,1,1,1,0,1226,1.23 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseIndirectObject.vb,40,0,5,35,1,3,1,0,0,1107,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseInteger.vb,20,0,3,17,1,1,1,0,0,481,481 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseKeyword.vb,28,0,1,27,1,0,0,0,0,638,638 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseName.vb,36,0,7,29,1,1,1,1,0,1124,1.12 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseNull.vb,8,0,1,7,1,0,1,0,0,156,156 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseObjectBase.vb,7,0,0,7,1,0,0,0,0,325,325 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseObjectReference.vb,30,0,4,26,1,2,1,0,0,766,766 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\Parser.vb,389,31,66,292,1,1,7,10,0,18209,18.21 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseReal.vb,24,0,4,20,1,1,2,0,0,562,562 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseResolveEventArgs.vb,11,0,2,9,1,3,0,0,0,269,269 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseStream.vb,96,2,16,78,1,5,1,2,0,3460,3.46 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Parser\ParseString.vb,27,0,5,22,1,3,1,1,0,710,710 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenByteSplice.vb,7,0,0,7,1,0,0,0,0,190,190 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenComment.vb,20,0,3,17,1,1,1,0,0,466,466 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenError.vb,30,0,4,26,1,2,1,0,0,784,784 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenIdentifier.vb,36,0,7,29,1,1,1,1,0,1229,1.23 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenInteger.vb,20,0,3,17,1,1,1,0,0,474,474 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\Tokenizer.vb,680,57,135,488,1,4,6,16,0,26698,26.70 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenKeyword.vb,43,0,7,36,1,1,2,1,0,1541,1.54 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenName.vb,36,0,7,29,1,1,1,1,0,1115,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenObject.vb,47,0,11,36,6,0,6,0,0,1208,1.21 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenReader.vb,122,11,20,91,1,1,3,3,0,4390,4.39 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenReal.vb,20,0,3,17,1,1,1,0,0,457,457 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenString.vb,58,4,10,44,1,1,1,2,0,2002,2.00 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenStringHex.vb,41,3,9,29,1,2,1,1,0,1502,1.50 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenStringLiteral.vb,92,5,14,73,1,2,1,2,0,3800,3.80 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\PdfReader\Tokenizer\TokenXRefEntry.vb,50,0,6,44,1,4,1,0,0,1318,1.32 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\Properties\AssemblyInfo.vb,36,17,3,16,0,0,0,0,0,1412,1.41 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\test\Module1.vb,163,63,46,54,1,0,1,0,0,6155,6.16 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\test\Program.vb,107,29,20,58,1,0,5,0,0,4552,4.55 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2766,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,application%pdf\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%pdf\Pdf.NET5.vbproj,,30737,10121,5197,15419,217,510,654,335,0,1138288,1.14 MB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\DataTypes.vb,52,12,6,34,1,0,0,3,0,1716,1.72 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\NamespaceDoc.vb,10,8,0,2,1,0,0,0,0,440,440 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\RDF.vb,38,20,6,12,1,1,1,0,0,1349,1.35 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\RDFEntity.vb,51,23,8,20,1,5,0,1,0,1845,1.84 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\RDFProperty.vb,142,31,24,87,3,3,6,3,2,4067,4.07 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\DataModel\Bag.vb,52,11,9,32,2,2,1,3,0,1777,1.78 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\DataModel\DCMI.vb,90,72,1,17,1,15,0,0,0,3017,3.02 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\DataModel\Description.vb,30,0,9,21,1,4,1,1,0,886,886 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\DataModel\Resource.vb,24,4,6,14,1,1,1,1,0,577,577 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\mathMLloaderTest.vb,10,0,3,7,1,0,1,0,0,243,243 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\Module1.vb,72,57,15,0,0,0,0,0,0,2217,2.22 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\Test1.vb,67,55,12,0,0,0,0,0,0,2419,2.42 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1161,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2776,2.78 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2968,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\Turtle\BuildObject.vb,54,5,11,38,1,0,0,2,0,1784,1.78 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\Turtle\Triple.vb,37,14,7,16,2,4,0,2,0,935,935 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\Turtle\ttl_property.vb,49,3,9,37,1,2,0,2,0,1564,1.56 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,application%rdf+xml\Turtle\TurtleFile.vb,143,27,23,93,1,0,5,3,0,5212,5.21 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%rdf+xml\rdf_xml-netcore5.vbproj,,1104,398,178,528,21,41,17,21,2,37387,37.39 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\My Project\Resources.Designer.vb,73,26,9,38,1,3,0,0,0,3166,3.17 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\test\Module1.vb,29,1,7,21,1,0,2,0,0,1102,1.10 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\test\test.vb,69,19,20,30,1,0,3,0,0,2183,2.18 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1043,1.04 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2769,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2954,2.95 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLS\MsHtml.vb,56,6,8,42,1,0,0,2,0,2132,2.13 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLS\BIFF\EnumConstants.vb,73,21,9,43,6,0,0,0,0,1808,1.81 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLS\BIFF\ExcelFile.vb,506,68,87,351,1,0,3,13,0,18359,18.36 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLS\BIFF\Form1.vb,144,48,45,51,1,0,2,0,0,7018,7.02 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLS\BIFF\SheetObject.vb,171,31,25,115,17,0,0,0,0,4806,4.81 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLS\BIFF\VB6.vb,29,0,5,24,1,0,3,0,0,850,850 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Extensions.vb,99,20,12,67,1,1,1,4,0,3704,3.70 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\File.vb,264,99,28,137,1,6,4,9,0,11603,11.60 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IXml.vb,23,0,7,16,2,0,0,3,0,571,571 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\FileIO\DocumentPath.vb,50,23,7,20,1,2,2,1,0,1769,1.77 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\FileIO\DynamicRow.vb,35,15,5,15,1,2,1,0,0,1113,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\FileIO\IO.vb,67,11,10,46,1,0,0,4,0,2400,2.40 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\FileIO\LowLevel.vb,1601,316,97,1188,1,0,11,32,0,86011,86.01 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\FileIO\SortedMap.vb,66,28,9,29,1,2,1,1,0,2107,2.11 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\FileIO\ZipPackage.vb,97,23,12,62,1,4,3,1,0,3238,3.24 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\docProps\app.xml.vb,68,8,13,47,4,17,1,2,0,2203,2.20 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\docProps\core.xml.vb,63,0,17,46,2,12,1,2,0,2089,2.09 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\docProps\custom.xml.vb,42,0,11,31,2,5,1,3,0,1344,1.34 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\xl\calcChain.xml.vb,16,0,3,13,2,4,0,0,0,473,473 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\xl\sharedStrings.xml.vb,105,18,15,72,3,8,0,2,1,3303,3.30 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\xl\styles.xml.vb,195,3,42,150,22,63,1,2,0,6302,6.30 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\xl\workbook.xml.vb,188,9,39,140,14,41,3,5,0,6096,6.10 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\xl\theme\theme.xml.vb,71,0,13,58,7,29,1,0,0,2158,2.16 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\xl\worksheets\sheet.xml.vb,251,27,44,180,18,76,1,6,0,8527,8.53 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\XlsxDirectoryPart\docProps.vb,37,3,7,27,1,3,3,1,0,1455,1.46 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\XlsxDirectoryPart\worksheets.vb,74,7,12,55,1,2,4,3,0,3030,3.03 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\XlsxDirectoryPart\xl.vb,82,17,12,53,1,5,2,5,0,3305,3.31 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\XlsxDirectoryPart\XlsxDirectoryPart.vb,103,1,21,81,1,0,3,3,0,4766,4.77 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\XlsxDirectoryPart\_rels.vb,48,8,7,33,1,2,3,1,0,1581,1.58 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\IO\_rels\rels.vb,42,5,8,29,1,2,0,4,0,1227,1.23 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Model\StoreProcedure.vb,145,13,21,111,1,0,0,5,0,5085,5.08 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Model\Styling.vb,78,0,12,66,1,0,1,3,0,3114,3.11 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Model\Worksheet.vb,82,0,13,69,1,3,1,2,0,2470,2.47 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Model\Xmlns.vb,29,0,7,22,1,0,0,0,0,1690,1.69 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Exceptions.vb,140,69,13,58,5,0,12,0,0,4838,4.84 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Metadata.vb,159,65,22,72,1,12,2,1,0,6890,6.89 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\NamespaceDoc.vb,9,4,1,4,1,0,0,0,0,272,272 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Style.vb,2151,751,176,1224,24,65,15,39,0,96939,96.94 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\StyleManager.vb,489,156,39,294,1,0,4,25,0,20362,20.36 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\StyleRepository.vb,80,35,9,36,1,2,2,1,0,2942,2.94 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Workbook.vb,949,384,94,471,3,12,45,14,0,45242,45.24 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Cell\Address.vb,131,59,17,55,1,0,2,8,2,5119,5.12 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Cell\BasicFormulas.vb,316,152,23,141,1,0,0,22,0,18213,18.21 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Cell\Cell.vb,614,178,41,395,1,8,11,14,0,28847,28.85 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Cell\Enums.vb,50,24,3,23,3,0,0,0,0,2050,2.05 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Cell\Range.vb,126,40,14,72,1,0,2,5,2,4766,4.77 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Worksheet\Column.vb,121,47,13,61,1,5,3,1,0,4161,4.16 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Worksheet\Enums.vb,66,32,4,30,3,0,0,0,0,3286,3.29 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,Excel\XLSX\Writer\Worksheet\Worksheet.vb,1982,744,174,1064,1,26,74,32,0,96548,96.55 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\xlsx-netcore5.vbproj,,12737,3670,1391,7676,175,426,235,281,5,561833,561.83 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\XLS\BIFF\biff_class_test.vbproj,BIFF\EnumConstants.vb,73,21,9,43,6,0,0,0,0,1808,1.81 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\XLS\BIFF\biff_class_test.vbproj,BIFF\ExcelFile.vb,506,68,87,351,1,0,3,13,0,18359,18.36 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\XLS\BIFF\biff_class_test.vbproj,BIFF\Form1.vb,144,48,45,51,1,0,2,0,0,7018,7.02 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\XLS\BIFF\biff_class_test.vbproj,BIFF\SheetObject.vb,171,31,25,115,17,0,0,0,0,4806,4.81 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\XLS\BIFF\biff_class_test.vbproj,BIFF\VB6.vb,29,0,5,24,1,0,3,0,0,850,850 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%vnd.openxmlformats-officedocument.spreadsheetml.sheet\Excel\XLS\BIFF\biff_class_test.vbproj,,923,168,171,584,26,0,8,13,0,32841,32.84 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\CodeGenerator.vb,6,3,1,2,1,0,0,0,0,134,134 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\actiontypes.vb,12,4,1,7,1,0,0,0,0,398,398 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\contentBuilder.vb,204,13,28,163,1,0,1,8,0,8090,8.09 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\mathOperators.vb,12,0,2,10,1,0,0,0,0,281,281 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\Expression\BinaryExpression.vb,20,0,8,12,2,3,0,1,0,462,462 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\Expression\LambdaExpression.vb,40,12,7,21,1,2,0,3,0,1277,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\Expression\MathFunctionExpression.vb,12,0,3,9,1,2,0,1,0,350,350 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\Expression\SymbolExpression.vb,20,0,6,14,1,2,2,1,0,430,430 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\XML\Apply.vb,52,12,10,30,1,7,0,1,0,1570,1.57 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\XML\maction.vb,18,7,3,8,1,4,0,0,0,633,633 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\MathML\XML\Math.vb,58,0,18,40,5,7,0,4,0,1506,1.51 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2807,2.81 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\test\Module1.vb,25,1,8,16,1,0,2,0,0,694,694 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\test\My Project\Resources.Designer.vb,62,23,8,31,1,2,0,0,0,2766,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\XmlGeneric\GraphWriter.vb,130,2,24,104,1,0,3,3,0,4556,4.56 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\XmlGeneric\XmlDocumentParser.vb,61,5,10,46,1,0,0,3,0,2109,2.11 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\XmlGeneric\XmlElement.vb,67,21,9,37,1,7,0,4,0,2046,2.05 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\XPath\XPath.vb,129,26,23,80,7,2,0,13,0,3991,3.99 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\XPath\XPathParser.vb,38,0,5,33,1,0,0,1,0,1275,1.27 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\XPath\XPathQuery.vb,18,0,5,13,1,0,1,2,0,452,452 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\xsd\elementTypes.vb,10,0,1,9,1,0,0,0,0,299,299 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\xsd\Extensions.vb,3,0,1,2,1,0,0,0,0,38,38 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\xsd\NamespaceDoc.vb,10,3,1,6,1,0,1,0,0,234,234 B +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,application%xml\xsd\XML.vb,112,0,32,80,11,30,0,5,0,2990,2.99 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\application%xml\xml-netcore5.vbproj,,1302,188,243,871,47,72,11,50,0,43931,43.93 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\DocumentFormatter.vb,50,20,8,22,1,0,0,3,0,1700,1.70 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Extensions.vb,14,0,3,11,1,0,0,1,0,395,395 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\zzz.vb,3,1,1,1,0,0,0,0,0,86,86 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\CSSEnvirnment.vb,235,54,34,147,1,4,2,15,0,8431,8.43 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\CSSLayer.vb,18,7,4,7,1,1,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\CssUnit.vb,28,6,9,13,1,0,0,0,0,426,426 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\Extensions.vb,44,0,7,37,1,0,0,3,0,1370,1.37 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\ICSSValue.vb,19,8,3,8,1,0,0,1,0,552,552 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\Elements\Fill.vb,31,3,7,21,1,1,0,2,0,844,844 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\Elements\FontStyle.vb,320,95,35,190,1,7,3,8,0,14556,14.56 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\Elements\Padding.vb,388,108,47,233,2,7,8,10,4,15106,15.11 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\Elements\Size.vb,32,3,8,21,1,2,4,0,0,680,680 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\CSS\Elements\Stroke.vb,183,55,21,107,1,5,6,4,0,6194,6.19 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Extensions.vb,155,63,19,73,1,0,0,3,0,8179,8.18 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\HtmlCompress.vb,134,7,25,102,1,0,1,2,0,4971,4.97 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\HtmlDocument.vb,37,9,7,21,1,0,0,1,0,1333,1.33 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Elements\BuildHtml.vb,31,0,9,22,1,0,0,1,0,940,940 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Elements\HTML.vb,68,0,14,54,3,6,3,1,0,2110,2.11 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Elements\HtmlElement.vb,394,108,53,233,1,9,4,12,0,17150,17.15 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Elements\Image.vb,55,9,10,36,1,6,0,3,0,2171,2.17 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Elements\InnerPlantText.vb,55,11,12,32,1,4,2,3,0,1617,1.62 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Elements\ValueAttribute.vb,54,5,11,38,1,4,2,2,0,1802,1.80 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Document\Head\Meta.vb,173,0,41,132,14,14,9,8,0,4843,4.84 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\jQuery\Extensions.vb,30,7,4,19,1,0,0,1,0,1108,1.11 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\jQuery\jQuery.vb,6,0,2,4,1,0,0,0,0,80,80 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2796,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\Escaping.vb,18,3,5,10,1,0,0,0,0,414,414 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\HtmlParser.vb,118,4,22,92,1,0,4,2,0,3949,3.95 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\HtmlTokens.vb,22,12,1,9,1,0,0,0,0,415,415 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\Token.vb,15,0,4,11,1,0,2,0,0,403,403 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\TokenIcer.vb,127,0,20,107,1,0,1,3,0,4429,4.43 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\CSS\File.vb,105,34,11,60,1,5,0,3,0,3997,4.00 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\CSS\Parser.vb,206,50,25,131,1,0,0,8,0,7722,7.72 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\CSS\Selector.vb,63,15,7,41,1,4,0,1,0,2165,2.17 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\CSS\UrlEvaluator.vb,55,16,6,33,1,0,0,2,0,1888,1.89 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\CSS\Enums\CssProperty.vb,1211,903,3,305,1,0,0,0,0,37959,37.96 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Parser\CSS\Enums\Enums.vb,124,71,6,47,2,0,0,0,0,7470,7.47 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\HtmlConstants.vb,232,3,6,223,1,0,0,0,0,10918,10.92 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\HtmlRenderer.vb,100,40,14,46,1,1,4,1,0,3618,3.62 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\HtmlTag.vb,250,37,54,159,1,4,5,3,0,8456,8.46 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\InitialContainer.vb,423,103,90,230,1,7,8,2,0,15853,15.85 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\Parser.vb,158,84,27,47,1,0,1,3,0,6363,6.36 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\TextString.vb,66,6,11,49,2,4,2,2,0,1862,1.86 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\TextStringModel.vb,360,55,52,253,1,0,1,13,0,14667,14.67 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssAnonymousBlockBox.vb,45,10,6,29,2,0,4,0,0,1437,1.44 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssAnonymousBox.vb,29,10,3,16,2,0,2,0,0,800,800 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssBlock.vb,117,37,22,58,1,3,4,0,0,3762,3.76 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssBox.vb,3170,463,524,2183,1,131,25,17,0,109972,109.97 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssBoxWord.vb,196,56,32,108,1,9,4,1,0,5907,5.91 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssBoxWordSplitter.vb,122,17,26,79,1,3,4,5,0,3697,3.70 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssConstants.vb,142,27,14,101,1,0,0,0,0,5571,5.57 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssDefaults.vb,55,30,11,14,1,0,0,0,0,9349,9.35 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssDrawingHelper.vb,285,57,49,179,2,0,1,5,0,11642,11.64 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssLayoutEngine.vb,518,159,114,245,1,0,12,4,0,20184,20.18 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssLength.vb,206,51,42,113,1,6,1,3,0,7025,7.03 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssLineBox.vb,272,72,48,152,1,4,6,4,0,9214,9.21 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssPropertyAttribute.vb,26,11,4,11,1,1,1,1,0,782,782 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssPropertyInheritedAttribute.vb,8,0,2,6,1,0,1,0,0,166,166 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssRectangle.vb,100,27,13,60,1,9,0,1,0,2749,2.75 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssTable.vb,878,205,149,524,3,16,6,13,0,32164,32.16 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Render\CSS\CssValue.vb,494,89,93,312,1,0,1,11,0,18662,18.66 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\CSSParserTest.vb,14,0,6,8,1,0,1,0,0,279,279 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\HTMLParserTest.vb,52,1,11,40,1,0,2,0,0,1541,1.54 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\MarkdownTranslate.vb,67,1,27,39,1,0,1,0,0,954,954 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\Module1.vb,58,1,21,36,1,0,1,0,0,780,780 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2769,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2954,2.95 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Xml\Meta.vb,49,12,8,29,1,3,0,2,0,1456,1.46 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,text%html\Xml\Node.vb,39,19,8,12,2,4,0,0,0,1118,1.12 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%html\html_netcore5.vbproj,,13398,3449,2028,7921,93,290,150,194,4,488950,488.95 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,text%markdown\MarkdownRender.vb,374,19,85,270,1,0,21,12,0,14260,14.26 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,text%markdown\TOC.vb,119,15,21,83,1,0,0,3,0,3825,3.83 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,text%markdown\Render\HtmlRender.vb,136,13,29,94,3,2,0,16,0,4412,4.41 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,text%markdown\Render\Render.vb,29,0,5,24,1,0,0,1,0,1608,1.61 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,text%markdown\Render\TextRender.vb,87,12,19,56,1,0,0,15,0,2739,2.74 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,text%markdown\test\Program.vb,148,0,53,95,1,0,1,0,0,2722,2.72 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\markdown.NET5.vbproj,,893,59,212,622,8,2,22,47,0,29566,29.57 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\test\test.vbproj,test\Program.vb,148,0,53,95,1,0,1,0,0,2722,2.72 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%markdown\test\test.vbproj,,148,0,53,95,1,0,1,0,0,2722,2.72 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\IDictionaryExtensions.vb,36,0,5,31,1,0,0,3,0,1182,1.18 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\IEnumerableExtensions.vb,180,0,21,159,1,0,0,11,0,6330,6.33 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\Emitter.vb,107,0,19,88,1,0,4,9,0,3184,3.18 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\MappingStyle.vb,17,9,2,6,1,0,0,0,0,362,362 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\MetaType.vb,7,0,1,6,1,0,0,0,0,103,103 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\ScalarStyle.vb,27,15,4,8,1,0,0,0,0,572,572 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\ScalarType.vb,16,0,1,15,1,0,0,0,0,260,260 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\SequenceStyle.vb,40,17,6,17,2,0,0,1,0,1068,1.07 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLDocument.vb,37,0,9,28,1,1,2,3,0,985,985 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLMappingNode.vb,244,0,46,198,1,4,34,0,0,8056,8.06 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLNode.vb,40,0,7,33,1,3,1,0,0,1282,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLNodeType.vb,19,9,3,7,1,0,0,0,0,450,450 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLScalarNode.vb,261,3,44,214,1,6,25,0,0,8402,8.40 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLSequenceNode.vb,182,0,31,151,1,4,19,0,0,5635,5.63 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLTag.vb,30,0,7,23,1,3,1,2,0,859,859 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.1\Base\YAMLWriter.vb,66,0,15,51,1,0,3,0,0,2305,2.31 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\ChompingMethod.vb,25,12,4,9,1,0,0,0,0,513,513 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\ParserCustom.vb,141,14,19,108,1,0,7,4,0,4802,4.80 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\ParserInput.vb,16,0,5,11,1,1,0,4,0,477,477 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\TextInput.vb,78,0,14,64,1,1,2,5,0,3035,3.04 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\TextParserCommon.vb,124,11,15,98,1,1,3,8,0,4588,4.59 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\YamlParser.vb,5373,60,743,4570,1,0,17,123,0,189438,189.44 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Serialization\Serialization.vb,90,0,13,77,1,0,0,4,0,3223,3.22 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\BlockScalarModifier.vb,29,0,5,24,1,0,0,2,0,815,815 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\Directive.vb,42,3,11,28,4,0,0,3,0,1089,1.09 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\MappingEntry.vb,24,0,5,19,1,3,0,1,0,674,674 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\NodeProperty.vb,12,0,3,9,1,0,0,1,0,270,270 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\Tag.vb,33,0,9,24,4,0,0,3,0,782,782 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\TagHandle.vb,23,0,6,17,4,0,0,1,0,478,478 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\TagPrefix.vb,19,0,5,14,3,0,0,1,0,424,424 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\YamlDocument.vb,57,9,18,30,5,0,1,2,0,1279,1.28 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\YamlStream.vb,20,0,5,15,1,1,0,2,0,638,638 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\1.2\Syntax\YamlVersion.vb,12,0,3,9,1,0,0,1,0,263,263 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\test\Module1.vb,29,5,8,16,1,0,3,0,0,745,745 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2796,2.80 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,text%yaml\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\mime\text%yaml\text.yaml.vbproj,,7639,223,1141,6275,53,32,123,194,0,261924,261.92 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\WCFTraceFile.vb,61,0,15,46,7,19,0,1,0,1729,1.73 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\CodeSign\CodeSign.vb,48,14,7,27,1,0,0,2,0,2230,2.23 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\CodeSign\CodeStatistics.vb,49,5,8,36,1,11,0,1,0,1767,1.77 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\CodeSign\LicenseInfo.vb,55,28,9,18,1,4,0,1,0,2269,2.27 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\CodeSign\LicenseMgr.vb,204,27,38,139,1,2,1,4,0,8059,8.06 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\CodeSign\SupportedLanguages.vb,9,0,1,8,1,0,0,0,0,141,141 B +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\CodeSign\VBCodeSignature.vb,287,9,38,240,1,0,0,5,0,12125,12.12 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\IL\Globals.vb,203,121,27,55,1,0,2,2,0,5191,5.19 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\IL\ILInstruction.vb,116,12,23,81,1,4,0,5,0,4121,4.12 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\IL\MethodBodyReader.vb,228,35,44,149,1,0,4,5,0,8840,8.84 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\Ngen\Ngen.vb,359,193,38,128,5,1,2,7,0,21057,21.06 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\Ngen\Registry.vb,88,18,13,57,1,0,0,3,0,3228,3.23 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sln\Global.vb,6,0,2,4,1,0,0,0,0,74,74 B +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sln\Parser.vb,6,0,2,4,1,0,0,0,0,67,67 B +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sln\Solution.vb,37,11,6,20,3,8,0,0,0,1144,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sourceMap\base64VLQ.vb,203,98,25,80,1,0,1,6,0,7450,7.45 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sourceMap\mappingDecode.vb,36,0,7,29,1,0,0,2,0,1199,1.20 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sourceMap\mappingEncode.vb,64,6,9,49,1,0,0,1,0,2462,2.46 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sourceMap\mappingLine.vb,69,24,7,38,1,6,0,2,0,2392,2.39 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\sourceMap\sourceMap.vb,21,8,3,10,1,6,0,0,0,569,569 B +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\test\Module1.vb,35,0,8,27,1,0,3,0,0,1236,1.24 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1019,1019 B +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2769,2.77 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2954,2.95 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\vbproj\AssemblyInfo.vb,77,11,8,58,1,0,0,2,0,3310,3.31 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\vbproj\Extensions.vb,186,20,20,146,1,0,0,10,0,7857,7.86 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\vbproj\Xml\ItemGroup.vb,80,0,14,66,8,30,0,2,0,2694,2.69 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\vbproj\Xml\Mics.vb,33,0,8,25,3,6,0,2,0,848,848 B +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\vbproj\Xml\Project.vb,136,13,26,97,1,11,0,7,0,5217,5.22 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\vbproj\Xml\PropertyGroup.vb,72,0,4,68,1,59,0,1,0,3200,3.20 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\VersionControl\svn.vb,16,0,5,11,1,0,0,1,0,405,405 B +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,VisualStudio\VersionControl\git\log.vb,57,13,5,39,1,4,0,2,0,2136,2.14 KB +E:\GCModeller\src\runtime\sciBASIC#\vs_solutions\dev\VisualStudio\VisualStudio.NET5.vbproj,,3024,722,449,1853,53,175,14,74,0,120193,120.19 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Extensions.vb,56,0,9,47,1,0,0,5,0,2039,2.04 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\QueryBuilder.vb,96,9,15,72,3,0,0,4,0,3646,3.65 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\API\Organizations.vb,22,0,4,18,1,0,0,2,0,815,815 B +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\API\Repositories.vb,14,0,3,11,1,0,0,1,0,462,462 B +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\API\Search.vb,73,16,11,46,4,8,0,3,0,2855,2.85 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\API\Users.vb,35,5,5,25,1,0,0,3,0,1319,1.32 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Class\Organization.vb,16,0,1,15,1,11,0,0,0,574,574 B +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Class\Repositories.vb,80,0,4,76,2,69,0,0,0,3390,3.39 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Class\SearchUser.vb,73,7,8,58,3,39,0,2,0,2686,2.69 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\DependencyGraph\DependencyGraph.vb,4,0,2,2,1,0,0,0,0,45,45 B +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\DependencyGraph\package.json.vb,33,0,4,29,4,18,0,1,0,984,984 B +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\github-vcard\Program.vb,63,0,10,53,1,0,0,3,0,2520,2.52 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\github-vcard\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\github-vcard\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1159,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\github-vcard\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2789,2.79 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\github-vcard\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2982,2.98 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1251,1.25 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2805,2.81 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,3056,3.06 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Test\Module1.vb,44,9,16,19,1,0,1,0,0,1744,1.74 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1143,1.14 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2781,2.78 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Visualizer\IsometricContributions.vb,205,6,40,159,1,0,0,2,0,8922,8.92 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Visualizer\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Visualizer\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1155,1.16 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Visualizer\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2828,2.83 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\Visualizer\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,3060,3.06 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\WebAPI\Contributions.vb,41,5,9,27,1,0,0,1,0,1437,1.44 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\WebAPI\Extensions.vb,32,6,4,22,1,0,0,1,0,1099,1.10 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\WebAPI\GraphQuery.vb,8,0,3,5,1,0,0,0,0,111,111 B +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\WebAPI\Repositories.vb,6,0,2,4,1,0,0,0,0,83,83 B +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,githubAPI\WebAPI\Users.vb,171,14,25,132,2,4,0,7,0,7523,7.52 KB +E:\GCModeller\src\runtime\sciBASIC#\www\githubAPI\github-netcore5.vbproj,,1806,301,289,1216,43,165,5,35,0,72016,72.02 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\DOI\Response.vb,28,0,4,24,4,14,0,0,0,796,796 B +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\BingImage.vb,85,7,11,67,1,0,1,1,0,3359,3.36 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\SearchEngine.vb,110,24,16,70,1,0,0,5,0,4113,4.11 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\WebResult.vb,69,11,11,47,2,5,0,3,0,2328,2.33 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\Academic\Academic.vb,102,14,17,71,1,0,0,5,0,3956,3.96 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\Academic\ArticleProfile.vb,65,15,9,41,3,18,0,3,0,1908,1.91 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\Academic\Extensions.vb,82,0,11,71,2,7,3,2,0,2972,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\Academic\ProfileResult.vb,160,9,17,134,1,0,0,3,0,6705,6.71 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\Translation\Translation.vb,107,5,14,88,1,0,0,4,0,3915,3.92 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\MicrosoftBing\Translation\WordTranslation.vb,27,11,4,12,1,3,0,1,0,787,787 B +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,434,434 B +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\My Project\AssemblyInfo.vb,36,15,6,15,0,0,0,0,0,1346,1.35 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2809,2.81 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\My Project\Settings.Designer.vb,74,9,12,53,2,2,1,0,0,3063,3.06 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\test\DEBUG_MAIN.vb,15,0,6,9,1,0,1,0,0,336,336 B +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\test\Module1.vb,7,0,3,4,1,0,1,0,0,61,61 B +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\test\My Project\Application.Designer.vb,12,9,1,2,0,0,0,0,0,451,451 B +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\test\My Project\AssemblyInfo.vb,35,15,7,13,0,0,0,0,0,1039,1.04 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\test\My Project\Resources.Designer.vb,63,23,8,32,1,2,0,0,0,2781,2.78 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,Microsoft.VisualBasic.Webservices.Bing\test\My Project\Settings.Designer.vb,73,9,13,51,2,2,1,0,0,2966,2.97 KB +E:\GCModeller\src\runtime\sciBASIC#\www\Microsoft.VisualBasic.Webservices.Bing\Bing.NET5.vbproj,,1225,208,179,838,25,55,8,27,0,46125,46.12 KB +../,,1001964,227962,142918,631084,10174,14064,15310,25538,1394,39319856,39.32 MB