-
Updated
Mar 29, 2020
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
npm
Hi,
I am installing manim. But there is a small issue in the documentation website:
Its really a small thing, but for beginner it could be a big deal.
https://www.eulertour.com/learn/manim/installation/windows.html
its written
"Install manim python dependencies with pip install -r requirement.txt"
but it should be
"Install manim python dependencies with pip install -r requirements.txt"
-
Updated
Mar 29, 2020 - JavaScript
GitHub Actions Hackathon
March 05, 2020 - March 31, 2020 • Online
-
Updated
Mar 29, 2020 - JavaScript
Markup
We have a package called string-markup that we process all strings through when we log to the console. This is also used inside of diagnostics strings. It's a HTML-like syntax that removes the need for hardcoding ANSI formatting, and would allow ea
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Crowdin
Crowdin is designed to be the one tool you need to get automated and continuous localization.
Seamlessly integrates into your development process. Files for localization from the branches you chose are transferred into a branch in your Crowdin project. Ready translations get transferred back as a pull request to your repository automatically.
Crowdin is trusted by companies like Kickstarter, Avast, iFixit, Joomla and more. Localize any kind of software using the same tool.
A lot has happened in 8 days!
- Update or remove redundant product info across documents that may be out of date
- Update info on how to help out
- Update or remove team contact points
Durable messaging
I was reading the Roadmap and saw that Centrifugo is deems too complex.
I agree.
But we need to think about the best way to support Subscriptions.
A Subscription needs to map to many users and then to each users in terms of a ACK. So you need a Mailbox per users subscribed to the Topic. At least thats how i think about it.
THen you have th properties for each mailbox and topic of:
- Pres
Add generic logic to check if node with certain ID exists, and add new node with ID only if it doesn't exist already. To eliminate duplicates errors like someshkar/covid19india-cluster#117
-
Updated
Mar 29, 2020 - JavaScript
-
Updated
Mar 29, 2020 - C
-
Updated
Mar 24, 2020 - Vue
-
Updated
Feb 11, 2020 - Java
-
Updated
Mar 29, 2020 - Shell
-
Updated
Mar 29, 2020 - C++
What roadmap is this issue about?
- Frontend Roadmap
- Backend Roadmap
- [ X ] DevOps Roadmap
- All Roadmaps
What is this issue about?
- [ ]
This issue will use computer science algorithms as an example but the issue is not about that specific topic but rather the implementation of ANY "track".
In addition to the three skill based tiers there should be knowledge pursuit tracks allowing new learners to move through those tiers onto related app-projects. This differs from #34 by focusing on a self directed educational go
I had a question about the slide in the course that mentions the global function. The example was like this:
x = 50
def func(x):
print (f'X is {x}')
# local reassignment!
x = 200
print (f'I just locally changed x to {x}')
func(x)
--> X is 50
I just locally changed x to 200.
print(x)
--> 50
I totally get all of this. What happens next confuses
-
Updated
Mar 29, 2020 - JavaScript
-
Updated
Mar 28, 2020 - Jupyter Notebook
Click on the badge above, then follow the link to monthly check to see a list of current syntax errors, dead links, and unmaintained software projects in awesome-selfhosted.
Feel free to help fixing these issues b
I always write down the words in each class on a separate piece of paper so I can contemplate ways to group them a bit more easily. Would be nice if this was done automatically in the codemaster view.
-
Updated
Mar 29, 2020 - JavaScript
DeepAffects
Managing teams to deliver projects/products on time is hard, but figuring out where your team collaboration is lacking can be even more painful. DeepAffects analyzes emotions and tones in issue description and comments to provide actionable insights to identify the high-resolution time issues, disagreements in the team.
DeepAffects is a team dynamics analytics application, for managers & team leads, to get issue-level emotional insights, to increase team dynamics & productivity.
Maybe replace this field with a text field if this environment variable is not set?