You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/awesome/awesome-agi-cocosci.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ Contributions are greatly welcomed! Please refer to [Contribution Guidelines](ht
245
245
246
246
*[Image segmentation by data-driven markov chain monte carlo](http://www.stat.ucla.edu/~sczhu/papers/DDMCMC_reprint.pdf) - ***IEEE Transactions on Pattern Analysis and Machine Intelligence***, 2002. [[All Versions](https://scholar.google.com/scholar?cluster=3461400072144667491)]. Classic method for image segmentation via generative modeling.
247
247
248
-
*[Efficient Learning of Sparse Representations with an Energy-Based Model](https://proceedings.neurips.cc/paper/2006/file/87f4d79e36d68c3031ccf6c55e9bbd39-Paper.pdf) - ***NeurIPS'06***, 2006. [[All Versions](https://scholar.google.com/scholar?cluster=2247668190782691760&hl=en&as_sdt=0,5)].
248
+
*[Efficient Learning of Sparse Representations with an Energy-Based Model](https://proceedings.neurips.cc/paper/2006/file/87f4d79e36d68c3031ccf6c55e9bbd39-Paper.pdf) - ***NeurIPS'06***, 2006. [[All Versions](https://scholar.google.com/scholar?cluster=2247668190782691760)].
249
249
250
250
*[A Tutorial on Energy-Based Learning](http://yann.lecun.com/exdb/publis/orig/lecun-06.pdf) - ***Predicting Structured Data, MIT Press***, 2006. [[All Versiosn](https://scholar.google.com/scholar?cluster=8819502341081664768&hl=en&as_sdt=0,5)]. Yann LeCun's tutorial on energy-based learning.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-angular.md
+1
Original file line number
Diff line number
Diff line change
@@ -1716,6 +1716,7 @@ for the creation of web applications developed with Angular.
1716
1716
*[ngx-safe-subscribe](https://github.com/Badisi/ngx-safe-subscribe) - Easy way to automatically unsubscribe from RxJS observables in Angular components.
1717
1717
*[rxjs-collection](https://github.com/henryruhs/rxjs-collection) - RxJS enhanced Array, Map, WeakMap, Set and WeakSet.
1718
1718
*[ng-rxjs-safe-subscribe](https://github.com/piotrekn/ng-rxjs-safe-subscribe) - Implementation of Angular's repeatable OnDestroy pattern.
1719
+
*[rxvisualizer](https://rxvisualizer.com/) - RxJS Marble Diagram Visualizer from [Angular Space](https://www.angularspace.com/).
Copy file name to clipboardexpand all lines: docs/awesome/awesome-cl.md
+6
Original file line number
Diff line number
Diff line change
@@ -1254,6 +1254,7 @@ Numerical and Scientific
1254
1254
*[wxMaxima](https://wxmaxima-developers.github.io/wxmaxima/): a graphical frontend.
1255
1255
*[Maxima on Android](https://play.google.com/store/apps/details?id=jp.yhonda), built with ECL.
1256
1256
*[Maxima on Jupyter](https://github.com/robert-dodier/maxima-jupyter)
1257
+
*[new, POC][Maxima in the browser on WASM](https://maxima-on-wasm.pages.dev/), [sources](https://gitlab.com/spaghettisalat/maxima/-/tree/emscripten-port-deployed)
1257
1258
* it can be used via [SageMath](https://www.sagemath.org/) and [KDE Cantor](https://apps.kde.org/cantor/). Of course, with Emacs: [maxima-mode](https://gitlab.com/sasanidas/maxima) ([screenshot](https://community.linuxmint.com/img/screenshots/maxima-emacs.png)) and [maxima-interface](https://github.com/jmbr/maxima-interface) to ease the interface between Maxima and Common Lisp.
1258
1259
* it can be used [from a Lisp REPL](https://mahmoodsheikh36.github.io/post/20230510181916-maxima_in_lisp/).
1259
1260
*[numcl](https://github.com/numcl/numcl) - Numpy clone in Common Lisp. [LGPL3][9].
@@ -1547,6 +1548,11 @@ Sly extensions:
1547
1548
* "Rooms is a product that runs Lem, a text editor created in Common Lisp, in the Cloud and can be used by multiple users."
1548
1549
* NEW as of April, 2024.
1549
1550
1551
+
## LispWorks
1552
+
1553
+
*[lw-plugins](https://github.com/apr3vau/lw-plugins) - LispWorks Plugins by April & May. OBSD.
-[ERD Lab](https://www.erdlab.io/) - Free cloud based entity relationship diagram (ERD) tool made for developers.
142
+
-[Liam ERD](https://github.com/liam-hq/liam) - Open-source tool that generates beautiful and easy-to-read Entity Relationship Diagrams from your database and ORMs.
142
143
-[QuickDBD](https://www.quickdatabasediagrams.com/) - Simple online tool to quickly draw database diagrams.
*[GrowthBook](https://www.growthbook.io/) - Open-source feature flag and experimentation platform. [](https://github.com/growthbook/growthbook)
176
177
*[LaunchDarkly](https://launchdarkly.com/) - Feature flags-as-a-service platform. [](https://launchweek.dev)
Copy file name to clipboardexpand all lines: docs/awesome/awesome-generative-ai.md
+3
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Contributions to this list are welcome. Before submitting your suggestions, plea
26
26
-[ChatGPT](https://openai.com/blog/chatgpt/) - Announcement of ChatGPT, a conversational model trained to answer follow-up questions, admit mistakes, challenge incorrect premises, and reject inappropriate requests. OpenAI blog, November 30, 2022.
27
27
-[Bing Search](https://blogs.microsoft.com/blog/2023/02/07/reinventing-search-with-a-new-ai-powered-microsoft-bing-and-edge-your-copilot-for-the-web/) - Microsoft announces a new version of its search engine Bing, powered by a next-generation OpenAI model. Microsoft blog, February 7, 2023.
28
28
-[GPT-4](https://openai.com/research/gpt-4) - Announcement of GPT-4, a large multimodal model. OpenAI blog, March 14, 2023.
29
+
-[DALL·E 3](https://openai.com/index/dall-e-3/) - Announcement of DALL·E 3 image generator. OpenAI blog, September 20, 2023.
29
30
-[Sora](https://openai.com/research/video-generation-models-as-world-simulators) - Presentation of Sora, a large video generation model. OpenAI, February 15, 2024.
30
31
31
32
## Text
@@ -120,6 +121,7 @@ Contributions to this list are welcome. Before submitting your suggestions, plea
120
121
-[Cogram](https://www.cogram.com/) - Cogram takes automatic notes in virtual meetings and identifies action items.
121
122
-[Sybill](https://www.sybill.ai/) - Sybill generates summaries of sales calls, including next steps, pain points and areas of interest, by combining transcript and emotion-based insights.
122
123
-[Loopin AI](https://www.loopinhq.com/) - Loopin is a collaborative meeting workspace that not only enables you to record, transcribe & summaries meetings using AI, but also enables you to auto-organise meeting notes on top of your calendar.
124
+
-[Fireflies.ai](https://fireflies.ai/) - Fireflies.ai helps your team transcribe, summarize, search, and analyze voice conversations.
123
125
124
126
### Academia
125
127
@@ -229,6 +231,7 @@ Contributions to this list are welcome. Before submitting your suggestions, plea
229
231
-[Lensa](https://prisma-ai.com/lensa) - An all-in-one image editing app that includes the generation of personalized avatars using Stable Diffusion.
230
232
-[RunDiffusion](https://rundiffusion.com/) - Cloud-based workspace for creating AI-generated art.
231
233
-[Ideogram](https://ideogram.ai/) - A text-to-image platform to make creative expression more accessible.
234
+
-[Bing Image Creator](https://www.bing.com/images/create) - DALLE·3 based text-to-image generator with safety features.
232
235
-[KREA](https://www.krea.ai/) - Generate high quality visuals with an AI that knows about your styles, concepts, or products.
233
236
-[Nightcafe](https://creator.nightcafe.studio/) - NightCafe Creator is an AI Art Generator app with multiple methods of AI art generation.
234
237
-[Leonardo AI](https://leonardo.ai/) - Create production-quality visual assets for your projects with unprecedented quality, speed, and style.
0 commit comments