The Wayback Machine - http://web.archive.org/web/20211119090623/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Build a game this November!

 
Game Off

Game Off is our annual month-long game jam where participants create games using their favorite game engines, libraries, and programming languages. Newbies, professional game developers, and everyone in between are welcome to join. It’s a great excuse to learn a new technology, collaborate on something over the weekends with friends, or create a game by yourself for the first time! Join now!

HTML logo

Popular topic

HTML is the fundamental markup language for webpages.
Docker-OSX

Trending repository

shifujun
shifujun commented Jan 20, 2021

Just sharing 😄

Install tools:

brew install geekbench
brew install w3m

Run benchmark, must have internet for Geekbench 5 tryout mode:

/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5

Use w3m get result in terminal:

w3m -dump https://browser.geekbench.com/v5/cpu/5992961

One line can be:

w3m -dump $(/Applications/Geekbench\ 5.app/Conten
Desarrollando directamente desde el browser GitHub Codespaces

 
Upcoming event recommended by GitHub

Nov
24

Desarrollando directamente desde el browser GitHub Codespaces

November 24, 2021 • Online

Codespaces nos permite utilizar Visual Studio Code incrustado dentro de GitHub, por lo que nos da la posibilidad de editar nuestro código, depurarlo, compilarlo e incluso desplegarlo y también hacer pair-programming a través de Live-Sharing.

 
App recommended by GitHub

WIP

Allow authors of pull requests to set status to pending while still working on it.

Trending repository

budibase

Trending repository

Trending repository

RafalSkolasinski
RafalSkolasinski commented Feb 24, 2021

For SC Operator it may be a good idea to generate CRD manifests from inside a docker container.
This should provide reproducible generation step and avoid "produces different output on my machine" issues.

Linter should also fail if generation of manifests produce diff with the commited version.

Trending repository

fastapi

Trending repository

tiangolo
tiangolo commented Jun 12, 2020

First check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the FastAPI documentation, with the integrated search.
  • I already searched in Google "How to X in FastAPI" and didn't find any information.
  • I already read and followed all the tutorial in the docs and didn't find an answ

 
App recommended by GitHub

Pull Assistant

Every time you create a pull request, Pull Assistant analyses it and provides you all necessary information to perform code reviews faster and with confidence.