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

OWASP cheatsheets
GitHub security recommendation

Browse a laser-focused collection of information on application security topics, created by a variety of application security professionals with expertise in specific topics.

Popular topic

SpaceVim

SpaceVim is a community-driven distribution of the vim editor that allows managing your plugins in layers.

streamlit
Trending repository
tvst
tvst commented Oct 3, 2019

streamlit run already supports "raw" Github and Gist URLs today. But we'd also like to support the "non-raw" version.

For example, this:

streamlit run https://gist.github.com/tvst/faf057abbedaccaa70b48216a1866cdd

doesn't work, but if you go to that Gist and copy the "raw" URL, that does work:

https://gist
Game Off
Upcoming event recommended by GitHub
Nov
1

Game Off

November 01, 2019 - December 01, 2019 • Online

Game Off is our annual game jam celebrating open source
App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

Python
Trending repository
libra
Trending repository
andll
andll commented Oct 4, 2019

We currently mint accounts sequentially for load test, because we only have 1 minting account
It can take a while for large number of accounts

Instead of doing it sequentially, we can do it in tree fashion - if we need to mint 1K, Libra to 10k account, instead of doing 10k sequential requests we can mint 100k to first 100 account and then transfer in parallel 1K from those accounts

It shoul

litmus
Trending repository
youtube-dl
Trending repository
adporter
adporter commented Mar 23, 2018

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run `youtube-dl --vers

You can’t perform that action at this time.