Go to file
xieguigang 562a3f47d6 Update StackFrame.vb 2020-02-12 18:39:49 +08:00
.vs fix namespace reference errors 2019-06-06 21:12:40 +08:00
ApplicationServices Update StackFrame.vb 2020-02-12 18:39:49 +08:00
CommandLine Update CLITools.vb 2020-02-07 16:22:52 +08:00
ComponentModel improvements of the data model 2020-02-04 23:00:53 +08:00
Data add dev notes 2020-02-04 22:57:58 +08:00
Extensions Merge branch 'master' of https://github.com/xieguigang/sciBASIC.Core 2020-02-06 17:08:06 +08:00
Language improvements of the data model 2020-02-04 23:00:53 +08:00
My improvements of the collection extension api 2020-01-12 18:54:28 +08:00
My Project improvements of the console api 2019-09-06 19:08:36 +08:00
Net update source file headers 2020-01-02 19:08:37 +08:00
Resources Update bashRunner.sh 2019-07-17 22:08:19 +08:00
Scripting improvements of the operator helper 2020-02-04 23:12:12 +08:00
Serialization Merge branch 'master' of https://github.com/xieguigang/sciBASIC-lang-core 2020-02-05 12:21:29 +08:00
Text improvement of the object naming style 2020-01-12 22:52:18 +08:00
test improvements of the data model 2020-02-04 23:00:53 +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 data model 2020-02-04 23:00:53 +08:00
47-dotnet_Microsoft.VisualBasic.vbproj improvements of the operator helper 2020-02-04 23:12:12 +08:00
Core.sln Severity Code Description Project File Line Suppression State 2019-05-15 21:31:25 +08:00
Core.vbproj Severity Code Description Project File Line Suppression State 2019-05-15 21:31:25 +08:00
LICENSE.vb update file headers 2019-07-29 02:05:05 +08:00
NamespaceDoc.vb update file headers 2019-07-29 02:05:05 +08:00
README.md add logo image 2018-10-06 16:45:04 +08:00
app.config 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.