mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
edited main russian pages
This commit is contained in:
parent
ad1c22a2bd
commit
3fb767e3cd
19
404.html
19
404.html
@ -3,8 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||||
<title>{{ page.title }}</title>
|
<title>Error 404</title>
|
||||||
<meta name="author" content="Unknown" >
|
<meta name="author" content="Unknown">
|
||||||
<meta name="description" content="arcanis' homepage">
|
<meta name="description" content="arcanis' homepage">
|
||||||
<link href="/authors" rel="license" type="text/html">
|
<link href="/authors" rel="license" type="text/html">
|
||||||
|
|
||||||
@ -14,29 +14,36 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
document.createElement('figure');
|
||||||
|
document.createElement('figcaption');
|
||||||
|
</script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header>
|
<header class="rainbow">
|
||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
<p class="view">Page not found!</p>
|
<p class="view">Page not found!</p>
|
||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
<!-- redirection to russian page -->
|
<!-- redirection to russian page -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var languageinfo=navigator.language? navigator.language : navigator.userLanguage
|
var languageinfo=navigator.language? navigator.language : navigator.userLanguage
|
||||||
function redirectpage(dest) {
|
function redirectpage(dest) {
|
||||||
if (window.location.replace) window.location.replace(dest)
|
if (window.location.replace) window.location.replace(dest)
|
||||||
else window.location=dest
|
else window.location=dest
|
||||||
}
|
}
|
||||||
if (languageinfo.substr(0,2) == "ru") redirectpage("/ru/404")
|
if (languageinfo.substr(0,2) == "ru") redirectpage("/ru/404")
|
||||||
</script>
|
</script>
|
||||||
<!-- redirection to russian page -->
|
<!-- redirection to russian page -->
|
||||||
|
|
||||||
<h3>Hello!</h3>
|
<h3>Hello!</h3>
|
||||||
|
|
||||||
<img src="/resources/pinkiepie.png" alt="pinkiepie">
|
<figure class="img">
|
||||||
|
<img src="/resources/pinkiepie.png" alt="pinkiepie">
|
||||||
|
</figure>
|
||||||
|
|
||||||
<p>I'm Pinkie Pie. You are seeing me because you want a page that I could not find. I'm sorry. Seriously. I'll try to work better. But now I may suggest you to return to the <a href="/" title="Home">Home</a> or <a href="javascript:history.back()" title="Back">back</a>.</p>
|
<p>I'm Pinkie Pie. You are seeing me because you want a page that I could not find. I'm sorry. Seriously. I'll try to work better. But now I may suggest you to return to the <a href="/" title="Home">Home</a> or <a href="javascript:history.back()" title="Back">back</a>.</p>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ title: About me
|
|||||||
<a href="https://github.com/arcan1s" title="GitHub">GitHub Profile</a><br>
|
<a href="https://github.com/arcan1s" title="GitHub">GitHub Profile</a><br>
|
||||||
<a href="https://www.archlinux.org/trustedusers/#arcanis" title="TU profile">TU Profile on archlinux.org</a><br>
|
<a href="https://www.archlinux.org/trustedusers/#arcanis" title="TU profile">TU Profile on archlinux.org</a><br>
|
||||||
<a href="http://istina.msu.ru/profile/arcanis" title="Publications">Some of my publications</a><br>
|
<a href="http://istina.msu.ru/profile/arcanis" title="Publications">Some of my publications</a><br>
|
||||||
PGP signature: <a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&fingerprint=on&exact=on&search=0x779CD2942629B7FA04AB8F172E89012331361F01">0x31361F01</a><br>
|
PGP signature: <a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&fingerprint=on&exact=on&search=0x779CD2942629B7FA04AB8F172E89012331361F01" title="pgp.mit.edu">0x31361F01</a><br>
|
||||||
<a href="ftp://repo.arcanis.name/public" title="Keys">Public keys</a>
|
<a href="ftp://repo.arcanis.name/public" title="Keys">Public keys</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -26,7 +26,6 @@ title: About me
|
|||||||
Jabber: arcanis (at) jabber (dot) ru<br>
|
Jabber: arcanis (at) jabber (dot) ru<br>
|
||||||
E-mail: <a href="mailto:darkarcanis@mail.ru" title="email">darkarcanis (at) mail (dot) ru</a>
|
E-mail: <a href="mailto:darkarcanis@mail.ru" title="email">darkarcanis (at) mail (dot) ru</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
|
11
authors.html
11
authors.html
@ -13,11 +13,12 @@ title: Authors
|
|||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
<p>The code and content of this site is licensed under <a href="http://people.freebsd.org/~phk" title="Beerware license">Beerware</a> license:</p>
|
<p>The code and content of this site is licensed under <a href="http://people.freebsd.org/~phk" title="Beerware license">Beerware</a> license:
|
||||||
<blockquote>
|
<blockquote>
|
||||||
"THE BEER-WARE LICENSE" (Revision 42):<br>
|
"THE BEER-WARE LICENSE" (Revision 42):<br>
|
||||||
Evgeniy Alekseev wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
|
Evgeniy Alekseev wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>This site uses:
|
<p>This site uses:
|
||||||
<ul>
|
<ul>
|
||||||
@ -26,11 +27,13 @@ title: Authors
|
|||||||
<li>Disqus, which is used for comment block, has own <a href="http://help.disqus.com/customer/portal/articles/466260-terms-of-service" title="Disqus license">custom license</a>.</li>
|
<li>Disqus, which is used for comment block, has own <a href="http://help.disqus.com/customer/portal/articles/466260-terms-of-service" title="Disqus license">custom license</a>.</li>
|
||||||
<li>The spoiler block was created by <a href="http://www.cyberforum.ru/post5368179.html" title="Forum post">markeley</a> and <a href="http://habrahabr.ru/post/167151/" title="Habrahabr post">Defff</a> and it looks like it has no any license.</li>
|
<li>The spoiler block was created by <a href="http://www.cyberforum.ru/post5368179.html" title="Forum post">markeley</a> and <a href="http://habrahabr.ru/post/167151/" title="Habrahabr post">Defff</a> and it looks like it has no any license.</li>
|
||||||
<li>This site uses RSS template, which was suggested by <a href="https://github.com/snaptortoise/jekyll-rss-feeds" title="GitHub">snaptortoise</a>.</li>
|
<li>This site uses RSS template, which was suggested by <a href="https://github.com/snaptortoise/jekyll-rss-feeds" title="GitHub">snaptortoise</a>.</li>
|
||||||
<li>Google Custom Search is licensed under own <a href="https://support.google.com/customsearch/answer/1714300" title="Google license">custom license</a>.</li>
|
<li>Google Custom Search is licensed under own <a href="https://support.google.com/customsearch/answer/1714300" title="GCS license">custom license</a>.</li>
|
||||||
<li>Sharethis have own <a href="http://www.sharethis.com/legal/publisher-terms-of-use" title="ShareThis license">custom license</a> too.</li>
|
<li>Sharethis have own <a href="http://www.sharethis.com/legal/publisher-terms-of-use" title="ShareThis license">custom license</a> too.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>Special thanks to <a href="http://monztruo.deviantart.com/" title="Devianart">Monztruo</a>, I borrowed <a href="http://monztruo.deviantart.com/art/Zalgo-Pacman-v1-194649946" title="Source image">his icon</a>.</p>
|
<p>Special thanks to <a href="http://monztruo.deviantart.com/" title="Deviantart">Monztruo</a> (I borrowed <a href="http://monztruo.deviantart.com/art/Zalgo-Pacman-v1-194649946" title="Source image">his icon</a>) and <a href="http://hanabell1.deviantart.com/" title="Deviantart">HanaBell1</a> (<a href="http://hanabell1.deviantart.com/art/RES-Rainbow-PNG-398876448" title="Source image">a nice rainbow</a>).
|
||||||
|
|
||||||
<p align="center">© Evgeniy Alekseev, 2014-{{ site.time | date: '%Y' }}</p>
|
</p>
|
||||||
|
|
||||||
|
<p style="text-align:center;">© Evgeniy Alekseev, 2014-{{ site.time | date: '%Y' }}</p>
|
||||||
|
@ -25,7 +25,6 @@ title: arcanis' homepage
|
|||||||
<p class="view"><a href="/projects/" title="Projects">Projects</a><br>
|
<p class="view"><a href="/projects/" title="Projects">Projects</a><br>
|
||||||
<a href="ftp://repo.arcanis.name/repo" title="Repository">Repository</a></p>
|
<a href="ftp://repo.arcanis.name/repo" title="Repository">Repository</a></p>
|
||||||
<p class="view"><a href="/about" title="About">About me</a></p>
|
<p class="view"><a href="/about" title="About">About me</a></p>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
<!-- redirection to russian page -->
|
<!-- redirection to russian page -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
@ -200,6 +200,15 @@ header {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* rainbow background =) */
|
||||||
|
header.rainbow {
|
||||||
|
background-image: url('/resources/rainbow.png');
|
||||||
|
background-position: left center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: contain;
|
||||||
|
height: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
header ul {
|
header ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
BIN
resources/rainbow.png
Normal file
BIN
resources/rainbow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
31
ru/404.html
31
ru/404.html
@ -4,21 +4,25 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||||
<title>Ошибка 404</title>
|
<title>Ошибка 404</title>
|
||||||
<meta name="author" content="Evgeniy Alekseev" />
|
<meta name="author" content="Unknown" >
|
||||||
<meta name="description" content="arcanis' homepage" />
|
<meta name="description" content="arcanis' homepage">
|
||||||
<link rel="license" type="text/html" href="/authors" />
|
<link href="/authors" rel="license" type="text/html">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/resources/css/styles.css">
|
<link href="/resources/css/styles.css" rel="stylesheet" type="text/css">
|
||||||
<link rel="stylesheet" href="/resources/css/pygment_trac.css">
|
<link href="/resources/css/syntax.css" rel="stylesheet" type="text/css">
|
||||||
<link rel="shortcut icon" href="/resources/icon.ico">
|
<link href="/resources/icon.ico" rel="shortcut icon" type="image/x-icon">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
document.createElement('figure');
|
||||||
|
document.createElement('figcaption');
|
||||||
|
</script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header>
|
<header class="rainbow">
|
||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
<p class="view">Страница не найдена!</p>
|
<p class="view">Страница не найдена!</p>
|
||||||
</header>
|
</header>
|
||||||
@ -26,16 +30,17 @@
|
|||||||
|
|
||||||
<h3>Привет!</h3>
|
<h3>Привет!</h3>
|
||||||
|
|
||||||
<img src="/resources/pinkiepie.png" alt="pinkiepie">
|
<figure class="img">
|
||||||
|
<img src="/resources/pinkiepie.png" alt="pinkiepie">
|
||||||
|
</figure>
|
||||||
|
|
||||||
<p>Я Пинки Пай. Ты видишь меня, потому что ты хочешь страницу, которую я не смогла найти. Мне очень жаль. Нет, честно-честно. В будущем я постараюсь работать лучше, а сейчас могу предложить вернуться на <a href="/ru">главную</a> или <a href="javascript:history.back()">назад</a>.</p>
|
<p>Я Пинки Пай. Ты видишь меня, потому что ты хочешь страницу, которую я не смогла найти. Мне очень жаль. Нет, честно-честно. В будущем я постараюсь работать лучше, а сейчас могу предложить вернуться на <a href="/ru" title="Главная">главную</a> или <a href="javascript:history.back()" title="Назад">назад</a>.</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
<p><small>Расположено на GitHub Pages. <a href="/ru/authors">Авторы</a></small></p>
|
<p><small>Расположено на GitHub Pages. <a href="/ru/authors" title="Авторы">Авторы</a></small></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<script src="/resources/js/scale.fix.js"></script>
|
<script src="/resources/js/scale.fix.js" type="text/javascript"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -11,20 +11,22 @@ title: Обо мне
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
<p class="view">
|
||||||
<p class="view"><a href="https://github.com/arcan1s">Профиль на GitHub</a><br>
|
<a href="https://github.com/arcan1s" title="GitHub">Профиль на GitHub</a><br>
|
||||||
<a href="https://www.archlinux.org/trustedusers/#arcanis">Профиль TU на archlinux.org</a><br>
|
<a href="https://www.archlinux.org/trustedusers/#arcanis" title="Профиль TU">Профиль TU на archlinux.org</a><br>
|
||||||
<a href="http://istina.msu.ru/profile/arcanis">Некоторые из моих публикаций</a><br>
|
<a href="http://istina.msu.ru/profile/arcanis" title="Публикации">Некоторые из моих публикаций</a><br>
|
||||||
PGP: <a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&fingerprint=on&exact=on&search=0x779CD2942629B7FA04AB8F172E89012331361F01">0x31361F01</a><br>
|
PGP: <a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&fingerprint=on&exact=on&search=0x779CD2942629B7FA04AB8F172E89012331361F01" title="pgp.mit.edu">0x31361F01</a><br>
|
||||||
<a href="ftp://repo.arcanis.name/public">Публичные ключи</a></p>
|
<a href="ftp://repo.arcanis.name/public" title="Ключи">Публичные ключи</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Контакты</h2>
|
<h2>Контакты</h2>
|
||||||
<p class="view">Никнейм: arcanis/arcan1s<br>
|
<p class="view">
|
||||||
IRC: <a href="irc://irc.freenode.net/arcan1s">arcan1s</a><br>
|
Никнейм: arcanis/arcan1s<br>
|
||||||
ICQ: 407-398-235 <img src="http://www.icq.com/scripts/online.dll?icq=407398235&img=27" border="0"><br>
|
IRC: <a href="irc://irc.freenode.net/arcan1s" title="Freenode">arcan1s</a><br>
|
||||||
|
ICQ: 407-398-235<br>
|
||||||
Jabber: arcanis (at) jabber (dot) ru<br>
|
Jabber: arcanis (at) jabber (dot) ru<br>
|
||||||
E-mail: <a href="mailto:darkarcanis@mail.ru">darkarcanis (at) mail (dot) ru</a></p>
|
E-mail: <a href="mailto:darkarcanis@mail.ru" title="email">darkarcanis (at) mail (dot) ru</a>
|
||||||
|
</p>
|
||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
@ -35,31 +37,41 @@ GS/CS d-(+) s: a-- C++++ UL+++>$ P L++ E--- W++ N !o !K w- !O M- !V PS+@ PE Y PG
|
|||||||
------END GEEK CODE BLOCK------
|
------END GEEK CODE BLOCK------
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<p align="center"><a href="/resources/screenshots/photo_siicm.png"><img src="/resources/preview/photo_siicm_prev.jpg"></a></p>
|
<figure class="img">
|
||||||
<p align="right"><i>Фото Гриневой О.В.</i></p>
|
<a href="/resources/screenshots/photo_siicm.png" title="Полный размер" type="image/png">
|
||||||
|
<img src="/resources/preview/photo_siicm_prev.jpg" alt="Фото">
|
||||||
|
</a>
|
||||||
|
<figcaption>Фото Гриневой О.В.</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
<p>Меня зовут Алексеев Евгений, <a href="http://lurkmore.to/%D0%9C%D0%BD%D0%B5_20_%D0%B8_%D1%8F_%D0%B1%D0%BE%D1%80%D0%BE%D0%B4%D0%B0%D1%82">мне 20 и я бородат</a>. Обычно, мой никнейм в Интернете <code>arcan1s</code>, хотя в русскоязычном сегменте - <code>arcanis</code>. Я выпускник <a href="http://www.chem.msu.ru/">Химического факультета</a> Московского государственного университета. Сейчас я аспирант и работаю в моем Университете. Моя специальность - теоретическая химия (типа молекулярной физики и немного квантовой химии).</p>
|
<p>Меня зовут Алексеев Евгений, <a href="http://lurkmore.to/%D0%9C%D0%BD%D0%B5_20_%D0%B8_%D1%8F_%D0%B1%D0%BE%D1%80%D0%BE%D0%B4%D0%B0%D1%82" title="lurkmore">мне 20 и я бородат</a>. Обычно, мой никнейм в Интернете <code>arcan1s</code>, хотя в русскоязычном сегменте - <code>arcanis</code>. Я выпускник <a href="http://www.chem.msu.ru/" title="Сайт факультета">Химического факультета</a> Московского государственного университета. Сейчас я аспирант и работаю в моем Университете. Моя специальность - теоретическая химия (типа молекулярной физики и немного квантовой химии).</p>
|
||||||
|
|
||||||
<p>На досуге я пишу небольшие приложения на C, C++ и Python (и скрипты на Shell). Чтобы не выглядеть, как бородатый нерд, иногда я слушаю музыку и читаю книги <a href="http://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D0%B1%D0%B5%D1%80%D1%82_%D0%94%D0%B6%D0%BE%D1%80%D0%B4%D0%B0%D0%BD">Роберта Джордана</a> или <a href="http://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD,_%D0%94%D0%B6%D0%BE%D1%80%D0%B4%D0%B6_%D0%A0%D1%8D%D0%B9%D0%BC%D0%BE%D0%BD%D0%B4_%D0%A0%D0%B8%D1%87%D0%B0%D1%80%D0%B4">Джорджа Мартина</a> (и другие подобные). (Хотя,мои друзья все равно говорят мне, что я выгляжу, как бородатый нерд.) Музыка, которую я обычно слушаю, может быть найдена на <a href="ftp://repo.arcanis.name/">моем домашнем сервере</a>.</p>
|
<p>На досуге я пишу небольшие приложения на C, C++ и Python (и скрипты на Shell). Чтобы не выглядеть, как бородатый нерд, иногда я слушаю музыку и читаю книги <a href="http://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D0%B1%D0%B5%D1%80%D1%82_%D0%94%D0%B6%D0%BE%D1%80%D0%B4%D0%B0%D0%BD" title="Wiki">Роберта Джордана</a> или <a href="http://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD,_%D0%94%D0%B6%D0%BE%D1%80%D0%B4%D0%B6_%D0%A0%D1%8D%D0%B9%D0%BC%D0%BE%D0%BD%D0%B4_%D0%A0%D0%B8%D1%87%D0%B0%D1%80%D0%B4" title="Wiki">Джорджа Мартина</a> (и другие подобные). (Хотя,мои друзья все равно говорят мне, что я выгляжу, как бородатый нерд.) Музыка, которую я обычно слушаю, может быть найдена на <a href="ftp://repo.arcanis.name/" title="ftp">моем домашнем сервере</a>.</p>
|
||||||
<label class="spoiler">
|
<label class="spoiler">
|
||||||
<input type="checkbox" tabindex="-1">
|
<input type="checkbox" tabindex="-1">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<p>Информация по подключению
|
<p>
|
||||||
|
Информация по подключению
|
||||||
<blockquote>
|
<blockquote>
|
||||||
Пользователь <code>music</code>, пароль такой же.</p>
|
Пользователь <code>music</code>, пароль такой же.
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<p>Также я являюсь пользователем <a href="https://www.archlinux.org/">Archlinux</a>. В октябре 2013 я стал Доверенным пользователем Archlinux:</p>
|
<p>Также я являюсь пользователем <a href="https://www.archlinux.org/" title="Archlinux">Archlinux</a>. В октябре 2013 я стал Доверенным пользователем Archlinux:</p>
|
||||||
<blockquote cite="https://wiki.archlinux.org/index.php/AUR_Trusted_User_Guidelines">
|
<blockquote cite="https://wiki.archlinux.org/index.php/AUR_Trusted_User_Guidelines">
|
||||||
The Trusted User (TU) is a member of the community charged with keeping the AUR in working order. He/she maintains popular packages (communicating with and sending patches upstream as needed), and votes in administrative matters. A TU is elected from active community members by current TUs in a democratic process. TUs are the only members who have a final say in the direction of the AUR.</blockquote>
|
The Trusted User (TU) is a member of the community charged with keeping the AUR in working order. He/she maintains popular packages (communicating with and sending patches upstream as needed), and votes in administrative matters. A TU is elected from active community members by current TUs in a democratic process. TUs are the only members who have a final say in the direction of the AUR.</blockquote>
|
||||||
<p align="right">© <a href="https://wiki.archlinux.org/index.php/AUR_Trusted_User_Guidelines">ArchWiki</a></p>
|
<p style="text-align:right;">
|
||||||
|
© <a href="https://wiki.archlinux.org/index.php/AUR_Trusted_User_Guidelines/" title="ArchWiki">ArchWiki</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Вся контактная информация может быть найдена слева. Не стесняйтесь связываться со мной по любому вопросу (если что - пошлю). Ах да, чуть не забыл. Если Вы будете писать мне через ICQ или Jabber, Вы должны корректно ответить на вопрос антиспам бота. Вопрос:</p>
|
<p>Вся контактная информация может быть найдена слева. Не стесняйтесь связываться со мной по любому вопросу (если что - пошлю). Ах да, чуть не забыл. Если Вы будете писать мне через ICQ или Jabber, Вы должны корректно ответить на вопрос антиспам бота. Вопрос:</p>
|
||||||
|
|
||||||
{% highlight c %}
|
{% highlight c %}
|
||||||
int i = 1;
|
int i = 1;
|
||||||
i = ++i + ++i;
|
i = ++i + ++i;
|
||||||
return i;
|
return i;
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<p>Правильный ответ <code>5</code> (или <code>6</code>, как больше нравится).</p>
|
<p>Правильный ответ <code>5</code> (или <code>6</code>, как больше нравится).</p>
|
||||||
|
@ -14,24 +14,26 @@ title: Авторы
|
|||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
<p>Код и контент данного сайта лицензирован под <a href="http://people.freebsd.org/~phk">Beerware</a>:</p>
|
<p>Код и контент данного сайта лицензирован под <a href="http://people.freebsd.org/~phk" title="Лицензия Beerware">Beerware</a>:
|
||||||
<blockquote><p>"THE BEER-WARE LICENSE" (Revision 42):<br>
|
<blockquote>
|
||||||
Evgeniy Alekseev wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.</p></blockquote>
|
"THE BEER-WARE LICENSE" (Revision 42):<br>
|
||||||
<p>(Ну, в общем, там про пиво говорится. Запомните, Вы должны мне пиво.)</p>
|
Evgeniy Alekseev wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
|
||||||
|
</blockquote>
|
||||||
|
<small>(Ну, в общем, там про пиво говорится. Запомните, Вы должны мне пиво.)</small></p>
|
||||||
|
|
||||||
<p>Данный сайт использует:
|
<p>Данный сайт использует:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://jekyllrb.com/">Jekyll</a>, который лицензирован под лицензией <a href="http://opensource.org/licenses/MIT">MIT</a>.</li>
|
<li><a href="http://jekyllrb.com/" title="Сайт Jekyll">Jekyll</a>, который лицензирован под лицензией <a href="http://opensource.org/licenses/MIT" title="Лицензия MIT">MIT</a>.</li>
|
||||||
<li>Исходная тема была создана <a href="https://github.com/orderedlist/minimal">Steve Smith</a> и лицензирована под <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</li>
|
<li>Исходная тема была создана <a href="https://github.com/orderedlist/minimal" title="GitHub">Steve Smith</a> и лицензирована под <a href="http://creativecommons.org/licenses/by/3.0" title="Лицензия CC BY-SA">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</li>
|
||||||
<li>Disqus, который используется для блока комментариев, имеет собственную <a href="http://help.disqus.com/customer/portal/articles/466260-terms-of-service">кастомную лицензию</a>.</li>
|
<li>Disqus, который используется для блока комментариев, имеет собственную <a href="http://help.disqus.com/customer/portal/articles/466260-terms-of-service" title="Лицензия Disqus">кастомную лицензию</a>.</li>
|
||||||
<li>Код для спойлеров был предложен <a href="http://www.cyberforum.ru/post5368179.html">markeley</a> и <a href="http://habrahabr.ru/post/167151/">Defff</a>, и, судя по всему, он не имеет никакой лицензии.</li>
|
<li>Код для спойлеров был предложен <a href="http://www.cyberforum.ru/post5368179.html" title="Пост на форуме">markeley</a> и <a href="http://habrahabr.ru/post/167151/" title="Пост на habrahabr">Defff</a>, и, судя по всему, он не имеет никакой лицензии.</li>
|
||||||
<li>Данный сайт использует RSS шаблон, который был предложен <a href="https://github.com/snaptortoise/jekyll-rss-feeds">snaptortoise</a>.</li>
|
<li>Данный сайт использует RSS шаблон, который был предложен <a href="https://github.com/snaptortoise/jekyll-rss-feeds" title="GitHub">snaptortoise</a>.</li>
|
||||||
<li>Google Custom Search имеет собственную <a href="https://support.google.com/customsearch/answer/1714300">кастомную лицензию</a>.</li>
|
<li>Google Custom Search имеет собственную <a href="https://support.google.com/customsearch/answer/1714300" title="Лицензия GCS">кастомную лицензию</a>.</li>
|
||||||
<li>Sharethis тоже имеет собственную <a href="http://www.sharethis.com/legal/publisher-terms-of-use">кастомную лицензию</a>.</li>
|
<li>Sharethis тоже имеет собственную <a href="http://www.sharethis.com/legal/publisher-terms-of-use" title="Лицензия ShareThis">кастомную лицензию</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>Отдельное спасибо <a href="http://monztruo.deviantart.com/">Monztruo</a>, я позаимствовал у него <a href="http://monztruo.deviantart.com/art/Zalgo-Pacman-v1-194649946">иконку</a>.</p>
|
<p>Отдельное спасибо <a href="http://monztruo.deviantart.com/" title="Deviantart">Monztruo</a> (я позаимствовал у него <a href="http://monztruo.deviantart.com/art/Zalgo-Pacman-v1-194649946" title="Исходное изображение">иконку</a>) и <a href="http://hanabell1.deviantart.com/" title="Deviantart">HanaBell1</a> (<a href="http://hanabell1.deviantart.com/art/RES-Rainbow-PNG-398876448" title="Исходное изображение">симпатичная радуга</a>).</p>
|
||||||
|
|
||||||
<p align="center">© Evgeniy Alekseev, 2014-{{ site.time | date: '%Y' }}</p>
|
<p style="text-align:center;">© Evgeniy Alekseev, 2014-{{ site.time | date: '%Y' }}</p>
|
||||||
<p align="right"><small>Хотя, кого в России е%$т лицензии?</small></p>
|
<p style="text-align:right;"><small>Хотя, кого в России е%$т лицензии?</small></p>
|
||||||
|
@ -14,30 +14,34 @@ hasTr: true
|
|||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
{% for post in site.categories.ru limit:1 %}
|
{% for post in site.categories.ru limit:1 %}
|
||||||
{% assign month = post.date | date: "%Y" %}
|
{% assign month = post.date | date: "%Y" %}
|
||||||
{% assign new_month = post.date | date: "%Y" %}
|
{% assign new_month = post.date | date: "%Y" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<label class="spoiler">
|
<label class="spoiler">
|
||||||
<input type="checkbox" tabindex="-1">
|
<input type="checkbox" tabindex="-1">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<b>{% include longdate_to_ru.html %}</b> <span class="close" style="float:right;">(скрыть)</span><span class="open" style="float:right;">(показать)</span>
|
<b>{% include longdate_to_ru.html %}</b>
|
||||||
|
<span class="close" style="float:right;">(скрыть)</span><span class="open" style="float:right;">(показать)</span>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
{% for post in site.categories.ru %}
|
{% for post in site.categories.ru %}
|
||||||
{% assign new_month = post.date | date: "%Y" %}
|
{% assign new_month = post.date | date: "%Y" %}
|
||||||
{% if new_month != month %}
|
{% if new_month != month %}
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
<label class="spoiler">
|
<label class="spoiler">
|
||||||
<input type="checkbox" tabindex="-1">
|
<input type="checkbox" tabindex="-1">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<b>{% include longdate_to_ru.html %}</b> <span class="close" style="float:right;">(скрыть)</span><span class="open" style="float:right;">(показать)</span>
|
<b>{% include longdate_to_ru.html %}</b>
|
||||||
|
<span class="close" style="float:right;">(скрыть)</span><span class="open" style="float:right;">(показать)</span>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% assign month = post.date | date: "%Y" %}
|
{% assign month = post.date | date: "%Y" %}
|
||||||
<i>{% include shortdate_to_ru.html %}</i> » <a name="{{ post.short }}" class="anchor" href="#{{ post.short }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a> ({{ post.tags }})<br>
|
<i>{% include shortdate_to_ru.html %}</i> »
|
||||||
|
<a href="#{{ post.short }}" class="anchor" name="{{ post.short }}"><span class="octicon octicon-link"></span></a>
|
||||||
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> ({{ post.tags }})<br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
|
@ -11,13 +11,19 @@ hasTr: true
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
<h3><a name="archive" class="anchor" href="#archive"><span class="octicon octicon-link"></span></a><a href="/ru/blog/archive">Архив материалов</a></h3>
|
<h3>
|
||||||
|
<a href="#archive" class="anchor" name="archive"><span class="octicon octicon-link"></span></a>
|
||||||
|
<a href="/ru/blog/archive" title="Архив">Архив материалов</a>
|
||||||
|
</h3>
|
||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
{% for post in site.categories.ru limit:10 %}
|
{% for post in site.categories.ru limit:10 %}
|
||||||
<h1><a name="{{ post.short }}" class="anchor" href="#{{ post.short }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
<h1>
|
||||||
|
<a href="#{{ post.short }}" class="anchor" name="{{ post.short }}"><span class="octicon octicon-link"></span></a>
|
||||||
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||||
|
</h1>
|
||||||
<p><i>{% include shortdate_to_ru.html %}</i></p>
|
<p><i>{% include shortdate_to_ru.html %}</i></p>
|
||||||
<p>{{ post.description }}</p>
|
<p>{{ post.description }}</p>
|
||||||
<p><b>Тэги</b>: {{ post.tags }}</p>
|
<p><b>Тэги</b>: {{ post.tags }}</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -19,8 +19,10 @@ layout: none
|
|||||||
{% else %}
|
{% else %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ post.title | xml_escape }}</title>
|
<title>{{ post.title | xml_escape }}</title>
|
||||||
<description>{{ post.description | xml_escape }}
|
<description>
|
||||||
{{ post.content | xml_escape}}</description>
|
{{ post.description | xml_escape }}
|
||||||
|
{{ post.content | xml_escape}}
|
||||||
|
</description>
|
||||||
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
|
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
|
||||||
<link>{{ site.url }}{{ post.url }}</link>
|
<link>{{ site.url }}{{ post.url }}</link>
|
||||||
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
||||||
|
@ -11,31 +11,29 @@ title: arcanis
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
<label class="spoiler">
|
<label class="spoiler">
|
||||||
<input type="checkbox" tabindex="-1">
|
<input type="checkbox" tabindex="-1">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<a href="/ru/feed.xml"><img src="/resources/feed-icon-14x14.png"></a>
|
<a href="/ru/feed.xml" title="RSS"><img src="/resources/feed-icon-14x14.png" alt="RSS"></a>
|
||||||
<a href="/ru/blog/">Блог</a> <span class="close">(скрыть)</span><span class="open">(показать)</span>
|
<a href="/ru/blog/" title="Блог">Блог</a> <span class="close">(скрыть)</span><span class="open">(показать)</span>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
{% for post in site.categories.ru limit:3 %}
|
{% for post in site.categories.ru limit:3 %}
|
||||||
<a href="{{ post.url }}">{{ post.title }}</a><br>
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a><br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
<p class="view"><a href="/ru/projects/">Проекты</a><br>
|
<p class="view"><a href="/ru/projects/" title="Проекты">Проекты</a><br>
|
||||||
<a href="ftp://repo.arcanis.name/repo">Репозиторий</a></p>
|
<a href="ftp://repo.arcanis.name/repo" title="Репозиторий">Репозиторий</a></p>
|
||||||
<p class="view"><a href="/ru/about">Обо мне</a></p>
|
<p class="view"><a href="/ru/about" title="Обо мне">Обо мне</a></p>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
<h3><a name="welcome" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>Добро пожаловать</h3>
|
<h3><a href="#welcome" class="anchor" name="welcome"><span class="octicon octicon-link"></span></a>Добро пожаловать</h3>
|
||||||
<p>Добро пожаловать на мою домашнюю страничку, <code>`echo $USERNAME`</code>. Обо мне Вы можете прочитать по <a href="/ru/about">ссылке</a>. К сожалению, я не знаю html/php/ruby/прочее (но я знаю Google-фу! По крайней мере, я так думаю), поэтому эта страничка может выглядеть не очень красиво. Но я старался (ну или не совсем). В блоге я буду писать какие-нибудь статьи о науке, программировании, проживании в Archlinux и, может быть, о сопровождении пакетов. Также я создам странички для некоторых из <a href="https://github.com/arcan1s">моих проектов</a>.</p>
|
<p>Добро пожаловать на мою домашнюю страничку, <code>`echo $USERNAME`</code>. Обо мне Вы можете прочитать по <a href="/ru/about" title="Обо мне">ссылке</a>. К сожалению, я не знаю html/php/ruby/прочее (но я знаю Google-фу! По крайней мере, я так думаю), поэтому эта страничка может выглядеть не очень красиво. Но я старался (ну или не совсем). В блоге я буду писать какие-нибудь статьи о науке, программировании, проживании в Archlinux и, может быть, о сопровождении пакетов. Также я создам странички для некоторых из <a href="https://github.com/arcan1s" title="GitHub">моих проектов</a>.</p>
|
||||||
|
|
||||||
<h3><a name="contact" class="anchor" href="#contact"><span class="octicon octicon-link"></span></a>Контакты</h3>
|
<h3><a href="#contact" class="anchor" name="contact"><span class="octicon octicon-link"></span></a>Контакты</h3>
|
||||||
<p>Если у Вас есть вопрос или что-нибудь еще, Вы можете <a href="/ru/about">связаться со мной</a>. Если Вы хотите предложить пул-реквест или сообщить о баге для этих страничек, не стесняйтесь посетить <a href="https://github.com/arcan1s">мой профиль на GitHub</a> и сделать это.</p>
|
<p>Если у Вас есть вопрос или что-нибудь еще, Вы можете <a href="/ru/about" title="Обо мне">связаться со мной</a>. Если Вы хотите предложить пул-реквест или сообщить о баге для этих страничек, не стесняйтесь посетить <a href="https://github.com/arcan1s/arcan1s.github.io" title="Репозиторий сайта">репозиторий на GitHub</a> и сделать это.</p>
|
||||||
|
|
||||||
<h3><a name="search" class="anchor" href="#search"><span class="octicon octicon-link"></span></a>Поиск по сайту</h3>
|
<h3><a href="#search" class="anchor" name="search"><span class="octicon octicon-link"></span></a>Поиск по сайту</h3>
|
||||||
{% include cse.html %}
|
{% include cse.html %}
|
||||||
|
@ -14,35 +14,35 @@ groups:
|
|||||||
short: deadline
|
short: deadline
|
||||||
description: <code>DeadLine widget</code> плазмоид, написанный на <code>Python2</code>. Может создавать задачи и добавлять напоминания к ним. Сейчас этот проект находится в состоянии пре-альфа. Может быть когда-нибудь я доделаю его.
|
description: <code>DeadLine widget</code> плазмоид, написанный на <code>Python2</code>. Может создавать задачи и добавлять напоминания к ним. Сейчас этот проект находится в состоянии пре-альфа. Может быть когда-нибудь я доделаю его.
|
||||||
links:
|
links:
|
||||||
- <a href="https://github.com/arcan1s/deadlinewidget">Репозиторий на GitHub</a>
|
- <a href="https://github.com/arcan1s/deadlinewidget" title="GitHub">Репозиторий на GitHub</a>
|
||||||
- title: Oblikue strategies
|
- title: Oblikue strategies
|
||||||
short: oblikuestrategies
|
short: oblikuestrategies
|
||||||
description: <code>oblikue-strategies</code> плазмоид, написанный на <code>CPP</code>, который показывает случайные карты из Brian Eno и Peter Schmidt's <a href="http://en.wikipedia.org/wiki/Oblique_strategies">Oblique Strategies</a>. Это форк <a href="http://gnome-look.org/content/show.php/Oblique+Strategies?content=78405">апплета для GNOME</a> с некоторыми дополнительными фичами.
|
description: <code>oblikue-strategies</code> плазмоид, написанный на <code>CPP</code>, который показывает случайные карты из Brian Eno и Peter Schmidt's <a href="http://en.wikipedia.org/wiki/Oblique_strategies" title="Wiki">Oblique Strategies</a>. Это форк <a href="http://gnome-look.org/content/show.php/Oblique+Strategies?content=78405" title="gnome-look">апплета для GNOME</a> с некоторыми дополнительными фичами.
|
||||||
links:
|
links:
|
||||||
- <a href="/ru/projects/oblikuestrategies">Домашняя страница</a>
|
- <a href="/ru/projects/oblikuestrategies" title="Домашняя страница">Домашняя страница</a>
|
||||||
- <a href="https://github.com/arcan1s/oblikuestrategies">Репозиторий на GitHub</a>
|
- <a href="https://github.com/arcan1s/oblikuestrategies" title="GitHub">Репозиторий на GitHub</a>
|
||||||
- <a href="http://kde-look.org/content/show.php/oblikue-strategies?content=160503">Страница на kde-look.org</a>
|
- <a href="http://kde-look.org/content/show.php/oblikue-strategies?content=160503" title="kde-look">Страница на kde-look.org</a>
|
||||||
- <a href="https://aur.archlinux.org/packages/kdeplasma-applets-oblikuestrategies">Пакет в AUR</a>
|
- <a href="https://aur.archlinux.org/packages/kdeplasma-applets-oblikuestrategies" title="AUR">Пакет в AUR</a>
|
||||||
- title: Open on desktop
|
- title: Open on desktop
|
||||||
short: openondesktop
|
short: openondesktop
|
||||||
description: <code>Open on desktop</code> выпадающее меню для <a href="http://dolphin.kde.org">Dolhpin</a>. Создает группу в контексстном меню, которое позволяет открыть файл на указанном рабочем столе. Имеет установочный скрипт, который написан на <code>Bash</code>.
|
description: <code>Open on desktop</code> выпадающее меню для <a href="http://dolphin.kde.org" title="Домашняя страница Dolphin">Dolhpin</a>. Создает группу в контексстном меню, которое позволяет открыть файл на указанном рабочем столе. Имеет установочный скрипт, который написан на <code>Bash</code>.
|
||||||
links:
|
links:
|
||||||
- <a href="https://github.com/arcan1s/openondesktop">Репозиторий на GitHub</a>
|
- <a href="https://github.com/arcan1s/openondesktop" title="GitHub">Репозиторий на GitHub</a>
|
||||||
- title: py-text-monitor
|
- title: py-text-monitor
|
||||||
short: pytextmonitor
|
short: pytextmonitor
|
||||||
description: <code>py-text-monitor</code> минималистичный плазмоид, написанный на <code>Python2</code>. Он выглядит, как виджеты в <a href="http://awesome.naquadah.org/">Awesome WM</a>. Мой плазмоид хорошо и легко настраивается и не засоряет Ваш KDE. Также этот пакет имеет дополнительный <a href="http://techbase.kde.org/Development/Tutorials/Plasma/DataEngines">DataEngine</a>, который написан на <code>CPP</code> (старые версии были написаны на <code>Python2</code>).
|
description: <code>py-text-monitor</code> минималистичный плазмоид, написанный на <code>Python2</code>. Он выглядит, как виджеты в <a href="http://awesome.naquadah.org/" title="Домашняя страница Awesome">Awesome WM</a>. Мой плазмоид хорошо и легко настраивается и не засоряет Ваш KDE. Также этот пакет имеет дополнительный <a href="http://techbase.kde.org/Development/Tutorials/Plasma/DataEngines" title="Мануал для разработчиков">DataEngine</a>, который написан на <code>CPP</code> (старые версии были написаны на <code>Python2</code>).
|
||||||
links:
|
links:
|
||||||
- <a href="/ru/projects/pytextmonitor">Домашняя страница</a>
|
- <a href="/ru/projects/pytextmonitor" title="Домашняя страница">Домашняя страница</a>
|
||||||
- <a href="https://github.com/arcan1s/pytextmonitor">Репозиторий на GitHub</a>
|
- <a href="https://github.com/arcan1s/pytextmonitor" title="GitHub">Репозиторий на GitHub</a>
|
||||||
- <a href="http://kde-look.org/content/show.php/Py+Text+Monitor?content=157124">Страница плазмоида на kde-look.org</a>
|
- <a href="http://kde-look.org/content/show.php/Py+Text+Monitor?content=157124" title="kde-look">Страница плазмоида на kde-look.org</a>
|
||||||
- <a href="http://kde-look.org/content/show.php/Extended+Systemmonitor+DataEngine?content=158773">Страница DataEngine на kde-look.org</a>
|
- <a href="http://kde-look.org/content/show.php/Extended+Systemmonitor+DataEngine?content=158773" title="kde-look">Страница DataEngine на kde-look.org</a>
|
||||||
- <a href="https://aur.archlinux.org/packages/kdeplasma-applets-pytextmonitor">Пакет в AUR</a>
|
- <a href="https://aur.archlinux.org/packages/kdeplasma-applets-pytextmonitor" title="AUR">Пакет в AUR</a>
|
||||||
- title: Kit system monitor
|
- title: Kit system monitor
|
||||||
short: sysmon
|
short: sysmon
|
||||||
description: <code>Kit System Monitor</code> системный и хардварный монитор, основанный на EG Sysmon. Написан на языке, похожем на HTML, для <a href="http://netdragon.sourceforge.ne/">SuperKaramba</a> и имеет постой установочный скрипт, написанный на <code>Python2</code>. Это мой первый Open Source проект.
|
description: <code>Kit System Monitor</code> системный и хардварный монитор, основанный на EG Sysmon. Написан на языке, похожем на HTML, для <a href="http://netdragon.sourceforge.ne/" title="Домашняя страница SuperKaramba">SuperKaramba</a> и имеет постой установочный скрипт, написанный на <code>Python2</code>. Это мой первый Open Source проект.
|
||||||
links:
|
links:
|
||||||
- <a href="https://github.com/arcan1s/sysmon">Репозиторий на GitHub</a>
|
- <a href="https://github.com/arcan1s/sysmon" title="GitHub">Репозиторий на GitHub</a>
|
||||||
- <a href="http://kde-look.org/content/show.php/Kit+System+Monitor?content=155246">Страница на kde-look.org</a>
|
- <a href="http://kde-look.org/content/show.php/Kit+System+Monitor?content=155246" title="kde-look">Страница на kde-look.org</a>
|
||||||
- title: Демоны
|
- title: Демоны
|
||||||
short: daemons
|
short: daemons
|
||||||
projects:
|
projects:
|
||||||
@ -50,15 +50,15 @@ groups:
|
|||||||
short: git-etc
|
short: git-etc
|
||||||
description: <code>git-etc</code> простой демон, который создает git репозиторий в указанной директории и создает коммит в указанный промежуток времени. Он написан на <code>Bash</code>. Также имеет простой графический интерфейс, написанный на <code>Python2</code> (<code>pyqt4</code>) для работы с созданным репозиторием.
|
description: <code>git-etc</code> простой демон, который создает git репозиторий в указанной директории и создает коммит в указанный промежуток времени. Он написан на <code>Bash</code>. Также имеет простой графический интерфейс, написанный на <code>Python2</code> (<code>pyqt4</code>) для работы с созданным репозиторием.
|
||||||
links:
|
links:
|
||||||
- <a href="/ru/projects/git-etc">Домашняя страница</a>
|
- <a href="/ru/projects/git-etc" title="Домашняя страница">Домашняя страница</a>
|
||||||
- <a href="https://github.com/arcan1s/git-etc">Репозиторий на GitHub</a>
|
- <a href="https://github.com/arcan1s/git-etc" title="GitHub">Репозиторий на GitHub</a>
|
||||||
- <a href="https://aur.archlinux.org/packages/git-etc">Пакет в AUR</a>
|
- <a href="https://aur.archlinux.org/packages/git-etc" title="AUR">Пакет в AUR</a>
|
||||||
- title: queued
|
- title: queued
|
||||||
short: queued
|
short: queued
|
||||||
description: <code>queued</code> демон для старта задач в очередь вычислений. Написан на <code>Bash</code>, создан как proof-of-concept.
|
description: <code>queued</code> демон для старта задач в очередь вычислений. Написан на <code>Bash</code>, создан как proof-of-concept.
|
||||||
links:
|
links:
|
||||||
- <a href="/ru/projects/queued">Домашняя страница</a>
|
- <a href="/ru/projects/queued" title="Домашняя страница">Домашняя страница</a>
|
||||||
- <a href="https://github.com/arcan1s/queued">Репозиторий на GitHub</a>
|
- <a href="https://github.com/arcan1s/queued" title="GitHub">Репозиторий на GitHub</a>
|
||||||
- title: Научные программы
|
- title: Научные программы
|
||||||
short: science
|
short: science
|
||||||
projects:
|
projects:
|
||||||
@ -66,8 +66,8 @@ groups:
|
|||||||
short: moldyn
|
short: moldyn
|
||||||
description: Они представлены единственный репозиторием. Содержит некоторые программы для анализа молекулярно-динамических траекторий, используя методы статистической механики и некоторые математические (например, теория графов). Обычно, бекенд программы написаны на <code>C</code>, хотя иногда и на <code>Python2</code>. Некоторые из них имеют графический интерфейс, написанный на <code>CPP</code>.
|
description: Они представлены единственный репозиторием. Содержит некоторые программы для анализа молекулярно-динамических траекторий, используя методы статистической механики и некоторые математические (например, теория графов). Обычно, бекенд программы написаны на <code>C</code>, хотя иногда и на <code>Python2</code>. Некоторые из них имеют графический интерфейс, написанный на <code>CPP</code>.
|
||||||
links:
|
links:
|
||||||
- <a href="/ru/projects/moldyn">Домашняя страница</a>
|
- <a href="/ru/projects/moldyn" title="Домашняя страница">Домашняя страница</a>
|
||||||
- <a href="https://github.com/arcan1s/moldyn">Репозиторий на GitHub</a>
|
- <a href="https://github.com/arcan1s/moldyn" title="GitHub">Репозиторий на GitHub</a>
|
||||||
- title: Утилиты
|
- title: Утилиты
|
||||||
short: utilities
|
short: utilities
|
||||||
projects:
|
projects:
|
||||||
@ -75,26 +75,26 @@ groups:
|
|||||||
short: extpkg
|
short: extpkg
|
||||||
description: <code>extract_pkglist</code> простой скрипт, написанный на <code>Python2</code> для создания списка установленных пакетов в ArchLinux.
|
description: <code>extract_pkglist</code> простой скрипт, написанный на <code>Python2</code> для создания списка установленных пакетов в ArchLinux.
|
||||||
links:
|
links:
|
||||||
- <a href="https://github.com/arcan1s/extract_pkglist">Репозиторий на GitHub</a>
|
- <a href="https://github.com/arcan1s/extract_pkglist" title="GitHub">Репозиторий на GitHub</a>
|
||||||
- title: Food GUI
|
- title: Food GUI
|
||||||
short: foodgui
|
short: foodgui
|
||||||
description: <code>Food GUI</code> простая программа-калькулятор, использующая собственную базу данных. Написана на <code>Python2</code>. Рассчитывает белки, жиры и углеводы, а также калорийность и гликемический индекс съеденной пищи. Это мой первый проект с графическим интерфейсом и был написан just-for-fun (и для моей бывшей девушки). Также имеет бинарную версию под Win64.
|
description: <code>Food GUI</code> простая программа-калькулятор, использующая собственную базу данных. Написана на <code>Python2</code>. Рассчитывает белки, жиры и углеводы, а также калорийность и гликемический индекс съеденной пищи. Это мой первый проект с графическим интерфейсом и был написан just-for-fun (и для моей бывшей девушки). Также имеет бинарную версию под Win64.
|
||||||
links:
|
links:
|
||||||
- <a href="https://github.com/arcan1s/food_gui">Репозиторий на GitHub</a>
|
- <a href="https://github.com/arcan1s/food_gui" title="GitHub">Репозиторий на GitHub</a>
|
||||||
- <a href="https://aur.archlinux.org/packages/food_gui">Пакет в AUR</a>
|
- <a href="https://aur.archlinux.org/packages/food_gui" title="AUR">Пакет в AUR</a>
|
||||||
- title: julius-actions
|
- title: julius-actions
|
||||||
short: julius-actions
|
short: julius-actions
|
||||||
description: <code>julius-actions</code> скрипт, написанный на <code>Python2</code> для работы с <a href="http://julius.sourceforge.jp/en_index.php">julius</a>. Был сделан just-for-fun в мое свободное время. Работает нормально, но я им не пользуюсь.
|
description: <code>julius-actions</code> скрипт, написанный на <code>Python2</code> для работы с <a href="http://julius.sourceforge.jp/en_index.php" title="Домашняя страница Julius">julius</a>. Был сделан just-for-fun в мое свободное время. Работает нормально, но я им не пользуюсь.
|
||||||
links:
|
links:
|
||||||
- <a href="https://github.com/arcan1s/julius-actions">Репозиторий на GitHub</a>
|
- <a href="https://github.com/arcan1s/julius-actions" title="GitHub">Репозиторий на GitHub</a>
|
||||||
- title: Netctl GUI
|
- title: Netctl GUI
|
||||||
short: netctl-gui
|
short: netctl-gui
|
||||||
description: <code>Netctl GUI</code> графическая оболочка для <code>netctl</code> (набор скриптов для поднятия сети в Arch'е). Написан на <code>CPP</code> с использованием библиотеки <code>Qt4</code>. На текущим момент умеет работать с профилями, в том числе создавать новые, а также умеет подключаться к WiFi. Также предоставляет виджет и DataEngine для KDE.
|
description: <code>Netctl GUI</code> графическая оболочка для <code>netctl</code> (набор скриптов для поднятия сети в Arch'е). Написан на <code>CPP</code> с использованием библиотеки <code>Qt4</code>. На текущим момент умеет работать с профилями, в том числе создавать новые, а также умеет подключаться к WiFi. Также предоставляет виджет и DataEngine для KDE.
|
||||||
links:
|
links:
|
||||||
- <a href="/ru/projects/netctl-gui">Домашняя страница</a>
|
- <a href="/ru/projects/netctl-gui" title="Домашняя страница">Домашняя страница</a>
|
||||||
- <a href="https://github.com/arcan1s/netctl-gui">Репозиторий на GitHub</a>
|
- <a href="https://github.com/arcan1s/netctl-gui" title="GitHub">Репозиторий на GitHub</a>
|
||||||
- <a href="http://kde-apps.org/content/show.php?content=164490">Страница на kde-apps.org</a>
|
- <a href="http://kde-apps.org/content/show.php?content=164490" title="kde-apps">Страница на kde-apps.org</a>
|
||||||
- <a href="https://aur.archlinux.org/packages/netctl-gui">Пакет в AUR</a>
|
- <a href="https://aur.archlinux.org/packages/netctl-gui" title="AUR">Пакет в AUR</a>
|
||||||
---
|
---
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
@ -109,10 +109,10 @@ groups:
|
|||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
{% for group in page.groups %}
|
{% for group in page.groups %}
|
||||||
<h1><a name="{{ group.short }}" class="anchor" href="#{{ group.short }}"><span class="octicon octicon-link"></span></a>{{ group.title }}</a></h1>
|
<h1><a href="#{{ group.short }}" class="anchor" name="{{ group.short }}"><span class="octicon octicon-link"></span></a>{{ group.title }}</a></h1>
|
||||||
{% for project in group.projects %}
|
{% for project in group.projects %}
|
||||||
<h2><a name="{{ project.short }}" class="anchor" href="#{{ project.short }}"><span class="octicon octicon-link"></span></a>{{ project.title }}</h2>
|
<h2><a href="#{{ project.short }}" class="anchor" name="{{ project.short }}"><span class="octicon octicon-link"></span></a>{{ project.title }}</h2>
|
||||||
<p>{{ project.description }}</p>
|
<p>{{ project.description }}</p>
|
||||||
<p><ul>
|
<p><ul>
|
||||||
{% for link in project.links %}
|
{% for link in project.links %}
|
||||||
@ -120,4 +120,4 @@ groups:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul></p>
|
</ul></p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user