@@ -1150,6 +1150,27 @@ const projectList = [
1150
1150
projectLink : 'https://github.com/codenameone/CodenameOne' ,
1151
1151
description : 'Cross-platform mobile app development framework for Java & Kotlin developers' ,
1152
1152
tags : [ 'Cross-Platform' , 'OpenSource' , 'Java' , 'Kotlin' , 'Android' , 'iOS' , 'Framework' ]
1153
+ } ,
1154
+ {
1155
+ name : 'SymPy' ,
1156
+ imageSrc : 'https://www.sympy.org/static/images/logo.png' ,
1157
+ projectLink : 'https://github.com/sympy/sympy' ,
1158
+ description : 'A computer algebra system written in pure Python' ,
1159
+ tags : [ 'Python' , 'Science' , 'Math' , 'Computer-Algebra' ]
1160
+ } ,
1161
+ {
1162
+ name : 'Pytorch' ,
1163
+ imageSrc : 'https://github.com/pytorch/pytorch/raw/master/docs/source/_static/img/pytorch-logo-dark.png' ,
1164
+ projectLink : 'https://github.com/pytorch/pytorch' ,
1165
+ description : 'PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.' ,
1166
+ tags : [ 'Python' , 'Machine-Learning' , 'Deep-Learning' , 'Neural-Network' , ]
1167
+ } ,
1168
+ {
1169
+ name : 'Yarn' ,
1170
+ imageSrc : 'https://github.com/yarnpkg/assets/raw/master/yarn-kitten-full.png?raw=true' ,
1171
+ projectLink : 'https://github.com/yarnpkg/yarn' ,
1172
+ description : 'Yarn is a JavaScript package manager created by Facebook that doubles as a project manager.' ,
1173
+ tags : [ 'JavaScript' , 'Package-Manager' , 'Node' , 'NPM' , ]
1153
1174
}
1154
1175
] ;
1155
1176
export default projectList ;
0 commit comments