Become a Better Software Architect
-
Updated
Jan 20, 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.
March 04, 2020 • Los Angeles
Actix project postmortem
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.
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
《系统重构与迁移指南》手把手教你分析、评估现有系统、制定重构策略、探索可行重构方案、搭建测试防护网、进行系统架构重构、服务架构重构、模块重构、代码重构、数据库重构、重构后的架构守护
The code in code_challenge_solution.py and format_strings.py in 4 - String variables in same.
The python code for string formats is missing.
As per the videos the topic was explained and practically executed.
我自己搜集整理的iptv频道
The link to C: Tutorial For a Brickout Clone in the Games section is broken and leads to a different site that does not have the tutorial on it.
算法/数据结构/Python/剑指offer/机器学习/leetcode
Here is a clear and concise description of what the problem is:
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,
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: