microsoft/Windows-iotcore-samples 558
Official code samples repository for Windows 10 Internet of Things (IoT)
issue commentdonnemartin/system-design-primer
Request: distributed design problem
I m new to GitHub can u please tell me what is exactly the issue is? And how can I contribute to it?
comment created time in 2 days
issue commentdonnemartin/system-design-primer
I am new to GitHub can anyone direct me on how to contribute to this program and about this project
comment created time in 2 days
push eventbinhnguyennus/awesome-scalability
commit sha c56036781217581127319266a6b7bab802a5d4ce
Minimizing Read-Write MySQL Downtime at Yelp
push time in 3 days
issue commentdonnemartin/system-design-primer
Hi @donnemartin & @hwclass 👋
I would like to contribute to Turkish translation. Count me in +1.
comment created time in 3 days
PR opened donnemartin/system-design-primer
Surprised not to have seen a section on application architecture patterns. Found the added material useful when learning.
pr created time in 4 days
issue commentdonnemartin/system-design-primer
@donnemartin bump? @ayusopatricia sure, lets see if the owner can find a moment for us 😊
comment created time in 8 days
pull request commentdonnemartin/system-design-primer
zh-TW: Update term and fix typo in README-zh-TW.md
Umm... my commit fix a typo but its commit message have a typo 🙈
comment created time in 10 days
PR opened donnemartin/system-design-primer
二進制 -> 二進位 坪寬 -> 頻寬
Review the Contributing Guidelines
Before submitting a pull request, verify it meets all requirements in the Contributing Guidelines.
Translations
See the Contributing Guidelines. Verify you've:
- Tagged the language maintainer
- Prefixed the title with a language code
- Example: "ja: Fix ..."
pr created time in 10 days
issue openeddonnemartin/system-design-primer
web crawler design: page signature being computed after it is being used

In the above image, page.signature is being used to check whether a similar page has already been crawled, but, page.signature is not set until crawl_page() is called.
IMO, page.signature should be a cached_property of the Page class.
class Page:
def __init__(self, url, contents, child_urls, signature):
self.url = url
self.contents = contents
self.child_urls = child_urls
def calculate_page_signature(self):
pass
@cached_property
def signature(self):
return self.calculate_page_signature()
created time in 12 days
PR closed donnemartin/system-design-primer
Get updates
Review the Contributing Guidelines
Before submitting a pull request, verify it meets all requirements in the Contributing Guidelines.
Translations
See the Contributing Guidelines. Verify you've:
- Tagged the language maintainer
- Prefixed the title with a language code
- Example: "ja: Fix ..."
pr closed time in 13 days
PR opened donnemartin/system-design-primer
Get updates
Review the Contributing Guidelines
Before submitting a pull request, verify it meets all requirements in the Contributing Guidelines.
Translations
See the Contributing Guidelines. Verify you've:
- Tagged the language maintainer
- Prefixed the title with a language code
- Example: "ja: Fix ..."
pr created time in 13 days
PR opened donnemartin/system-design-primer
This Draft PR will add a German translation.
pr created time in 15 days
PR opened donnemartin/system-design-primer
Review the Contributing Guidelines
Before submitting a pull request, verify it meets all requirements in the Contributing Guidelines.
Translations
See the Contributing Guidelines. Verify you've:
- Tagged the language maintainer
- Prefixed the title with a language code
- Example: "ja: Fix ..."
pr created time in 16 days
issue commentdonnemartin/system-design-primer
Unit prefix in Powers of two table
thanks for advise
comment created time in 17 days
PR opened donnemartin/system-design-primer
Fixed celery task queue link
pr created time in 17 days
issue commentdonnemartin/system-design-primer
@donnemartin :
Hi @eamanu: Are you still interested in translating the guide and being the language maintainer?
Hey there, I'll gladly take this one.
Lets put some order on this mess already, this beauty needs to be accessible to everyone!
Cool @weisk let me know if I can help.
comment created time in 17 days
issue commentdonnemartin/system-design-primer
@donnemartin :
Hi @eamanu: Are you still interested in translating the guide and being the language maintainer?
Hey there, I'll gladly take this one.
Lets put some order on this mess already, this beauty needs to be accessible to everyone!
comment created time in 17 days
issue commentdonnemartin/system-design-primer
Hello @pfongkye, your contribution is welcome, I just merged master in: https://github.com/spuyet/system-design-primer/blob/add-french-translation/README-fr.md
You can make a PR at anytime :)
comment created time in 18 days
issue commentdonnemartin/system-design-primer
Hello @spuyet and @donnemartin, I'm interested in contributing if it's still relevant.
comment created time in 19 days
push eventbinhnguyennus/awesome-scalability
commit sha 0029df80db9fd95c6741295929e20d55b8e4a791
Go at Trivago
push time in 19 days
PR opened donnemartin/system-design-primer
line 743 - Change "Blacklist" to "Denylist" or something like that. I think it is not a good idea to use the terms "blacklist" and "whitelist".
Review the Contributing Guidelines
Before submitting a pull request, verify it meets all requirements in the Contributing Guidelines.
Translations
See the Contributing Guidelines. Verify you've:
- Tagged the language maintainer
- Prefixed the title with a language code
- Example: "ja: Fix ..."
pr created time in 23 days
fork seanyen/ORB_SLAM3
ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM
fork in 23 days
PR closed binhnguyennus/awesome-scalability
pr closed time in 24 days
PR opened binhnguyennus/awesome-scalability
pr created time in 24 days
PR closed binhnguyennus/awesome-scalability
pr closed time in 25 days
PR opened binhnguyennus/awesome-scalability
pr created time in 25 days
PR opened donnemartin/system-design-primer
wanna merge
Review the Contributing Guidelines
Before submitting a pull request, verify it meets all requirements in the Contributing Guidelines.
Translations
See the Contributing Guidelines. Verify you've:
- Tagged the language maintainer
- Prefixed the title with a language code
- Example: "ja: Fix ..."
pr created time in 25 days
push eventbinhnguyennus/awesome-scalability
commit sha 4bc6dfbc725eb25971294667c8e860902f34503d
Adapting Search to Indian Phonetics at Flipkart
push time in a month
push eventdonnemartin/system-design-primer
commit sha f103307ce39b280df3d955426efaff681445d701
Update broken HBase architecture link (#481)
push time in a month
pull request commentdonnemartin/system-design-primer
Update broken HBase architecture link
@peteryao7 thank you!
comment created time in a month