-
Updated
Apr 8, 2022
#
tutorials
Here are 2,303 public repositories matching this topic...
-
Updated
May 8, 2022
Extensive Open-Source Guides for Android Developers
-
Updated
Jul 31, 2021
-
Updated
May 8, 2022
-
Updated
Mar 4, 2019
坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.
github
javascript
python
java
linux
kubernetes
markdown
open-source
development
web
ai
frontend
backend
tutorials
developer-tools
algorithms-and-data-structures
-
Updated
Apr 21, 2022
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
python
nlp
data-science
machine-learning
natural-language-processing
awesome
facebook
computer-vision
deep-learning
neural-network
cv
tutorials
pytorch
awesome-list
utility-library
probabilistic-programming
papers
nlp-library
pytorch-tutorials
pytorch-model
-
Updated
Apr 28, 2022
javascript
framework
isomorphic
universal
reactjs
nextjs
routing
tutorials
server-side-rendering
awesome-list
-
Updated
Apr 30, 2022
-
Updated
Apr 25, 2022 - SCSS
The repo contains the source code for all the tutorials on the FilledStacks Youtube channel.
-
Updated
Apr 13, 2022 - Dart
tcNickolas
commented
Oct 1, 2019
Several katas could have better error messaging:
- Superposition : the test harness could log the actual state of the system after prep vs the expected state before asserting that they are the same (the change would add state prep and logging using
DumpMachine
toAssertEqualOnZeroState
) - BasicGates : a similar improvement, but a bit more extra code to write a unified test wrapper
Tutorials and Things to Do while Hunting Vulnerability.
-
Updated
May 2, 2022
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
nlp
deep-learning
book
cv
jupyter-notebook
tutorials
python3
chinese-simplified
tensorflow2
dive-into-deep-learning
-
Updated
Aug 31, 2021 - Jupyter Notebook
Awesome Android references for everything like best practices, performance optimization, etc.
awesome
tutorial
best-practices
android-library
tutorials
android-development
android-application
android-architecture
android-performance
android-references
android-guide
android-networking
android-ui
blogs
mvp-architecture
-
Updated
Oct 1, 2020 - Java
Full Stack Python source with Pelican, Bootstrap and Markdown.
python
html
markdown
documentation
tutorial
twilio
tutorials
static-site
python3
full-stack
pelican
fullstackpython
-
Updated
Mar 15, 2022 - HTML
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2022 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
cheat-sheets
learning
data-science
machine-learning
youtube
tutorial
practice
course
deep-learning
linear-algebra
learning-python
coursera
tutorials
artificial-intelligence
learn-to-code
neural-networks
youtube-playlist
coursera-machine-learning
read-articles
probability-statistics
-
Updated
Apr 7, 2022
One stop solution for all Vulkan samples
-
Updated
Apr 29, 2022 - C++
This repository holds the content submitted to https://cloud.google.com/community. Files added to the tutorials/ directory will appear at https://cloud.google.com/community/tutorials.
-
Updated
May 6, 2022 - Python
Awesome-pytorch-list 翻译工作进行中......
python
nlp
machine-learning
facebook
computer-vision
deep-learning
neural-network
cv
tutorials
pytorch
utility-library
probabilistic-programming
papers
nlp-library
pytorch-tutorials
pytorch-models
data-sicence
awsome-pytorch-list
cnversion
-
Updated
Jul 26, 2021 - Jupyter Notebook
2021南京大学计算机科学与技术845考研公共课和专业课资料:数学一、英语一、政治、数据结构、计算机网络、计算机系统基础、操作系统教程、算法设计与分析-包括真题、期末考试、PPT、模拟题、专业课参考书及课后答案、报录比、经验等等
-
Updated
Mar 28, 2022 - Python
List of Elixir books
language
programming-language
pdf
distributed-systems
erlang
elixir
phoenix
otp
books
fault-tolerance
tutorials
epub
erlang-vm
concurrent
elixir-phoenix
phoenix-framework
programming-erlang
programming-elixir
elixir-books
elixir-school
-
Updated
Jun 5, 2021
Improve this page
Add a description, image, and links to the tutorials topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tutorials topic, visit your repo's landing page and select "manage topics."
Introduction
We would like to have a pylint check for indentation in Python code. This will likely require a custom lint check. Here are some of the cases we want to handle:
Indent By 4 Spaces
Good:
Bad: