Here's what's popular on GitHub today...
-
Updated
Jun 27, 2021 - C++
We’ve seen some amazing community projects this last month. This was a huge month for the community with hundreds of new releases. There’s everything from world-changing tech to weekend hobbies.
-
Updated
Jun 20, 2021 - JavaScript
js13kGames competition
August 13, 2021 - September 13, 2021 • Online
-
Updated
Jun 27, 2021 - C#
-
Updated
Jun 27, 2021 - C
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Layer CI
Ship code faster with LayerCI
Developers move much faster using LayerCI to get per-branch review & E2E testing environments.
- It's easy to write efficient tests with our familiar Docker-like syntax. Never see a huge YAML file again.
- Get a staging server per-commit by adding
EXPOSE WEBSITEto the bottom of your pipeline configuration - Skip repetitive setup with our industry-leading Layer cache, it's like "docker build" but supercharged specifically for CI.
-
Updated
Jun 26, 2021
-
Updated
Jun 27, 2021
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
-
Updated
Jun 27, 2021 - AutoIt
-
Updated
Jun 24, 2021 - JavaScript
-
Updated
Jun 27, 2021
-
Updated
Jun 25, 2021 - TypeScript
-
Updated
Jun 22, 2021
-
Updated
Jun 27, 2021 - Jinja
-
Updated
Jun 25, 2021
-
Updated
Jun 25, 2021 - HTML
-
Updated
Jun 27, 2021 - Scala
-
Updated
Jun 23, 2021
What article on docs.github.com is affected?
https://docs.github.com/articles/managing-your-work-with-issues
What part(s) of the article would you like to see updated?
I would like to see this page be given adequate explanation of the
"basics of issues" as it says it links to from this page
https://github.com/features/project-management/
Plan for whoever would like
Refactor devilution.DefaultClass::SaveItemPower(int, item_effect_type, int, int, int, int, int)
I've selected devilution.DefaultClass::SaveItemPower(int, item_effect_type, int, int, int, int, int) for refactoring, which is a unit of 382 lines of code and 7 parameters. Addressing this will make our codebase more maintainable and improve [Better Code Hub](https:/
-
Updated
Jun 27, 2021 - Python
-
Updated
Jun 26, 2021 - Dart
-
Updated
May 15, 2021
-
Updated
Jun 26, 2021
Jira Software + GitHub
Connect your code with your project management in Jira. A separate Jira Cloud subscription is required. With two of your most important tools connected, you'll spend less time managing projects and more time working on them.
By installing or using the app, you agree to the Terms and Conditions.



Current Behaviour
The flamegraph sorts the siblings in ascending order by frame's name.
The reference to code is here
Expected Behaviour
The siblings should appear in order of their start time.
This can be achieved according to library docs mentioned [here](https://github.com/spiermar/d3-fla