The Wayback Machine - https://web.archive.org/web/20200309225518/https://github.com/explore
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
React logo
Popular topic
React is an open source JavaScript library used for designing user interfaces.
GitHub Actions Hackathon
Upcoming event recommended by GitHub
Mar
5

GitHub Actions Hackathon

March 05, 2020 - March 31, 2020 • Online

This four-week hackathon challenges the community to create original GitHub Actions.
App recommended by GitHub

Sonatype DepShield

Sonatype DepShield is a GitHub App used by developers to identify and remediate vulnerabilities in their open source dependencies.

Trending repository
astrelsky
astrelsky commented Dec 3, 2019

Is your feature request related to a problem? Please describe.
In the current api documentation classes from external libraries are displayed with their full package name. This leaves the user to search for the documentation for the external library themselves for which they must also find the correct version number.

Describe the solution you'd like
It would be nice to have the extern

Trending repository

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET Core 3.0, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.

  • Updated Mar 4, 2020
  • C#
Trending repository
CarloMartini
CarloMartini commented May 5, 2018

A few of the examples don't make clear why we should be using such complex structures instead of very simpler or similar ones.

  • Star: instead of "\scat\s", a "cat" would suffice.

  • Question mark: instead of using "[T]?he", a simple "T*he" would yield the same result.

  • Plus: using either /c.*t/ or /c.+t/ would be the same.

  • Some section 2 examples with Capturing Groups (including

hospitalrun-frontend
Trending repository
material-ui
Trending repository
Trending repository
Jozkee
Jozkee commented Feb 27, 2020

Repro:

private class ClassWithExtensionData
{
    [JsonExtensionData]
    public Dictionary<string, object> Overflow { get; set; }
}

public class DictionaryOverflowConverter : JsonConverter<Dictionary<string, object>>
{
    public override Dictionary<string, object> Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
    {
        throw new NotImpl
julia
Trending repository
sbromberger
sbromberger commented Feb 29, 2020

It would be great to be able to do

@inline x -> 2x

instead, currently:

julia> @inline x -> 2x
ERROR: LoadError: x->begin
        #= REPL[14]:1 =#
        2x
    end is not a function expression
Stacktrace:
 [1] error(::Expr, ::String) at ./error.jl:42
 [2] findmeta(::Expr) at ./expr.jl:337
 [3] pushmeta!(::Expr, ::Symbol) at ./expr.jl:273
 [4] @inline(::LineNumberNode, :
Trending repository

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

  • Updated Mar 9, 2020
  • Java
App recommended by GitHub

Codefresh

Build fast, deploy faster

Codefresh is a container-native CI/CD platform running on Kubernetes with embedded caching to provide maximum performance and high scalability.

Assemble pipelines in seconds

In Codefresh, every step in your pipeline is a Docker image, leverage the many out-of-the-box images available already in the codefresh plugins page to assemble your first pipeline or create your own custom steps using any Docker image.

You can’t perform that action at this time.