Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
A Hex Editor for Reverse Engineers, Programmers and people that value their eye sight when working at 3 AM.
-
Updated
Dec 6, 2020 - C++
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
macOS
Repro steps
- Create fresh WMR setup
npm install uuid(this uses the native 'crypto' api)- run
npm start
Error bundling crypto: Error: Could not loadnpm/crypto@1.0.1/index.js: Package crypto does not contain file index.js
500 /@npm/crypto - Could not loadnpm/crypto@1.0.1/index.js: Package crypto does not contain file index.js
The package 'crypto' on npm is deprecated,
Description of the problem / feature request:
The presence of a .bazelversion file that defines any non-matching version at the root of a directory structure prevents bazel from intepreting any commands in any subdirectory, including bazel version, help, info.
However, these are the commands needed to debug why .bazelversion is not satisfied, or to query non-build-related hel
GitHub Universe 2020
December 09, 2020 • Virtual
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Azure Boards
Plan, track, and discuss work across your teams
Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects – big and small.
A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.
An open and reliable container runtime
-
Updated
Dec 4, 2020 - Go
Open source documentation of Microsoft Azure
-
Updated
Dec 5, 2020 - PowerShell
-
Updated
Dec 3, 2020 - Python
50+ mini web projects using HTML, CSS & JS
-
Updated
Dec 4, 2020 - CSS
Archive of bytepack.io
-
Updated
Dec 3, 2020 - Elixir
A professional front-end template for building fast, robust, and adaptable web apps or sites.
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Dec 3, 2020
TinyCheck allows you to easily capture network communications from a smartphone or any device which can be associated to a Wi-Fi access point in order to quickly analyze them. This can be used to check if any suspect or malicious communication is outgoing from a smartphone, by using heuristics or specific Indicators of Compromise (IoCs). In order to make it working, you need a computer with a Debian-like operating system and two Wi-Fi interfaces. The best choice is to use a Raspberry Pi (2+) a Wi-Fi dongle and a small touch screen. This tiny configuration (for less than $50) allows you to tap any Wi-Fi device, anywhere.
-
Updated
Dec 4, 2020 - Python
A list of resources for those interested in getting started in bug bounties
-
Updated
Dec 5, 2020
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
-
Updated
Nov 29, 2020 - JavaScript
A collection of awesome resources related to the yearly Advent of Code challenge.
-
Updated
Dec 6, 2020 - JavaScript
Free & Open Source Invoice App for Freelancers & Small Businesses
-
Updated
Dec 4, 2020 - PHP
JavaScript Style Guide
-
Updated
Dec 5, 2020 - JavaScript
Micronaut Application Framework
-
Updated
Dec 5, 2020 - Java
PULSE: Self-Supervised Photo Upsampling via Latent Space Exploration of Generative Models
-
Updated
Jun 28, 2020 - Python
BackHub
BackHub creates recurring backups of your repositories and metadata with daily snapshots.
Having a backup is essential in case of a disaster. However, most developers don't have one because it's a pain to write the script, set up and document the infrastructure and make sure it runs reliably every day.
With BackHub you don't have to worry about this. Set up reliable backups for your GitHub repositories in minutes and recover anytime in case of a disaster.


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.