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

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

Django logo

Popular topic

Django is a web application framework for Python.

Trending repository

DimitrisJim
DimitrisJim commented Aug 10, 2021

Feature

CPython:

>>> from collections import deque
>>> d = deque()
>>> d.__imul__(3)
deque([1, 1, 1, 1, 1])

RustPython:

>>>>> from collections import deque
>>>>> d = deque()
>>>>> d.__imul__(5)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'deque' object has no attribute '__imul__'
js13kGames competition

Upcoming event recommended by GitHub

Aug
13

js13kGames competition

August 13, 2021 - September 13, 2021 • Online

Do you have what it takes to create a game in ≤ 13kB of JS, CSS and HTML?

Trending repository

Trending repository

StoneT2000
StoneT2000 commented Jun 30, 2021

Would be nice to have some tutorial docs written up before the official release on Kaggle that take someone step by step on how to make a simple bot that can keep a single city alive, then keep several cities alive and build more units, then suggest some slightly advanced paths one could take

Open to the community to helping build one of these! (just don't include a tutorial on a too advanced o

App recommended by GitHub

Stastic

Create a website or edit the one you have and host it on Github pages.

Hosting is free, without ads, and super fast. The editor is simple and optimized for mobile phones.

Note: static websites are very fast ! Stastic editor plugs into Jekyll websites, wich are natively supported by Github pages. Install Stastic, then add /admin to the website URL to enter the editor.

openpilot

Trending repository

HaraldSchafer
HaraldSchafer commented Jul 23, 2021

Some cars (mostly Hondas) have very poor longitudinal tuning. They undershoot desired acceleration from the planner consistently. This causes the car to never accelerate even if the planner tells it to for 10+ seconds.

These cars need to be retuned so this does not happen. Here is the average difference between desired acceleration (from the longitudinalPlan message) and actual acceleration (fr

Trending repository

gamerpaddy
gamerpaddy commented Oct 2, 2019

Is there a way to continue a task if it got aborted by baritone not the player, or after a player reconnects to the server?

Like, im tunneling with lots of picks in my inventory. sometimes, the server cant keep up and chunks stop loading.
once baritone runs into unloaded chunks, the task get cancelled.
also when my connection resets for some reason, i need to reconnect, after that, bariton

Trending repository

App recommended by GitHub

CommitCheck

CommitCheck ensures your commit messages are consistent and contain all required information. You can check that commits contain a JIRA number or ensure commits don't contain WIP.