Compare commits

...

2 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
5194e31b07 Update README.md 2022-09-12 14:58:10 +00:00
mturoci
5596301fa0 Add H2O Wave (#1100) 2022-09-12 15:57:41 +01:00
2 changed files with 16 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [Smalltalk](#smalltalk)
- [Swift](#swift)
- [TypeScript](#typescript)
- [Typescript](#typescript)
## .NET
@@ -254,6 +255,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [datascience](https://github.com/data-8/datascience) _(label: good-first-issue)_ <br> A Jupyter notebook Python library for introductory data science.
- [django cookiecutter](https://github.com/pydanny/cookiecutter-django) _(label: hacktoberfest)_ <br> An implementation of Python for backend web development.
- [Fabric](https://github.com/fabric/fabric) _(label: Low-hanging-fruit)_ <br> Pythonic remote execution and deployment.
- [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience.
- [jarvis](https://github.com/sukeesh/Jarvis) _(label: difficulty/newcomer)_ <br> A personal assistant for Linux, MacOs and Windows based on Command line Interface.
- [JARVIS-on-Messenger](https://github.com/swapagarwal/JARVIS-on-Messenger) _(label: Low-Hanging-Fruit)_ <br> 💬 A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks http://m.me/J.A.R.V.I.S.on.Messenger
- [Jupyter notebook](https://github.com/jupyter/notebook) _(label: good-first-issue)_ <br> Jupyter interactive notebook.
@@ -340,6 +342,10 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) _(label: good first issue)_ <br> Monorepo for all the tooling which enables ESLint to support TypeScript.
- [Visual Studio Code](https://github.com/Microsoft/vscode) _(label: good-first-issue)_ <br> A new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle.
## Typescript
- [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience.
## Contribute

View File

@@ -1845,6 +1845,16 @@
"Rust"
],
"description": "End-to-end encryption and mutual authentication for distributed applications."
},
{
"name": "H2O Wave",
"link": "https://github.com/h2oai/wave",
"label": "good first issue",
"technologies": [
"Python",
"Typescript"
],
"description": "Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience."
}
]
}