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

CSS logo
Popular topic
Cascading Style Sheets (CSS) is a language used most often to style and improve upon the appearance of views.
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

Codecov screenshot
App recommended by GitHub

Codecov

Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.

  1. Upload coverage reports from your CI builds.
  2. Codecov merges all builds and languages into one beautiful, coherent report.
  3. See this data overlaid via our browser extension with Sourcegraph.

Are you desiring an on-prem install? Please see https://codecov.io/enterprise

Do you have fewer than 5 users in your org + private repos? You can sign up for free at https://codecov.io/

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) >=
App recommended by GitHub

GuardRails

GuardRails scans new code changes as they occur in your repositories. For pull requests, we will post comments whenever security issues are detected. For branches, you will be able to see reports in your dashboard.

You can’t perform that action at this time.