Compare commits

...

6 Commits

Author SHA1 Message Date
J S
4c402785d0
Merge 6b1e30b434 into 993cee41a5 2024-08-08 18:34:21 +05:30
Sindre Sorhus
993cee41a5 Meta tweaks 2024-08-08 15:04:08 +02:00
J S
6b1e30b434 Update list description 2024-02-14 09:55:22 +00:00
J S
aae33f7d7a Update item description 2024-02-14 09:54:30 +00:00
J S
06795f55e1
Merge branch 'sindresorhus:main' into patch-1 2024-02-14 09:49:15 +00:00
J S
20687591ce
Add Generative AI Meets Julia 2023-12-30 10:09:22 +00:00

View File

@ -2,17 +2,17 @@
<img width="500" height="350" src="media/logo.svg" alt="Awesome">
<br>
<br>
<!-- <br>
<br>
<br>
<div>
<sub>Check out my macOS app</sub>
<br>
<h2>
<a href="https://sindresorhus.com/week-number">Week Number</a>
<a href="https://sindresorhus.com/menu-bar-spacing">Menu Bar Spacing</a>
<br>
<sup>The current week number in your menu bar</sup>
<sup>Customize the gap between menu bar items on macOS</sup>
</h2>
</div> -->
</div>
<br>
<br>
<br>
@ -32,11 +32,6 @@
</a>
<br>
<br>
<a href="https://retool.com/?utm_campaign=sindresorhus">
<img src="https://sindresorhus.com/assets/thanks/retool-logo.svg" width="210"/>
</a>
<br>
<br>
<a href="https://workos.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=awesome&utm_source=github">
<div>
<img src="https://sindresorhus.com/assets/thanks/workos-logo-white-bg.svg" width="200" alt="WorkOS">
@ -49,31 +44,6 @@
</div>
</a>
<br>
<a href="https://strapi.io/?ref=sindresorhus">
<div>
<img src="https://sindresorhus.com/assets/thanks/strapi-logo-white-bg.png" width="200" alt="Strapi">
</div>
<b>Strapi is the leading open-source headless CMS.</b>
<div>
<sup>Its 100% JavaScript, fully customizable, and developer-first.</sup>
</div>
</a>
<br>
<br>
<a href="https://serpapi.com#gh-light-mode-only">
<div>
<img src="https://sindresorhus.com/assets/thanks/serpapi-logo-light.svg" width="140" alt="SerpApi">
</div>
<b>API to get search engine results with ease.</b>
</a>
<a href="https://serpapi.com#gh-dark-mode-only">
<div>
<img src="https://sindresorhus.com/assets/thanks/serpapi-logo-dark.svg" width="140" alt="SerpApi">
</div>
<b>API to get search engine results with ease.</b>
</a>
<br>
<br>
<br>
<a href="https://transloadit.com?utm_source=sindresorhus&utm_medium=referral&utm_campaign=sponsorship&utm_content=awesome">
<picture>
@ -100,6 +70,21 @@
</a>
<br>
<br>
<a href="https://encore.dev?utm_campaign=github_repo&utm_medium=referral&utm_content=sindre&utm_source=github">
<div>
<picture>
<source width="230" media="(prefers-color-scheme: dark)" srcset="https://sindresorhus.com/assets/thanks/encore-logo-dark.svg">
<source width="230" media="(prefers-color-scheme: light)" srcset="https://sindresorhus.com/assets/thanks/encore-logo-light.svg">
<img width="230" src="https://sindresorhus.com/assets/thanks/encore-logo-light.svg" alt="Encore logo">
</picture>
</div>
<b>The development platform for building type-safe distributed systems</b>
<div>
<sup>End-to-end tooling from local development to automated DevOps and infrastructure in your AWS/GCP.</sup>
</div>
</a>
<br>
<br>
<br>
</p>
<hr>
@ -125,6 +110,7 @@
## Contents
- [Contents](#contents)
- [Platforms](#platforms)
- [Programming Languages](#programming-languages)
- [Front-End Development](#front-end-development)
@ -271,6 +257,7 @@
- [Elm](https://github.com/sporto/awesome-elm#readme)
- [Erlang](https://github.com/drobakowski/awesome-erlang#readme)
- [Julia](https://github.com/svaksha/Julia.jl#readme) - High-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science.
- [Generative AI Meets Julia](https://github.com/svilupp/awesome-generative-ai-meets-julia-language#readme) - Algorithms and models that leverage machine learning for generating new content, automating workflows, and extracting insights showcasing projects and resources that push the boundaries of what's possible.
- [Lua](https://github.com/LewisJEllis/awesome-lua#readme)
- [C](https://github.com/inputsh/awesome-c#readme)
- [C/C++](https://github.com/fffaraz/awesome-cpp#readme) - General-purpose language with a bias toward system programming and embedded, resource-constrained software.