developer
Here are 1,945 public repositories matching this topic...
Pointers to useful, well-written, and otherwise beautiful documentation.
-
Updated
Jun 14, 2022
퀵 정렬 - bold 설정
-
Updated
Jun 15, 2022
Android Developer Roadmap - A complete roadmap to learn Android App Development
-
Updated
Nov 3, 2021 - Java
-
Updated
Jul 11, 2022 - JavaScript
UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance
-
Updated
Jul 7, 2022 - Dart
Minimal landing page for developers
-
Updated
Jun 15, 2022 - CSS
A whole new world of 300+ developer cheatsheets
-
Updated
Jan 23, 2022 - JavaScript
The unofficial Apple Events app for macOS
-
Updated
Jun 18, 2020 - Objective-C
Describe the bug
A clear and concise description of what the bug is.
This bug only present on iOS 15. When, the showModal boolean is set to true in .onAppear. It is not possible to dismiss the modal, unless restrictDismissal is set to false.
To Reproduce
Steps to reproduce the behavior:
Great example would be:
struct Dashboard: View {
@State private var showModal: Bool
Submit Just 4 PRs to earn SWAGS and Tshirts
-
Updated
Jun 8, 2022 - Jupyter Notebook
-
Updated
Jun 5, 2022 - SCSS
公务员从入门到上岸,最佳程序员公考实践教程
-
Updated
Jun 29, 2022
My personal portfolio website built using React and three js
-
Updated
May 21, 2022 - JavaScript
A collection of plugins, starter themes and tools to make WordPress development easier.
-
Updated
Jan 12, 2022
MasterPlan is a project management software / visual idea board software. It attempts to be easy to use, lightweight, and fun.
-
Updated
Jul 6, 2022 - Go
Improve this page
Add a description, image, and links to the developer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the developer topic, visit your repo's landing page and select "manage topics."


안녕하세요
자료 보면서 공부하다가 counting sort 코드가 이상한 부분이 있어서 수정했습니다
arr.length->counting.lengthcounting[arr[i]]->counting[arr[i]] - 1좋은자료 항상 감사합니다 :)