-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
711 lines (314 loc) · 21.4 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
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>okcruby</title>
<meta name="author" content="okcruby">
<meta name="description" content="The Future of OKC Ruby Hey, everybody! Jeremy here. You may have noticed a distinct lack of okc.rb meetings as of late. The story is that Paul, Rob …">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://www.okcruby.org">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="okcruby" type="application/atom+xml">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/lib/jquery.min.js"%3E%3C/script%3E'))</script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
</head>
<body >
<header role="banner"><hgroup>
<a href="/"><img src="/images/okcruby.png" alt="okcruby" height="150"/></a>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:www.okcruby.org" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ul class="main-navigation">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/blog/2018/04/29/may-10th-meeting/">May 10th Meeting</a></h1>
<p class="meta">
<time datetime="2018-04-29T19:50:00-05:00" pubdate data-updated="true">Apr 29<span>th</span>, 2018</time>
</p>
</header>
<div class="entry-content"><h2>The Future of OKC Ruby</h2>
<p>Hey, everybody! Jeremy here.</p>
<p>You may have noticed a distinct lack of okc.rb meetings as of late. The story is that Paul, Rob and I have found ourselves consumed with other events lately and we just haven’t been able to give the group the time and attention that it deserves.</p>
<p>We’d love to see the group continue, but we’re going to need some help. We’d like to find some new co/organizers to help take the group through the next iteration.</p>
<p>If you’re interested in getting involved as an organizer please join us on May 10th to learn what you can
do to help. If you’re not quite ready for that commitment please come and help us unserstand what you’d like to see from the group moving forward.</p>
<p><a href="http://www.okcruby.org/about/">Code Of Conduct</a></p>
<p>Many thanks to <a href="http://www.techlahoma.org/">Techlahoma</a> for sponsoring the meeting by providing the food and use of the event center.</p>
<p>Location: <a href="http://www.starspace46.com/">StarSpace46</a>
Time: 11:30 – 12:30</p>
<p>{Jeremy, Paul, Rob}</p>
<p><a href="https://www.google.com/maps/place/1141+W+Sheridan+Ave,+Oklahoma+City,+OK+73106/@35.4667943,-97.5343547,17z/data=!3m1!4b1!4m5!3m4!1s0x87b210d6c554c175:0x427474147d8d3d19!8m2!3d35.46679!4d-97.532166">StarSpace46 on Google Maps.</a></p>
<p><img src="/images/starspace46_parking.jpg" class="fit"></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2018/01/09/january-11-meeting/">January 11 Meeting</a></h1>
<p class="meta">
<time datetime="2018-01-09T09:17:00-06:00" pubdate data-updated="true">Jan 9<span>th</span>, 2018</time>
</p>
</header>
<div class="entry-content"><h2>The Odin Project: Advantages and Drawbacks of the Meta-Tutorial</h2>
<p>A primer on a very comprehensive course on Ruby and the Rails framework.</p>
<p>Joe Lee is a self-paced web development student currently learning JavaScript and Ruby, who recently landed his first tech job thanks in no small part to his involvement with Techlahoma. His hobbies include video games and attempting to usurp the skeleton’s place as StarSpace 46’s mascot.</p>
<p><a href="http://www.okcruby.org/about/">Code Of Conduct</a></p>
<p>Many thanks to <a href="http://www.techlahoma.org/">Techlahoma</a> for sponsoring the meeting by providing the food and use of the event center.</p>
<p>Location: <a href="http://www.starspace46.com/">StarSpace46</a>
Time: 11:30 – 12:30</p>
<p>{Jeremy, Paul, Rob}</p>
<p><a href="https://www.google.com/maps/place/1141+W+Sheridan+Ave,+Oklahoma+City,+OK+73106/@35.4667943,-97.5343547,17z/data=!3m1!4b1!4m5!3m4!1s0x87b210d6c554c175:0x427474147d8d3d19!8m2!3d35.46679!4d-97.532166">StarSpace46 on Google Maps.</a></p>
<p><img src="/images/starspace46_parking.jpg" class="fit"></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2017/11/05/november-9-meeting/">November 9 Meeting</a></h1>
<p class="meta">
<time datetime="2017-11-05T19:47:00-06:00" pubdate data-updated="true">Nov 5<span>th</span>, 2017</time>
</p>
</header>
<div class="entry-content"><h2>Network Not Included</h2>
<p>Constant internet access has become ingrained in our society. Consistent connectivity has been a blessing for learning, and will undoubtedly continue to drive innovation. However, with 12 percent of the United States without internet at home, many cannot access their important financial and health data, look for employment, or even keep up with current events. Many are forced to rely on cellular data or even public spaces offering internet access.</p>
<p>In short, internet connectivity places users into silos, with the connected silo being easy to fall out of, but difficult to break into.</p>
<p>What can developers do to bridge this gap? Is there anything short of free, universal internet that will solve this problem? The answer is yes. Using new technologies like Electron, Ionic, and React Native this talk will focus on using freely available tech to build on the work we’ve already done, while improving access to our products.</p>
<p>Carmen Bourlon is a software developer in Oklahoma City. By day, Carmen is a mild-mannered software developer, but by night she boxes, blogs, and tweets.</p>
<p><a href="http://www.okcruby.org/about/">Code Of Conduct</a></p>
<p>Many thanks to <a href="http://www.techlahoma.org/">Techlahoma</a> for sponsoring the meeting by providing the food and use of the event center.</p>
<p>Location: <a href="http://www.starspace46.com/">StarSpace46</a>
Time: 11:30 – 12:30</p>
<p>{Jeremy, Paul, Rob}</p>
<p><a href="https://www.google.com/maps/place/1141+W+Sheridan+Ave,+Oklahoma+City,+OK+73106/@35.4667943,-97.5343547,17z/data=!3m1!4b1!4m5!3m4!1s0x87b210d6c554c175:0x427474147d8d3d19!8m2!3d35.46679!4d-97.532166">StarSpace46 on Google Maps.</a></p>
<p><img src="/images/starspace46_parking.jpg" class="fit"></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2017/10/04/october-12-meeting/">October 12 Meeting</a></h1>
<p class="meta">
<time datetime="2017-10-04T09:11:00-05:00" pubdate data-updated="true">Oct 4<span>th</span>, 2017</time>
</p>
</header>
<div class="entry-content"><h2>Security Round Table</h2>
<p>Equifax is leaking customer data; Yahoo updates its breach to include ALL users. What is a dev to do in this world? Join us as we have a round table discussion about all things security. What are we responsible for? How do we approach security (and don’t say it’s an ops problem)? And what we do to be more safe on the Internet?</p>
<p><a href="http://www.okcruby.org/about/">Code Of Conduct</a></p>
<p>Many thanks to <a href="http://www.techlahoma.org/">Techlahoma</a> for sponsoring the meeting by providing the food and use of the event center.</p>
<p>Location: <a href="http://www.starspace46.com/">StarSpace46</a>
Time: 11:30 – 12:30</p>
<p>{Jeremy, Paul, Rob}</p>
<p><a href="https://www.google.com/maps/place/1141+W+Sheridan+Ave,+Oklahoma+City,+OK+73106/@35.4667943,-97.5343547,17z/data=!3m1!4b1!4m5!3m4!1s0x87b210d6c554c175:0x427474147d8d3d19!8m2!3d35.46679!4d-97.532166">StarSpace46 on Google Maps.</a></p>
<p><img src="/images/starspace46_parking.jpg" class="fit"></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2017/09/11/september-14-meeting/">September 14 Meeting</a></h1>
<p class="meta">
<time datetime="2017-09-11T12:55:00-05:00" pubdate data-updated="true">Sep 11<span>th</span>, 2017</time>
</p>
</header>
<div class="entry-content"><h2>Let’s break code together</h2>
<p>The most difficult problem in sofware development is people, and nowe’re not talking about the users. It’s us. In any collaborative projectcode reviews are a key part of the development process, but how can we knowif we’re doing them effectively? Join us as we explore strategies for a moreproductive and enjoyable review process through embracing more failure andexperimentation.</p>
<p>Paul Dawson is a remote developer at Citrusbyte writing Elixir and Ruby.He is most often found on a bicycle, drinking coffee, and eating – but not usuallyat the same time.</p>
<p><a href="http://www.okcruby.org/about/">Code Of Conduct</a></p>
<p>Many thanks to <a href="http://www.techlahoma.org/">Techlahoma</a> for sponsoring the meeting by providing the food and use of the event center.</p>
<p>Location: <a href="http://www.starspace46.com/">StarSpace46</a>
Time: 11:30 – 12:30</p>
<p>{Jeremy, Paul, Rob}</p>
<p><a href="https://www.google.com/maps/place/1141+W+Sheridan+Ave,+Oklahoma+City,+OK+73106/@35.4667943,-97.5343547,17z/data=!3m1!4b1!4m5!3m4!1s0x87b210d6c554c175:0x427474147d8d3d19!8m2!3d35.46679!4d-97.532166">StarSpace46 on Google Maps.</a></p>
<p><img src="/images/starspace46_parking.jpg" class="fit"></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2017/07/13/august-10-meeting/">August 10 Meeting</a></h1>
<p class="meta">
<time datetime="2017-07-13T11:53:00-05:00" pubdate data-updated="true">Jul 13<span>th</span>, 2017</time>
</p>
</header>
<div class="entry-content"><p>In August we’ll be doing lightning talks. This is a great chance to do your first bit of public speaking, or to just share some interesting stuff you’ve been working on lately. Lightning talks should be 5-10 minutes long. Let us know what you’d like to talk about by leaving a comment <a href="https://www.meetup.com/OKC-Ruby/events/241690703/">on the meetup event</a>.</p>
<p><a href="http://www.okcruby.org/about/">Code Of Conduct</a></p>
<p>Many thanks to <a href="http://www.techlahoma.org/">Techlahoma</a> for sponsoring the meeting by providing the food and use of the event center.</p>
<p>Location: <a href="http://www.starspace46.com/">StarSpace46</a>
Time: 11:30 – 12:30</p>
<p>{Jeremy, Paul, Rob}</p>
<p><a href="https://www.google.com/maps/place/1141+W+Sheridan+Ave,+Oklahoma+City,+OK+73106/@35.4667943,-97.5343547,17z/data=!3m1!4b1!4m5!3m4!1s0x87b210d6c554c175:0x427474147d8d3d19!8m2!3d35.46679!4d-97.532166">StarSpace46 on Google Maps.</a></p>
<p><img src="/images/starspace46_parking.jpg" class="fit"></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2017/07/06/july-13-meeting/">July 13 Meeting</a></h1>
<p class="meta">
<time datetime="2017-07-06T10:24:00-05:00" pubdate data-updated="true">Jul 6<span>th</span>, 2017</time>
</p>
</header>
<div class="entry-content"><h2>Terraform 101</h2>
<p>We all know the importance of managing our projects with git, allowing for collaboration, rollbacks and a viewable narrative around how we got to where we are today. Terraform is a tool that, among other things, allows us to do just that with our server infrastructure.</p>
<p>Clayton Flesher works at Hoegg Software, where he plays with a number of devops and integration tools, including Chef, Terraform and Mule on a variety of platforms. He also writes Ruby whenever he can get away with it.</p>
<p><a href="http://www.okcruby.org/about/">Code Of Conduct</a></p>
<p>Many thanks to <a href="http://www.techlahoma.org/">Techlahoma</a> for sponsoring the meeting by providing the food and use of the event center.</p>
<p>Location: <a href="http://www.starspace46.com/">StarSpace46</a>
Time: 11:30 – 12:30</p>
<p>{Jeremy, Paul, Rob}</p>
<p><a href="https://www.google.com/maps/place/1141+W+Sheridan+Ave,+Oklahoma+City,+OK+73106/@35.4667943,-97.5343547,17z/data=!3m1!4b1!4m5!3m4!1s0x87b210d6c554c175:0x427474147d8d3d19!8m2!3d35.46679!4d-97.532166">StarSpace46 on Google Maps.</a></p>
<p><img src="/images/starspace46_parking.jpg" class="fit"></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2017/06/05/june-8-meeting/">June 8 Meeting</a></h1>
<p class="meta">
<time datetime="2017-06-05T16:06:00-05:00" pubdate data-updated="true">Jun 5<span>th</span>, 2017</time>
</p>
</header>
<div class="entry-content"><h2>A guide to surviving Sidekiq while on-call</h2>
<p>Learn about dealing with Sidekiq when it’s not your main job.</p>
<p>Ryan LaBouve builds internet things. He’s a driven front-end web developer that loves taking ideas and making them scale.</p>
<p>Says Ryan: “Startups are fantastic! This is where I typically find my like-minded group of people wanting to make the world a better place.”</p>
<p><a href="http://www.okcruby.org/about/">Code Of Conduct</a></p>
<p>Many thanks to <a href="http://www.techlahoma.org/">Techlahoma</a> for sponsoring the meeting by providing the food and use of the event center.</p>
<p>Location: <a href="http://www.starspace46.com/">StarSpace46</a>
Time: 11:30 – 12:30</p>
<p>{Jeremy, Paul, Rob}</p>
<p><a href="https://www.google.com/maps/place/1141+W+Sheridan+Ave,+Oklahoma+City,+OK+73106/@35.4667943,-97.5343547,17z/data=!3m1!4b1!4m5!3m4!1s0x87b210d6c554c175:0x427474147d8d3d19!8m2!3d35.46679!4d-97.532166">StarSpace46 on Google Maps.</a></p>
<p><img src="/images/starspace46_parking.jpg" class="fit"></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2017/05/04/may-11-meeting/">May 11 Meeting</a></h1>
<p class="meta">
<time datetime="2017-05-04T21:45:00-05:00" pubdate data-updated="true">May 4<span>th</span>, 2017</time>
</p>
</header>
<div class="entry-content"><h2>An intro to Elixir and OTP for Rubyists</h2>
<p>Elixir is a functional language that seems to be drawing many Rubyists away from their first love. It promises things like concurrency, fault tolerance, incredible performance, and more. One of the ways Elixir achieves this is by building on top of the Open Telecom Platform (OTP).</p>
<p>OTP is a collection of tools written in Erlang designed to give us this reliable and fast communication between processes. In this talk we’ll look at the fundamentals of OTP and how “the Elixir way” helps us build well-architected, performant, and reliable software.</p>
<p>John Mosesman is an independent consultant and developer who would rather be in the woods and/or playing video games.</p>
<p><a href="http://www.okcruby.org/about/">Code Of Conduct</a></p>
<p>Many thanks to <a href="http://www.techlahoma.org/">Techlahoma</a> for sponsoring the meeting by providing the food and use of the event center.</p>
<p>Location: <a href="http://www.starspace46.com/">StarSpace46</a>
Time: 11:30 – 12:30</p>
<p>{Jeremy, Paul, Rob}</p>
<p><a href="https://www.google.com/maps/place/1141+W+Sheridan+Ave,+Oklahoma+City,+OK+73106/@35.4667943,-97.5343547,17z/data=!3m1!4b1!4m5!3m4!1s0x87b210d6c554c175:0x427474147d8d3d19!8m2!3d35.46679!4d-97.532166">StarSpace46 on Google Maps.</a></p>
<p><img src="/images/starspace46_parking.jpg" class="fit"></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2017/02/27/march-9-meeting/">March 9 Meeting</a></h1>
<p class="meta">
<time datetime="2017-02-27T07:54:00-06:00" pubdate data-updated="true">Feb 27<span>th</span>, 2017</time>
</p>
</header>
<div class="entry-content"><h2>Running a Rails App with Docker</h2>
<p>In the second part of this series, we’ll be going over how to run our fancy new Rails API project with
Docker – and include with it some other neat services (such as background jobs and email sending) that will all communicate together. Docker is a tool which helps to standardize your dev environment (which helps both with deployment and with collaborative programming), and we’re going to run all of our containers using Docker Compose. Even if you’ve messed with Docker in the past, you’re still bound to learn something.</p>
<p>Don’t worry if you missed the last talk – we’ll do a quick catchup session before we start that’ll cover everything you need to know!</p>
<p>Aaron Krauss is a developer at Clevyr where he builds data-driven applications in Ruby, Javascript, Go, and anything else awesome. He also blogs regularly, drinks beer, has a cool dog, and has been dating someone for over 10 years.</p>
<p><a href="http://www.okcruby.org/about/">Code Of Conduct</a></p>
<p>Many thanks to <a href="http://www.techlahoma.org/">Techlahoma</a> for sponsoring the meeting by providing the food and use of the event center.</p>
<p>Location: <a href="http://www.starspace46.com/">StarSpace46</a>
Time: 11:30 – 12:30</p>
<p>{Jeremy, Paul, Rob}</p>
<p><a href="https://www.google.com/maps/place/1141+W+Sheridan+Ave,+Oklahoma+City,+OK+73106/@35.4667943,-97.5343547,17z/data=!3m1!4b1!4m5!3m4!1s0x87b210d6c554c175:0x427474147d8d3d19!8m2!3d35.46679!4d-97.532166">StarSpace46 on Google Maps.</a></p>
<p><img src="/images/starspace46_parking.jpg" class="fit"></p>
</div>
</article>
<div class="pagination">
<a class="prev" href="/blog/page/2/">← Older</a>
<a href="/blog/archives">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="/blog/2018/04/29/may-10th-meeting/">May 10th Meeting</a>
</li>
<li class="post">
<a href="/blog/2018/01/09/january-11-meeting/">January 11 Meeting</a>
</li>
<li class="post">
<a href="/blog/2017/11/05/november-9-meeting/">November 9 Meeting</a>
</li>
<li class="post">
<a href="/blog/2017/10/04/october-12-meeting/">October 12 Meeting</a>
</li>
<li class="post">
<a href="/blog/2017/09/11/september-14-meeting/">September 14 Meeting</a>
</li>
</ul>
</section>
<section>
<h1>GitHub Repos</h1>
<ul id="gh_repos">
<li class="loading">Status updating…</li>
</ul>
<a href="https://github.com/okcruby">@okcruby</a> on GitHub
<script type="text/javascript">
$(document).ready(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '/javascripts/libs/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'okcruby',
count: 0,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/github.js" type="text/javascript"> </script>
</section>
</aside>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2018 - okcruby -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = '//platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</body>
</html>