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.
 
 
 
この中二病に爆焔を! 0169d5d5db
config project profiles
3 years ago
.github Update sync_multiplegit.cmd 3 years ago
CloudKit Update Centos.NET5.vbproj 3 years ago
Distribute_computing update source file banners 5 years ago
Google.Protobuf update source file banners 5 years ago
LINQ update source file banners 5 years ago
Parallel config project profiles 3 years ago
Rpc fix of namespace reference errors 5 years ago
XDRStream fix for namespace reference 5 years ago
docs Create super_computing.PNG 5 years ago
.gitattributes add svg module 8 years ago
.gitignore compile script 7 years ago
.gitmodules add typescript runtime 8 years ago
CNAME Create CNAME 8 years ago
Google.Protobuf.sln fix of inline valuie assign syntax 5 years ago
LICENSE Initial commit 10 years ago
README.md Update README.md 5 years ago
Rpc.sln removes byval 5 years ago
_config.yml Set theme jekyll-theme-cayman 8 years ago
parallel.sln config projects 5 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