#
tutor
Here are 52 public repositories matching this topic...
prayutsu
commented
Mar 19, 2021
Describe the bug
A clear and concise description of what the bug is.
The test cases testGetCurrentCalendar_wallClockMode_returnsCalendarWithCurrentTimeMillis() and testGetCurrentTimeMs_wallClockMode_returnsCurrentTimeMillis are flaky.
Failure error -
expected to be in range: (1616173019436..1616173019440)
but was : 1616173019440
at org.oppia.android.testing
A touch-typing tutor
-
Updated
Nov 3, 2020 - Go
Computacion de Alto Rendimiento con R
-
Updated
Jan 4, 2019 - HTML
基于Spring Cloud全家桶的分布式微服务C2C模式RESTful风格前后端完全分离的在线家教预约平台
-
Updated
Aug 17, 2020 - Java
A tutor finding website in Victoria B.C. Demo link: https://victutors.000webhostapp.com/index.php
-
Updated
Feb 25, 2020 - CSS
use the new VueJS Composition API to seperate out Firebase integration into a VueJS Application.
-
Updated
Mar 9, 2021 - JavaScript
Application for practicing playing musical scores, for ear training as well.
-
Updated
Mar 21, 2021 - C++
A tutor matching web application. I am working with students at James Logan High School to develop it.
-
Updated
May 9, 2020 - JavaScript
A complete walkthrough & interactive tutorial library powered by jQuery
-
Updated
Jul 24, 2017
Software Engineering Spring 2018 project
-
Updated
Apr 29, 2018 - JavaScript
Complete hands-on machine learning tutorial with data science, Tensorflow, artificial intelligence, and neural networks
-
Updated
May 10, 2020 - Jupyter Notebook
Easily change the Tutor LMS course author ownership
-
Updated
Jan 7, 2020 - PHP
A simple tutor management system that enables teachers or management to monitor the school/college, boards, classes or students within it! User: Pass = demo: demo. Try it yourself here:
-
Updated
Feb 20, 2021 - JavaScript
[NL] 为各人造语言收集/翻译/撰写中文教程 (Collect, translate and write Chinese tutorials for various conlang)
-
Updated
Jul 6, 2020
Contains lectures and problem solutions for C++.
-
Updated
Jul 16, 2018 - C++
Tool for collaboratively building interactive lessons.
-
Updated
Feb 27, 2020 - Python
An AI tutor for strengthening your concepts
-
Updated
Mar 28, 2018 - Python
Let's Teach is a website which help Students and Tutor to interact with each other. It allows tutor to share their knowledge with students. And allow students to access articles shared by tutors. Developed using CodeIgniter(PHP), HTML5, CSS3, Bootstrap, Javascript, JQuery And AJAX.
-
Updated
Nov 24, 2019 - HTML
Improve this page
Add a description, image, and links to the tutor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tutor topic, visit your repo's landing page and select "manage topics."
Aim/Problem: Improve the docstrings in all the python files in the codebase. This will also fulfill the prerequisite for the lint check
Check to enforce use of Args, Returns and Raises in the docstring.to be introduced for #8423.Suggested fix: Do a
grepor a search (CTRL+F) fordefkeyword in the file to get all the possible places that we would need to fix. Verify that the