Skip to content

Commit 3182413

Browse files
committed
updates+ linkcheck (all)
1 parent d4512eb commit 3182413

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+935
-3428
lines changed

LLMLearning.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,40 @@ Nice hands-on to learn the basic of LLMs. Implement a GPT from scratch in just 6
3939
[More »](https://jaykmody.com/blog/gpt-from-scratch/)
4040
:::
4141

42+
:::{grid-item-card}
43+
:link: https://thebullshitmachines.com/
44+
{octicon}`book;1em;caption-text` **MODERN-DAY ORACLES or BULLSHIT MACHINES?**
45+
^^^
46+
How to thrive in a ChatGPT world.
47+
Great online course on LLMs!
48+
49+
+++
50+
[More »](https://thebullshitmachines.com/index.html)
51+
:::
52+
53+
:::{grid-item-card}
54+
:link: https://microsoft.github.io/generative-ai-for-beginners/#/
55+
{octicon}`book;1em;caption-text` **Generative AI for Beginners**
56+
^^^
57+
Learn the fundamentals of building Generative AI applications with our 21-lesson comprehensive course by Microsoft Cloud Advocates.
58+
:::
59+
60+
:::{grid-item-card}
61+
:link: https://www.tamingllms.com/markdown/toc.html#
62+
{octicon}`book;1em;caption-text` **Taming LLMs**
63+
^^^
64+
A practical guide to LLM pitfalls with open source software.
65+
66+
An alternative title of this book could have been “Language Models Behaving Badly”.
67+
:::
68+
69+
:::{grid-item-card}
70+
:link: https://www.promptingguide.ai/
71+
{octicon}`book;1em;caption-text` **Prompt Engineering Guide**
72+
^^^
73+
Prompt engineering is a relatively new discipline for developing and optimizing prompts to efficiently use language models (LMs) for a wide variety of applications and research topics. Prompt engineering skills help to better understand the capabilities and limitations of large language models (LLMs).
74+
:::
75+
4276

4377
::::
4478
% End of Grid

_static/nocxstyle.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
.caption-text {
22
color: #FF0000;
33
}
4+
5+
6+
7+
@page {
8+
size: 6in 9in;
9+
margin: 2.2cm;
10+
}
11+

generatedfiles/acme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://github.com/google-deepmind/acme
1818
| License | Apache License 2.0 |
1919
| Programming Language | Python |
2020
| Created | 2020-05-01 |
21-
| Last update | 2025-03-29 |
22-
| Github Stars | 3623 |
21+
| Last update | 2025-03-31 |
22+
| Github Stars | 3625 |
2323
| Project Home Page | |
2424
| Code Repository | https://github.com/google-deepmind/acme |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/google-deepmind/acme) |

generatedfiles/aiagentframeworks.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,40 @@
66
:class-container: text-center
77
:gutter: 3
88

9+
:::{grid-item-card}
10+
:link: aider
11+
:link-type: doc
12+
{octicon}`file;1em;caption-text` **Aider**
13+
^^^
14+
Use and reuse the Aider solution
15+
+++
16+
[More »](aider)
17+
:::
18+
919
:::{grid-item-card}
1020
:link: openhands
1121
:link-type: doc
12-
{octicon}`tools;1em;caption-text` **OpenHands**
22+
{octicon}`cross-reference;1em;caption-text` **OpenHands**
1323
^^^
1424
Use and reuse the OpenHands solution
1525
+++
1626
[More »](openhands)
1727
:::
1828

29+
:::{grid-item-card}
30+
:link: pyspur
31+
:link-type: doc
32+
{octicon}`pencil;1em;caption-text` **PySpur**
33+
^^^
34+
Use and reuse the PySpur solution
35+
+++
36+
[More »](pyspur)
37+
:::
38+
1939
:::{grid-item-card}
2040
:link: gptme
2141
:link-type: doc
22-
{octicon}`light-bulb;1em;caption-text` **gptme**
42+
{octicon}`thumbsup;1em;caption-text` **gptme**
2343
^^^
2444
Use and reuse the gptme solution
2545
+++

generatedfiles/aider.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
3+
4+
# Aider
5+
6+
7+
```{image} https://camo.githubusercontent.com/b11a60fa6c46f8f4bdf66702532909f8b47f18b7ce9932f2b2cb50f8627f44e1/68747470733a2f2f61696465722e636861742f6173736574732f6c6f676f2e737667
8+
:width: 200px
9+
:align: center
10+
```
11+
12+
## Description
13+
14+
Aider lets you pair program with LLMs to start a new project or build on your existing codebase.
15+
16+
Home page for this solution: https://aider.chat/
17+
18+
## Overview
19+
20+
| Key | Value |
21+
| --- | --- |
22+
| Name | aider |
23+
| Description | aider is AI pair programming in your terminal |
24+
| License | Apache License 2.0 |
25+
| Programming Language | Python |
26+
| Created | 2023-05-09 |
27+
| Last update | 2025-03-31 |
28+
| Github Stars | 30317 |
29+
| Project Home Page | https://aider.chat/ |
30+
| Code Repository | https://github.com/Aider-AI/aider |
31+
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/Aider-AI/aider) |
32+
33+
Note:
34+
- Created date is date that repro is created on Github.com.
35+
36+
- Last update is only the last date I run an automatic check.
37+
38+
- Do not attach a wrong value to github stars. Its a vanity metric! Stars count are misleading and
39+
don't indicate if the SBB is high-quality or very popular.
40+
41+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
42+

generatedfiles/apacheopennlp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Home page for this solution: https://opennlp.apache.org/
2424
| License | Apache License 2.0 |
2525
| Programming Language | Java |
2626
| Created | 2011-11-09 |
27-
| Last update | 2025-03-25 |
27+
| Last update | 2025-03-31 |
2828
| Github Stars | 1497 |
2929
| Project Home Page | https://opennlp.apache.org/ |
3030
| Code Repository | https://github.com/apache/opennlp |

generatedfiles/apachesinga.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://singa.apache.org/
1818
| License | Apache License 2.0 |
1919
| Programming Language | C++ |
2020
| Created | 2015-04-02 |
21-
| Last update | 2025-03-29 |
22-
| Github Stars | 3409 |
21+
| Last update | 2025-03-30 |
22+
| Github Stars | 3408 |
2323
| Project Home Page | |
2424
| Code Repository | https://github.com/apache/singa |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/apache/singa) |

generatedfiles/apachetika.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Home page for this solution: https://tika.apache.org/
2424
| License | Apache License 2.0 |
2525
| Programming Language | Java |
2626
| Created | 2009-05-21 |
27-
| Last update | 2025-03-29 |
28-
| Github Stars | 2886 |
27+
| Last update | 2025-03-31 |
28+
| Github Stars | 2888 |
2929
| Project Home Page | https://tika.apache.org/ |
3030
| Code Repository | https://github.com/apache/tika |
3131
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/apache/tika) |

