Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JatinOO7-py/Online-Judge
/ functions
Functions
84 in github.com/JatinOO7-py/Online-Judge
⨍
Functions
84
◇
Types & classes
0
↓ 3 callers
Function
getProblemById
(id)
FrontEnd/onlineJudge/src/services/problemService.js:14
↓ 3 callers
Function
getUserProfile
()
FrontEnd/onlineJudge/src/services/userService.js:3
↓ 3 callers
Function
handleExampleChange
(index, field, value)
FrontEnd/onlineJudge/src/components/AddProblem.jsx:43
↓ 2 callers
Function
handlePageChange
(newPage)
FrontEnd/onlineJudge/src/components/HomePage.jsx:74
↓ 2 callers
Function
handlePageChange
(newPage)
FrontEnd/onlineJudge/src/components/Profile.jsx:60
↓ 2 callers
Function
handleTestCaseChange
(index, e)
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:42
↓ 2 callers
Function
handleTestCaseChange
(index, field, value)
FrontEnd/onlineJudge/src/components/AddProblem.jsx:49
↓ 2 callers
Function
languageMode
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:181
↓ 2 callers
Function
runCode
(language, code, input)
FrontEnd/onlineJudge/src/services/compilerService.js:6
↓ 1 callers
Function
dbConnect
()
BackEnd/database/db.js:34
↓ 1 callers
Function
deleteProblem
(problemId)
FrontEnd/onlineJudge/src/services/problemService.js:41
↓ 1 callers
Function
executeC
(filepath, inputPath, timeout = 5000)
BackEnd/Compiler/executeC.js:16
↓ 1 callers
Function
executeCpp
(filepath, inputPath, timeout = 5000)
BackEnd/Compiler/executeCpp.js:16
↓ 1 callers
Function
executeJava
(filepath, inputPath = null, timeout = 5000)
BackEnd/Compiler/executeJava.js:16
↓ 1 callers
Function
executePy
(filepath, inputPath = null, timeout = 5000)
BackEnd/Compiler/executePy.js:16
↓ 1 callers
Function
fetchProblem
()
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:22
↓ 1 callers
Function
fetchProblem
()
FrontEnd/onlineJudge/src/components/ProblemDetail.jsx:12
↓ 1 callers
Function
fetchProblem
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:90
↓ 1 callers
Function
fetchProblems
()
FrontEnd/onlineJudge/src/components/HomePage.jsx:20
↓ 1 callers
Function
fetchSolvedProblems
(userId)
FrontEnd/onlineJudge/src/components/Profile.jsx:27
↓ 1 callers
Function
fetchUserCode
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:69
↓ 1 callers
Function
fetchUserData
()
FrontEnd/onlineJudge/src/components/Profile.jsx:14
↓ 1 callers
Function
fetchUserData
()
FrontEnd/onlineJudge/src/components/EditProfile.jsx:15
↓ 1 callers
Function
fetchUserProblems
()
FrontEnd/onlineJudge/src/components/MyProblems.jsx:11
↓ 1 callers
Function
fetchUserProfile
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:55
↓ 1 callers
Function
filterProblems
()
FrontEnd/onlineJudge/src/components/HomePage.jsx:34
↓ 1 callers
Function
forgotPassword
(email)
FrontEnd/onlineJudge/src/services/authService.js:39
↓ 1 callers
Function
generateFile
(format, content)
BackEnd/Compiler/generateFile.js:16
↓ 1 callers
Function
generateInputFile
(input)
BackEnd/Compiler/generateInputFile.js:16
↓ 1 callers
Function
getAllProblems
()
FrontEnd/onlineJudge/src/services/problemService.js:32
↓ 1 callers
Function
getAllSubmissions
(problemId)
FrontEnd/onlineJudge/src/services/codeService.js:37
↓ 1 callers
Function
getSolvedProblems
(userId)
FrontEnd/onlineJudge/src/services/codeService.js:49
↓ 1 callers
Function
getUserCode
(problemId, userId, language)
FrontEnd/onlineJudge/src/services/codeService.js:25
↓ 1 callers
Function
getUserProblems
()
FrontEnd/onlineJudge/src/services/problemService.js:3
↓ 1 callers
Function
handleDelete
(problemId)
FrontEnd/onlineJudge/src/components/MyProblems.jsx:23
↓ 1 callers
Function
languageMode
()
FrontEnd/onlineJudge/src/components/OnlineCompiler.jsx:57
↓ 1 callers
Function
login
(email, password)
FrontEnd/onlineJudge/src/services/authService.js:7
↓ 1 callers
Function
logout
()
FrontEnd/onlineJudge/src/services/authService.js:29
↓ 1 callers
Function
removeTestCase
(index)
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:59
↓ 1 callers
Function
saveUserCode
( problemId, userId, code, language, status )
FrontEnd/onlineJudge/src/services/codeService.js:3
↓ 1 callers
Function
signUp
(userData)
FrontEnd/onlineJudge/src/services/authService.js:19
↓ 1 callers
Function
updateProblem
(id, problemData)
FrontEnd/onlineJudge/src/services/problemService.js:23
↓ 1 callers
Function
updateUserProfile
(updatedData)
FrontEnd/onlineJudge/src/services/userService.js:14
Function
AddProblem
()
FrontEnd/onlineJudge/src/components/AddProblem.jsx:6
Function
App
()
FrontEnd/onlineJudge/src/App.jsx:23
Function
AppContent
()
FrontEnd/onlineJudge/src/App.jsx:31
Function
CodeEditor
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:40
Function
EditProfile
()
FrontEnd/onlineJudge/src/components/EditProfile.jsx:6
Function
ForgotPasswordPage
()
FrontEnd/onlineJudge/src/components/ForgotPasswordPage.jsx:5
Function
HomePage
()
FrontEnd/onlineJudge/src/components/HomePage.jsx:6
Function
LoginPage
()
FrontEnd/onlineJudge/src/components/LoginPage.jsx:5
Function
MyProblems
()
FrontEnd/onlineJudge/src/components/MyProblems.jsx:6
Function
Navbar
()
FrontEnd/onlineJudge/src/components/Navbar.jsx:7
Function
OnlineCompiler
()
FrontEnd/onlineJudge/src/components/OnlineCompiler.jsx:36
Function
ProblemDetail
()
FrontEnd/onlineJudge/src/components/ProblemDetail.jsx:7
Function
Profile
()
FrontEnd/onlineJudge/src/components/Profile.jsx:7
Function
ProtectedRoute
()
FrontEnd/onlineJudge/src/components/ProtectedRoute.jsx:3
Function
ResetPasswordPage
()
FrontEnd/onlineJudge/src/components/ResetPasswordPage.jsx:5
Function
SignUpPage
()
FrontEnd/onlineJudge/src/components/SignUpPage.jsx:5
Function
UpdateProblem
()
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:6
Function
addProblem
(req, res)
BackEnd/controllers/problems.js:4
Function
addTestCase
()
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:52
Function
authMiddleware
(req, res, next)
BackEnd/middleware/auth.js:4
Function
deleteProblem
(req, res)
BackEnd/controllers/problems.js:67
Function
getAllProblems
(req, res)
BackEnd/controllers/problems.js:18
Function
getProblemById
(req, res)
BackEnd/controllers/problems.js:29
Function
getUserProblems
(req, res)
BackEnd/controllers/problems.js:88
Function
handleChange
(e)
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:34
Function
handleChange
(event)
FrontEnd/onlineJudge/src/components/SignUpPage.jsx:16
Function
handleCloseModal
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:195
Function
handleForgotPasswordSubmit
(event)
FrontEnd/onlineJudge/src/components/ForgotPasswordPage.jsx:11
Function
handleLogout
()
FrontEnd/onlineJudge/src/components/Navbar.jsx:10
Function
handleNameChange
(e)
FrontEnd/onlineJudge/src/components/EditProfile.jsx:29
Function
handleRunCode
()
FrontEnd/onlineJudge/src/components/OnlineCompiler.jsx:48
Function
handleRunCode
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:121
Function
handleSubmit
(e)
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:66
Function
handleSubmit
(event)
FrontEnd/onlineJudge/src/components/ResetPasswordPage.jsx:13
Function
handleSubmit
(e)
FrontEnd/onlineJudge/src/components/EditProfile.jsx:38
Function
handleSubmit
(event)
FrontEnd/onlineJudge/src/components/LoginPage.jsx:12
Function
handleSubmit
(event)
FrontEnd/onlineJudge/src/components/SignUpPage.jsx:20
Function
handleSubmit
(e)
FrontEnd/onlineJudge/src/components/AddProblem.jsx:20
Function
handleViewSubmissions
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:111
Function
resetPassword
(token, newPassword)
FrontEnd/onlineJudge/src/services/authService.js:49
Function
updateProblem
(req, res)
BackEnd/controllers/problems.js:42