Here's what's popular on GitHub today...
Trending repository
Template / PR Information
- Added phpMyAdmin Default Login
- References: https://www.phpmyadmin.net/
Template Validation
I've validated this template locally?
- YES
- NO
Additional Details (leave it blank if not applicable)
Additional References:
GitHub Skyline
Enter your username and annotate some of the “towers” to share your GitHub story in 3D, VR, and IRL.
Popular topic
Ubuntu
Trending repository
Feature request
Place the access_log and error_log directives inside the main server block instead of http block.
Feature description
Disable access_log at http block:
File: /etc/nginx/nginx.conf
# ...
http {
# ...
access_log off;
# ...
}
# ...Enable per site access_log and error_log at main server block:
File: /etc/nginx/
Trending repository
-
Updated
May 14, 2022 - Dart
Upcoming event recommended by GitHub
Kansas City Developer Conference 2022
August 08, 2022 - August 10, 2022 • Kansas City, MO
Trending repository
I want to train paddleOCR for Bengali+English Language. But couldn't find any tutorial or reference to do so. How can i train PaddleOCR for Bangali+English Language Together.
I found a Bengali Vocab Corpora(60000+ words) in the given link bellow
https://raw.githubusercontent.com/JaidedAI/EasyOCR/master/easyocr/dict/bn.txt
also the list of Bengali latter in the given link bellow -
https://
Trending repository
-
Updated
May 12, 2022 - Dart
Collection recommended by GitHub
App recommended by GitHub
CodeScene
CodeScene is a quality visualization tool for software. Prioritize technical debt, detect delivery risks, and measure organizational aspects. Fully automated.
- Prioritize development hotspots based on Code Health measure.
- Integrates with GitHub checks to supervise hotspots in pull requests.
- Utilize socio-technical analyses to measure off-boarding risks, detect team coordination bottlenecks, etc.
Trending repository
-
Updated
Apr 2, 2019 - Go
Trending repository
Feature request
Is your feature request related to a problem? Please describe.
I'm using the SMS OTP feature for a progressive web application to be used on mobiles and would like to use the WebOTP API to automatically handle the SMS. The new templating feature gets me almost there – but only almost since it does not allow newlines (\n).
Describe
Trending repository
-
Updated
Mar 23, 2022
Trending repository
-
Updated
May 13, 2022 - Dart
Trending repository
-
Updated
May 14, 2022 - Java
Trending repository
-
Updated
May 12, 2022
Trending repository
The code coverage is 28.46% on coveralls.
Can tests be added and this be improved if possible?
I don't claim to know how bubbletea works internally and I think terminal based applications are hard to test, but if it is possible please add more thorough tests.
Trending repository
Feature request
We currently have ViLT in the library, which, among other tasks, is capable of performing visual question answering (VQA).
It would be great to have a pipeline for this task, with the following API:
from transformers import pipeline
pipe = pipeline("vqa")
pipe("cats.png", "how many cats are there?")
`
Trending repository
-
Updated
May 12, 2022 - Python
Trending repository
-
Updated
May 14, 2022 - Kotlin
Trending repository
Trending repository
-
Updated
May 13, 2022 - JavaScript
Trending repository
Description
file.replace with backslash_literal throwing the following traceback.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/salt/cli/caller.py", line 218, in call
ret["return"] = self.minion.executors[fname](
File "/usr/lib/python3/dist-packages/salt/loader/lazy.py", line 149, in __call__
return self.loader.run(run_func, *args, **kwargs
Trending repository
-
Updated
May 12, 2022 - HTML
Trending repository
-
Updated
May 14, 2022 - PowerShell
Trending repository
-
Updated
May 13, 2022 - JavaScript
Trending repository
Use TryAddScoped here instead of AddScoped
It's not clear to me why we do this, but I suspect that it is because in the past we might have had a different implementation registered by default inside MVC for rendering
Trending repository
- I've read, understood, and done my best to follow the *CONTRIBUTING guidelines.
What did you do?
I implemented LineChart in my project and tried to subclass LineChartRenderer in order to change offset of values that are drawn in func drawValues(context: CGContext). The problem is that the only option is to copy all co
Trending repository
-
Updated
May 10, 2022 - Python
App recommended by GitHub
webapp.io
Ship code faster with webapp.io
Developers move much faster using webapp.io to get per-branch review & E2E testing environments.
- Use our interactive drag-and-drop builder to create a pull request template that contains all of the information a reviewer would need to approve a change.
- Our hosted environments use a powerful caching mechanism to avoid running repetitive steps like
npm installover and over again.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_mainThis targets should also be available when adding gtest with
add_subdirectory(orFetchContent), because this should behave the same way as adding GTest withfind_package. So somewhere, we should add the aliases to these targets, i.e.