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

Azure logo
Popular topic
Azure is a cloud computing service created by Microsoft.
computervision-recipes
Trending repository
mawah
mawah commented Nov 6, 2019

Description

In the setup guide, users may need more guidance on what SKU to select. From experience I know which VMs have GPUs, and how to request more quota if I find I can’t create a VM, but your repo users might not know those things. But even so, I'm unsure what type of VM to create, because at this point I know very little of CVBP e.g. whether there is any point having more than one GP

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
rubyFeedback
rubyFeedback commented Feb 19, 2020

This may be a bit much to ask, because people don't have much time available, I suppose ...

... but I think I am not the only one who thinks that it would be nice if someone could explain the code too.

This does NOT have to be to every minute details, mind you; just a single high quality document perhaps that introduces to the essentials, sort of like a semi-detailed overview, and linked in

App recommended by GitHub

WakaTime

Productivity metrics, insights, and time tracking automatically generated from your programming activity.

How it Works

  1. Install the open-source plugin for your editor

  2. Write code like you already do

  3. Get a personal or team dashboard with metrics about your programming

Features

  • Fully-automatic project detection
  • Language usage breakdown
  • Private Leaderboards
  • Commit stats
  • Embeddable SVG charts
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

Trending repository
Trending repository
BlindDespair
BlindDespair commented Feb 17, 2020

🐞 Bug report

Description

When I try to handle non-existing routes, I redirect them to 404 page. When scully handles navigation and tries to get content for it, it will try to load index.html from non-existing page instead of using the one from 404. I believe the same issue would exist with any kind of redirection, e.g. using guards would also lead to undesired behavior.

🔬 Mini

bug
leetcode
Trending repository
azl397985856
azl397985856 commented Feb 5, 2020

假如有一排房子,共 n 个,每个房子可以被粉刷成红色、蓝色或者绿色这三种颜色中的一种,你需要粉刷所有的房子并且使其相邻的两个房子颜色不能相同。

当然,因为市场上不同颜色油漆的价格不同,所以房子粉刷成不同颜色的花费成本也是不同的。每个房子粉刷成不同颜色的花费是以一个 n x 3 的矩阵来表示的。

例如,costs[0][0] 表示第 0 号房子粉刷成红色的成本花费;costs[1][2] 表示第 1 号房子粉刷成绿色的花费,以此类推。请你计算出粉刷完所有房子最少的花费成本。

注意:

所有花费均为正整数。

示例:

输入: [[17,2,17],[16,16,5],[14,3,19]]
输出: 10
解释: 将 0 号房子粉刷成蓝色,1 号房子粉刷成绿色,2 号房子粉刷成蓝色。
  最少花费: 2 + 5 + 3 = 10。

题目地址: ht

Trending repository
rynowak
rynowak commented Feb 7, 2020

We added LinkParser in 3.0 to replace some functionality that people used IRouter for in the past. This is briefly mentioned in the 2.2->3.0 migration docs, but we should probably have a dedicated section for it.

dotnet/aspnetcore#9728


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID:
Trending repository
Trending repository
davidak
davidak commented Aug 31, 2019

https://opensource.guide/legal/

It is not clear to me how i should practically note the copyright of a code part (for example 5 lines from a MIT project). Is it legally OK to just note the source, author and license in the commit message description or should it be in the header of the file or in the LICENSE file of the project?

When i copy whole files, the license header should not be r

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 20, 2020
  • Rich Text Format
App recommended by GitHub

Greenkeeper

Greenkeeper brings you safety & consistency with real-time monitoring for your npm dependencies. Let a bot send you informative and actionable issues so you can easily keep your software up to date and in working condition.

Join over 10000 projects on GitHub that trust Greenkeeper to warn them before dependency updates break their builds.

Important: Greenkeeper requires a working CI setup.

You can’t perform that action at this time.