Skip to content

Commit

Permalink
[bot] Updated Awesome Lists
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2024
1 parent e515a91 commit acdb22b
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 19 deletions.
4 changes: 2 additions & 2 deletions lists/44bits-awesome-opensource-documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ This is not a list of free programming books. This is a curated list of open sou
<a name='korean'></a>
### Korean

* 점프 투 파이썬 ([Site][site-jump-to-python], cc-nc-nd) - 이 책은 파이썬이란 언어를 처음 접해보는 독자들과 프로그래밍을 한 번도 해 본적이 없는 사람들을 대상으로 한다. 프로그래밍을 할 때 사용되는 전문적인 용어들을 알기 쉽게 풀어서 쓰려고 노력하였으며, 파이썬이란 언어의 개별적인 특성만을 강조하지 않고 프로그래밍 전반에 관한 사항을 파이썬이란 언어��� 통해 알 수 있도록 알기 쉽게 설명하였다.
* 점프 투 파이썬 ([Site][site-jump-to-python], cc-nc-nd) - 이 책은 파이썬이란 언어를 처음 접해보는 독자들과 프로그래밍을 한 번도 해 본적이 없는 사람들을 대상으로 한다. 프로그래밍을 할 때 사용되는 전문적인 용어들을 알기 쉽게 풀어서 쓰려고 노력하였으며, 파이썬이란 언어의 개별적인 특성만을 강조하지 않고 프로그래밍 전반에 관한 사항을 파이썬이란 언어를 통해 알 수 있도록 알기 쉽게 설명하였다.
* [emacsbook][repo-emacsbook] (cc-nc)
* 꾸준히, 자유롭게, 즐겁게 : 한국 오픈 소스 개발자들 이야기 ([Site][site-osdi], cc-nc-nd)

Expand All @@ -835,7 +835,7 @@ This is not a list of free programming books. This is a curated list of open sou
* [C++ 并发编程指南][repo-adcct] (MIT) - A Detailed Cplusplus Concurrency Tutorial
* [Backbone.js入门教程][repo-backbonejs-note] (MIT) - backbonejs学习笔记更新版,使用backbone1.1.0
* [ECMAScript 6入门][repo-es6tutorial-cn] ([Site][site-es6tutorial-cn], cc-nc) - 一本开源的JavaScript语言教程,全面介绍ECMAScript 6新增的语法特性
* [Nginx开发从入门到精通][repo-nginx-book-cn] ([Site][site-nginx-book-cn], cc-nc) - 一本开源的Nginx开��教程,全面介绍nginx模块的开发以及它的内部原理
* [Nginx开发从入门到精通][repo-nginx-book-cn] ([Site][site-nginx-book-cn], cc-nc) - 一本开源的Nginx开发教程,全面介绍nginx模块的开发以及它的内部原理

