sciBASIC 2.3.6

dotnet add package sciBASIC --version 2.3.6
NuGet\Install-Package sciBASIC -Version 2.3.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="sciBASIC" Version="2.3.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sciBASIC --version 2.3.6
#r "nuget: sciBASIC, 2.3.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install sciBASIC as a Cake Addin
#addin nuget:?package=sciBASIC&version=2.3.6

// Install sciBASIC as a Cake Tool
#tool nuget:?package=sciBASIC&version=2.3.6

1. Source code can be download from github.com:
https://github.com/xieguigang/sciBASIC

2. Code style guideline for VisualBasic of this runtime library at codeproject article:
http://www.codeproject.com/Articles/1101608/Code-style-guidelines-for-Microsoft-VisualBasic

3. Article about manipulate these document at codeproject:
http://www.codeproject.com/Articles/1099296/Easy-Document-in-VisualBasic

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on sciBASIC:

Package Downloads
VB.httpd

A lite version of http server, currently not support https for commandline usage, type in terminal: httpd ?

VisualBasic.DBI

MySQL and SQLite Database data entity mapping interface for VisualBasic

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.6 1,908 4/25/2017
2.3.5 1,157 2/27/2017
2.3.0-beta 900 2/23/2017
2.2.7-beta 852 2/1/2017
2.2.6 1,139 2/1/2017
2.2.5 1,096 1/27/2017
2.2.1-beta 925 1/22/2017
2.2.0 1,128 1/20/2017
2.1.6-beta 861 1/5/2017
2.1.5-beta 931 12/14/2016
2.1.1-beta 917 11/10/2016
2.1.0-beta 928 11/5/2016

1. Great improvements on the internal graphics engine, now you can generates SVG image by using gdi+ Graphics like method.
2. Add Isometric 3D model generator
3. Improvements on the CommandLine tools
4. Improvements on the console output extensions
5. seperate the GA and DE module to machine learning dll
6. split the YAML I/O module into a seperated dll module
7. data framework API improvements