google-summer-of-code icon indicating copy to clipboard operation
google-summer-of-code copied to clipboard

Google Summer of Code resources.

Results 47 google-summer-of-code issues
Sort by recently updated
recently updated
newest added

### Idea Currently, stdlib has a bespoke plot API which is useful for fast static rendering. However, our implementation is quite limited in the types of plots it can produce....

idea
priority: normal
difficulty: 5
tech: javascript
tech: nodejs

### Idea Achieve feature parity with Node.js `fs` package. We currently only support a limited selection of `fs` methods. Would be useful to support more. Part of this work involves...

idea
priority: low
difficulty: 3
tech: javascript
tech: nodejs

### Idea Currently, the stdlib web-based API docs use GA for analytics and have only minimal integration. E.g., the API docs application is a SPA which uses React and the...

idea
priority: low
difficulty: 3
tech: javascript
tech: nodejs
tech: html/css
tech: jsx/react

### Idea Currently, stdlib publishes TypeScript interface documentation in its web-based API documentation. The generated documentation monkey-patches `tsdoc` to handle generating documentation across the entire mono-repo. The goal of this...

idea
priority: low
difficulty: 3
tech: javascript
tech: nodejs
tech: html/css
tech: jsx/react
tech: typescript

### Idea The goal of this idea is to add basic support for symbolic math operations in stdlib. ### Expected Outcome Users have the ability to perform basic symbolic math...

idea
priority: low
difficulty: 3
tech: javascript
tech: nodejs

### Idea Currently, all code blocks in the documentation at https://stdlib.io/docs/api/latest are static. To make example code more useful and engaging, it would be nice to have interactive code shells...

idea
priority: low
tech: javascript
tech: html/css
tech: jsx/react
difficulty: 4

### Idea The goal of this idea is to implement the multivariate normal distribution. This distribution is fundamental in a wide variety of statistical applications and will help unblock stdlib...

idea
priority: high
difficulty: 3
tech: javascript
tech: nodejs

### Idea Currently, support for linear algebra operations in stdlib is limited. The goal of this idea would be to implement algorithms for linear algebra operations such as matrix multiplication,...

idea
priority: normal
difficulty: 5
tech: javascript
tech: c
tech: fortran
tech: nodejs

### Idea The goal of this idea is to expose a set of Fast Fourier Transform (FFT) interfaces similar to those available in NumPy and as documented in the [Data...

idea
priority: normal
difficulty: 5
tech: javascript
tech: c
tech: fortran
tech: nodejs
tech: native addons

### Idea We currently do not have optimization algorithms in stdlib. Having support for Linear Programming, Convex Optimization, Quadratic Programming, and/or Non-Linear Optimization algorithms would be a great addition. ###...

idea
priority: normal
tech: javascript
tech: nodejs
difficulty: 4