-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
257 lines (239 loc) · 12.2 KB
/
index.html
File metadata and controls
257 lines (239 loc) · 12.2 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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<title>nicholsonjf.com</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- James CSS (incorporate into style.css soon please -->
<style>
p.props
{
padding: 3px 3px 3px 3px;
text-align: center;
font-size: small;
}
a.under
{
text-decoration:underline;
}
</style>
<!-- Open Graph tags -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="nicholsonjf.com"/>
<meta property="og:url" content="http://nicholsonjf.com"/>
<meta property="og:description" content="nicholsonjf.com"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="http://nicholsonjf.com/theme/css/bootstrap.readable.min.css" type="text/css"/>
<link href="http://nicholsonjf.com/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="http://nicholsonjf.com/theme/css/pygments.css" rel="stylesheet">
<link rel="stylesheet" href="http://nicholsonjf.com/theme/css/style.css" type="text/css"/>
<!-- JavaScript plugins (requires jQuery) -->
<script src="http://code.jquery.com/jquery.js"></script>
<link href="http://nicholsonjf.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="nicholsonjf.com ATOM Feed"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-47414644-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://nicholsonjf.com" class="navbar-brand">nicholsonjf.com</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="http://nicholsonjf.com/about">About</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="http://nicholsonjf.com/archives.html"><i class="icon-th-list"></i>Archives</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<!-- /.navbar -->
<div class="container">
<div class="row">
<div class="col-lg-9">
<article>
<h2><a href="http://nicholsonjf.com/blog/ptvs">Python Tools for Visual Studio (Baypiggies, Feb 2014)</a></h2>
<div class="summary"><p>Python Tools for Visual Studio (PTVS) is a free, open source plugin that turns Visual Studio into a Python IDE. PTVS supports CPython as well as IronPython, and provides IDE features like Intellisense, debugging, and code-browsing for Python applications.</p>
<a class="btn btn-default btn-xs" href="http://nicholsonjf.com/blog/ptvs">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://nicholsonjf.com/blog/guido-on-tulip">Guido van Rossum on Tulip (asynchronous I/O for Python 3)</a></h2>
<div class="summary"><p>On Thursday, January 23rd at 7:30pm PST the creator of Python Guido van Rossum gave a talk at LinkedIn, Mountain View about Tulip (asynchronous I/O for Python 3).</p>
<a class="btn btn-default btn-xs" href="http://nicholsonjf.com/blog/guido-on-tulip">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://nicholsonjf.com/blog/one-regex">Return a List of Every Entry in Websters 1913 Dictionary with One Python Regex</a></h2>
<div class="summary"><p>Regular expressions are amazing. In a text file that contains the entire Webster's Unabridged Dictionary (over 4.5 million words) you can use one regular expression (36 characters) to match only the 103,039 dictionary entries. Here's how:</p>
<a class="btn btn-default btn-xs" href="http://nicholsonjf.com/blog/one-regex">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://nicholsonjf.com/blog/baypiggies-december2013">BayPiggies Meeting, December 2013</a></h2>
<div class="summary"><p>I attended and filmed the speaker at the December <a href="http://piggies.net/" title="BayPiggies website">BayPiggies</a> meeting at LinkedIn. The speaker was <a href="http://www.learningtech.org/company/staff.shtml" title="Learningtech.org staff page">Peter Farrell</a>, a mathmatics teacher at a company called <a href="http://www.learningtech.org/" title="Learningtech.org homepage">learningtech.org</a>.</p>
<p>All in all it was a very interesting talk, showcasing a cool use-case of Python in an educational setting. For another really interesting ...</p>
<a class="btn btn-default btn-xs" href="http://nicholsonjf.com/blog/baypiggies-december2013">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://nicholsonjf.com/blog/tips-n-tricks">Tips-n-Tricks</a></h2>
<div class="summary"><p>This is a temporary post I'm using to document short snippets of code and commands I want to remember. Eventually I'm going to build a separate page into nicholsonjf.com where I can upload and display these in a cleaner and more accessible manner. Until then, this is ...</p>
<a class="btn btn-default btn-xs" href="http://nicholsonjf.com/blog/tips-n-tricks">more ...</a>
</div>
</article>
<hr/>
<ul class="pagination">
<li class="prev disabled"><a href="#">«</a></li>
<li class="active"><a
href="http://nicholsonjf.com/index.html">1</a></li>
<li class=""><a
href="http://nicholsonjf.com/index2.html">2</a></li>
<li class="next"><a
href="http://nicholsonjf.com/index2.html">»</a></li>
</ul>
</div>
<div class="col-lg-3 well well-sm" id="sidebar">
<aside>
<section>
<ul class="list-group list-group-flush">
<li class="list-group-item"><h4><i class="icon-home icon-large"></i>Social</h4></li>
<li class="list-group-item"><a href="http://twitter.com/nicholsonjf"><i
class="icon-twitter-sign icon-large"></i>twitter
</a></li>
<li class="list-group-item"><a href="http://www.linkedin.com/in/nicholsonjf"><i
class="icon-linkedin-sign icon-large"></i>linkedin
</a></li>
<li class="list-group-item"><a href="http://github.com/nicholsonjf"><i
class="icon-github-sign icon-large"></i>github
</a></li>
<li class="list-group-item"><a href="http://nicholsonjf.com/feeds/all.atom.xml"><i
class="icon-rss-sign icon-large"></i>rss
</a></li>
<li class="list-group-item"><a href="http://nicholsonjf.com/tags.html"><h4><i class="icon-tags icon-large"></i>Tags</h4></a></li>
<li class="list-group-item tag-1">
<a href="http://nicholsonjf.com/tags/baypiggies">
BayPiggies
</a>
</li>
<li class="list-group-item tag-1">
<a href="http://nicholsonjf.com/tags/python">
Python
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://nicholsonjf.com/tags/howto">
howto
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://nicholsonjf.com/tags/big-o">
big-O
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://nicholsonjf.com/tags/ptvs">
PTVS
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://nicholsonjf.com/tags/regex">
Regex
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://nicholsonjf.com/tags/tulip">
Tulip
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://nicholsonjf.com/tags/guido">
Guido
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://nicholsonjf.com/tags/ubuntu">
Ubuntu
</a>
</li>
</ul>
</section>
<section>
<ul class="list-group list-group-flush">
<li class="list-group-item"><h4><i class="icon-github icon-large"></i>GitHub Repos</h4></li>
<div id="gh_repos">
<p class="list-group-item">Status updating...</p>
</div>
</ul>
<script type="text/javascript">
$(document).ready(function () {
if (!window.jXHR) {
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = 'http://nicholsonjf.com/theme/js/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'nicholsonjf',
count: 5,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="http://nicholsonjf.com/theme/js/github.js" type="text/javascript"></script>
</section>
</aside> </div>
</div>
</div>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="http://nicholsonjf.com/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="http://nicholsonjf.com/theme/js/respond.min.js"></script>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'nicholsonjf'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
<p class="props">
This site proudly uses <a class="under" href="http://docs.getpelican.com/en/3.3.0/">Pelican</a> | <a class="under" href="https://github.com/DandyDev/pelican-bootstrap3">Theme</a> designed by <a class="under" href="http://dandydev.net/">Daan Debbie</a>
</p>
</html>