-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
183 lines (146 loc) · 7.67 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
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
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>In a cave, with a box of scraps</title>
<meta name="description" content="An account of my journey to become a software engineer.">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/css/screen.css?v=cf6b372415">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic%7COpen+Sans:700,400">
<link rel="canonical" href="index.html">
<meta name="referrer" content="origin">
<link rel="next" href="page/2/index.html">
<meta property="og:site_name" content="In a cave, with a box of scraps">
<meta property="og:type" content="website">
<meta property="og:title" content="In a cave, with a box of scraps">
<meta property="og:description" content="An account of my journey to become a software engineer.">
<meta property="og:url" content="http://localhost:2368/">
<meta property="og:image" content="http://localhost:2368/content/images/2016/05/maxresdefault.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="In a cave, with a box of scraps">
<meta name="twitter:description" content="An account of my journey to become a software engineer.">
<meta name="twitter:url" content="http://localhost:2368/">
<meta name="twitter:image:src" content="http://localhost:2368/content/images/2016/05/maxresdefault.jpg">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Website",
"publisher": "In a cave, with a box of scraps",
"url": "http://localhost:2368/",
"image": "http://localhost:2368/content/images/2016/05/maxresdefault.jpg",
"description": "An account of my journey to become a software engineer."
}
</script>
<meta name="generator" content="Ghost 0.7">
<link rel="alternate" type="application/rss+xml" title="In a cave, with a box of scraps" href="rss/index.html">
</head>
<body class="home-template nav-closed">
<div class="nav">
<h3 class="nav-title">Menu</h3>
<a href="index.html#" class="nav-close">
<span class="hidden">Close</span>
</a>
<ul>
<li class="nav-home nav-current" role="presentation"><a href="index.html">Home</a></li>
<li class="nav-portfolio" role="presentation"><a href="http://localhost:2368/portfolio">Portfolio</a></li>
<li class="nav-about-me" role="presentation"><a href="http://localhost:2368/aboutme">About Me</a></li>
</ul>
<a class="subscribe-button icon-feed" href="rss/index.rss">Subscribe</a>
</div>
<span class="nav-cover"></span>
<div class="site-wrapper">
<header class="main-header " style="background-image: url(content/images/2016/05/maxresdefault.jpg)">
<nav class="main-nav overlay clearfix">
<a class="blog-logo" href="index.html"><img src="content/images/2016/05/Box-Open-icon.png" alt="In a cave, with a box of scraps"></a>
<a class="menu-button icon-menu" href="index.html#"><span class="word">Menu</span></a>
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">In a cave, with a box of scraps</h1>
<h2 class="page-description">An account of my journey to become a software engineer. </h2>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="index.html#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
</header>
<main id="content" class="content" role="main">
<div class="extra-pagination inner">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 3</span>
<a class="older-posts" href="page/2/">Older Posts →</a>
</nav>
</div>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="prefix-tre/">Prefix Tree and Autocomplete</a></h2>
</header>
<section class="post-excerpt">
<p>Yesterday, I got a good way through prefix tree. A prefix tree is a data structure that holds stringed keys in an accumulating fashion. The conceptualization <a class="read-more" href="prefix-tre/">»</a></p>
</section>
<footer class="post-meta">
<a href="author/alexander/">Alex Stark</a>
<time class="post-date" datetime="2016-06-13">13 June 2016</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="week-1-thoughts/">Week 1 Thoughts</a></h2>
</header>
<section class="post-excerpt">
<p>Week 1 was amazing. So many new friends and great learnings. 12+ hours per day for even 6 days will make you close with new people. <a class="read-more" href="week-1-thoughts/">»</a></p>
</section>
<footer class="post-meta">
<a href="author/alexander/">Alex Stark</a>
<time class="post-date" datetime="2016-06-13">13 June 2016</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="algorithms/">QuickSort</a></h2>
</header>
<section class="post-excerpt">
<p>I just figured out quicksort today. Let's see if I can make sense of it. Quicksort is a sorting algorithm used to put items in order <a class="read-more" href="algorithms/">»</a></p>
</section>
<footer class="post-meta">
<a href="author/alexander/">Alex Stark</a>
<time class="post-date" datetime="2016-06-06">06 June 2016</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="moved-to-sf-i-start-tomorrw/">Moved to SF - I start tomorrow</a></h2>
</header>
<section class="post-excerpt">
<p>I've already fallen into the trap that most of these bloggers do...I've become super busy. Some of what prevents me from writing is wanting to <a class="read-more" href="moved-to-sf-i-start-tomorrw/">»</a></p>
</section>
<footer class="post-meta">
<a href="author/alexander/">Alex Stark</a>
<time class="post-date" datetime="2016-06-05">05 June 2016</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="data-structures/">Data structures</a></h2>
</header>
<section class="post-excerpt">
<p>I've spent some time coding out classic data structures. While I thought that plopping my code below was what I should do...I think I'd rather <a class="read-more" href="data-structures/">»</a></p>
</section>
<footer class="post-meta">
<a href="author/alexander/">Alex Stark</a>
<time class="post-date" datetime="2016-05-25">25 May 2016</time>
</footer>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 3</span>
<a class="older-posts" href="page/2/">Older Posts →</a>
</nav>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="index.html">In a cave, with a box of scraps</a> © 2016</section>
<section class="poweredby">Proudly published with <a href="https://ghost.org">Ghost</a></section>
</footer>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.fitvids.js?v=cf6b372415"></script>
<script type="text/javascript" src="assets/js/index.js?v=cf6b372415"></script>
</body>