Here's what's popular on GitHub today...
Trending repository
-
Updated
Apr 22, 2022 - TypeScript
GitHub Skyline
Enter your username and annotate some of the “towers” to share your GitHub story in 3D, VR, and IRL.
Popular topic
Trending repository
-
Updated
Apr 22, 2022 - Go
Trending repository
-
Updated
Apr 21, 2022 - Java
Upcoming event recommended by GitHub
DevOps Days: Birmingham
May 05, 2022 - May 06, 2022 • Birmingham, UK
Trending repository
Trending repository
-
Updated
Apr 22, 2022 - Go
Collection recommended by GitHub
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
App recommended by GitHub
DeepSource
DeepSource is the fastest and the most reliable way to run static analysis on your code. Our 13+ analyzers help you prevent thousands of security and bug risks, anti-patterns, and other defects before your code is merged.
But wait, we have more!
- Automatically fix issues with Autofix. One-click, and done!
- Put your code formatting on complete autopilot with Transformers.
- Sleek, dark-mode UI that you'd actually enjoy using.
- Free forever for developers and small teams.
Trending repository
-
Updated
Apr 22, 2022 - Python
Trending repository
Feature Request
python3 has -c option which allows passing an arbitrary program string. This is useful for quick ad-hoc experiments in the shell (especially with --live mode).
E.g. python3 -c 'print(len([str(i) for i in range(1000000000)]))'
Would be nice if memray run had a similar mode?
Describe the solution you'd like
memray run -c could have the same logic as
Trending repository
-
Updated
Apr 22, 2022
Trending repository
-
Updated
Apr 19, 2022
Trending repository
-
Updated
Apr 22, 2022 - C++
Trending repository
-
Updated
Apr 13, 2022 - JavaScript
Trending repository
Trending repository
-
Updated
Apr 21, 2022 - CSS
Trending repository
Trending repository
-
Updated
Apr 6, 2022 - Jupyter Notebook
Trending repository
-
Updated
Apr 20, 2022 - Python
Trending repository
-
Updated
Apr 21, 2022 - Rust
Trending repository
-
Updated
Mar 28, 2022 - Python
Trending repository
The
width: 1em and height: auto should be sufficient in allowing the flag to resize with font-size changes.
Though em is not supported in IE 6-9, so perhaps something like the following is required:
var ukrainianFlag = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" widTrending repository
CMake Warning at <hidden>/Catch2/v2.13.7/Catch2_Release/lib/cmake/Catch2/CatchAddTests.cmake:46 (message):
Test executable
'<hidden>'
contains no tests!
Adding another test makes the error go away.
Trending repository
-
Updated
Apr 22, 2022 - Kotlin
Trending repository
Deno's implementation of the structured clone algorithm is divided into a JS part, and a native part which doesn't have access to DOMException. Since serialization errors must be represented by throwing a DataCloneError DOMException, the native part throws a TypeError with the required message, and the JS part [rethrows an
Trending repository
Sorry for not following the template. It's a straightforward question.
By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:
# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
deny all;
}
However, this disables xmlrpc feature, which disa
Trending repository
-
Updated
Apr 22, 2022 - TypeScript
App recommended by GitHub
WakaTime
Productivity metrics, insights, and time tracking automatically generated from your programming activity.
How it Works
-
Install the open-source plugin for your editor
-
Write code like you already do
-
Get a personal or team dashboard with metrics about your programming
Features
- Fully-automatic project detection
- Language usage breakdown
- Private Leaderboards
- Commit stats
- Embeddable SVG charts