You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
この中二病に爆焔を! 8dd38366f6
Update clr_parallelTask_demo.vb
2 years ago
.github Update sync_multiplegit.cmd 3 years ago
docs Create super_computing.PNG 5 years ago
src Update clr_parallelTask_demo.vb 2 years ago
.gitattributes add svg module 8 years ago
.gitignore compile script 6 years ago
.gitmodules add typescript runtime 7 years ago
CNAME Create CNAME 8 years ago
LICENSE Initial commit 10 years ago
README.md Update README.md 5 years ago
_config.yml Set theme jekyll-theme-cayman 8 years ago

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