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 19, 2024
1 parent 8cd988f commit d6d6257
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lists/Solido-awesome-flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Meteo

#### Augmented Reality

- [ARKit Plugin ![GitHub Repo Stars](https://img.shields.io/github/stars/olexale/arkit_flutter_plugin) ![GitHub last commit](https://img.shields.io/github/last-commit/olexale/arkit_flutter_plugin)](https://github.com/olexale/arkit_flutter_plugin) [798] - Wrapper for ARKit - Apple's augmented reality platform for iOS by [Olexandr Leuschenko](https://github.com/olexale).
- [ARKit Plugin ![GitHub Repo Stars](https://img.shields.io/github/stars/olexale/arkit_flutter_plugin) ![GitHub last commit](https://img.shields.io/github/last-commit/olexale/arkit_flutter_plugin)](https://github.com/olexale/arkit_flutter_plugin) [798���] - Wrapper for ARKit - Apple's augmented reality platform for iOS by [Olexandr Leuschenko](https://github.com/olexale).
- [ARCore Plugin ![GitHub Repo Stars](https://img.shields.io/github/stars/giandifra/arcore_flutter_plugin) ![GitHub last commit](https://img.shields.io/github/last-commit/giandifra/arcore_flutter_plugin)](https://github.com/giandifra/arcore_flutter_plugin) [433⭐] - Augmented reality with ARCore platform by [Gian Marco Di Francesco](https://github.com/giandifra).

## Plugins
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/frenck-awesome-home-assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ _It is all about the looks, apply some style._
_The Home Assistant Dashboards allows people to build custom cards on top of it,
which you can easily add to your instance._

- [Auto-Entities Card ![GitHub Repo Stars](https://img.shields.io/github/stars/thomasloven/lovelace-auto-entities) ![GitHub last commit](https://img.shields.io/github/last-commit/thomasloven/lovelace-auto-entities)](https://github.com/thomasloven/lovelace-auto-entities) - Dynamically adds entities: 🔮 Magic.
- [Auto-Entities Card ![GitHub Repo Stars](https://img.shields.io/github/stars/thomasloven/lovelace-auto-entities) ![GitHub last commit](https://img.shields.io/github/last-commit/thomasloven/lovelace-auto-entities)](https://github.com/thomasloven/lovelace-auto-entities) - Dynamically adds entities: ��� Magic.
- [Canvas Gauge Card ![GitHub Repo Stars](https://img.shields.io/github/stars/custom-cards/canvas-gauge-card) ![GitHub last commit](https://img.shields.io/github/last-commit/custom-cards/canvas-gauge-card)](https://github.com/custom-cards/canvas-gauge-card) - Use awesome gauges from canvas-gauges.com.
- [Big Number Card ![GitHub Repo Stars](https://img.shields.io/github/stars/custom-cards/bignumber-card) ![GitHub last commit](https://img.shields.io/github/last-commit/custom-cards/bignumber-card)](https://github.com/custom-cards/bignumber-card) - Display big numbers for sensors, including severity level as background.
- [Animated Weather Card ![GitHub Repo Stars](https://img.shields.io/github/stars/bramkragten/weather-card) ![GitHub last commit](https://img.shields.io/github/last-commit/bramkragten/weather-card)](https://github.com/bramkragten/weather-card) - Nice looking card showing the weather, with subtle animations.
Expand Down
2 changes: 1 addition & 1 deletion lists/jagracey-Awesome-Unicode.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Forms.) -- [Unicode 8.0.0 Chapter 3 - Surrogates](http://unicode.org/versions/Un

## Calculating Surrogate Pairs

The Unicode character **���� Pile of Poo (U+1F4A9)** in UTF-16 must be encoded as a surrogate pair, i.e. two surrogates. To convert any code point to a surrogate pair, use the following algorithm (in JavaScript). Keep in mind that we're using hexidecimal notation.
The Unicode character **💩 Pile of Poo (U+1F4A9)** in UTF-16 must be encoded as a surrogate pair, i.e. two surrogates. To convert any code point to a surrogate pair, use the following algorithm (in JavaScript). Keep in mind that we're using hexidecimal notation.

```javascript
var High_Surrogate = function(Code_Point){ return Math.floor((Code_Point - 0x10000) / 0x400) + 0xD800 };
Expand Down
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion lists/ripienaar-free-for-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo
* [sonarcloud.io](https://sonarcloud.io) — Automated source code analysis for Java, JavaScript, C/C++, C#, VB.NET, PHP, Objective-C, Swift, Python, Groovy and even more languages, free for Open Source
* [SourceLevel](https://sourcelevel.io/) — Automated Code Review and Team Analytics. Free for Open Source and organizations up to 5 collaborators.
* [webceo.com](https://www.webceo.com/) — SEO tools but with also code verifications and different types of devices
* [zoompf.com](https://zoompf.com/) �� Fix the performance of your web sites, detailed analysis
* [zoompf.com](https://zoompf.com/) Fix the performance of your web sites, detailed analysis

**[⬆️ Back to Top](#table-of-contents)**

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 @@ -307,7 +307,7 @@ All resources are freely available except those with a 💲 icon.

### Abstract Algebra

* 📝 [Introduction to Abstract Algebra](https://zodml.org/sites/default/files/Introduction_to_Abstract_Algebra_0.pdf) - D. S. Malik, John N. Mordeson, M.K. Sen (Creighton University)
* �� [Introduction to Abstract Algebra](https://zodml.org/sites/default/files/Introduction_to_Abstract_Algebra_0.pdf) - D. S. Malik, John N. Mordeson, M.K. Sen (Creighton University)
* 📝 [Introduction to Modern Algebra](http://aleph0.clarku.edu/~djoyce/ma225/algebra.pdf) - David Joyce (Clark University)
* 📝 [Algebraic Methods](http://www1.spms.ntu.edu.sg/~frederique/AA11.pdf) - F. Oggier
* 📝 [Abstract Algebra : Theory and Applications](http://abstract.ups.edu/download/aata-20150812.pdf) - Thomas W. Judson, Robert A. Beezer (Austin State University)
Expand Down
2 changes: 1 addition & 1 deletion lists/stevinz-awesome-game-engine-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ _Language specific game engine development libraries / frameworks / code._
- C++: App Framework
- 🎉 [Cinder ![GitHub Repo Stars](https://img.shields.io/github/stars/cinder/Cinder) ![GitHub last commit](https://img.shields.io/github/last-commit/cinder/Cinder)](https://github.com/cinder/Cinder) - App / graphics library for macOS, Windows, Linux, iOS. [[Website](https://libcinder.org)]
- 🎉 [Cross Window ![GitHub Repo Stars](https://img.shields.io/github/stars/alaingalvan/CrossWindow) ![GitHub last commit](https://img.shields.io/github/last-commit/alaingalvan/CrossWindow)](https://github.com/alaingalvan/CrossWindow) - Platform library for managing windows and other OS tasks.
- 🎉 [SFML ![GitHub Repo Stars](https://img.shields.io/github/stars/SFML/SFML) ![GitHub last commit](https://img.shields.io/github/last-commit/SFML/SFML)](https://github.com/SFML/SFML) 🔥 - Cross-platform access to windowing, graphics, audio and networking.
- 🎉 [SFML ![GitHub Repo Stars](https://img.shields.io/github/stars/SFML/SFML) ![GitHub last commit](https://img.shields.io/github/last-commit/SFML/SFML)](https://github.com/SFML/SFML) ��� - Cross-platform access to windowing, graphics, audio and networking.
- C++: Animation
- 🎉 [Ozz-Animation ![GitHub Repo Stars](https://img.shields.io/github/stars/guillaumeblanc/ozz-animation) ![GitHub last commit](https://img.shields.io/github/last-commit/guillaumeblanc/ozz-animation)](https://github.com/guillaumeblanc/ozz-animation) - Skeletal animation library and toolset.
- 🎉 [Tweeny ![GitHub Repo Stars](https://img.shields.io/github/stars/mobius3/tweeny) ![GitHub last commit](https://img.shields.io/github/last-commit/mobius3/tweeny)](https://github.com/mobius3/tweeny) - Inbetweening library for complex animations for games / apps.
Expand Down
2 changes: 1 addition & 1 deletion lists/unixorn-awesome-zsh-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Zgenom can load [oh-my-zsh](http://ohmyz.sh/)-compatible and [prezto ![GitHub Re

- Turbo mode – 80% faster ZSH startup! for example: instead of 200 ms, it'll be 40 ms
- Completion management (selectively disable and enable completions)
- Snippets (↔ regular files downloaded via-URL, e.g.: scripts) and through them Oh My Zsh and Prezto plugins support (��� low overhead)
- Snippets (↔ regular files downloaded via-URL, e.g.: scripts) and through them Oh My Zsh and Prezto plugins support ( low overhead)
- Annexes (↔ Zinit extensions)
- Reports (from the plugin loads – plugins are no longer black boxes)
- Plugin unloading (allows e.g.: dynamic theme switching)
Expand Down
2 changes: 1 addition & 1 deletion lists/victorshinya-awesome-ibmcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ A curated list of awesome IBM Cloud SDKs, open source repositories, tools, blogs
- [Sydney, Australia - Sydney IBM Coders Meetup Group](https://www.meetup.com/Sydney-IBM-Coders-Meetup/) - The Sydney IBM Coders meetup group exists to help Sydney developers, engineers, architects and everyone in between to better understand IBM's public cloud offerings. We encourage all our members to present and aim to spread our sessions across the breadth of the IBM Cloud offerings talking on both developer-centric and infrastructure-centric topics.
- [Taipei, Taiwan - IBM Cloud Taiwan](https://www.meetup.com/IBM-Cloud-Taiwan/) - 這是一個為想學習為#IBMCloud 的任何人所建的群組。您可能是#IBMCloud的既有用戶,或從未曾接觸過#IBMCloud。Meetup的主題包羅萬象, 且主要對象可能包涵開發者、管理員或是業務領袖.
- [Tel Aviv-Yafo, Israel - Statup & Developer - IBM Israel](https://www.meetup.com/IBM-Startup-Developer-Tel-Aviv/) - At IBM Developer & Startup Meetup Group, we will share our passion for technology and entreprneursdhip. We are a team of advocates for developers and tech startups, who strive to solve today's problems, inspire innovation and create amazing things.
- [Tokyo, Japan - IBM Cloud - 東京 (Tokyo)](https://www.meetup.com/IBM-Cloud-東京-Tokyo) - ���のグループは、最新テクノロジーを活用して、ビジネスの拡大や、より良い世界を実現する事が目的です。このグループは、#IBMCloud について学び、クラウドサービスをビジネスに活用したい全ての方が対象となります。 グループの参加者は新規、既存は問いません。 Meetupのトピックは、開発者や管理者、またはビジネスリーダー等の参加対象者によって異なり、様々なトピックについて活動します。このグループで想定しているテクノロジーのトピックとしては、クラウドプラットフォーム、Artificial Intelligence (AI/人工知能)、ブロクチェーン、分析、オートメーション、クラウドサービス/API、データサイエンス、イテグレーション、アプリケーション開発や、ガバナンス等です.
- [Tokyo, Japan - IBM Cloud - 東京 (Tokyo)](https://www.meetup.com/IBM-Cloud-東京-Tokyo) - このグループは、最新テクノロジーを活用して、ビジネスの拡大や、より良い世界を実現する事が目的です。このグループは、#IBMCloud について学び、クラウドサービスをビジネスに活用したい全ての方が対象となりま��。 グループの参加者は新規、既存は問いません。 Meetupのトピックは、開発者や管理者、またはビジネスリーダー等の参加対象者によって異なり、様々なトピックについて活動します。このグループで想定しているテクノロジーのトピックとしては、クラウドプラットフォーム、Artificial Intelligence (AI/人工知能)、ブロクチェーン、分析、オートメーション、クラウドサービス/API、データサイエンス、イテグレーション、アプリケーション開発や、ガバナンス等です.
- [Tokyo, Japan - IBM Developer Tokyo](https://www.meetup.com/IBM-Developer-Tokyo/) - “This is a group for anyone interested in development using technologies like AI, IoT, Blockchain, etc. All skill levels are welcome. Looking forward to learning and building new application with everybody.”
- [Toronto, ON - IBM Cloud - Toronto](https://www.meetup.com/IBM-Cloud-Toronto/) - This is a group for anyone interested in learning about #IBMCloud, the cloud built for business. You can be an existing #IBMCloud user, or someone who has never touched the #IBMCloud before. Meetup topics will vary and could be of interest to developers, administrators, or business leaders.
- [Wellington, New Zealand - IBM Cloud - Wellington](https://www.meetup.com/IBM-Cloud-Wellington/) - The Wellington 👁️🐝☁️meetup is the place for developers, engineers, architects, designers and everyone between to geek-out and talk all things tech. Covering topics such as Cloud, Application Modernisation, Internet of Things, Blockchain, Artificial Intelligence, Machine Learning, Data Analytics, Open Source and more.
Expand Down

0 comments on commit d6d6257

Please sign in to comment.