-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeneric.html
More file actions
203 lines (177 loc) · 9.22 KB
/
generic.html
File metadata and controls
203 lines (177 loc) · 9.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE HTML>
<html>
<head>
<title>Projects</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Developer</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Introduction</a></li>
<li class="active"><a href="generic.html">Projects</a></li>
<li><a href="elements.html">Achievements</a></li>
</ul>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/twinklehingu/" class="icon brands alt fa-linkedin"><span class="label">linkedin</span></a></li>
<li><a href="https://github.com/Twinklehingu" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Posts -->
<section class="posts">
<article>
<header>
<span class="date">Dec'22</span>
<h2><a href="https://github.com/Twinklehingu/DS">Distributed Systems<br />
</a></h2>
</header>
<a href="#" class="image fit"><img src="images/ds.jpg" alt="" /></a>
<ul>
<li><b>Simple client:</b> The client connects to a Group Coordinator Daemon through a TCP/IP connection. It sends a
message to the list of group members, prints out the responses, and exists.</li>
<li><b> Detection with Published quote:</b> Implemented the Bellman-Ford algorithm which utilize UDC/IP
connections to monitor currency exchange rates from a price feed and prints out a message whenever arbitrage
opportunities in reverse order (showing losses instead of profit)</li>
<li><b>Distributed Hash Table:</b>Chord is a P2P lookup service that allows any node to join the group when the DHT is
not fully filled, and ither nodes to update their finger tables on each joining. Queriers are able to interact with
any node on the network to retrieve a value for a given key or add a key/value pair.</li>
<li><b>BitCoin Blockchain:</b> A P2P connection is used to fetch an old block from the BitCoin blockchain (TCP/IP). Our SU IDs corresponds to block numbers. A transaction in the block can be modified to change its output account.
Represent the modified data correctly in the block. Reports generated by programs should show how the block
hashes have changed and how peers may reject the block. Block transactions are displayed.</li>
</p>
<ul class="actions special">
<li><a href="https://github.com/Twinklehingu/DS" class="button">View Project</a></li>
</ul>
</article>
<article>
<header>
<span class="date">Feb'22</span>
<h2><a href="#">Image Processor<br />
</a></h2>
</header>
<a href="#" class="image fit"><img src="images/image.jpeg" alt="" /></a>
<p>An image processing application was developed and the user provide an image in specified format. The API allows
user to performs combination of operations like flip, rotate to certain degree, resize, generate thumbnail and change
images to greyscale.
</p>
<ul class="actions special">
<li><a href="#" class="button">View Project</a></li>
</ul>
</article>
<article>
<header>
<span class="date">Feb'22</span>
<h2><a href="#">Postal Address Handler<br />
</a></h2>
</header>
<a href="#" class="image fit"><img src="images/postal.jpg" alt="" /></a>
<p>Designedweb-basedUI form that can capture a country-specific addressformat entered by user. The API dynamically
capture the address formats and present the list of addresses to the user.</p>
<ul class="actions special">
<li><a href="#" class="button">View Project</a></li>
</ul>
</article>
<article>
<header>
<span class="date">March'22</span>
<h2><a href="https://github.com/Twinklehingu/Goldman-Sachs-Crack-leaked-password-database">Crack leaked password database<br />
</a></h2>
</header>
<a href="#" class="image fit"><img src="images/leaked.jpeg" alt="" /></a>
<p>One of the responsibilities of a governance analyst is to gauge the effectiveness of controls implemented and minimize the probability of a successful breach. If you are a security professional, you will often need to know the methods that hackers use to defeat controls implemented within an organization, as well as suggest ways to improve security overall. Once the attackers acquire valid credentials they can access an organization's IT system, which allows them to avoid many of the perimeter security controls in place.</p>
<ul class="actions special">
<li><a href="https://github.com/Twinklehingu/Goldman-Sachs-Crack-leaked-password-database" class="button">View Project</a></li>
</ul>
</article>
<article>
<header>
<span class="date">Dec'21</span>
<h2><a href="https://github.com/Twinklehingu/Tennis-Game">Tennis-game <br /></a></h2>
</header>
<a href="#" class="image fit"><img src="images/ts.jpg" alt="" /></a>
<p>Tennis is an arcade game which is played using paddles (racquets). This project is made keeping in mind a single player and it's opponent as an computer bot. The left paddle is being controlled by a player who uses his mouse to control the paddle, whereas the right paddle decides it's moves based on the tennis ball's position on the canvas. A player scores a point when his opponent misses to strike the ball. This project is developed using JavaScript and HTML5.</p>
<ul class="actions special">
<li><a href="https://github.com/Twinklehingu/Tennis-Game" class="button">View Project</a></li>
</ul>
</article>
<article>
<header>
<span class="date">Dec'21</span>
<h2><a href="https://github.com/Twinklehingu/RedHawks-Digital-Library">RedHawks Digital Libraby<br />
</a></h2>
</header>
<a href="#" class="image fit"><img src="images/digital.jpg" alt="" /></a>
<p>Team Redhawks created a digital library consisting of a collection of selected Computer Science books. Our product invites all levels of expertise who share a common interest in the field of computing. Our team gathered eBooks interrelated to the discipline and will be providing details, description, author(s), publication date, copyright, and etc. Our main objective was to collect these notable resources and have them readily available on one platform.</p>
<ul class="actions special">
<li><a href="https://github.com/Twinklehingu/RedHawks-Digital-Library" class="button">View Project</a></li>
</ul>
</article>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<form method="post" action="#">
<div class="fields">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="3"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
</section>
<section class="split contact">
<section class="alt">
<h3>Location</h3>
<p>Bellevue, WA 98005</p>
</section>
<section>
<h3>Phone</h3>
<p><a href="tel:4255003481">(425) 500-3481</a></p>
</section>
<section>
<h3>Email</h3>
<p><a href="mailto: hingu.twinkle@gmail.com">hingu.twinkle@gmail.com</a></p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://www.linkedin.com/in/twinklehingu/" class="icon brands alt fa-linkedin"><span class="label">linkedin</span></a></li>
<li><a href="https://github.com/Twinklehingu" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>