-
Updated
Dec 5, 2020 - TypeScript
{{ message }}
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
A Hex Editor for Reverse Engineers, Programmers and people that value their eye sight when working at 3 AM.
Repro steps
npm install uuid (this uses the native 'crypto' api)npm startError 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,
December 09, 2020 • Virtual
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
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
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.
An open and reliable container runtime
Open source documentation of Microsoft Azure
50+ mini web projects using HTML, CSS & JS
Archive of bytepack.io
A professional front-end template for building fast, robust, and adaptable web apps or sites.
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.
A list of resources for those interested in getting started in bug bounties
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
A collection of awesome resources related to the yearly Advent of Code challenge.
Free & Open Source Invoice App for Freelancers & Small Businesses
JavaScript Style Guide
Micronaut Application Framework
PULSE: Self-Supervised Photo Upsampling via Latent Space Exploration of Generative Models
Bring your code to the conversations you care about with the GitHub and Slack app. A separate Slack subscription is required. With two of your most important workspaces connected, you’ll get updates about what’s happening on GitHub—without leaving Slack.
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.