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 22, 2020
  • Rich Text Format
Awesome Lists logo
Popular topic
An awesome list is a list of awesome things curated by the community.
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

Airbrake

Airbrake empowers engineering teams to release with confidence. We alert you to new errors, and give you the information you need to fix those bugs fast. So you can spend less time debugging and focus on writing and shipping great code.

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

Trending repository
tomdov
tomdov commented Jan 27, 2020
  • face_recognition version: latest docs
  • Python version: N/A
  • Operating System: N/A

Description

the docs say that default value for 'model' is "large". in fact, it is "small", which makes a different. please correct the docs

App recommended by GitHub

Octobox

Untangle your GitHub notifications

Octobox helps you manage your notifications in the same way Gmail helps you manage your email. Built for developer workflows centred around GitHub issues, pull requests, comments and commits, Octobox makes sure you never miss another mention or misplace another issue.

You can’t perform that action at this time.