generatedfiles/apollo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Home page for this solution: https://www.apollo.auto/apollo-self-driving
2424
| License | Apache License 2.0 |
2525
| Programming Language | C++ |
2626
| Created | 2017-07-04 |
27-
| Last update | 2025-03-29 |
28-
| Github Stars | 25628 |
27+
| Last update | 2025-03-31 |
28+
| Github Stars | 25627 |
2929
| Project Home Page | |
3030
| Code Repository | https://github.com/ApolloAuto/apollo |
3131
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/ApolloAuto/apollo) |

generatedfiles/autogluon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://auto.gluon.ai/
1818
| License | Apache License 2.0 |
1919
| Programming Language | Python |
2020
| Created | 2019-07-29 |
21-
| Last update | 2025-03-29 |
22-
| Github Stars | 8606 |
21+
| Last update | 2025-03-31 |
22+
| Github Stars | 8611 |
2323
| Project Home Page | https://auto.gluon.ai/ |
2424
| Code Repository | https://github.com/autogluon/autogluon |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/autogluon/autogluon) |

generatedfiles/bentoml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Home page for this solution: https://bentoml.com/
2424
| License | Apache License 2.0 |
2525
| Programming Language | Python |
2626
| Created | 2019-04-02 |
27-
| Last update | 2025-03-29 |
28-
| Github Stars | 7547 |
27+
| Last update | 2025-03-31 |
28+
| Github Stars | 7552 |
2929
| Project Home Page | https://bentoml.com |
3030
| Code Repository | https://github.com/bentoml/BentoML |
3131
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/bentoml/BentoML) |

