Go to file
xieguigang fdbd84f132 function renames and make doublerange object can be save as xml doc 2019-04-16 22:26:20 +08:00
.vs save workspace config 2019-03-10 11:02:25 +08:00
ApplicationServices add cache for vector shadows schema 2019-03-25 18:15:46 +08:00
CommandLine function renames and make doublerange object can be save as xml doc 2019-04-16 22:26:20 +08:00
ComponentModel function renames and make doublerange object can be save as xml doc 2019-04-16 22:26:20 +08:00
Extensions function renames and make doublerange object can be save as xml doc 2019-04-16 22:26:20 +08:00
Language add operators for datamodel 2019-04-03 22:26:05 +08:00
My update source file headers 2019-03-10 18:10:46 +08:00
My Project move driectory 2018-10-05 22:12:45 +08:00
Net update source file headers 2019-03-22 22:19:09 +08:00
Resources add logo image 2018-10-06 16:45:04 +08:00
Scripting add operators for datamodel 2019-04-03 22:26:05 +08:00
Serialization add default handler functions 2019-03-25 20:40:34 +08:00
Text improvements of the html parser api 2019-04-08 19:41:19 +08:00
test improvements of the html parser api 2019-04-08 19:41:19 +08:00
.gitignore rollback reposuitory 2019-03-09 12:27:06 +08:00
47-dotnet_Microsoft.VisualBasic.jstree.json variant type 2019-03-22 22:11:28 +08:00
47-dotnet_Microsoft.VisualBasic.sln improvements of the html parser api 2019-04-08 19:41:19 +08:00
47-dotnet_Microsoft.VisualBasic.vbproj improvements of the html parser api 2019-04-08 19:41:19 +08:00
LICENSE.vb update source file headers 2019-03-10 18:10:46 +08:00
Microsoft.VisualBasic.Core.sln add source files 2018-08-02 20:14:48 +08:00
Microsoft.VisualBasic.Core.vbproj code style improvements 2018-10-03 13:28:23 +08:00
Microsoft.VisualBasic.NET47.sln fix code merge conflicts 2018-10-31 21:33:26 +08:00
NamespaceDoc.vb update source file headers 2019-03-10 18:10:46 +08:00
README.md add logo image 2018-10-06 16:45:04 +08:00
UpgradeLog.htm code style improvements 2018-10-03 13:28:23 +08:00
app.config add source files 2018-08-02 20:14:48 +08:00
vbc.sh add source files 2018-08-02 20:14:48 +08:00

README.md

Framework core runtime of sciBASIC

This core runtime consists of three parts:

  1. Application services
  2. Data extensions
  3. Math extensions

The first part of code is trying to help people to build a commandline application using VisualBasic in a more easy way, and the second part of the code is try to help

  • ApplicationServices/: Application tools. Most of the class module and the extension function in this namespace is not relevant to the algorithm, it is more relevant to how to build application software.
  • CommandLine/: VB commandline application framework.
  • Extensions/: The helper extensions. Includes bunch of math helper, gdi+ helpers, string helpers, file system helpers and the data collection linq extensions api.
  • Net/: Tcp and Http class modules.
  • Scripting/: A namespace contains the tools for R language and custom scripting helper extension functions.