Skip to content

Commit

Permalink
Robot Updated at:17 Oct 2024 21:10:41 GMT
Browse files Browse the repository at this point in the history
  • Loading branch information
yiliuyan161 committed Oct 17, 2024
1 parent 088c851 commit cfe6d08
Show file tree
Hide file tree
Showing 12 changed files with 123 additions and 157 deletions.
1 change: 1 addition & 0 deletions docs/awesome/PlacesToPostYourStartup.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Click a link to jump to the appropriate section. Both sections are organized alp
* Saijo's Tools List - https://saijogeorge.com/best-marketing-tools/
* Show HN - https://news.ycombinator.com/showhn.html
* Side Projectors - https://www.sideprojectors.com
* Simple Lister - https://simplelister.com/
* SimilarSiteSearch - http://www.similarsitesearch.com/tips.html
* Slant - https://www.slant.co/
* SnapMunk - https://www.snapmunk.com/submit-your-startup/
Expand Down
9 changes: 9 additions & 0 deletions docs/awesome/awesome-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,14 @@ become an Angular expert.
* [@schedule-x/angular](https://github.com/schedule-x/schedule-x) - Material design event calendar.
* [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.

#### Captcha

* [ngx-turnstile](https://github.com/verto-health/ngx-turnstile) - Cloudflare Turnstile for Angular.
* [ng-hcaptcha](https://github.com/leNicDev/ng-hcaptcha) - Provides an easy to use component for [hCaptcha](https://hcaptcha.com/).
* [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.
* [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.
* [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).

#### Carousels

* [ngu-carousel](https://github.com/uiuniversal/ngu-carousel) - Angular Universal carousel.
Expand Down Expand Up @@ -1092,6 +1100,7 @@ become an Angular expert.
* [ngx-maplibre-gl](https://github.com/maplibre/ngx-maplibre-gl) - Angular binding of maplibre-gl.
* [@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.
* [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.
* [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.

#### Markdown

Expand Down
1 change: 1 addition & 0 deletions docs/awesome/awesome-crypto-papers.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ It will be extended gradually as I find something of "must-have" value. Pull req

#### Post-quantum cryptography

* [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).
* [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.
* [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.
* [Post-quantum RSA](https://cr.yp.to/papers/pqrsa-20170419.pdf) - Daniel Bernshtein's insight how to save RSA in post-quantum period.
Expand Down
2 changes: 1 addition & 1 deletion docs/awesome/awesome-datascience.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ How do you learn data science? By doing data science, of course! Okay, okay - th
- [Data Scientist with Python](https://app.datacamp.com/learn/career-tracks/data-scientist-with-python)
- [Programming with Julia](https://www.udemy.com/course/programming-with-julia/)
- [Scaler Data Science & Machine Learning Program](https://www.scaler.com/data-science-course/)

- [Data Science Skill Tree](https://labex.io/skilltrees/data-science)


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

0 comments on commit cfe6d08

Please sign in to comment.