-
Updated
Mar 17, 2021 - Python
Here's what's popular on GitHub today...
-
Updated
Mar 16, 2021 - Jupyter Notebook
View a 3D model of your GitHub contribution graph. Share it, print it, and more!
Ubuntu
-
Updated
Mar 16, 2021 - Go
-
Updated
Mar 16, 2021 - JavaScript
GitHub CTF - A Call to Hacktion!
March 17, 2021 - March 21, 2021 • Online
Feature Request
What feature are you suggesting?
Overview:
Currently, the range list implementation performs linear search on the FindOverlaps method. The purpose of this method is finding all ranges that overlaps with the range that is passed as argument. This can be improved with the use of interval trees, a data structure designed for fast insertion, removal and lookup of int
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Stale
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
How it works
After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.
-
Updated
Mar 12, 2021 - C++
-
Updated
Mar 11, 2021 - Shell
-
Updated
Mar 15, 2021 - Inno Setup
-
Updated
Mar 16, 2021 - Jupyter Notebook
-
Updated
Mar 13, 2021
Aim/Problem: Improve the docstrings in all the python files in the codebase. This will also fulfill the prerequisite for the lint check Check to enforce use of Args, Returns and Raises in the docstring. to be introduced for #8423.
Suggested fix: Do a grep or a search (CTRL+F) for def keyword in the file to get all the possible places that we would need to fix. Verify that the
-
Updated
Mar 16, 2021 - Python
-
Updated
Mar 14, 2021 - Go
-
Updated
Mar 17, 2021 - C#
-
Updated
Feb 14, 2021 - JavaScript
bitmap/bit array
I came around few plugins but I don't have that much idea on integrating everything together
https://github.com/glepnir/lspsaga.nvim
https://github.com/nvim-lua/completion-nvim
-
Updated
Mar 15, 2021 - JavaScript
Just sharing
Install tools:
brew install geekbench
brew install w3m
Run benchmark, must have internet for Geekbench 5 tryout mode:
/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5
Use w3m get result in terminal:
w3m -dump https://browser.geekbench.com/v5/cpu/5992961
One line can be:
w3m -dump $(/Applications/Geekbench\ 5.app/Conten
-
Updated
Mar 17, 2021 - C++
Code Inspector
Code Inspector is a code analysis platform that does automated code reviews, technical debt management and analysis of code quality trends over time. The platform aggregates multiple quality metrics (violations, duplicates, readability, complexity). The platform reports the $ figure of the technical debt and show trends of your code base. Code Inspector reports the most critical issues by distinguishing them according to their category, severity and location.


Flameshot version
(All versions)
Describe the bug
There are lots of Linux-only files installed when Windows MSI package is installed:
Probably we should add an
if()statement insrc/CMakeLists.txtfile and do not call thoseconfigure_file()instructions on Windows/