Go to file
xieguigang 70cdd5756a make improvements of the task parallel code
add progress display for each sub task
2022-12-25 15:21:56 +08:00
docs Set theme jekyll-theme-architect 2021-01-01 15:35:20 +08:00
src make improvements of the task parallel code 2022-12-25 15:21:56 +08:00
test update source file banners 2022-11-20 01:05:15 +08:00
.gitignore config apply of the SIMD in math vector 2022-09-21 00:38:43 +08:00
.net-core.sln improvements of the image api and io stream model 2022-11-03 23:11:59 +08:00
LICENSE fix for .net 5 app 2021-07-06 19:05:28 +08:00
README.md config solution file 2021-01-01 14:56:34 +08:00
logo.png config solution file 2021-01-01 14:56:34 +08:00
sync_gitlink.cmd Create sync_gitlink.cmd 2022-08-13 00:43:18 +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.