Become a Better Software Architect
-
Updated
Jan 19, 2020
Become a Better Software Architect
Put your ninja skills to use and teleport from point to point in this retro-looking puzzle game. 2nd place overall in the GitHub Game Off.
Will happily contribute this if I find some time to do it in the near future. Wanted to open this item in any case.
Thanks!
March 04, 2020 • Los Angeles
Actix project postmortem
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
Since Trax is a successor of tensor2tensor (according to the release notes of tensor2tensor v1.15.0), it would be helpful if you could provide examples for more advanced machine learning tasks. An outstanding feature of tensor2tensor are the numerous (and useful) examples which Trax is currently lacking. Such examples would especi
When launching the game, it would nice if the terminal window outputted the controls before launching the client (And maybe a 'press enter to continue).
This would be done in the launchClient function of main.cpp
https://github.com/Hopson97/open-builder/blob/master/src/main.cpp#L154
Based on a true story
Research programming language for concurrent ownership
Micro Kernel / Bootloader for Ben Eater's 6502 Computer
In the 03-Function Practice Exercises.ipynb notebook, Summer f '69 exercise, the instructor posted a long solution as an answer.
Wouldn't it be better to follow this approach instead?
def summer_69(arr):
if (6 not in arr):
print(0)
else:
print(sum((arr[0:arr.index(6)])+(arr[arr.index(9)+1:])))
Reformer, the efficient Transformer, implemented in Pytorch
Kubernetes - Beginners | Intermediate | Advanced
Some markdown bold syntax is incorrectly displayed.
It should be modified as follows.
Build minimum viable admin panels quickly with just SQL
《系统重构与迁移指南》手把手教你分析、评估现有系统、制定重构策略、探索可行重构方案、搭建测试防护网、进行系统架构重构、服务架构重构、模块重构、代码重构、数据库重构、重构后的架构守护
There's no link to the actual videos in README.md, was this a deliberate choice? It makes it hard for people who follow links to this repo to find the actual videos.
https://www.youtube.com/playlist?list=PLlrxD0HtieHhS8VzuMCfQD4uJ9yne1mE6
我自己搜集整理的iptv频道
算法/数据结构/Python/剑指offer/机器学习/leetcode
Here is a clear and concise description of what the problem is:
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
https://github.com/ryanmcdermott/clean-code-javascript#dont-add-unneeded-context
Not so good:
// paintCar for a function name is redundant here and a simple paint(car) seems more intuitive.
Better: