Trending repository
-
Updated
Aug 9, 2021 - Java
Your favorite open source projects and the developers who make them happen. Listen in!
August 12, 2021 • Online
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.
Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.
While coming up with a new version of our interactive worksheet I noticed that our quickstart tutorial could use some love.
SquareToCircle when it actually is just the creation of a circle. The scene should be renSome 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
Are there any plans to support Android in the near future?
Datree is a git-based policy engine.
It allows engineering teams to automatically enforce coding standards and security policies directly within their git workflow.
Datree connects with GitHub pull requests to provide automatic policy compliance checks and insights for every code change. Create and enforce custom or built-in policies, in the context of your dev stack.
Hello everyone, I will explain the current status of manim in this issue.
Now there are three main manim versions, and their differences:
masterbranch of 3b1b/manim: Rendering on GPU using OpenGL and moderngl. Support interaction and have higher efficiency.