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
Webpack logo
Popular topic
Webpack is a bundler that takes modules with dependencies and creates static assets.
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.
Waydev screenshot
App recommended by GitHub

Waydev

Waydev analyzes your codebase from GitHub to help you bring out the best in your engineers work.

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
andreasmarx
andreasmarx commented Feb 11, 2020

Please update the documentation to reflect the current situation:
For SSTP, up to two DNS servers are pushed from the gateway (only VNG supports SSTP, VWAN not).
For IKEv2 and OpenVPN only 1 DNS server is pushed by the gateways in both case VNG and VWAN. A 2nd DNS Server has always to come from the client config. The Azure VPN Client is not capable to configure DNS servers. So with the Azure VPN c

Waydev screenshot
App recommended by GitHub

Waydev

Waydev analyzes your codebase from GitHub to help you bring out the best in your engineers work.

You can’t perform that action at this time.