Here's what's popular on GitHub today...
Trending repository
It would be useful to have a way to list all fargate profiles associated with a fargate cluster. Currently there isn't a way to access the default profile created by the FargateCluster construct.
Use Case
My specific case is to allow new FargateCluster to create a default fargate profile, then fetch the pod execution role from that profile and reuse it later when adding further
Game Bytes
We take a look at 30 fantastic, free, and open source Linux games, their communities, and their stories. Part 2 of 3.
Popular topic
iOS
Trending repository
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
-
Updated
Sep 2, 2021 - Python
Trending repository
Learn how to responsibly deliver value with ML.
-
Updated
Sep 2, 2021 - Jupyter Notebook
Upcoming event recommended by GitHub
js13kGames competition
August 13, 2021 - September 13, 2021 • Online
Trending repository
-
Updated
Sep 3, 2021 - Rust
Trending repository
10x faster matrix and vector operations.
-
Updated
Sep 1, 2021 - C++
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
Ranger
Repo maintenance is hard — you could use a hand
Ranger is a sidekick for repo maintainers. It reduces the burden of repository maintenance by automating common tasks, like:
- Auto-merging pull requests when all the status checks pass
- Auto-closing issues when a specific label is applied after a preconfigured amount of time
- Creating frequent comments in a standardized manner
- Auto-deleting branches after pull requests have been merged
- and more!
Trending repository
A repository for All algorithms implemented in Javascript (for educational purposes only)
-
Updated
Sep 2, 2021 - JavaScript
Trending repository
A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC.
-
Updated
Aug 27, 2021 - C#
Trending repository
Confluence Server Webwork OGNL injection
-
Updated
Sep 3, 2021 - Python
Trending repository
Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
-
Updated
Apr 13, 2021 - Python
Trending repository
Documentation Feedback
Describe how to use chips with forms: reactive and template-driven. Add examples
Affected documentation page: https://material.angular.io/components/chips/overview
Trending repository
-
Updated
Sep 2, 2021 - Java
Trending repository
OpenVINO™ Toolkit repository
-
Updated
Sep 3, 2021 - C++
Trending repository
A helpful 5-page machine learning cheatsheet to assist with exam reviews, interview prep, and anything in-between.
-
Updated
Aug 7, 2021 - TeX
Trending repository
We need to correctly display that there was an issue when a redemption fails for some reason.
Trending repository
Create generative art by using the canvas api and node js, feel free to contribute to this repo with new ideas.
-
Updated
Sep 3, 2021 - JavaScript
Trending repository
《Designing Data-Intensive Application》DDIA中文翻译
-
Updated
Sep 3, 2021 - Python
Trending repository
Trending repository
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
or only Idea
Description
Enable to create shared volumes at the Pod level like in the Kubernetes Pod
Currently, Podman volumes can be shared via podman run --mounts-from, i.e only at the container level. On other hand, Kubernetes allows share volumes uniformly mounted by all Pod's containers. I
Trending repository
-
Updated
Aug 26, 2021 - Python
Trending repository
The new GrpcDataRuntime (https://github.com/jina-ai/jina/blob/master/jina/peapods/runtimes/grpc/__init__.py) does not support sharding at the moment. Thus a Flow should not specify this runtime and a sharded pod at the same time.
Right now this will not raise any error, but silently produce unexpected behavior. This is undesirable and the Flow should rather check this condition and raise an app
Trending repository
A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
-
Updated
Sep 3, 2021 - JavaScript
Trending repository
Infrastructure resource modeling for network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev
-
Updated
Sep 2, 2021 - Python
Trending repository
Metarhia educational program index
-
Updated
Aug 29, 2021 - JavaScript
App recommended by GitHub
Sider
Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.


Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist