-
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.
Just came across one of our client projects, which uses their own npm registry instead of the official one. By making it configurable via cli-flag like --registry https://my-registry.com we could support that use case.
I'm wondering if this is how we can make our npm plugin testable too! We could spin up a fake registry since we only ever download the tarball and use the --registry flag in
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
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
The top apps in the world rely on Instabug for bug reporting, crash reporting, and in-app user feedback. With just one line of code, beta testers and users can report bugs and provide mobile and support teams with detailed feedback by just shaking their phones.
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
Azure Pipelines offers cloud-hosted pipelines for Linux, macOS, and Windows with 10 free parallel jobs and unlimited minutes for open source projects.
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.