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 Dec 26, 2024
1 parent 759becd commit b2b0529
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lists/cyclejs-community-awesome-cyclejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ http://oleg.fi/graafi/
* [cgeorg/sinject ★10 ![GitHub Repo Stars](https://img.shields.io/github/stars/cgeorg/sinject) ![GitHub last commit](https://img.shields.io/github/last-commit/cgeorg/sinject)](https://github.com/cgeorg/sinject) - a dependency injection tool supporting Cycle's circular dependencies
* [erykpiast/cyclejs-group ★20 ![GitHub Repo Stars](https://img.shields.io/github/stars/erykpiast/cyclejs-group) ![GitHub last commit](https://img.shields.io/github/last-commit/erykpiast/cyclejs-group)](https://github.com/erykpiast/cyclejs-group) - Utility for CycleJS framework for reducing boilerplate when creating groups of streams.
* [erykpiast/cyclejs-wc ★2 ![GitHub Repo Stars](https://img.shields.io/github/stars/erykpiast/cyclejs-wc) ![GitHub last commit](https://img.shields.io/github/last-commit/erykpiast/cyclejs-wc)](https://github.com/erykpiast/cyclejs-wc) - Utility for creating Web Components based on Cycle.js
* [**ohanhi/hyperscript-helpers 390** ![GitHub Repo Stars](https://img.shields.io/github/stars/ohanhi/hyperscript-helpers) ![GitHub last commit](https://img.shields.io/github/last-commit/ohanhi/hyperscript-helpers)](https://github.com/ohanhi/hyperscript-helpers) - elm-html inspired helpers for writing hyperscript or virtual-hyperscript.
* [**ohanhi/hyperscript-helpers ��390** ![GitHub Repo Stars](https://img.shields.io/github/stars/ohanhi/hyperscript-helpers) ![GitHub last commit](https://img.shields.io/github/last-commit/ohanhi/hyperscript-helpers)](https://github.com/ohanhi/hyperscript-helpers) - elm-html inspired helpers for writing hyperscript or virtual-hyperscript.
* [**pH200/cycle-react ★342** ![GitHub Repo Stars](https://img.shields.io/github/stars/pH200/cycle-react) ![GitHub last commit](https://img.shields.io/github/last-commit/pH200/cycle-react)](https://github.com/pH200/cycle-react) - use React instead of virtual-dom with a Cycle-like API
* [madcapjake/earlhyperscript ★2 ![GitHub Repo Stars](https://img.shields.io/github/stars/MadcapJake/earl-hyperscript) ![GitHub last commit](https://img.shields.io/github/last-commit/MadcapJake/earl-hyperscript)](https://github.com/MadcapJake/earl-hyperscript) - A helper function and macro for using Earl Grey's [document-building syntax](https://breuleux.github.io/earl-grey/doc.html#documentbuildingsyntax) with Cycle.js.
* [WorldMaker/cycle-gear ★4 ![GitHub Repo Stars](https://img.shields.io/github/stars/WorldMaker/cycle-gear) ![GitHub last commit](https://img.shields.io/github/last-commit/WorldMaker/cycle-gear)](https://github.com/WorldMaker/cycle-gear) - A main function factory for Cycle based upon a formalization of Cycle's MVI pattern
Expand Down
2 changes: 1 addition & 1 deletion lists/edm00se-awesome-board-games.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@

### [Dungeons & Dragons: Castle Ravenloft](https://boardgamegeek.com/boardgame/59946/dungeons-and-dragons-castle-ravenloft-board-game)

> The master of Ravenloft is having guests for dinner �� and you are invited!\
> The master of Ravenloft is having guests for dinner and you are invited!\
> Evil lurks in the towers and dungeons of Castle Ravenloft, and only heroes of exceptional bravery can survive the horrors within.\
> Designed for 1-5 players, this boardgame features multiple scenarios, challenging quests, and cooperative gameplay.
Expand Down
2 changes: 1 addition & 1 deletion lists/j0hnm4r5-awesome-creative-technology.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Creative technologists by definition have a breadth of skills as opposed to a sp
| [**Immersive International**](https://www.immersive.international/) | [London] [Shanghai] [Ottawa] [Hong Kong] [Cape Town] | live experiences and art installations in public, private and commercial spaces |
| [**Intergalactic**](https://intergalactic.com) | [Vancouver] [London] | mobile apps, interactive screens, web development, application design and visualization | [🌐](https://intergalactic.com/careers)
| [**Invisible North**](https://www.invisiblenorth.com/) | [NYC] | culturally fluent, thoughtful experiences, bring brands to life | [📧](mailto:jobs@invisiblenorth.com)
| [**Jam3**](https://www.jam3.com) | [Toronto] [LA] [Montevideo] [Amsterdam] | create modern experiences for tomorrow's brands | [🌐](https://media.monks.com/careers)
| [**Jam3**](https://www.jam3.com) | [Toronto] [LA] [Montevideo] [Amsterdam] | create modern experiences for tomorrow's brands | [����](https://media.monks.com/careers)
| [**Jason Sherwood Design**](http://jasonsherwooddesign.com/) | [NYC] | television and broadway and concert stage design |
| [**Left Field Labs**](https://www.leftfieldlabs.com/) | [LA] | products, platforms, and services that solve fundamental human challenges | [📧](mailto:talent@leftfieldlabs.com)
| [**Listen**](https://wearelisten.com/) | [NYC] | sensory-driven brand assets, modern cultural landscape, sound, experiences |
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 @@ -266,7 +266,7 @@ Paste your codes at [ideone](https://ideone.com/), [pastebin](https://pastebin.c
| --- | --- | --- |
| ★★★ | [Bit Twiddling Hacks](https://graphics.stanford.edu/~seander/bithacks.html) | A huge compiled list of bit manipulation tricks. |
| ★★★ | [Comparing Floating Point Numbers, 2012 Edition - Random ASCII](https://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/) | Everything you need to know about floating point numbers. A must read especially for geometry topics. |
| ★★�� | [Object-Oriented C Style Languages: C++, Objective-C, Java, C# - a side-by-side reference sheet](http://hyperpolyglot.org/cpp) | A detailed side-by-side reference sheet for common syntaxes. |
| ★★ | [Object-Oriented C Style Languages: C++, Objective-C, Java, C# - a side-by-side reference sheet](http://hyperpolyglot.org/cpp) | A detailed side-by-side reference sheet for common syntaxes. |


## Tools
Expand Down
2 changes: 1 addition & 1 deletion lists/love2d-community-awesome-love2d.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ A categorized community-driven collection of high-quality, awesome [LÖVE](http:
* [Notepad++](https://notepad-plus-plus.org) - Notepad++ is a free source code editor and Notepad replacement that supports several languages.
* [LÖVE API for Notepad++ ![GitHub Repo Stars](https://img.shields.io/github/stars/dail8859/love-api-npp) ![GitHub last commit](https://img.shields.io/github/last-commit/dail8859/love-api-npp)](https://github.com/dail8859/love-api-npp) - Code completion and documentation for Notepad++.
* [Visual Studio Code](https://code.visualstudio.com/) - VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle.
* [Visual Studio Code LÖVE Launcher](https://marketplace.visualstudio.com/items?itemName=JanW.love-launcher) - A L��ve Launcher Extension for Visual Studio Code.
* [Visual Studio Code LÖVE Launcher](https://marketplace.visualstudio.com/items?itemName=JanW.love-launcher) - A Löve Launcher Extension for Visual Studio Code.
* [Lua for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=trixnz.vscode-lua) - Provides Intellisense and Linting for Lua in VSCode.
* [Local Lua Debugger](https://marketplace.visualstudio.com/items?itemName=tomblind.local-lua-debugger-vscode) - Simple Lua debugger with no dependencies. Löve specific launch.json example provided.
* [Sublime Text](https://www.sublimetext.com) - Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.
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 @@ -313,7 +313,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo
* [GoCardless](https://gocardless.com/) — Free open banking data API. PSD2. Connect 2300+ banks with your app/software in EU+UK.
* [Nyckel](https://www.nyckel.com) — Train, deploy, and invoke image and text ML models. Free training with up to 5,000 pieces of training data. 1000 model invokes per month free.
* [Observable](https://observablehq.com/) — a place to create, collaborate, and learn with data. Free: Unlimited notebooks, Unlimited publishing, Five editors per notebook.
* [OCR.Space](https://ocr.space/) An OCR API parses image and pdf files that return the text results in JSON format. Twenty-five thousand requests per month are free.
* [OCR.Space](https://ocr.space/) ��� An OCR API parses image and pdf files that return the text results in JSON format. Twenty-five thousand requests per month are free.
* [Duply.co](https://duply.co) — Create dynamic images from API & URL, design template once and reuse it. The free tier offers 70 images/month creation from API & URL and Up to 100 through Form.
* [OpenAPI3 Designer](https://openapidesigner.com/) — Visually create Open API 3 definitions for free.
* [parsehub.com](https://parsehub.com/) — Extract data from dynamic sites, turn dynamic websites into APIs, five projects free.
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 @@ -603,7 +603,7 @@ All resources are freely available except those with a 💲 icon.
## Mathematics for Computer Science

* 📝 [Mathematics for Computer Science](https://people.csail.mit.edu/meyer/mcs.pdf) - Eric Lehman, F. Thomson Leighton, Albert R. Meyer
* 📝 [Algorithms and Complexity](http://www.math.upenn.edu/%7Ewilf/AlgComp3.html) - H. Wilf
* ��� [Algorithms and Complexity](http://www.math.upenn.edu/%7Ewilf/AlgComp3.html) - H. Wilf
* 📝 [Lecture Notes on Optimization](http://people.eecs.berkeley.edu/~varaiya/papers_ps.dir/NOO.pdf) - Pravin Varaiya
* 📝 [Information Theory, Inference, and Learning Algorithms](http://www.inference.org.uk/mackay/itila/book.html) - David J. C. MacKay
* 📝 [The Chaos Textbook: Mathematics in the age of the computer](https://hypertextbook.com/chaos/) - Glenn Elert
Expand Down
2 changes: 1 addition & 1 deletion lists/springload-awesome-wagtail.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Awesome Wagtail [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38

- [Wagtail Cookiecutter Foundation ![GitHub Repo Stars](https://img.shields.io/github/stars/chrisdev/wagtail-cookiecutter-foundation) ![GitHub last commit](https://img.shields.io/github/last-commit/chrisdev/wagtail-cookiecutter-foundation)](https://github.com/chrisdev/wagtail-cookiecutter-foundation) - A Cookiecutter template for Wagtail CMS using Zurb Foundation 6.
- [Beginner Wagtail Cookiecutter ![GitHub Repo Stars](https://img.shields.io/github/stars/heymonkeyriot/beginner-wagtail) ![GitHub last commit](https://img.shields.io/github/last-commit/heymonkeyriot/beginner-wagtail)](https://github.com/heymonkeyriot/beginner-wagtail) – A super simple implementation of Wagtail CMS.
- [Wagtail Pipit ![GitHub Repo Stars](https://img.shields.io/github/stars/Frojd/Wagtail-Boilerplate) ![GitHub last commit](https://img.shields.io/github/last-commit/Frojd/Wagtail-Boilerplate)](https://github.com/Frojd/Wagtail-Boilerplate) Pipit is a Wagtail boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
- [Wagtail Pipit ![GitHub Repo Stars](https://img.shields.io/github/stars/Frojd/Wagtail-Boilerplate) ![GitHub last commit](https://img.shields.io/github/last-commit/Frojd/Wagtail-Boilerplate)](https://github.com/Frojd/Wagtail-Boilerplate) �� Pipit is a Wagtail boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
- [Django Cookiecutter Wagtail ![GitHub Repo Stars](https://img.shields.io/github/stars/Jean-Zombie/cookiecutter-django-wagtail) ![GitHub last commit](https://img.shields.io/github/last-commit/Jean-Zombie/cookiecutter-django-wagtail)](https://github.com/Jean-Zombie/cookiecutter-django-wagtail) – A Django Cookiecutter template with Wagtail. Based on the original 'Django Cookiecutter'. Features: Docker support using `docker-compose` for development and production (using Traefik with LetsEncrypt support), customizable PostgreSQL version, Bootstrap 4, media storage using Amazon S3 or Google Cloud Storage and many more.
- [wagtail-webpack-dokku ![GitHub Repo Stars](https://img.shields.io/github/stars/helixsoftco/wagtail-webpack-dokku) ![GitHub last commit](https://img.shields.io/github/last-commit/helixsoftco/wagtail-webpack-dokku)](https://github.com/helixsoftco/wagtail-webpack-dokku/) - A template with Wagtail, Webpack using django-webpack-loader, Bootstrap 5, production ready for Dokku.
- [CodeRed CMS ![GitHub Repo Stars](https://img.shields.io/github/stars/coderedcorp/coderedcms) ![GitHub last commit](https://img.shields.io/github/last-commit/coderedcorp/coderedcms)](https://github.com/coderedcorp/coderedcms) - a professionally supported WordPress alternative for building marketing websites. Create pages, blogs, forms, and every Bootstrap 4 component in the wagtail admin out-of-the-box! [Learn more](https://www.coderedcorp.com/cms/) or [watch the lightning talk](https://www.youtube.com/watch?v=U1Y-jgeGh7g&t=228s).
Expand Down
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -1032,7 +1032,7 @@ _Language specific game engine development libraries / frameworks / code._
- Zig: App Framework
- 🎉 [Upaya ![GitHub Repo Stars](https://img.shields.io/github/stars/prime31/zig-upaya) ![GitHub last commit](https://img.shields.io/github/last-commit/prime31/zig-upaya)](https://github.com/prime31/zig-upaya) - Framework for creating game tools and helper apps.
- Zig: File System
- 🎉 [Known Folders ![GitHub Repo Stars](https://img.shields.io/github/stars/ziglibs/known-folders) ![GitHub last commit](https://img.shields.io/github/last-commit/ziglibs/known-folders)](https://github.com/ziglibs/known-folders) - Provides access to well-known folders across several operating systems.
- ���� [Known Folders ![GitHub Repo Stars](https://img.shields.io/github/stars/ziglibs/known-folders) ![GitHub last commit](https://img.shields.io/github/last-commit/ziglibs/known-folders)](https://github.com/ziglibs/known-folders) - Provides access to well-known folders across several operating systems.
- Zig: Game Engine w/Editor
- 🎉 [Mach ![GitHub Repo Stars](https://img.shields.io/github/stars/hexops/mach) ![GitHub last commit](https://img.shields.io/github/last-commit/hexops/mach)](https://github.com/hexops/mach) - Game engine & graphics toolkit. [[Examples](https://machengine.org/gpu/)]
- Zig: Game Framework
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 b2b0529

Please sign in to comment.