@tushar-br/desktop 1.0.245 → 1.0.247
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615435561_DSA_Handwritten_Notes_Zero_to_Hero.pdf +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615436069_linux-commands-handbook.pdf +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615436290_pamphlet__2_.pdf +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615451043_StudentLIST_SEM-3.pdf +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615458398_CLASS_COORDINATOR_W24-1-3-5-Revised.pdf +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615467705_LECP-IT-W24_3RD_SEMESTER_TENTATIVE_TIMETABLE.pdf +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615471212_MID-1time_table.jpg +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615493204_DS_unit1_by_PKChavda.pdf +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615493535_DS_unit2_OOP_by_PKC.pdf +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615493622_DS_unit3_by_pkc.pptx +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615519049_PRECTICAL-1.py +92 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615519206_PRECTICAL-2.py +17 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615519288_PRECTICAL-3.py +36 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615519394_PRECTICAL-4.py +4 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615519461_PRECTICAL-5.py +7 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615519540_PRECTICAL-6.py +6 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615542912_practical-1_-_9.pdf +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615543303_practical-14-18.pdf +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615543419_Data_Structure_with_Python___LAB_MANUAL_.pdf +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615547902_unit5_pk_chavda.pptx +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615562404_microproject-dswp.docx +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615598223_DM_GTU_Study_Material_e-Notes_Unit-3.pdf +0 -0
- package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771614505386_Python_diplomaitmorbi.netlify.app.pdf.ts_part_1 +0 -0
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615436290_pamphlet__2_.pdf
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615519049_PRECTICAL-1.py
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
<div class="console">
|
|
2
|
+
<div class="top"> <span class="options">⦿ ○ ○</span> <span class="title">PSY - GANGNAM STYLE </span></div>
|
|
3
|
+
<div class="tabs"> </div>
|
|
4
|
+
<div class="text">
|
|
5
|
+
<br>[06:24:55] Finished <span class="pink">'warm-up-hands'</span> after 8.81 s
|
|
6
|
+
<br>[06:24:55] Finished <span class="pink">'warm-up-legs'</span> after 12 s
|
|
7
|
+
<br>[06:24:55] Starting <span class="pink">'gangnam-style-dance'</span>...
|
|
8
|
+
<br>[06:25:00] <span class="blue"> Calling PSY to start singing</span>
|
|
9
|
+
<br> [06:25:02] <span class="orange">Eh, sexy lady 오-오-오-오 오빤 강남스타일</span>
|
|
10
|
+
<br> [06:25:06] Strange cowboy moves
|
|
11
|
+
<br>[06:24:55] Finished <span class="pink">'do-the-moves'</span> after 12 s
|
|
12
|
+
<br> <span class="blue">? </span> Would you like to stop dancing soon as the song is ending? <span class="orange">Yes</span>
|
|
13
|
+
<br> [06:25:14] Danced <span class="blue">234</span> steps, <span class="blue">234</span> passes, <span class="blue">0</span> failures: <span class="pink">SUCCESS </span>
|
|
14
|
+
<br>
|
|
15
|
+
<p class="typewriter"> root@PSY sudo <span class="pink"> dance-gangnam-style.exe</span></p>
|
|
16
|
+
</span>
|
|
17
|
+
</div>
|
|
18
|
+
</div>
|
|
19
|
+
<style>
|
|
20
|
+
html {
|
|
21
|
+
background: #222;
|
|
22
|
+
font-family: helvetica;
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
justify-content: center;
|
|
26
|
+
height: 100vh;
|
|
27
|
+
|
|
28
|
+
.blue {
|
|
29
|
+
color: #53d9d1;
|
|
30
|
+
}
|
|
31
|
+
.pink {
|
|
32
|
+
color: #f27b9b;
|
|
33
|
+
}
|
|
34
|
+
.orange {
|
|
35
|
+
color: #eb7132;
|
|
36
|
+
}
|
|
37
|
+
.console {
|
|
38
|
+
border: 1px solid #444;
|
|
39
|
+
border-radius: 3px;
|
|
40
|
+
margin: 2rem;
|
|
41
|
+
|
|
42
|
+
box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.75);
|
|
43
|
+
.top {
|
|
44
|
+
background: #333;
|
|
45
|
+
color: #666;
|
|
46
|
+
text-align: center;
|
|
47
|
+
font-size: 12px;
|
|
48
|
+
padding: 5px;
|
|
49
|
+
.options {
|
|
50
|
+
font-size: 16px;
|
|
51
|
+
float: left;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
.text {
|
|
55
|
+
font-family: courier;
|
|
56
|
+
color: #fff;
|
|
57
|
+
font-size: 14px;
|
|
58
|
+
padding: 0.25rem;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.typewriter {
|
|
64
|
+
overflow: hidden;
|
|
65
|
+
width: fit-content;
|
|
66
|
+
white-space: nowrap;
|
|
67
|
+
border-right: 0.15em solid #eb7132;
|
|
68
|
+
animation: typing 3s steps(15, end), blink-caret 0.75s step-end infinite;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/* The typing effect */
|
|
72
|
+
@keyframes typing {
|
|
73
|
+
from {
|
|
74
|
+
width: 0;
|
|
75
|
+
}
|
|
76
|
+
to {
|
|
77
|
+
width: 60%;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* The typewriter cursor effect */
|
|
82
|
+
@keyframes blink-caret {
|
|
83
|
+
from,
|
|
84
|
+
to {
|
|
85
|
+
border-color: transparent;
|
|
86
|
+
}
|
|
87
|
+
50% {
|
|
88
|
+
border-color: orange;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
</style>
|
package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615519206_PRECTICAL-2.py
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#PRECTICAL 2
|
|
2
|
+
'''
|
|
3
|
+
Build a program to count the frequency of words
|
|
4
|
+
appearing in a string using a dictionary.
|
|
5
|
+
|
|
6
|
+
'''
|
|
7
|
+
|
|
8
|
+
d={}
|
|
9
|
+
str=input("enetr a string=")
|
|
10
|
+
roll=str.split(" ")
|
|
11
|
+
print(str)
|
|
12
|
+
for i in roll:
|
|
13
|
+
n=roll.count(i)
|
|
14
|
+
print(n)
|
|
15
|
+
d[i]=n
|
|
16
|
+
print(d)
|
|
17
|
+
|
package/staging_area/desktop/resume web/dist/assets/explorer/thispc/1771615519288_PRECTICAL-3.py
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
#PRECTICAL 3
|
|
2
|
+
'''
|
|
3
|
+
Implement a Program for two matrix multiplication
|
|
4
|
+
using simple nested loop and numpy module.
|
|
5
|
+
'''
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
#approch1
|
|
9
|
+
import numpy as np
|
|
10
|
+
array1=np.array([[0,0,0],[4,5,6],[7,8,9]])
|
|
11
|
+
array2=np.array([[2,3,3],[6,5,4],[3,2,1]])
|
|
12
|
+
|
|
13
|
+
result=np.dot(array1,array2)
|
|
14
|
+
print(result)
|
|
15
|
+
|
|
16
|
+
#approch2
|
|
17
|
+
a=[[1,2,3],
|
|
18
|
+
[4,5,6],
|
|
19
|
+
[7,8,9]]
|
|
20
|
+
|
|
21
|
+
b=[[12,23,34],
|
|
22
|
+
[34,45,56],
|
|
23
|
+
[45,56,67]]
|
|
24
|
+
|
|
25
|
+
r=[[0,0,0,],
|
|
26
|
+
[0,0,0],
|
|
27
|
+
[0,0,0]]
|
|
28
|
+
|
|
29
|
+
for i in range(len(a)):
|
|
30
|
+
for j in range(len(b[0])):
|
|
31
|
+
for k in range(len(b)):
|
|
32
|
+
r[i][j]=a[i][k]*b[k][j]
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
for i in r:
|
|
36
|
+
print(i)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|