-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
206 lines (198 loc) · 8.98 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>brentmaxwell.github.io</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<div class="jumbotron text-center">
<h1>brentmaxwell.github.io</h1>
<p>My little place to develop stuff.</p>
<p><a href="https://github.com/brentmaxwell">github</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3">
<ul class="nav nav-pills nav-stacked" style="margin-top:40px">
<li role="presentation" class="active"><a href="#home" aria-controls="home" role="tab" data-toggle="tab">Home</a></li>
<li role="presentation" ><a href="#wordpress" aria-controls="wordpress" role="tab" data-toggle="tab">Wordpress</a></li>
<li role="presentation" ><a href="#dotnet" aria-controls="dotnet" role="tab" data-toggle="tab">.NET</a></li>
<li role="presentation" ><a href="#gists" aria-controls="gists" role="tab" data-toggle="tab">Gists</a></li>
<li role="presentation" ><a href="#other" aria-controls="other" role="tab" data-toggle="tab">Other</a></li>
<li role="presentation" ><a href="#links" aria-controls="links" role="tab" data-toggle="tab">Links</a></li>
</ul>
</div>
<div class="col-lg-9">
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="home">
<div class="page-header">
<h2>Home</h2>
</div>
<p>I develop stuff in .NET (mostly C#, but sometimes I have to bang my head against some VB), php, and and I tinker with nodejs.</p>
<p>I do a lot of hacking around with Linux, Arduino, Netduino, Raspberry Pi, home automation, wearables, and new and emerging technologies.</p>
</div>
<div role="tabpanel" class="tab-pane" id="wordpress">
<div class="page-header">
<h2>Wordpress</h2>
<p>I've developed some plugins and stuff for wordpress. Mostly just to solve problems I had, but some might be useful to others.</p>
</div>
<h3><a href="https://github.com/brentmaxwell/WordPressOneliners">WordPress Oneliners</a></h3>
<p>A WordPress plugin for snappy oneliners</p>
<h3><a href="https://github.com/brentmaxwell/WordpressArchiveCloud">WordpressArchiveCloud</a></h3>
<p>Archive widget to display archives in a tag-cloud format</p>
<h3><a href="https://github.com/brentmaxwell/WordpressPrivateSite">WordpressPrivateSite</a></h3>
<p>Plugin to make sites private. with multi-site capabilities</p>
<h3><a href="https://github.com/brentmaxwell/WordPress-Strava-Importer-for-Keyring">WordPress-Strava-Importer-for-Keyring</a></h3>
<p>Strava importer for Wordpress Keyring plugin</p>
<h3><a href="https://github.com/brentmaxwell/MyActiveLife">MyActiveLife</a></h3>
<p>Wordpress theme and plugin to track fitness data</p>
<h3><a href="https://github.com/brentmaxwell/WordPressHomeAutomation">WordPressHomeAutomation</a></h3>
<p>Set of plugins to use WordPress to manage a home automation system</p>
</div>
<div role="tabpanel" class="tab-pane" id="dotnet">
<div class="page-header">
<h2>.NET</h2>
<p>Some libraries that I've made for my .NET projects.</p>
</div>
<h3><a href="https://github.com/brentmaxwell/OATH">OATH</a></h3>
<p>OATH-HOTP and -TOTP class in C#</p>
<h3><a href="https://github.com/brentmaxwell/FIT.NET">FIT.NET</a></h3>
<p>A .NET Library for FIT (Flexible and Interoperable Data Transfer) files, used by Garmin and other fitness devices</p>
</div>
<div role="tabpanel" class="tab-pane" id="gists">
<div class="page-header">
<h2>Gists</h2>
<p>Stuff I have found useful.</p>
</div>
<div class="panel-group" id="panel-gists" role="tablist">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="gist-heading-1">
<h3 class="panel-title">
<a data-toggle="collapse" data-parent="#panel-gists" href="#gist-1">
IP Address conversions in SQL
</a>
</h3>
</div>
<div id="gist-1" class="panel-collapse collapse" role="tabpanel">
<div class="panel-body">
<script src="https://gist.github.com/brentmaxwell/081fb63ad8bdb2ee44aa.js"></script>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="gist-heading-2">
<h3 class="panel-title">
<a data-toggle="collapse" data-parent="#panel-gists" href="#gist-2">
Delimited string to table
</a>
</h3>
</div>
<div id="gist-2" class="panel-collapse collapse" role="tabpanel">
<div class="panel-body">
<script src="https://gist.github.com/brentmaxwell/ad02f6a5111e90e54867.js"></script>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="gist-heading-3">
<h3 class="panel-title">
<a data-toggle="collapse" data-parent="#panel-gists" href="#gist-3">
Put automapper configs in model classes
</a>
</h3>
</div>
<div id="gist-3" class="panel-collapse collapse" role="tabpanel">
<div class="panel-body">
<script src="https://gist.github.com/brentmaxwell/c4dce0b7b4a46ac392a9.js"></script>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="gist-heading-4">
<h3 class="panel-title">
<a data-toggle="collapse" data-parent="#panel-gists" href="#gist-4">
Get *approximate* row counts of all tables in a db
</a>
</h3>
</div>
<div id="gist-4" class="panel-collapse collapse" role="tabpanel">
<div class="panel-body">
<script src="https://gist.github.com/brentmaxwell/4c71de0eeb499b85e389.js"></script>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="gist-heading-5">
<h3 class="panel-title">
<a data-toggle="collapse" data-parent="#panel-gists" href="#gist-5">
Extensions to convert Unix time to DateTime
</a>
</h3>
</div>
<div id="gist-5" class="panel-collapse collapse" role="tabpanel">
<div class="panel-body">
<script src="https://gist.github.com/brentmaxwell/81f2e335a2da61db3746.js"></script>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="gist-heading-6">
<h3 class="panel-title">
<a data-toggle="collapse" data-parent="#panel-gists" href="#gist-6">
Extensions for GPS time
</a>
</h3>
</div>
<div id="gist-6" class="panel-collapse collapse" role="tabpanel">
<div class="panel-body">
<script src="https://gist.github.com/brentmaxwell/60c3b3896212304aab15.js"></script>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="other">
<div class="page-header">
<h2>Other</h2>
<p>Other projects</p>
</div>
<h3>
<a href="https://github.com/brentmaxwell/ApiDefinitions">ApiDefinitions</a>
</h3>
<p>Collection of WADL files for Apigee console to-go</p>
</div>
<div role="tabpanel" class="tab-pane" id="links">
<div class="page-header">
<h2>Links</h2>
<p>Links to other places about me</p>
</div>
<ul>
<li>
<a href="pgp.asc.txt" target="_blank">My PGP key</a>
<br/>
fingerprint: <code>48FC FD01 403C F2AD 5B24 2924 755D 8989 5912 D6FA</code>
</li>
<li><a href="https://www.linkedin.com/in/brentmmaxwell/" target="_blank">My LinkedIn profile</a></li>
<li><a href="https://keybase.io/brentmaxwell" target="_blank">My Keybase profile</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>