generatedfiles/blingfire.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://github.com/Microsoft/BlingFire
1818
| License | MIT License |
1919
| Programming Language | C++ |
2020
| Created | 2019-03-13 |
21-
| Last update | 2025-03-27 |
22-
| Github Stars | 1837 |
21+
| Last update | 2025-03-29 |
22+
| Github Stars | 1838 |
2323
| Project Home Page | |
2424
| Code Repository | https://github.com/microsoft/BlingFire |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/microsoft/BlingFire) |

generatedfiles/darts.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
3+
4+
# Darts
5+
6+
7+
```{image} https://github.com/unit8co/darts/raw/master/static/images/darts-logo-trim.png
8+
:width: 200px
9+
:align: center
10+
```
11+
12+
## Description
13+
14+
Darts is a Python library for user-friendly forecasting and anomaly detection on time series. It contains a variety of models, from classics such as ARIMA to deep neural networks. The forecasting models can all be used in the same way, using fit() and predict() functions, similar to scikit-learn.
15+
16+
Home page for this solution: https://unit8co.github.io/darts/
17+
18+
## Overview
19+
20+
| Key | Value |
21+
| --- | --- |
22+
| Name | darts |
23+
| Description | A python library for user-friendly forecasting and anomaly detection on time series. |
24+
| License | Apache License 2.0 |
25+
| Programming Language | Python |
26+
| Created | 2018-09-13 |
27+
| Last update | 2025-03-31 |
28+
| Github Stars | 8463 |
29+
| Project Home Page | https://unit8co.github.io/darts/ |
30+
| Code Repository | https://github.com/unit8co/darts |
31+
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/unit8co/darts) |
32+
33+
Note:
34+
- Created date is date that repro is created on Github.com.
35+
36+
- Last update is only the last date I run an automatic check.
37+
38+
- Do not attach a wrong value to github stars. Its a vanity metric! Stars count are misleading and
39+
don't indicate if the SBB is high-quality or very popular.
40+
41+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
42+

generatedfiles/datascienceversioncontrol(dvc).md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://dvc.org/
1818
| License | Apache License 2.0 |
1919
| Programming Language | Python |
2020
| Created | 2017-03-04 |
21-
| Last update | 2025-03-29 |
22-
| Github Stars | 14322 |
21+
| Last update | 2025-03-30 |
22+
| Github Stars | 14324 |
2323
| Project Home Page | https://dvc.org |
2424
| Code Repository | https://github.com/iterative/dvc |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/iterative/dvc) |

