Skip to content

Commit

Permalink
Merge branch 'ml'
Browse files Browse the repository at this point in the history
* ml:
  Redesign.

Conflicts:
	.gitignore
  • Loading branch information
waratuman committed Jun 22, 2013
2 parents 341bae0 + 63f339b commit 32238ff
Show file tree
Hide file tree
Showing 107 changed files with 3,446 additions and 3,472 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
_site/
.sass-cache/
.tm_properties

.DS_Store
73 changes: 29 additions & 44 deletions _layouts/application.html
Expand Up @@ -6,54 +6,39 @@
<title>{{ page.title }}</title>
<meta name="description" content="The blog of James R. Bracy (waratuman).">
<meta name="author" content="James R. Bracy">
<link rel="stylesheet" href="/resources/css/application.css">
<link rel="stylesheet" href="/assets/application.css">
</head>

<body>
<div id='container' class='container'>
<div class='row'>
<div id="content" class='span12'>
<div id='header'>
<a href='/'>waratuman</a>
</div>

<div id='content'>
{{ content }}
</div>
<div id='profile' class='span4'>
<address>
<strong><a href='/'>James R. Bracy</a></strong><br/>
</address>
<a href="https://twitter.com/#!/waratuman" target="_blank" class='link'>
<img src="/resources/images/twitter.png" alt="twitter" width="16" height="16" class='icon' />
</a>
<a href="https://www.facebook.com/waratuman" target="_blank" class='link'>
<img src="/resources/images/facebook.png" alt="facebook" width="16" height="16" class='icon' />
</a>
<a href="https://www.linkedin.com/in/waratuman" target="_blank" class='link'>
<img src="/resources/images/linkedin.png" alt="linked" width="16" height="16" class='icon' />
</a>

<div class='clear'></div>
<ul class='unstyled'>
<li><a href="/posts.html">All Posts</a></li>
<li><a href="/about.html">About</a></li>
</ul>
</div>
</div>

<footer id="footer">
Copyright &copy; 2011 James R. Bracy
</footer>
</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script>window.jQuery || document.write("<script src='/resources/js/jquery-1.5.1.min.js'>\x3C/script>")</script>

<script>
var _gaq=[["_setAccount","UA-12558350-1"],["_trackPageview"]]; // Change UA-XXXXX-X to be your site's ID
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
s.parentNode.insertBefore(g,s)}(document,"script"));
</script>

<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<div id='footer'>
<div class='left'>
<a href='/posts.html'>All Posts</a>
| <a href="https://twitter.com/#!/waratuman" target="_blank" class='link'>twitter</a>
| <a href="https://www.facebook.com/waratuman" target="_blank" class='link'>facebook</a>
| <a href="https://www.linkedin.com/in/waratuman" target="_blank" class='link'>linkedin</a>
</div>
<div class='right'>
Copyright &copy; 2013 James R. Bracy
</div>
</div>

<script type='text/javascript'>
var _gaq=[["_setAccount","UA-12558350-1"],["_trackPageview"]];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
s.parentNode.insertBefore(g,s)}(document,"script"));
</script>

<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</body>
</html>
</html>
13 changes: 8 additions & 5 deletions _layouts/post.html
Expand Up @@ -2,9 +2,12 @@
layout: application
---

<div class="post">
<h1>{{ page.title }}</h1>

{{ content }}
<div class="clear"></div>
<div class="post {{ page.font }}">
{% unless page.title_fr %}
<h1>{{ page.title }}</h1>
<hr/>
{% endunless %}

{{ content }}

</div>
1 change: 1 addition & 0 deletions _posts/2010-01-12-installing-erlang-on-mac-os-x.markdown
Expand Up @@ -2,6 +2,7 @@
title: Installing Erlang on Mac OS X
author: James R. Bracy
layout: post
font: sans
tags:
- Erlang
- Mac
Expand Down
Expand Up @@ -2,6 +2,7 @@
title: Basic Set Manipulation With Erlang
author: James R. Bracy
layout: post
font: sans
tags:
- Erlang
- Sets
Expand Down
1 change: 1 addition & 0 deletions _posts/2010-01-19-permutations-and-combinations.html
Expand Up @@ -2,6 +2,7 @@
title: Permuations and Combinations
author: James R. Bracy
layout: post
font: sans
tags:
- Erlang
- Probability
Expand Down
1 change: 1 addition & 0 deletions _posts/2010-02-18-setting-up-clojure.markdown
Expand Up @@ -2,6 +2,7 @@
title: Installing Clojure on Mac OS X
author: James R. Bracy
layout: post
font: sans
tags:
- Clojure
- java
Expand Down
1 change: 1 addition & 0 deletions _posts/2010-02-24-parsing-iso8601-with-ragel.markdown
Expand Up @@ -2,6 +2,7 @@
title: Parsing ISO8601 with Ragel
author: James R. Bracy
layout: post
font: sans
tags:
- Ragel
- Clojure
Expand Down
1 change: 1 addition & 0 deletions _posts/2010-03-22-fear-and-burning-bridges.markdown
Expand Up @@ -2,6 +2,7 @@
title: Fear and Burning Bridges
author: James R. Bracy
layout: post
published: false
---


Expand Down
1 change: 1 addition & 0 deletions _posts/2010-03-25-installing-ampq.markdown
Expand Up @@ -2,6 +2,7 @@
title: Installing RabbitMQ on Mac OS X
author: James R. Bracy
layout: post
font: sans
tags:
- AMQP
- RabbitMQ
Expand Down
1 change: 1 addition & 0 deletions _posts/2010-05-14-ada.markdown
Expand Up @@ -2,6 +2,7 @@
title: A Tangent into Ada
author: James R. Bracy
layout: post
font: sans
tags:
- Ada
- gnat
Expand Down
1 change: 1 addition & 0 deletions _posts/2010-06-02-vectors_in_ada.markdown
Expand Up @@ -2,6 +2,7 @@
title: Vectors in Ada
author: James R. Bracy
layout: post
font: sans
tags:
- Ada
- gnat
Expand Down
1 change: 1 addition & 0 deletions _posts/2010-07-28-markov-chains-nodejs-and-redis.md
Expand Up @@ -2,6 +2,7 @@
title: Markov Chains, Node.js, and Redis
author: James R. Bracy
layout: post
font: sans
---

Today's task is to create pseudo random text by using a [Markov Chain](http://en.wikipedia.org/wiki/Markov_chain). [Redis](http://code.google.com/p/redis/)
Expand Down
1 change: 1 addition & 0 deletions _posts/2010-09-14-solve-it-with-logic.md
Expand Up @@ -2,6 +2,7 @@
title: Solve it with Logic
author: James R. Bracy
layout: post
font: sans
---

Back during my freshman year of college the Computer Science 101 course
Expand Down
1 change: 1 addition & 0 deletions _posts/2010-09-16-algebraic-word-problems.md
Expand Up @@ -2,6 +2,7 @@
title: Algebraic Word Problems
author: James R. Bracy
layout: post
font: sans
---

The next section in the book *Problem Solving Through Recreation
Expand Down
Expand Up @@ -35,4 +35,4 @@

Maybe the idea would work, maybe it wouldn't. I don't see it working on a Ph.
D. level. I'm sure there are more holes in the theory. But to me it seems like
something worth trying.
something worth trying.
1 change: 1 addition & 0 deletions _posts/2011-01-13-apple-push-with-heroku.md
Expand Up @@ -2,6 +2,7 @@
title: Apple Push Notifications with Heroku
author: James R. Bracy
layout: post
font: sans
---

Most people think they can't deliver push notifications to [iOS](http://www.apple.com/iphone/ios4/) devices from
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-02-22-redeemer.md
Expand Up @@ -2,6 +2,7 @@
title: Redeemer & The Reason for God
author: James R. Bracy
layout: post
published: false
---

Since coming to New York City I have attended [Redeemer Presbyterian Church](http://www.redeemer.com/).
Expand Down
1 change: 1 addition & 0 deletions _posts/2012-02-24-backbonejs.md
Expand Up @@ -2,6 +2,7 @@
title: Backbone.js
author: James R. Bracy
layout: post
font: sans
---

Web applications are taking new paths. [JavaScript](http://en.wikipedia.org/wiki/JavaScript) is playing a more important
Expand Down
Expand Up @@ -2,6 +2,7 @@
title: User Authentication with Rails and Backbone.js
author: James R. Bracy
layout: post
font: sans
---

[Backbone.js](http://documentcloud.github.com/backbone/) is a small framework
Expand Down
1 change: 1 addition & 0 deletions _posts/2012-10-26-postgis_and_rails.md
Expand Up @@ -2,6 +2,7 @@
title: PostGIS and Rails
author: James R. Bracy
layout: post
font: sans
---

[PostGIS](http://postgis.refractions.net/) is and extension for
Expand Down
33 changes: 33 additions & 0 deletions _posts/2013-06-08-the-cloud-currency.html
@@ -0,0 +1,33 @@
---
title: The Cloud Currency
title_fr: La devise du nuage
author: James R. Bracy
layout: post
---

<div class='left' lang='en'>
<h1>{{ page.title }}</h1>
<hr/>
<p>
<a href='http://bitcoin.org/en/'>Bitcoin</a> is quickly becoming the
currency of the internet. It will never replace federally issued
currency, however, features such as ease of sending money, low
transaction fees, security, pseudo-anonymity, instant transactions, and
no compliance requirements give <a href='http://bitcoin.org/en/'>Bitcoin</a>
a place in the financial industry. The <a href='http://en.wikipedia.org/wiki/Internet'>internet</a>
has changed a lot of industries, and now it's changing <a href='http://en.wikipedia.org/wiki/Financial_services'>another</a>.
</p>
</div>
<div class='mid'></div>
<div class='right' lang='fr'>
<h1>{{ page.title_fr }}</h1>
<hr/>
<p>
Bitcoin est rapidement seyant la monnaie à le interréseau. Il ne sera
jamais substitut la monnaie fédéral, néanmoins, caractéristiques tel
que bas transaction frais, sécurité, anonymat, transaction instant, et
aucune règle, donner Bitcoin un place au secteur de la finance. Les
interréseau a changé beaucoup secteur, et actuellement il est change
un autre.
</p>
</div>
11 changes: 0 additions & 11 deletions _posts/2013-06-08-the-cloud-currency.md

This file was deleted.

0 comments on commit 32238ff

Please sign in to comment.