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

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

Gamedev.js Jam 2022

Game Bytes

Gamedev.js Jam celebrates web games! Build an HTML5 game within 13 days of the jam on a given theme, have fun, and possibly win prizes.

Atom logo

Popular topic

Atom is a open source text editor built with web technologies.
Data-Science-For-Beginners

Trending repository

soubhikmandal2000
soubhikmandal2000 commented Oct 31, 2021
  • Base README.md
  • Quizzes
  • Introduction base README
    • Defining Data Science README
    • Defining Data Science assignment
    • Ethics README
    • Ethics assignment
    • Defining Data README
    • Defining Data assignment
    • Stats and Probability README
    • Stats and Probability assignment
  • Working with Data base README
    • Rel
good first issue help wanted translations
BuildPulse screenshot

App recommended by GitHub

BuildPulse

Spend more time shipping and less time re-running flaky tests

BuildPulse automatically detects flaky tests and highlights the most disruptive ones so you know exactly where to focus first for maximum impact.

Integrates with popular test frameworks for JavaScript (Cypress, Jest), Ruby (minitest, RSpec), Go, Python, and others.

Works with CircleCI, GitHub Actions, Semaphore, Travis CI, Jenkins (beta), and Buildkite (beta). Others are available by request.

Cider

Trending repository

3hree6ix0
3hree6ix0 commented Mar 14, 2022

Last.fm scrobbler

Trying to connect last fm scrobbler

steps i did;

  1. Settings > connect last fm
  2. opens in browser, press allow access,
  3. asks for xdg-open cider, click xdg-open
  4. button in cider says connecting for a few secs nothing happens to the allow page doesnt connect.

Steps to Reproduce

  1. connect lastfm button
  2. click on xdg-open in browser

Enviro

bug good first issue help wanted platform: Linux

Trending repository

msmouse
msmouse commented Mar 16, 2022

Rocksdb has a write option to set it low priority. Our pruners should use this option.

Other options that seems no brainer to enable:

  1. use "multithreaded" flavor of the DB https://docs.rs/rocksdb/latest/rocksdb/type.DB.html#compatibility-and-multi-threaded-mode

  2. these options upon DB open:

       let mut opts = Options::default();

        opts.increase_parallelism(num_cpus::
good first issue