generatedfiles/deepface.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
3+
4+
# DeepFace
5+
6+
7+
```{image} https://raw.githubusercontent.com/serengil/deepface/master/icon/deepface-icon-labeled.png
8+
:width: 200px
9+
:align: center
10+
```
11+
12+
## Description
13+
14+
DeepFace is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for python.
15+
16+
Home page for this solution: https://github.com/serengil/deepface
17+
18+
## Overview
19+
20+
| Key | Value |
21+
| --- | --- |
22+
| Name | deepface |
23+
| Description | A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python |
24+
| License | MIT License |
25+
| Programming Language | Python |
26+
| Created | 2020-02-08 |
27+
| Last update | 2025-03-31 |
28+
| Github Stars | 18438 |
29+
| Project Home Page | https://bit.ly/deepface-py |
30+
| Code Repository | https://github.com/serengil/deepface |
31+
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/serengil/deepface) |
32+
33+
Note:
34+
- Created date is date that repro is created on Github.com.
35+
36+
- Last update is only the last date I run an automatic check.
37+
38+
- Do not attach a wrong value to github stars. Its a vanity metric! Stars count are misleading and
39+
don't indicate if the SBB is high-quality or very popular.
40+
41+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
42+

generatedfiles/deeplearning4j.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://github.com/deeplearning4j
1818
| License | Apache License 2.0 |
1919
| Programming Language | Java |
2020
| Created | 2013-11-27 |
21-
| Last update | 2025-03-29 |
22-
| Github Stars | 13904 |
21+
| Last update | 2025-03-31 |
22+
| Github Stars | 13909 |
2323
| Project Home Page | http://deeplearning4j.konduit.ai |
2424
| Code Repository | https://github.com/deeplearning4j/deeplearning4j |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/deeplearning4j/deeplearning4j) |

generatedfiles/detectron2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://detectron2.readthedocs.io/en/latest/
1818
| License | Apache License 2.0 |
1919
| Programming Language | Python |
2020
| Created | 2019-09-05 |
21-
| Last update | 2025-03-29 |
22-
| Github Stars | 31602 |
21+
| Last update | 2025-03-31 |
22+
| Github Stars | 31619 |
2323
| Project Home Page | https://detectron2.readthedocs.io/en/latest/ |
2424
| Code Repository | https://github.com/facebookresearch/detectron2 |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/facebookresearch/detectron2) |

generatedfiles/dlib.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Home page for this solution: https://dlib.net/
2424
| License | Boost Software License 1.0 |
2525
| Programming Language | C++ |
2626
| Created | 2014-01-29 |
27-
| Last update | 2025-03-28 |
28-
| Github Stars | 13903 |
27+
| Last update | 2025-03-31 |
28+
| Github Stars | 13906 |
2929
| Project Home Page | http://dlib.net |
3030
| Code Repository | https://github.com/davisking/dlib |
3131
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/davisking/dlib) |

generatedfiles/dopamine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://github.com/google/dopamine
1818
| License | Apache License 2.0 |
1919
| Programming Language | Jupyter Notebook |
2020
| Created | 2018-07-26 |
21-
| Last update | 2025-03-28 |
22-
| Github Stars | 10686 |
21+
| Last update | 2025-03-31 |
22+
| Github Stars | 10691 |
2323
| Project Home Page | https://github.com/google/dopamine |
2424
| Code Repository | https://github.com/google/dopamine |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/google/dopamine) |

generatedfiles/dspy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://dspy.ai/
1818
| License | MIT License |
1919
| Programming Language | Python |
2020
| Created | 2023-01-09 |
21-
| Last update | 2025-03-29 |
22-
| Github Stars | 22698 |
21+
| Last update | 2025-03-31 |
22+
| Github Stars | 22780 |
2323
| Project Home Page | https://dspy.ai |
2424
| Code Repository | https://github.com/stanfordnlp/dspy |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/stanfordnlp/dspy) |

generatedfiles/facerecognition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://github.com/ageitgey/face_recognition
1818
| License | MIT License |
1919
| Programming Language | Python |
2020
| Created | 2017-03-03 |
21-
| Last update | 2025-03-29 |
22-
| Github Stars | 54444 |
21+
| Last update | 2025-03-31 |
22+
| Github Stars | 54457 |
2323
| Project Home Page | |
2424
| Code Repository | https://github.com/ageitgey/face_recognition |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/ageitgey/face_recognition) |

0 commit comments

Comments
 (0)