Skip to content

Commit 41f4706

Browse files
committedMay 7, 2011
a few updates
1 parent 988fe9e commit 41f4706

7 files changed

+67
-15
lines changed
 

‎_posts/2011-04-27-programming-languages-worth-learning.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ darling and is widely used by the IT giant.
169169

170170
A nice free on-line book about Python is ["Dive into Python 3"](http://diveintopython3.org/).
171171

172-
#C#
172+
#C Sharp
173173
---
174174
The flagman language of the .NET platform. Similar in many aspects to
175175
Java C# is never-the-less ahead then Java in the innovations

‎_site/2011/04/27/programming-languages-worth-learning.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h1 id="python">Python</h1>
208208

209209
<p>A nice free on-line book about Python is <a href="http://diveintopython3.org/">“Dive into Python 3”</a>.</p>
210210

211-
<h1 id="c-1">C</h1>
211+
<h1 id="c-sharp">C Sharp</h1>
212212
<hr />
213213
<p>The flagman language of the .NET platform. Similar in many aspects to
214214
Java C# is never-the-less ahead then Java in the innovations

‎_site/about.html

+10-2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,21 @@ <h1>(think)</h1>
4141
</div>
4242
<div id="content">
4343
<p>I’m a software engineer and entrepreneur with substantial experience
44-
in C, C++, Java, C#, Perl and Ruby development. I also happen to be
45-
proficient in Unix like operating systems. Committed to open source,
44+
in C, C++, Java, Perl and Ruby development. I also happen to be
45+
proficient in Unix like operating systems and a LPIC2 Certified Linux
46+
administrator. Committed to open source,
4647
fond of cutting edge development technologies.</p>
4748

49+
<p>I’ve taught Perl and Java programming courses as well as Linux
50+
administration courses throughout the years. I’ve also been a speaker
51+
at a few software conferences.</p>
52+
4853
<p>I’m on a never ending quest to achieve Emacs mastery and to grasp the
4954
Lisp and functional programming philosophy.</p>
5055

56+
<p>My hobbies include cinema, reading novels, playing the guitar and playing video
57+
games. </p>
58+
5159
</div>
5260
</div>
5361
<div id="footer">

‎_site/atom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>www.batsov.com</title>
55
<link href="http://www.batsov.com/"/>
66
<link type="application/atom+xml" rel="self" href="http://www.batsov.com/atom.xml"/>
7-
<updated>2011-05-07T15:21:46+03:00</updated>
7+
<updated>2011-05-07T19:27:09+03:00</updated>
88
<id>http://www.batsov.com/</id>
99
<author>
1010
<name>Bozhidar Batsov</name>
@@ -2303,7 +2303,7 @@ darling and is widely used by the IT giant. &lt;/p&gt;
23032303

23042304
&lt;p&gt;A nice free on-line book about Python is &lt;a href=&quot;http://diveintopython3.org/&quot;&gt;“Dive into Python 3”&lt;/a&gt;.&lt;/p&gt;
23052305

2306-
&lt;h1 id=&quot;c-1&quot;&gt;C&lt;/h1&gt;
2306+
&lt;h1 id=&quot;c-sharp&quot;&gt;C Sharp&lt;/h1&gt;
23072307
&lt;hr /&gt;
23082308
&lt;p&gt;The flagman language of the .NET platform. Similar in many aspects to
23092309
Java C# is never-the-less ahead then Java in the innovations

‎_site/projects.html

+35-7
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,41 @@ <h1>(think)</h1>
4141
</div>
4242
<div id="content">
4343
<p>I happen to maintain/work on a couple of projects. In no particular
44-
order they are:
45-
* <a href="http://code.google.com/p/spellbook-dictionary/">Spellbook</a>
46-
* <a href="https://github.com/bbatsov/find-file-in-project">find-file-in-project</a>
47-
* <a href="https://github.com/bbatsov/zenburn-emacs">zenburn colour theme for Emacs</a>
48-
* <a href="https://github.com/bbatsov/emacs-dev-kit">Emacs Dev Kit</a>
49-
* <a href="https://github.com/bbatsov/project-euler">Project Euler solutions in Clojure &amp; Common Lisp</a>
50-
* <a href="/2011/05/04/lisp-problems.html">Lisp Problems</a></p>
44+
order they are:</p>
45+
46+
<ul>
47+
<li><a href="http://code.google.com/p/spellbook-dictionary/">Spellbook</a>
48+
<ul>
49+
<li>Spellbook is a platform-independent dictionary written in Java</li>
50+
</ul>
51+
</li>
52+
<li><a href="https://github.com/bbatsov/find-file-in-project">find-file-in-project</a>
53+
<ul>
54+
<li>FFIP eases the navigation between the files of a project</li>
55+
</ul>
56+
</li>
57+
<li><a href="https://github.com/bbatsov/zenburn-emacs">zenburn colour theme for Emacs</a>
58+
<ul>
59+
<li>The <a href="http://slinky.imukuppi.org/zenburnpage/">Zenburn</a> low-contrast theme ported to Emacs</li>
60+
</ul>
61+
</li>
62+
<li><a href="https://github.com/bbatsov/emacs-dev-kit">Emacs Dev Kit</a>
63+
<ul>
64+
<li>An advanced Emacs configuration suitable for various kinds of
65+
software development</li>
66+
</ul>
67+
</li>
68+
<li><a href="https://github.com/bbatsov/project-euler">Project Euler solutions in Clojure &amp; Common Lisp</a>
69+
<ul>
70+
<li>Solutions to some of the <a href="http://projecteuler.net/">Project Euler</a> tasks in Clojure &amp; Common Lisp</li>
71+
</ul>
72+
</li>
73+
<li><a href="/2011/05/04/lisp-problems.html">Lisp Problems</a>
74+
<ul>
75+
<li>A port of the original <a href="http://sites.google.com/site/prologsite/prolog-problems">Prolog Problems</a> to Lisp</li>
76+
</ul>
77+
</li>
78+
</ul>
5179

5280
</div>
5381
</div>

‎about.markdown

+10-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ title: About
44
---
55

66
I'm a software engineer and entrepreneur with substantial experience
7-
in C, C++, Java, C#, Perl and Ruby development. I also happen to be
8-
proficient in Unix like operating systems. Committed to open source,
7+
in C, C++, Java, Perl and Ruby development. I also happen to be
8+
proficient in Unix like operating systems and a LPIC2 Certified Linux
9+
administrator. Committed to open source,
910
fond of cutting edge development technologies.
1011

12+
I've taught Perl and Java programming courses as well as Linux
13+
administration courses throughout the years. I've also been a speaker
14+
at a few software conferences.
15+
1116
I'm on a never ending quest to achieve Emacs mastery and to grasp the
1217
Lisp and functional programming philosophy.
18+
19+
My hobbies include cinema, reading novels, playing the guitar and playing video
20+
games.

‎projects.markdown

+8
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ title: Projects
55

66
I happen to maintain/work on a couple of projects. In no particular
77
order they are:
8+
89
* [Spellbook](http://code.google.com/p/spellbook-dictionary/)
10+
* Spellbook is a platform-independent dictionary written in Java
911
* [find-file-in-project](https://github.com/bbatsov/find-file-in-project)
12+
* FFIP eases the navigation between the files of a project
1013
* [zenburn colour theme for Emacs](https://github.com/bbatsov/zenburn-emacs)
14+
* The [Zenburn](http://slinky.imukuppi.org/zenburnpage/) low-contrast theme ported to Emacs
1115
* [Emacs Dev Kit](https://github.com/bbatsov/emacs-dev-kit)
16+
* An advanced Emacs configuration suitable for various kinds of
17+
software development
1218
* [Project Euler solutions in Clojure & Common Lisp](https://github.com/bbatsov/project-euler)
19+
* Solutions to some of the [Project Euler](http://projecteuler.net/) tasks in Clojure & Common Lisp
1320
* [Lisp Problems](/2011/05/04/lisp-problems.html)
21+
* A port of the original [Prolog Problems](http://sites.google.com/site/prologsite/prolog-problems) to Lisp

0 commit comments

Comments
 (0)
Please sign in to comment.