The Wayback Machine - https://web.archive.org/web/20200309053436/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
Android logo
Popular topic
Android is an operating system built by Google designed for mobile devices.
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.
Cloud 66 for Rails  screenshot
App recommended by GitHub

Cloud 66 for Rails

Cloud 66 for Rails allows you to build, manage and maintain your Rails applications that can be deployed to any cloud provider or to your own server. Cloud 66 for Rails helps you scale your database with master-slave replication, without having to make any configuration changes. You can add back-ups, load balancers and de-commission servers with a single click. Popular Rails and Rack frameworks available.

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 9, 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
bootstrap
Trending repository
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

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.