-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
133 lines (120 loc) · 4.9 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name="description" content="hmehra's Home
: Home Page for Himanshu Mehra">
<link rel="stylesheet" type="text/css" media="screen"
href="stylesheets/stylesheet.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hmehra's Home</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<img id="profile_photo" src="./images/Face.png"></img>
<header class="inner">
<a id="forkme_banner" href="https://github.com/hmehra">
View on GitHub</a>
<h1 id="project_title">Himanshu Mehra's Home Page</h1>
<h5 id="project_tagline">An average software developer and more</h5>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<a id="welcome-to-my-homepage" class="anchor"
href="#welcome-to-my-homepage" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
<p> Hi There! <br>
I, Himanshu Mehra, am a typcial software developer in the bay area.
I currently work at Cisco where I develop and maintain user space applications
written in C for Nexus OS used in datacenter switches. I am an open source enthusiast,
amateur Emacs(\m/) user and kind of a movie buff. <br>
</p>
<hr>
<p> I have seen some great movies and recommend them to you too.
Find the list of some movies and TV series
below along with their details.
Thanks to the free movie api by
<a href="https://www.omdbapi.com/"> OMDB API </a> which lets me fetch details by name.
Here are some <a id="movies-list" href="./Movies.html" target="_blank"> Movies </a>
and <a id="tv-series-list" href="./TV.html" target="_blank"> TV Series </a> if you are interested.
</p>
<hr>
<p>
To keep development settings a click away, I have my dotfiles hosted on Github.
I use it whenever I use a new system for development. Here is my config on Github
<a href="https://github.com/hmehra/sys-conf">
My Emacs and Dev Config </a>
<br>
</p>
<hr>
<p>
Below are some of the small course projects that I have done while I was at USC.
</p>
<ul>
<h5>Computer Networks</h5>
<dl>
<dt> <a href="https://github.com/hmehra/socket-demo" target="_blank">
Socket Programming </a></dt>
<dd>
A resource discovery and file sharing network sytem in C.
</dd>
<dt> <a href="https://github.com/hmehra/ddos-trace" target="_blank">
DDoS Attack Trace back </a></dt>
<dd>
Libpcap based DDoS Attack traceback based on research paper
"Practical Network Support for IP Traceback"
</dd>
<dt> <a href="https://github.com/hmehra/ip-router" target="_blank">
Custom IP Router </a></dt>
<dd>
C based User space IP router using raw sockets and libpcap.
</dd>
<dt> <a href="https://github.com/hmehra/udp-ftp" target="_blank">
FTP over UDP </a></dt>
<dd>
Reliable File transfer over UDP to increase the throughput under
lossy conditions implemeted in C.
</dd>
</dl>
<hr>
<h5> Web Based Projects </h5>
<dl>
<dt> <a href="https://github.com/hmehra/weather-app" target="_blank">
Android & Web Weather Application </a></dt>
<dd>
Java Servlet based Weather app using Yahoo Rest Services.
</dd>
</dl>
<hr>
<h5> Multimedia Projects </h5>
<dl>
<dt> <a href="https://github.com/hmehra/mediaQuery">
Media Based Searching and Querying </a></dt>
<dd>
Java based media search system for image retrieval based
on color histograms and morphology.
</dd>
</dl>
<hr>
<br>
<br><br>
<p> <h6> Contact Information: </h6></p>
<h7> <a href="mailto:[email protected]" id="email"> Shoot me an email ! </a>
<a id="linkedin"href="https://www.linkedin.com/in/hmehra/" target="_blank">
Connect on LinkedIn </a>
<a href="./Resume_Mehra.pdf" id="resume" target="_blank">
Get a local copy of Resume [pdf]</a>
</h7>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>