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...

Popular topic

Nim

Nim is a statically typed, compiled, garbage-collected systems programming language.

GitHub Universe
Upcoming event recommended by GitHub
Nov
13

GitHub Universe

November 13, 2019 - November 14, 2019 • San Francisco

GitHub Universe is a conference for the builders, planners, and leaders defining the future of software.
UhOh365
Trending repository

A script that can see if an email address is valid in Office365 (user/email enumeration). This does not perform any login attempts, is unthrottled, and is incredibly useful for social engineering assessments to find which emails exist and which don't.

  • Updated Oct 26, 2019
  • 15 commits
  • Python
App recommended by GitHub

Review Notebook App

Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.

We provide complete code review workflow for notebooks,

cube.js
Trending repository
gizmodus
gizmodus commented May 8, 2019

Hey Cube.Js team!
I get the following yarn warnings when installing dependencies. Can these be fixed? Thank you.

warning @cubejs-backend/server-core > @cubejs-backend/schema-compiler > joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.

warning @cubejs-backe
logstash
Trending repository
n0othing
n0othing commented Oct 11, 2019

Logstash ships with a nifty tool [1] that makes it easier to convert ingest node pipelines configs. Users may want to try running the tool against the various pipeline definitions included with a Beats module, so it would be helpful to show an example of how you would do this specific to Beats (e.g where you might locate the definition file for a given module).

/usr/share/filebeat/module/a
moby
Trending repository
gun1x
gun1x commented Jun 3, 2019

The SDK is very unfriendly for beginners.

Apart from the fact every program imports docker/docker (including docker-ce and kubernetes) and that redirects to moby/moby on the website, the default version you get from go is v1.13.1 and people just seem to import specific commits. The releases can not be seen on moby/moby but can be found on docker/engine however you can not import s

react
Trending repository
Catch2
Trending repository
imMute
imMute commented Oct 18, 2019

If a match expression is built up and stored in a variable, which is then passed to REQUIRE_THAT, the test will crash.

TEST_CASE("Bug Demo", "[Bug]"){
    std::string str = "Bugs as a service";
    REQUIRE_THAT( str,
        Catch::EndsWith( "as a service" ) ||
        (Catch::StartsWith( "Big data" ) && !Catch::Contains( "web scale" ) ) );
    
    auto match_expression = Catch::E
App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

You can’t perform that action at this time.