├── README.md ├── cb.jpg ├── database ├── final.sql ├── finaldata.sql └── finalfinal.sql ├── index.js ├── package-lock.json ├── package.json ├── public ├── assets │ ├── css │ │ ├── bootstrap.min.css │ │ └── main.css │ ├── js │ │ ├── bootstrap.min.js │ │ ├── breakpoints.min.js │ │ ├── browser.min.js │ │ ├── jquery.min.js │ │ ├── main.js │ │ ├── popper.js │ │ ├── searchbar.js │ │ └── util.js │ └── sass │ │ ├── _navbar.scss │ │ ├── libs │ │ ├── _breakpoints.scss │ │ ├── _functions.scss │ │ └── _hover.scss │ │ └── main.scss ├── fonts │ └── UbuntuCondensed-Regular.ttf └── images │ ├── developer.PNG │ ├── developer.jpg │ ├── mountains.jpg │ ├── problem.jpg │ └── student.jpg ├── routes ├── Documentation.js ├── articles.js ├── contests.js ├── groups.js ├── homepage.js ├── login.js ├── logout.js ├── problemset.js ├── profile.js ├── search.js ├── server.js ├── signup.js ├── submission.js ├── teams.js └── verifiyToken.js ├── screenshots ├── 1.PNG ├── 10.PNG ├── 11.PNG ├── 12.PNG ├── 13.PNG ├── 14.PNG ├── 15.PNG ├── 16.PNG ├── 2.PNG ├── 3.PNG ├── 4.PNG ├── 5.PNG ├── 6.PNG ├── 7.PNG ├── 8.PNG └── 9.PNG └── views ├── 404.ejs ├── article.ejs ├── articles.ejs ├── contest.ejs ├── contests.ejs ├── conteststanding.ejs ├── createarticle.ejs ├── createcontest_problems.ejs ├── createcontest_problemsnum.ejs ├── createdocumentation.ejs ├── creategroup.ejs ├── createproblem.ejs ├── createteam.ejs ├── documentation.ejs ├── documentations.ejs ├── editarticle.ejs ├── editdocumentation.ejs ├── editproblem.ejs ├── group.ejs ├── groups.ejs ├── homepage.ejs ├── homepage2.ejs ├── login.ejs ├── myfriends.ejs ├── partials ├── Scripts.ejs ├── footer.ejs └── nav.ejs ├── problem.ejs ├── problemset.ejs ├── problemsubmissions.ejs ├── profile.ejs ├── searchResult.ejs ├── signup.ejs ├── teams.ejs ├── updateProfile.ejs └── user.ejs /README.md: -------------------------------------------------------------------------------- 1 | # code_book 2 |
3 |
4 |
5 |
🏆 Code Book.
7 |
8 |
Gaser Ashraf |
103 | Mohamed Nabawe |
104 | Yousef Elshabrawy |
105 | Yousef Elmahdy |
106 |
Last Updated: <%=article.Art_date%>
59 |<%=article.Statment.substring(0, 50)%>.... Read More »
60 |<%=Problem.statement%>
46 |# | 41 |Handle | 42 |Score | 43 |
---|---|---|
<%=index+1%> | 49 |<%=p.Participant%> | 50 |<%=p.Score%> | 51 |
Last Updated: <%=documentation.Doc_date%>
59 |<%=documentation.Statment.substring(0, 50)%>.... Read More »
60 |58 | <%= Group.Owner %> 59 | view 60 | profile 61 |
62 | Owner 63 |69 | <%=Admin%> 70 | view 71 | profile 72 |
73 | Admin 74 |<%=Art.Statment.substring(0, 50)%>...Read more
51 |<%=Art.Statment.substring(0, 50)%>...Read more
65 |no followers!
41 | <%}%> 42 | <%listFollowers.forEach(e=>{ %> 43 |no followers!
50 | <%}%> 51 | <%listFollowing.forEach(e=>{ %> 52 |54 | <%= Problem.statement %> 55 |
56 |60 | <%= Problem.Input_Format %> 61 |
62 |66 | <%= Problem.Output_Format %> 67 |
68 |72 | <%= Problem.Sample_Input %> 73 |
74 |78 | <%= Problem.Sample_Output %> 79 |
80 |85 | <%= Problem.Input %> 86 |
87 |<%= problem.statement.substring(0,80) %> ....readmore
43 |Submission ID | 43 |When | 44 |Problem ID | 45 |Problem Name | 46 |Who | 47 |Status | 48 |
---|---|---|---|---|---|
<%= submission.ID %> | 54 |<%= submission.Day %> <%= submission.Time %> | 55 |<%= submission.Problem_ID %> | 56 |<%= submission.Problem_Name %> | 57 |<%= submission.User %> | 58 |<%= submission.status %> | 59 |
alreay have account?
72 | log in 73 |max 44 | rate:<%=team.maxRate%>
45 |cur 46 | rate:<%=team.curRate%>
47 |<%=team.member1%> 52 | view profile 53 |
54 |<%=team.member2%> 57 | view profile 58 |
59 |<%=team.member3%> 62 | view profile 63 |
64 |