Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Arunvijay28 authored Nov 30, 2023
1 parent 66614ce commit 60c971f
Show file tree
Hide file tree
Showing 20 changed files with 2,741 additions and 0 deletions.
44 changes: 44 additions & 0 deletions ARRAY.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
import ctypes
class Arr:
__slots__="size","capacity","array"
def __init__(self):
self.capacity=2
self.array=(ctypes.py_object*self.capacity)()
self.size=0

def append(self,data):
if self.size==self.capacity:
self.resize(2*self.capacity)
self.array[self.size]=data
self.size+=1

def __len__(self):
return self.size

def resize(self,newcap):
newarray=(ctypes.py_object*newcap)()
for i in range(self.size):
newarray[i]=self.array[i]
self.array=newarray
self.capacity=newcap

def is_empty(self):
return self.size==0

def __getitem__(self,index):
if not self.is_empty():
if 0<=index<self.size:
return self.array[index]
raise IndexError('invalis index')
return "Array is empty"

def __str__(self):
s="["
for i in range(self.size):
s+=str(self.array[i])+","
s=s.rstrip(",")+"]"
return s

def __iter__(self):
for i in range(1,self.size):
yield self.array[i]
66 changes: 66 additions & 0 deletions CAT-1results.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
rollno,username,pwd,Math,BEEE,Physics,PDS,HSE,EVS
1,[email protected],B`XM!6IN,45,27,24,40,46,42
2,[email protected],'v;{t\;?,36,21,22,44,35,26
3,[email protected],dlM2W=ZK,49,43,10,32,10,21
4,[email protected],a+F|ysZw,34,44,40,24,44,15
5,[email protected],G07Q)Mj;,33,35,40,50,24,39
6,[email protected],8<rH#XEH,12,47,45,46,26,18
7,[email protected],^n[q`*XX,32,16,20,40,31,50
8,[email protected],Y1X20$yi,33,39,50,37,49,48
9,[email protected],ush%p>Dx,35,50,25,20,40,28
10,[email protected],"Y&O=9|p""",25,10,46,15,33,22
11,[email protected],~hn!{PZF,25,48,12,28,39,29
12,[email protected],T-u.QKs0,33,47,39,27,42,25
13,[email protected],":""MQF;+8",15,43,41,11,49,18
14,[email protected],5t$+?Od+,30,45,29,14,10,26
15,[email protected],:m2dcCS~,17,48,50,37,10,28
16,[email protected],S}dq^gw/,27,13,42,29,31,11
17,[email protected],PMLgxDRk,10,31,32,16,50,42
18,[email protected],u{_p#_j?,24,45,32,26,42,10
19,[email protected],1r7``5p[,22,50,22,45,34,31
20,[email protected],SzZ^6>_%,16,27,27,41,18,49
21,[email protected],]Ig2#@Nx,29,16,26,28,21,34
22,[email protected],`Uc3pguP,45,17,41,33,50,32
23,[email protected],".{Q""6.&}",46,15,37,28,14,37
24,[email protected],1p!/C}oi,11,11,34,27,28,48
25,[email protected],9}8CfRy@,23,20,36,25,23,16
26,[email protected],Mbv9RBVj,36,35,46,46,16,23
27,[email protected],]B'XUV!I,21,45,48,32,32,36
28,[email protected],19Ld2=c5,19,23,27,32,25,23
29,[email protected],A?S=ADhZ,22,24,41,12,24,19
30,[email protected],x=<'nnlS,41,39,32,39,10,28
31,[email protected],N_xLBQl[,30,41,45,43,40,50
32,[email protected],KNg#=FH;,25,45,37,29,29,47
33,[email protected],Pe\+::o$,40,46,21,23,34,16
34,[email protected],BDnsK*Y=,25,12,26,25,24,20
35,[email protected],nYr_<AqC,49,19,28,17,13,16
36,[email protected],JV0T[R!A,22,41,31,15,25,47
37,[email protected],%G&uBi<-,23,29,26,33,29,23
38,[email protected],QJ%$BgSk,19,50,27,45,23,23
39,[email protected],hY~MR0xg,39,25,29,39,40,20
40,[email protected],Hoo5Aw{V,27,28,15,41,50,23
41,[email protected],X:i`\m_:,31,41,35,18,50,15
42,[email protected],"RWt+tI""'",31,25,44,19,38,12
43,[email protected],}LLG4GJq,43,49,17,34,32,47
44,[email protected],=Q@8|'_X,12,27,36,49,21,36
45,[email protected],20!6p#ZN,21,16,43,41,32,12
46,[email protected],}nD0E@@a,43,45,11,46,27,29
47,[email protected],'f+/E60u,41,27,40,24,33,35
48,[email protected],6_}G/8O',24,32,24,47,18,28
49,[email protected],"--|]*""+O",26,20,12,39,38,23
50,[email protected],BmrMJQ:],11,17,42,47,37,47
51,[email protected],_BBCMO|y,31,35,14,35,43,39
52,[email protected],*\Hz:i~M,40,43,38,41,50,29
53,[email protected],sCwJ5%L-,28,11,27,37,23,33
54,[email protected],G`q}L{L<,47,30,22,31,28,48
55,[email protected],q(8`&SEr,47,24,20,20,28,36
56,[email protected],!pU]3a@8,41,44,13,46,38,24
57,[email protected],Ze<J<ztq,45,20,33,12,10,11
58,[email protected],axOIM62],17,21,35,34,28,41
59,[email protected],Kq_l#cp&,28,19,22,32,14,17
60,[email protected],5-4*GHp',34,30,25,16,16,17
61,[email protected],:[BEorEO,20,26,33,24,33,46
62,[email protected],)LUvv\oT,44,24,43,20,22,20
63,[email protected],?;U~+`6:,19,49,11,17,49,28
64,[email protected],YbDf^_ak,41,20,49,45,42,24
65,[email protected],$x%QLq(^,10,34,49,14,43,31
66 changes: 66 additions & 0 deletions CAT-2 results.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
rollno,username,pwd,Math,BEEE,Physics,PDS,HSE,EVS
1,[email protected],B`XM!6IN,15,49,47,41,31,45
2,[email protected],'v;{t\;?,41,21,46,22,32,43
3,[email protected],dlM2W=ZK,33,21,34,23,38,22
4,[email protected],a+F|ysZw,35,38,21,41,33,19
5,[email protected],G07Q)Mj;,33,13,31,28,30,31
6,[email protected],8<rH#XEH,29,49,42,45,13,49
7,[email protected],^n[q`*XX,34,32,39,20,26,32
8,[email protected],Y1X20$yi,31,38,32,26,43,35
9,[email protected],ush%p>Dx,25,17,17,46,38,11
10,[email protected],"Y&O=9|p""",46,22,39,13,18,11
11,[email protected],~hn!{PZF,26,36,42,46,16,26
12,[email protected],T-u.QKs0,30,24,26,16,36,16
13,[email protected],":""MQF;+8",17,49,32,49,40,21
14,[email protected],5t$+?Od+,23,18,48,43,41,13
15,[email protected],:m2dcCS~,21,39,40,28,32,20
16,[email protected],S}dq^gw/,25,40,32,18,40,27
17,[email protected],PMLgxDRk,17,32,20,45,26,46
18,[email protected],u{_p#_j?,10,25,45,46,13,24
19,[email protected],1r7``5p[,26,38,27,21,11,39
20,[email protected],SzZ^6>_%,11,42,21,21,30,48
21,[email protected],]Ig2#@Nx,17,34,27,17,14,13
22,[email protected],`Uc3pguP,13,37,41,25,42,40
23,[email protected],".{Q""6.&}",10,21,14,39,19,34
24,[email protected],1p!/C}oi,24,10,30,39,25,17
25,[email protected],9}8CfRy@,12,36,29,27,14,39
26,[email protected],Mbv9RBVj,19,13,48,11,32,32
27,[email protected],]B'XUV!I,29,37,13,16,15,31
28,[email protected],19Ld2=c5,46,12,20,35,29,19
29,[email protected],A?S=ADhZ,40,34,31,13,28,42
30,[email protected],x=<'nnlS,19,44,28,34,48,44
31,[email protected],N_xLBQl[,19,42,16,25,11,18
32,[email protected],KNg#=FH;,32,26,12,44,21,36
33,[email protected],Pe\+::o$,47,26,11,18,24,46
34,[email protected],BDnsK*Y=,31,40,47,11,24,50
35,[email protected],nYr_<AqC,40,33,19,18,30,30
36,[email protected],JV0T[R!A,18,26,41,19,12,30
37,[email protected],%G&uBi<-,46,22,35,37,27,22
38,[email protected],QJ%$BgSk,22,45,48,43,50,19
39,[email protected],hY~MR0xg,30,42,19,25,31,24
40,[email protected],Hoo5Aw{V,45,35,27,28,11,17
41,[email protected],X:i`\m_:,15,24,11,24,23,38
42,[email protected],"RWt+tI""'",19,48,19,39,11,47
43,[email protected],}LLG4GJq,44,35,10,18,41,34
44,[email protected],=Q@8|'_X,43,42,28,44,50,37
45,[email protected],20!6p#ZN,16,27,30,18,39,23
46,[email protected],}nD0E@@a,26,21,26,15,16,24
47,[email protected],'f+/E60u,21,37,11,21,22,15
48,[email protected],6_}G/8O',34,44,13,12,46,20
49,[email protected],"--|]*""+O",26,23,23,10,11,21
50,[email protected],BmrMJQ:],46,38,28,30,22,49
51,[email protected],_BBCMO|y,10,35,12,18,17,20
52,[email protected],*\Hz:i~M,16,18,12,30,12,46
53,[email protected],sCwJ5%L-,10,50,49,49,20,31
54,[email protected],G`q}L{L<,28,23,14,15,35,30
55,[email protected],q(8`&SEr,13,10,33,43,41,33
56,[email protected],!pU]3a@8,22,20,49,29,21,47
57,[email protected],Ze<J<ztq,36,36,22,29,37,40
58,[email protected],axOIM62],35,29,35,10,35,21
59,[email protected],Kq_l#cp&,16,44,45,24,43,21
60,[email protected],5-4*GHp',24,50,25,43,46,26
61,[email protected],:[BEorEO,18,25,28,43,33,37
62,[email protected],)LUvv\oT,31,24,18,31,37,13
63,[email protected],?;U~+`6:,26,13,42,10,41,47
64,[email protected],YbDf^_ak,26,48,50,36,46,49
65,[email protected],$x%QLq(^,46,27,36,36,33,39
66 changes: 66 additions & 0 deletions IT-A details.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
S.No,Digital ID,Register Number,Student Name,Section,Department,SSN Mail / SSN Digital Id,Gender
1,2110172,3122 21 5002 001,Aakarsh M,S07,IT,[email protected],Male
2,2110696,3122 21 5002 002,Aasish M,S10,IT,[email protected],Male
3,2110499,3122 21 5002 003,Abarna B,S08,IT,[email protected],Female
4,2110238,3122 21 5002 004,V Adharsh Gurudev,S10,IT,[email protected],Male
5,2110159,3122 21 5002 005,Aditi Rajesh,S02,IT,[email protected],Female
6,2110102,3122 21 5002 006,Ahamed Jumail M,S06,IT,[email protected],Male
7,2110180,3122 21 5002 007,Aishwarya R,S02,IT,[email protected],Female
8,2110386,3122 21 5002 008,R Aishwarya,S03,IT,[email protected],Female
9,2110133,3122 21 5002 009,Akashraj Giriraj,S01,IT,[email protected],Male
10,2110903,3122 21 5002 010,Amitoj Singh,S13,IT,[email protected],Male
11,2110538,3122 21 5002 011,G Annu,S08,IT,[email protected],Female
12,2110445,3122 21 5002 012,A Apoorva,S13,IT,[email protected],Female
13,2111023,3122 21 5002 013,Arjun B,S02,IT,[email protected],Male
14,2110684,3122 21 5002 014,B Arthaparvaes,S05,IT,[email protected],Male
15,2110371,3122 21 5002 015,R J Arunasree,S08,IT,[email protected],Female
16,2110763,3122 21 5002 016,Arunkumar A,S05,IT,[email protected],Male
17,2110586,3122 21 5002 017,M Ashwin,S04,IT,[email protected],Male
18,2110867,3122 21 5002 018,V T Badri Narayanan,S05,IT,[email protected],Male
19,2110597,3122 21 5002 019,Balakumar G,S04,IT,[email protected],Male
20,2111016,3122 21 5002 020,Bharath Kumar G,S03,IT,[email protected],Male
21,2110702,3122 21 5002 021,Bhuvaneswarran T,S05,IT,[email protected],Male
22,2110002,3122 21 5002 022,Darrien Xavier P V,S01,IT,[email protected],Male
23,2110160,3122 21 5002 023,Deepesh Sudhan A,S02,IT,[email protected],Male
24,2110635,3122 21 5002 024,Dennis Andrew B,S04,IT,[email protected],Male
25,2110760,3122 21 5002 025,Dhanushpriyan P,S11,IT,[email protected],Male
26,2110227,3122 21 5002 026,Eraiyanbu P,S02,IT,[email protected],Male
27,2110729,3122 21 5002 027,Farha Afreen I,S05,IT,[email protected],Female
28,2110078,3122 21 5002 028,S Felicia,S01,IT,[email protected],Female
29,2110822,3122 21 5002 029,Gowsika Perumal,S05,IT,[email protected],Female
30,2110601,3122 21 5002 030,Gowtham K,S09,IT,[email protected],Male
31,2110165,3122 21 5002 031,Hariharan S,S02,IT,[email protected],Male
32,2110014,3122 21 5002 032,Harini M,S06,IT,[email protected],Female
33,2110637,3122 21 5002 033,Harini V,S09,IT,[email protected],Female
34,2110653,3122 21 5002 034,Harish K,S10,IT,[email protected],Male
35,2110591,3122 21 5002 035,R M Harish,S05,IT,[email protected],Male
36,2110303,3122 21 5002 036,Harsh Bansal,S03,IT,[email protected],Male
37,2110106,3122 21 5002 037,Harsha Nandhini K M,S06,IT,[email protected],Female
38,2110770,3122 21 5002 038,Harshini D,S11,IT,[email protected],Female
39,2110682,3122 21 5002 039,Jai Narayanan,S05,IT,[email protected],Male
40,2110648,3122 21 5002 040,Jaisshree,S05,IT,[email protected],Female
41,2110410,3122 21 5002 041,Jessica P,S03,IT,[email protected],Female
42,2110022,3122 21 5002 042,Jovitha Sahayaraj,S06,IT,[email protected],Female
43,2110360,3122 21 5002 043,S J Kaaviya Sri,S07,IT,[email protected],Female
44,2110808,3122 21 5002 044,Kanitha S A,S12,IT,[email protected],Female
45,2110566,3122 21 5002 045,Karthick V,S04,IT,[email protected],Male
46,2110596,3122 21 5002 046,Karunagaran R,S09,IT,[email protected],Male
47,2110490,3122 21 5002 047,Kaushik A,S03,IT,[email protected],Male
48,2110364,3122 21 5002 048,Kaveripakam Venkatesh Hema Sri,S12,IT,[email protected],Female
49,2110701,3122 21 5002 049,Kavin V,S12,IT,[email protected],Male
50,2110735,3122 21 5002 050,Kaviyapriya K,S11,IT,[email protected],Female
51,2110500,3122 21 5002 051,Kayathri R,S03,IT,[email protected],Female
52,2110294,3122 21 5002 052,Konidala Manasi,S03,IT,[email protected],Female
53,2110483,3122 21 5002 053,Lokesh Adithya B,S03,IT,[email protected],Male
54,2110369,3122 21 5002 054,G Madhav,S13,IT,[email protected],Male
55,2110549,3122 21 5002 055,Madhumitha Chandrasekaran,S04,IT,[email protected],Female
56,2110216,3122 21 5002 056,Mannemela Sai Srithaja,S09,IT,[email protected],Female
57,2110564,3122 21 5002 057,Mathan U S,S08,IT,[email protected],Male
58,2110092,3122 21 5002 058,R Mathangi,S01,IT,[email protected],Female
59,2110355,3122 21 5002 059,Merudhula S,S03,IT,[email protected],Female
60,2110143,3122 21 5002 060,B Mitul Krishna,S01,IT,[email protected],Male
61,2110621,3122 21 5002 061,Mohankumar S,S09,IT,[email protected],Male
62,2110651,3122 21 5002 062,Mounika S K,S10,IT,[email protected],Female
63,2110501,3122 21 5002 063,Muthulakshmi T,S08,IT,[email protected],Female
64,2110569,3122 21 5002 064,Mythreya K,S08,IT,[email protected],Female
65,2110841,3122 21 5002 065,Nadish G,S12,IT,[email protected],Male
67 changes: 67 additions & 0 deletions MenteeMarks.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
import csv
import samplecode
from tkinter import *

username=input("Enter username:")
password=input("Enter password:")
exam=input("Enter CAT-1, CAT-2 or SAT:")

if exam=="CAT-1":

f=open(r"CAT-1results.txt","r")
c=csv.reader(f)
no=next(c)
l=[]
for i in c:
l.append(i)
f.close()

marks_tree=samplecode.createBST(l)

elif exam=="CAT-2":
f=open(r"CAT-2results.txt","r")
c=csv.reader(f)
no=next(c)
l=[]
for i in c:
l.append(i)
f.close()

marks_tree=samplecode.createBST(l)

elif exam=="SAT":
f=open() #inside the parenthesis put the filename containing SAT Marks
c=csv.reader(f)
no=next(c)
l=[]
for i in c:
l.append(i)
f.close()

marks_tree=samplecode.createBST(l)


samplecode.retrievex(marks_tree,username,1)

marks_details=samplecode.one_mentee_details[3:]
marks_details=[("Maths",marks_details[0]),("BEEE",marks_details[1]),("Physics",marks_details[2]),("PDS",marks_details[3]),
("HSE",marks_details[4]),("EVS",marks_details[5])]

total_rows=len(marks_details)
root=Tk()
for i in range(total_rows):
for j in range(2):
e=Entry(root,width=20,fg='blue')
e.grid(row=i,column=j)
e.insert(0,marks_details[i][j])


root.mainloop()








9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SSN-mentoring-system-project
<!--project statement:
11. An organization like SSN College of Engineering wants to develop a mentoring system. A
mentor should be able to view all the mentees assigned to them. On selecting a mentee, the
mentor should be able to add/delete/update the mentee details. The mentor may schedule a
meeting with a mentee and should be able to capture the meeting details later. A mentee
should be able to see only their details, except for the confidential information entered by the
mentor. A mentee should be able to request for a meeting with the mentor through this
system. The manager should be able to generate various reports from these mentee records -->
Binary file added Slide 16_9 - 1 (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions acad.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
from main import cat1,cat2
import ARRAY

def MATHS(arr,n=3):
marks=ARRAY.Arr()
for i in arr:
marks.append([i[0],i[1],i[n]])
return marks

def BEEE(arr,n=4):
marks=ARRAY.Arr()
for i in arr:
marks.append([i[0],i[1],i[n]])
return marks

def PHY(arr,n=5):
marks=ARRAY.Arr()
for i in arr:
marks.append([i[0],i[1],i[n]])
return marks

def PDS(arr,n=6):
marks=ARRAY.Arr()
for i in arr:
marks.append([i[0],i[1],i[n]])
return marks

def HSE(arr,n=7):
marks=ARRAY.Arr()
for i in arr:
marks.append([i[0],i[1],i[n]])
return marks

def EVS(arr,n=8):
marks=ARRAY.Arr()
for i in arr:
marks.append([i[0],i[1],i[n]])
return marks

def CAT1(arr=cat1):
marks=ARRAY.Arr()
for i in arr:
marks.append([i[0],i[1],i[3],i[4],i[5],i[6],i[7],i[8]])
return marks

def CAT2(arr=cat2):
marks=ARRAY.Arr()
for i in arr:
marks.append([i[0],i[1],i[3],i[4],i[5],i[6],i[7],i[8]])
return marks


Loading

0 comments on commit 60c971f

Please sign in to comment.