Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

Trending repository

This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.

  • Updated Feb 21, 2020
  • Rich Text Format
.NET logo
Popular topic
.NET is a free, cross-platform, open source developer platform.
Trending repository
goldbergyoni
goldbergyoni commented Jan 26, 2020

Given the immense popularity of Docker and the need to harden it different per platform (see ideas below) - we'd like to start writing a Docker best practices section.

You're welcome to contribute ideas and write best practices - writing and brainstorming will people is an amazing way to deepen your Docker understanding.

At first, we want to collect ideas for best practices, solidify a list

Git Merge 2020
Upcoming event recommended by GitHub
Mar
4

Git Merge 2020

March 04, 2020 • Los Angeles

Git Merge is a one-day conference dedicated to the version control tool that started it all—and the people who use it every day.
App recommended by GitHub

WhiteSource Bolt

We'll help you harness the power of open source without compromising on security or agility!

WhiteSource Bolt for GitHub is a FREE app, which continuously scans all your repos, detects vulnerabilities in open source components and provides fixes. It supports both private and public repositories.

We've got you covered with over 200 programming languages support and continuous tracking of multiple open source vulnerabilities databases like the NVD and additional security advisories.

computervision-recipes
Trending repository
Trending repository
Yanwenjiepy
Yanwenjiepy commented Aug 30, 2019

项目推荐

  • 项目地址:https://github.com/nushell/nushell

  • 类别:Rust

  • 项目后续更新计划:
    该项目已达到最低可行的产品质量水平。虽然贡献者将它作为日常驱动程序,但它可能对某些命
    令不稳定。未来版本将填补缺失的功能并提高稳定性。它的设计也随着成熟而变化。

    Nu附带了一组内置命令(如下所示)。如果命令未知,命令将弹出并执行它(在 Windows 上使
    用 cmd 或在 Linux 和 MacOS 上使用 bash),正确地通过 stdin,stdout 和 stderr,所以像你的日常 git 工作流程甚至 vim 可以正常工作。

    还有一本关于 Nu 的书,目前正在进行中。

  • 项目描述:这是一个 Github 时代下,一个更加现代的 shell。Nushell 将 shell 命

refined-github
Trending repository
Trending repository
Trending repository
dokato
dokato commented Sep 3, 2019

There's a problem with processing commas in a preprocessing script. I think that

transistor_count = str_remove(transistor_count, ","),

should be replaced by

transistor_count = str_replace_all(transistor_count, ",",""),

Otherwise the value for eg. 32-core AMD Epyc lacks trailing zeros (like 19200).

So it should be overall:

library(tidyverse)
library(rv
Trending repository
chwarr
chwarr commented Jan 10, 2020

The documentation for AKS scaling doesn't explain how to perform a scale operation using either Az PowerShell, the Azure Portal, or the Azure AKS/resource API. It would be better if it talked about these other methods of manipulating Azure resources as well as the az command line tool.


Document Details

⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue l

App recommended by GitHub

Better Code Hub

Spend less time fixing bugs. And more time shipping new features.

A clean codebase keeps development velocity high & makes contributing easy.
Better Code Hub indicates just the right amount of refactoring needed to keep it compliant.
Better Code Hub checks your code for compliance against 10 benchmarked software engineering guidelines. It gives immediate feedback on where to focus for quality improvements. 17 modern programming languages are supported. Up to 700,000 lines of code

You can’t perform that action at this time.