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

npm logo
Popular topic
npm is a package manager for JavaScript included with Node.js.
Trending repository
GitHub Actions Hackathon
Upcoming event recommended by GitHub
Mar
5

GitHub Actions Hackathon

March 05, 2020 - March 31, 2020 • Online

This four-week hackathon challenges the community to create original GitHub Actions.
App recommended by GitHub

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.

ion
Trending repository
ghost
ghost commented May 28, 2019

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
Trending repository
Trending repository
PaulNewton
PaulNewton commented Feb 14, 2020

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

Trending repository
sderrett
sderrett commented Dec 17, 2019

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

App recommended by GitHub

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.

You can’t perform that action at this time.