Skip to content

Commit cfe6d08

Browse files
committed
Robot Updated at:17 Oct 2024 21:10:41 GMT
1 parent 088c851 commit cfe6d08

12 files changed

+123
-157
lines changed

docs/awesome/PlacesToPostYourStartup.md

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Click a link to jump to the appropriate section. Both sections are organized alp
9494
* Saijo's Tools List - https://saijogeorge.com/best-marketing-tools/
9595
* Show HN - https://news.ycombinator.com/showhn.html
9696
* Side Projectors - https://www.sideprojectors.com
97+
* Simple Lister - https://simplelister.com/
9798
* SimilarSiteSearch - http://www.similarsitesearch.com/tips.html
9899
* Slant - https://www.slant.co/
99100
* SnapMunk - https://www.snapmunk.com/submit-your-startup/

docs/awesome/awesome-angular.md

+9
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,14 @@ become an Angular expert.
773773
* [@schedule-x/angular](https://github.com/schedule-x/schedule-x) - Material design event calendar.
774774
* [angular-calendar-timeline](https://github.com/oOps1627/angular-calendar-timeline) - A timeline for Angular 13+ that shows tasks or events on a timeline in different modes: days, weeks, and months. This library is pretty small and DOESN'T use big dependencies like JQuery or Moment.js. Library also supports SSR.
775775

776+
#### Captcha
777+
778+
* [ngx-turnstile](https://github.com/verto-health/ngx-turnstile) - Cloudflare Turnstile for Angular.
779+
* [ng-hcaptcha](https://github.com/leNicDev/ng-hcaptcha) - Provides an easy to use component for [hCaptcha](https://hcaptcha.com/).
780+
* [angular-yandex-smart-captcha](https://github.com/flowXM/angular-yandex-smart-captcha) - This library adds the Yandex SmartCaptcha component to your Angular application, providing an easy way to integrate CAPTCHA protection into your forms and other user interactions.
781+
* [go-captcha-angular](https://github.com/wenlng/go-captcha-angular) - A simple, easy-to-use, interactive, and secure behavioral verification code that implements verification modes such as text/graphic clicking, sliding/dragging, and rotation.
782+
* [ng-recaptcha-2](https://github.com/LakhveerChahal/ng-recaptcha-2) - Angular 18 fork of [ng-recaptcha](https://github.com/DethAriel/ng-recaptcha). Alternatively, you create your own service that implements Google's reCAPTCHA with the help of this [article](https://ben-5.azurewebsites.net/2024/9/5/google-recaptcha-v3-with-angular/#google_vignette).
783+
776784
#### Carousels
777785

778786
* [ngu-carousel](https://github.com/uiuniversal/ngu-carousel) - Angular Universal carousel.
@@ -1092,6 +1100,7 @@ become an Angular expert.
10921100
* [ngx-maplibre-gl](https://github.com/maplibre/ngx-maplibre-gl) - Angular binding of maplibre-gl.
10931101
* [@angular/google-maps](https://github.com/angular/components/blob/main/src/google-maps/README.md) - This component provides a Google Maps Angular component that implements the Google Maps JavaScript API.
10941102
* [ng-azure-maps](https://github.com/arnaudleclerc/ng-azure-maps) - An Angular library, mostly an HTML-driven wrapper of the azure-maps-controls package, allowing you to easily integrate its functionalities into an Angular application.
1103+
* [HERE maps API for JavaScript](https://www.here.com/docs/bundle/maps-api-for-javascript-developer-guide/page/topics/angular-practices.html) - You can integrate [HERE](https://www.here.com/) Maps with Angular to display interactive maps, geocode addresses, calculate routes, and more, all within the context of your Angular application.
10951104

10961105
#### Markdown
10971106

docs/awesome/awesome-crypto-papers.md

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ It will be extended gradually as I find something of "must-have" value. Pull req
152152

153153
#### Post-quantum cryptography
154154

155+
* [Kyber and Dilithium](https://cryptography101.ca/kyber-dilithium) - These lectures describe Kyber (ML-KEM) and Dilithium (ML-DSA), the quantum-safe lattice-based key encapsulation and signature schemes that were standardized in August 2024 by the National Institute of Standards and Technology (NIST).
155156
* [Post-quantum cryptography - dealing with the fallout of physics success](https://eprint.iacr.org/2017/314.pdf) - Brief observation of mathematical tasks that can be used to build cryptosystems secure against attacks by post-quantum computers.
156157
* [Post-quantum cryptography](https://web.archive.org/web/20210510200628/https://www.researchgate.net/profile/Nicolas-Sendrier-2/publication/226115302_Code-Based_Cryptography/links/540d62d50cf2df04e7549388/Code-Based-Cryptography.pdf) - Introduction to post-quantum cryptography.
157158
* [Post-quantum RSA](https://cr.yp.to/papers/pqrsa-20170419.pdf) - Daniel Bernshtein's insight how to save RSA in post-quantum period.

docs/awesome/awesome-datascience.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ How do you learn data science? By doing data science, of course! Okay, okay - th
148148
- [Data Scientist with Python](https://app.datacamp.com/learn/career-tracks/data-scientist-with-python)
149149
- [Programming with Julia](https://www.udemy.com/course/programming-with-julia/)
150150
- [Scaler Data Science & Machine Learning Program](https://www.scaler.com/data-science-course/)
151-
151+
- [Data Science Skill Tree](https://labex.io/skilltrees/data-science)
152152

153153

154154
### Intensive Programs

docs/awesome/awesome-go.md

+1
Original file line numberDiff line numberDiff line change
@@ -2688,6 +2688,7 @@ _General utilities and tools to make your life easier._
26882688
- [scan](https://github.com/wroge/scan) - Scan sql rows into any type powered by generics.
26892689
- [scany](https://github.com/georgysavva/scany) - Library for scanning data from a database into Go structs and more.
26902690
- [serve](https://github.com/syntaqx/serve) - A static http server anywhere you need.
2691+
- [sesh](https://github.com/joshmedeski/sesh) - Sesh is a CLI that helps you create and manage tmux sessions quickly and easily using zoxide.
26912692
- [set](https://github.com/nofeaturesonlybugs/set) - Performant and flexible struct mapping and loose type conversion.
26922693
- [shutdown](https://github.com/ztrue/shutdown) - App shutdown hooks for `os.Signal` handling.
26932694
- [silk](https://github.com/chrispassas/silk) - Read silk netflow files.

0 commit comments

Comments
 (0)