-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (73 loc) · 5.35 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Alexander Karelas's Homepage by akarelas</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Alexander Karelas's Homepage</h1>
<h2 class="project-tagline">Projects and contact info</h2>
</section>
<section class="main-content">
<h3>
<a id="work" class="anchor" href="#work" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Work</h3>
<p>I program for various companies in Perl, MySQL, JavaScript and also a small bit of HTML & CSS.</p>
<h3>
<a id="personal-traits" class="anchor" href="#personal-traits" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Personal traits</h3>
<p>I've been coding in Perl for 13 years.</p>
<h3>
<a id="personal-projects" class="anchor" href="#personal-projects" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Personal projects</h3>
<p>In my spare time, I like to work on my own projects. PerlModules.net, KJabberd, XML::MyXML and I have a couple more that have not been released yet. I have begun to use AngularJS a lot.</p>
<h3>
<a id="perlmodulesnet" class="anchor" href="#perlmodulesnet" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>PerlModules.net</h3>
<p><a href="https://www.perlmodules.net/">PerlModules.net</a> is a site that lets Perl programmers create their own RSS feeds that track new versions of their favourite Perl modules. <a href="https://twitter.com/search?f=tweets&q=perlmodules.net">See</a> what people on twitter are saying about it.</p>
<h3>
<a id="kjabberd" class="anchor" href="#kjabberd" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>KJabberd</h3>
<p><a href="https://github.com/akarelas/KJabberd">KJabberd</a> is a simple Jabber server (written in Perl), especially designed to be integrated with websites. It's under development, but functional already. <a href="http://files.karjala.org/videos/jabber.ogv">Watch a video demo</a> of KJabberd in action.</p>
<h3>
<a id="xmlmyxml" class="anchor" href="#xmlmyxml" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>XML::MyXML</h3>
<p><a href="https://metacpan.org/module/XML::MyXML">XML::MyXML</a> is a very easy-to-use Perl module, for parsing and creating XML documents.</p>
<h3>
<a id="favourite-perl-modules" class="anchor" href="#favourite-perl-modules" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Favourite Perl Modules</h3>
<p><a href="http://mojolicio.us/">Mojolicious</a>, <a href="https://metacpan.org/pod/Moo">Moo</a>, <a href="https://metacpan.org/pod/AnyEvent">AnyEvent</a></p>
<h3>
<a id="favourite-javascript-libraries" class="anchor" href="#favourite-javascript-libraries" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Favourite JavaScript Libraries</h3>
<p><a href="http://angularjs.org/">AngularJS</a>, <a href="http://momentjs.com/">Moment.js</a>, <a href="http://lodash.com/">Lo-Dash</a></p>
<h3>
<a id="bugs-ive-found-andor-fixed" class="anchor" href="#bugs-ive-found-andor-fixed" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Bugs I've found and/or fixed</h3>
<p>Here's a <a href="/bugs.html">list of bugs</a> in other projects that I've found and/or provided a fix for since 2013.</p>
<h3>
<a id="contact" class="anchor" href="#contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contact</h3>
<ul>
<li>
<a href="https://github.com/akarelas">GitHub</a> (akarelas)</li>
<li>
<a href="https://metacpan.org/author/KARJALA">CPAN</a> (KARJALA)</li>
<li><a href="https://www.facebook.com/alex.karelas">Facebook</a></li>
<li><a href="http://gr.linkedin.com/in/alexanderkarelas">LinkedIn</a></li>
<li><a href="https://plus.google.com/+AlexanderKarelas">Google+</a></li>
<li><a href="http://perllove.tumblr.com/">My blog</a></li>
<li>Elsewhere (punter)</li>
</ul>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-41840988-2");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>