[site-es6tutorial-cn]: http://es6.ruanyifeng.com/
[repo-es6tutorial-cn]: https://github.com/ruanyf/es6tutorial
Expand Down
3 changes: 3 additions & 0 deletions lists/PatrickJS-awesome-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,9 @@ become an Angular expert.
* [ngx-super-forms ![GitHub Repo Stars](https://img.shields.io/github/stars/naologic/ngx-super-forms) ![GitHub last commit](https://img.shields.io/github/last-commit/naologic/ngx-super-forms)](https://github.com/naologic/ngx-super-forms) - This library adds some much-needed features on top of Angular forms and Reactive forms, to make it more developer friendly.
* [tripetto](https://gitlab.com/tripetto) - Tripetto’s FormBuilder SDK contains fully customizable components for equipping apps and websites with a comprehensive form building and deploying solution. Follow this [quickstart](https://tripetto.com/sdk/docs/getting-started/usage-with-angular/) to use FormBuilder with Angular.
* [ngx-smart-forms ![GitHub Repo Stars](https://img.shields.io/github/stars/AditechGH/ngx-smart-forms) ![GitHub last commit](https://img.shields.io/github/last-commit/AditechGH/ngx-smart-forms)](https://github.com/AditechGH/ngx-smart-forms) - This workspace contains Angular libraries that streamline form handling and validation by simplifying form creation, validation, and error display, and offering advanced customization and performance boosts.
* [ngx-dynamic-form ![GitHub Repo Stars](https://img.shields.io/github/stars/jvlsoft-dev/ngx-dynamic-form) ![GitHub last commit](https://img.shields.io/github/last-commit/jvlsoft-dev/ngx-dynamic-form)](https://github.com/jvlsoft-dev/ngx-dynamic-form) - A library that works in Angular 16 with Bootstrap 5 to generate forms in a simple and dynamic way.
* [ngx-form ![GitHub Repo Stars](https://img.shields.io/github/stars/paddls/ngx-form) ![GitHub last commit](https://img.shields.io/github/last-commit/paddls/ngx-form)](https://github.com/paddls/ngx-form) - Model based typed reactive forms made easy.
* [ngx-enhancy-forms ![GitHub Repo Stars](https://img.shields.io/github/stars/klippa-app/ngx-enhancy-forms) ![GitHub last commit](https://img.shields.io/github/last-commit/klippa-app/ngx-enhancy-forms)](https://github.com/klippa-app/ngx-enhancy-forms) - Fancy enhanced angular forms.

##### Form Controls

Expand Down
2 changes: 1 addition & 1 deletion lists/analysis-tools-dev-static-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ By default, govulncheck makes requests to the Go vulnerability database at https

- [interfacer ![GitHub Repo Stars](https://img.shields.io/github/stars/mvdan/interfacer) ![GitHub last commit](https://img.shields.io/github/last-commit/mvdan/interfacer)](https://github.com/mvdan/interfacer) :warning: — Suggest narrower interfaces that can be used.

- [lll ![GitHub Repo Stars](https://img.shields.io/github/stars/walle/lll) ![GitHub last commit](https://img.shields.io/github/last-commit/walle/lll)](https://github.com/walle/lll) :warning: ��� Report long lines.
- [lll ![GitHub Repo Stars](https://img.shields.io/github/stars/walle/lll) ![GitHub last commit](https://img.shields.io/github/last-commit/walle/lll)](https://github.com/walle/lll) :warning: Report long lines.

- [maligned ![GitHub Repo Stars](https://img.shields.io/github/stars/mdempsky/maligned) ![GitHub last commit](https://img.shields.io/github/last-commit/mdempsky/maligned)](https://github.com/mdempsky/maligned) :warning: — Detect structs that would take less memory if their fields were sorted.

Expand Down
2 changes: 1 addition & 1 deletion lists/ayr-ton-awesome-geek-podcasts.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ A curated list of podcasts we like to listen to.
* [Dev Café](https://dev-cafe.fr/) - Tous les lundis, retrouvez l'actualité tech' vue par un développeur ! Hosted by Edouard Marquez.
* [Le podcast 🎙 AWS ☁️ en français 🇫🇷](https://stormacq.com/podcasts) - Tous les vendredis, l'actualité du cloud, des retours d'expérience, des outils qui aident les développeurs.
* [S'informer sur la tech](https://www.abonnel.fr/podcasts/tech) - C'est Cédric Abonnel's blog audio, des vidéos et un wiki, traitant des technologies. Vous retrouverez mes expériences et Cédric Abonnel's découvertes sur la sécurité, l'informatique, le hack et les loisirs techniques.
* [Burger Tech](https://www.mindcast.fr/@burgerTech) - Dans ce podcast, nous adoptons une approche décontractée, teint��e d’humour et parfois d’irrévérence, pour aborder l’actualité tech. Nous partageons des anecdotes hilarantes et surprenantes que nous dénichons sur le Web, engageons des conversations moqueuses, débattons de manière semi-sérieuse et proposons des réflexions empreintes d’humour.
* [Burger Tech](https://www.mindcast.fr/@burgerTech) - Dans ce podcast, nous adoptons une approche décontractée, teintée d’humour et parfois d’irrévérence, pour aborder l’actualité tech. Nous partageons des anecdotes hilarantes et surprenantes que nous dénichons sur le Web, engageons des conversations moqueuses, débattons de manière semi-sérieuse et proposons des réflexions empreintes d’humour.

## In German

Expand Down
2 changes: 1 addition & 1 deletion lists/bytecauldron-awesome-gamemaker.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ What kind of games can you make in GameMaker? [Check out this list.](https://ste

- [FML ![GitHub Repo Stars](https://img.shields.io/github/stars/Nikkilae/fml) ![GitHub last commit](https://img.shields.io/github/last-commit/Nikkilae/fml)](https://github.com/Nikkilae/fml) - GameMaker bindings for the FMOD Studio API.
- [FMODGMS ![GitHub Repo Stars](https://img.shields.io/github/stars/mstop4/FMODGMS) ![GitHub last commit](https://img.shields.io/github/last-commit/mstop4/FMODGMS)](https://github.com/mstop4/FMODGMS) - This doesn't support everything FMOD has to offer and the project itself has been put on-hold.
- [Echo/Delay Effect](https://madwolf-studios.itch.io/audio-echodelay-effect-for-gamemaker-studio-2) - Optimized delay effect. 💸
- [Echo/Delay Effect](https://madwolf-studios.itch.io/audio-echodelay-effect-for-gamemaker-studio-2) - Optimized delay effect. ���
- [wavload ![GitHub Repo Stars](https://img.shields.io/github/stars/nkrapivin/wavload) ![GitHub last commit](https://img.shields.io/github/last-commit/nkrapivin/wavload)](https://github.com/nkrapivin/wavload) - Demonstrates how to externally load .wav files.
- [audioExt ![GitHub Repo Stars](https://img.shields.io/github/stars/tabularelf/audioExt) ![GitHub last commit](https://img.shields.io/github/last-commit/tabularelf/audioExt)](https://github.com/tabularelf/audioExt) - Sound External Loader/Unloader Manager.
- [ExternalAudio ![GitHub Repo Stars](https://img.shields.io/github/stars/NuxiiGit/ExternalAudio) ![GitHub last commit](https://img.shields.io/github/last-commit/NuxiiGit/ExternalAudio)](https://github.com/NuxiiGit/ExternalAudio) - Load external .wav files at runtime.
Expand Down
2 changes: 1 addition & 1 deletion lists/karlhorky-awesome-speakers.md
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ https://twitter.com/luisabrpereira
Topics: Ember, JavaScript\
https://twitter.com/maskedwarrior

## Romania 🇷🇴
## Romania ����🇴

<img src="https://github.com/karlhorky/awesome-speakers/raw/main/avatars/martonkodok" height="70px" width="70px" align="left" alt="" />

Expand Down
4 changes: 2 additions & 2 deletions lists/lnishan-awesome-competitive-programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Share the list with your classmates, your friends and everyone :)
| ★★★ | [Topcoder](https://www.topcoder.com/) | Topcoder has been around since 2001. Rich in history, It's considered to be one of the most prestigious organizations when it comes to technology competitions. Hundreds of SRMs gave birth to an abundant problemset. Problems here are typically more challenging than others and Topcoder therefore appeals to many elite programmers. The annual Topcoder Open (TCO) is also a widely-discussed event. |
| ★★★ | [Google Code Jam](https://code.google.com/codejam/) | Google Code Jam is certainly one of the most highly-esteemed programming competitions. The competition consists of unique programming challenges which must be solved in a fixed amount of time. Competitors may use any programming language and development environment to obtain their solutions. |
| ★★★ | [AtCoder](https://atcoder.jp) | AtCoder is a new but phenomenal contest platform created by a team of highly-rated Japanese competitive programmers. |
| ★★�� | [CodeChef](https://www.codechef.com/) | CodeChef is a non-profit educational initiative of Directi. It's a global competitive programming platform and has a large community of programmers that helps students and professionals test and improve their coding skills. Its objective is to provide a platform for practice, competition and improvement for both students and professional software developers. Apart from this, it aims to reach out to students while they are young and inculcate a culture of programming in India. |
| ★★ | [CodeChef](https://www.codechef.com/) | CodeChef is a non-profit educational initiative of Directi. It's a global competitive programming platform and has a large community of programmers that helps students and professionals test and improve their coding skills. Its objective is to provide a platform for practice, competition and improvement for both students and professional software developers. Apart from this, it aims to reach out to students while they are young and inculcate a culture of programming in India. |
| ★★★ | [SPOJ](https://www.spoj.com/) | The SPOJ platform is centered around an online judge system. It holds a staggering amount of problems prepared by its community of problem setters or taken from previous programming contests, some of which are great problems for practice (refer to the [Problem classifiers](#problem-classifiers) section). SPOJ also allows advanced users to organize contests under their own rules. |
| ★★☆ | [Timus](http://acm.timus.ru/) | Timus Online Judge is the largest Russian archive of programming problems with automatic judging system. Problems are mostly collected from contests held at the Ural Federal University, Ural Championships, Ural ACM ICPC Subregional Contests, and Petrozavodsk Training Camps. |
| ★☆☆ | [HDU](http://acm.hdu.edu.cn/) | HDU is an online judge maintained by Hangzhou Dianzi University. It's home to many classic problems from the Chinese IOI scene. |
Expand Down Expand Up @@ -278,7 +278,7 @@ Paste your codes at [ideone](https://ideone.com/), [pastebin](https://pastebin.c
| ★★★ | [Vim](https://www.vim.org/download.php) | CLI / Cross-Platform | Vim is one of the most popular text editors among advanced programmers. It allows text-editing to be done very efficiently with solely keystrokes. Vim is also highly configurable, extensible and integrates with shells (command lines) really well. The only setback about Vim is that it has a high learning curve for beginners. |
| ★★★ | [Emacs](https://www.gnu.org/software/emacs/download.html) | CLI / Cross-Platform | Emacs is another popular text editor (or development environment to be more precise). The debate on "Vim vs. Emacs" is constantly brought up due to their popularity. Basically Emacs is more than just a text editor. It has plugins like file managers, web browsers, mail clients and news clients that allows users to performs these tasks directly inside Emacs. Emacs is "heavier" because of this, but it arguably has a relatively easier learning curve for beginners. |
| ★★★ | [Far Manager](https://www.farmanager.com/download.php?l=en) | Hybrid / Windows | Far Manager is the most widely-used editor in the RU/CIS competitive programming community. It's actually a file manager in its bare bones, but you can install [FarColorer](http://colorer.sourceforge.net/farplugin.html) - a syntax highlighter plugin to program on it. Properly configured, Far Manager allows you to navigate between files very efficiently while writing your codes. |
|| [Code::Blocks](http://codeblocks.org/downloads) | GUI / Cross-Platform | Code::Blocks is the go-to IDE for C/C++. It's a full-fledged, versatile IDE with numerous great features. Code::Blocks is usually provided along with Vim in programming contests. |
|��| [Code::Blocks](http://codeblocks.org/downloads) | GUI / Cross-Platform | Code::Blocks is the go-to IDE for C/C++. It's a full-fledged, versatile IDE with numerous great features. Code::Blocks is usually provided along with Vim in programming contests. |
| ★★★ | [IntelliJ IDEA](https://www.jetbrains.com/idea/#chooseYourEdition) | GUI / Cross-Platform | IntelliJ IDEA is certainly one of the best IDEs for Java. It's used by most competitive programmers who use Java as their main language. Be sure to check out [CHelper](https://plugins.jetbrains.com/plugin/7091-chelper), a very handy plugin written for programming contests. |
| ★★☆ | [Sublime Text](https://www.sublimetext.com/3) | GUI / Cross-Platform | Sublime Text is an extraordinary text editor. Packed with powerful and innovative features like Multiple Carets, Minimaps and Command Palletes, it attracts a strong and engaging community. Sublime Text is highly extensible, so be sure to have [Package Control](https://packagecontrol.io/) installed and explore perhaps one of the largest catalogue of plugins! |
| ★★☆ | [Eclipse](https://www.eclipse.org/downloads/) | GUI / Cross-Platform | Eclipse is another good IDE for Java. It's an okay alternative to Intellij IDEA (A tad inferior to IDEA by today's standards). Sometimes contests only provide Eclipse for some reason, so this might be a good incentive to try and use Eclipse. |
Expand Down
4 changes: 2 additions & 2 deletions lists/ripienaar-free-for-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo
* [Codeberg](https://codeberg.org/) — Unlimited public and private Git repos for free and open-source projects (with unlimited collaborators). Powered by [Forgejo](https://forgejo.org/). Static website hosting with [Codeberg Pages](https://codeberg.page/). CI/CD hosting with [Codeberg's CI](https://docs.codeberg.org/ci/). Translating hosting with [Codeberg Translate](https://translate.codeberg.org/). Includes Package and Container hosting, Project management, and Issue Tracking
* [GitGud](https://gitgud.io) — Unlimited private and public repositories. Free forever. Powered by GitLab & Sapphire. CI/CD not provided.
* [GitHub](https://github.com/) — Unlimited public repositories and unlimited private repositories (with unlimited collaborators). Includes CI/CD, Development Environment, Static Hosting, Package and Container hosting, Project management and AI Copilot
* [gitlab.com](https://about.gitlab.com/) �� Unlimited public and private Git repos with up to 5 collaborators. Includes CI/CD, Static Hosting, Container Registry, Project Management and Issue Tracking
* [gitlab.com](https://about.gitlab.com/) Unlimited public and private Git repos with up to 5 collaborators. Includes CI/CD, Static Hosting, Container Registry, Project Management and Issue Tracking
* [framagit.org](https://framagit.org/) — Framagit is the software forge of Framasoft based on the Gitlab software includes CI, Static Pages, Project pages and Issue tracking.
* [heptapod.net](https://foss.heptapod.net/) — Heptapod is a friendly fork of GitLab Community Edition providing support for Mercurial
* [ionicframework.com](https://ionicframework.com/appflow) - Repo and tools to develop applications with Ionic; also you have an ionic repo
Expand Down Expand Up @@ -278,7 +278,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo
* [ipbase.com](https://ipbase.com) - IP Geolocation API - Forever free plan that spans 150 monthly requests.
* [IP Geolocation](https://ipgeolocation.io/) — IP Geolocation API - Forever free plan for developers with 30k requests per month (1k/day) limit.
* [IP Geolocation API](https://www.abstractapi.com/ip-geolocation-api) — IP Geolocation API from Abstract - Extensive free plan allowing 20,000 monthly requests.
* [IP2Location](https://www.ip2location.com) ��� Freemium IP geolocation service. LITE database is available for free download. Import the database in the server and perform a local query to determine the city, coordinates, and ISP information.
* [IP2Location](https://www.ip2location.com) Freemium IP geolocation service. LITE database is available for free download. Import the database in the server and perform a local query to determine the city, coordinates, and ISP information.
* [IP2Location.io](https://www.ip2location.io/) — Freemium, fast and reliable IP geolocation API to determine geolocation data like city, coordinates, ISP, etc. The free plan is available with 30k credits per month. Subscribe to paid plans for more advanced features or contact us for a personalized plan.
* [ipapi](https://ipapi.co/) - IP Address Location API by Kloudend, Inc - A reliable geolocation API built on AWS, trusted by Fortune 500. The free tier offers 30k lookups/month (1k/day) without signup.
* [ipapi.is](https://ipapi.is/) - A reliable IP Address API from Developers for Developers with the best Hosting Detection capabilities that exist. The free plan offers 1000 lookups without signup.
Expand Down
2 changes: 1 addition & 1 deletion lists/rossant-awesome-math.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ All resources are freely available except those with a 💲 icon.
* 📝 [Harmonic Analysis Lecture Notes](http://www.math.uiuc.edu/~laugesen/545/545Lectures.pdf) - Richard S. Laugesen (University of Illinois at Urbana–Champaign)
* 📝 [Harmonic Analysis](http://www.math.uchicago.edu/~schlag/harmonicnotes.pdf) - W. Schlag
* 📝 [Lecture Notes: Fourier Transform and its Applications](https://see.stanford.edu/materials/lsoftaee261/book-fall-07.pdf) - Brad Osgood
* 📝 [Fourier Analysis](http://www.reed.edu/physics/courses/Physics331.f08/pdf/Fourier.pdf) - Lucas Illing
* ���� [Fourier Analysis](http://www.reed.edu/physics/courses/Physics331.f08/pdf/Fourier.pdf) - Lucas Illing
* 📝 [Mathematics of the Discrete Fourier Transform (DFT) with Audio Applications](https://ccrma.stanford.edu/~jos/mdft) - Julius O. Smith III (Stanford University)

### Complex Analysis
Expand Down
Loading

0 comments on commit acdb22b

Please sign in to comment.