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

IPFS logo
Popular topic
IPFS is a peer-to-peer protocol for content-addressed sharing of data via a distributed file system.
trax
Trending repository
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.
Trending repository
PaulNewton
PaulNewton commented Feb 14, 2020

This issue will use computer science algorithms as an example but the issue is not about that specific topic but rather the implementation of ANY "track".

In addition to the three skill based tiers there should be knowledge pursuit tracks allowing new learners to move through those tiers onto related app-projects. This differs from #34 by focusing on a self directed educational go

BuildPulse screenshot
App recommended by GitHub

BuildPulse

Spend more time shipping and less time tracking flaky builds. Automatically track flakes and monitor trends across all your projects, so you can celebrate improvements and catch problems before they fester.

Get started in less than a minute. Works with any CI that works with GitHub (Jenkins, CircleCI, Travis, GitHub Actions, etc.).

Trending repository
Trending repository
njacharya
njacharya commented Aug 16, 2019

A description is incomplete. It should mention:

These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.

right after

"There are two main patterns to support high availability: fail-over and replication. "

Trending repository
ptalmeida
ptalmeida commented Jan 6, 2019

Currently --quiet and --verbose are opposites, where --quiet is the default option.

Given the number of websites covered by Sherlock, should --quiet be altered so that it is not the opposite of verbose but an option that displays only websites where the username has been found?

This way no options remains as it is, -v as it is, and -q as described above.

Trending repository
guzzur
guzzur commented Jan 26, 2020

I would be great to have a few real-world examples, e.g.:

  • go to page
  • wait for it to load
  • select a specific input[name=username]
  • type a username into it
  • select a specific input[name=password]
  • type a password into it
  • take a screenshot
  • select button[name=submit] (or submit)
  • wait for next page to load

The boilerpate for a newbie may be devastating.

E.g. the first

Trending repository
Trending repository
Trending repository
bricelam
bricelam commented Jan 18, 2020

Similar to PR #19617, we can enable more decimal operations by leveraging UDFs. Unlike TimeSpan, however, there isn't an acceptable type we can convert to to perform the operations, so it will require roughly one UDF per operation. For example:

.NET SQL
m1 + m2 ef_add($m1, $m2)
m1 / m2 ef_divide($m1, $m2)
m1 > m2 ef_compare($m1, $m2) > 0
m1 >= m2 ef_compare($m1, $m2) >=
Restyled.io screenshot
App recommended by GitHub

Restyled.io

Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.

You can’t perform that action at this time.