Go to file
この中二病に爆焔を! e4fc923d07 config test scripts 2024-01-25 11:34:44 +08:00
.github Update sync_multiplegit.cmd 2023-02-20 17:02:52 +08:00
.pkg configs script for build package 2024-01-25 09:32:44 +08:00
.vscode add R package project source files 2024-01-25 09:28:47 +08:00
@export update documents msbuild 2024-01-25 11:30:14 +08:00
R configs project files 2024-01-25 09:44:17 +08:00
docs move to docs folder 2024-01-25 08:40:23 +08:00
man update documents msbuild 2024-01-25 11:30:14 +08:00
src configs for run parallel 2024-01-25 11:29:09 +08:00
test config test scripts 2024-01-25 11:34:44 +08:00
vignettes update documents msbuild 2024-01-25 11:30:14 +08:00
.gitattributes add svg module 2018-04-21 23:26:34 +08:00
.gitignore run R package msbuild 2024-01-25 09:47:17 +08:00
.gitmodules add typescript runtime 2018-09-08 12:08:08 +08:00
CNAME Create CNAME 2018-06-18 03:53:29 +08:00
DESCRIPTION configs script for build package 2024-01-25 09:32:44 +08:00
Darwinism.Rproj configs script for build package 2024-01-25 09:32:44 +08:00
Darwinism.sln configs for run parallel 2024-01-25 11:29:09 +08:00
LICENSE Initial commit 2016-02-01 20:04:13 +08:00
NAMESPACE add package files 2024-01-25 09:29:41 +08:00
README.md Update README.md 2021-04-21 22:47:06 +08:00
_config.yml Set theme jekyll-theme-cayman 2018-06-18 03:53:19 +08:00

README.md

Darwinism

Darwinism High performance computing toolkit for VisualBasic.NET on unix .net 5

snowFall R# package

By combining of the Darwinism Parallel library and the R# snowFall package, that you can solve a large scale scientific problem in full power on the UNIX .NET 5 platform

LINQ Script

FROM x AS row 
IN "E:\GCModeller\src\runtime\Darwinism\LINQ\test\data.csv"
WHERE x.PeakQuality >= 0.999
SELECT x.LipidIon,  
       lipidName = x.Class & x.FattyAcid,   
	   x.Class,	
	   x.FattyAcid,	
	   x.Ion,	
	   x.Formula,
	   x.PeakQuality,
	   x."m-Score"
	   
SKIP 100
ORDER BY pow("m-Score", PeakQuality) DESCENDING
TAKE 15