-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (91 loc) · 4.64 KB
/
index.html
File metadata and controls
105 lines (91 loc) · 4.64 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
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>code::chermenin</title>
<!-- META -->
<meta charset="utf-8">
<meta name="description" content="The page of open source projects by Alex Chermenin.">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="styles/base.css">
<!-- JS -->
<script src="js/jquery.js"></script>
<script src="js/slider.js"></script>
</head>
<body class="">
<header>
<h1>code::<i>chermenin</i></h1>
<p>The page of my open source projects.</p>
DM me: <a href="https://t.me/chermenin" class="twitter">@chermenin</a> & <a href="http://chermenin.ru" class="twitter">Read my blog</a>
</header>
<div class="frame card_offset">
<div class="card">
<div class="details">
<div class="user_photo horizontal_center" id="user_photo">
<img src="styles/photo.jpg">
</div>
<p id="user_title">Hi, My name is</p>
<p style="text-transform: capitalize;" id="user_value">alex chermenin</p>
</div>
<ul class="values_list horizontal_center" id="values_list">
<li data-title="Hi, My name is" data-value="alex chermenin" data-label="name" class="active"></li>
<li class="" data-title="My email address is" data-value="alex@chermenin.ru" data-label="email" data-caps="false"></li>
<li class="" data-title="My birthday is" data-value="14.01.1989" data-label="birthday"></li>
<li class="" data-title="My location is" data-value="Russia, Perm" data-label="location"></li>
<li class="" data-title="My phone number is" data-value="+7 (981)-946-8232" data-label="phone"></li>
</ul>
</div>
<section>
<h2>My projects</h2>
<p>
<a href="/kio">Kio</a> is a set of Kotlin extensions for <a href="https://beam.apache.org" target="_blank">Apache Beam</a> to implement a fluent-like API for Java SDK.
</p>
<p>
<a href="/spark-states">Spark States</a> is a project to provide some custom state store providers for <a href="https://spark.apache.org" target="_blank">Apache Spark</a>.
</p>
<p>
<a href="/kotlin-user-agents">Kotlin User Agents</a> is a port of the <a href="https://github.com/selwin/python-user-agents">selwin's Python library</a> that provides an easy way to identify/detect devices like mobile phones, tablets and their capabilities by parsing user agent strings.
</p>
<p>
<sub><sup style="font-weight:bold;margin-right:5px;">ARCHIVED</sup></sub>
<a href="/sija">Sija Framework</a> is an open source software implementation of some guidelines and a small framework written in PHP to help quickly and easily create simple REST services and web applications using JSON API.
</p>
<h2>My contributions</h2>
<p>
<a href="https://github.com/apache/flink">Apache Flink</a> is an open source stream processing framework with powerful stream- and batch-processing capabilities.
</p>
<p>
<a href="https://github.com/apache/bahir-flink">Apache Bahir</a> provides extensions to distributed analytics platforms such as Apache Spark and Apache Flink.
The <a href="https://github.com/apache/bahir-flink/tree/master/flink-library-siddhi">flink-siddhi</a> library is a part of this project now.
</p>
<p>
<a href="https://github.com/twitter/chill">Twitter Chill</a> is a set of extensions for the Kryo serialization library including serializers and some classes to ease configuration of Kryo in systems like Hadoop, Storm, Akka, etc (and Flink of course!).
</p>
</section>
</div>
<footer>
<div class="frame">
<div class="block">
<p>Be free for everyone.</p>
</div>
</div>
</footer>
<a href="https://github.com/chermenin"><img style="position: absolute; top: 0; right: 0; border: 0;" src="styles/ribbon.png" alt="Fork me on GitHub"></a>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(25789166, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/25789166" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body></html>