Build at 2020-09-09T09:04:05+00:00

This commit is contained in:
Nguyễn Gia Phong 2020-09-09 09:04:05 +00:00
parent dc62e2f2c1
commit 23817274b0
3 changed files with 56 additions and 29 deletions

View File

@ -16,9 +16,9 @@ It has basic media player functions and can to extract playlists
from multiple sources such as media sites supported by youtube-dl__,
local and direct URL to video/audio and its own JSON playlist format.
__ https://pypi.org/project/comp/
__ https://mpv.io/
__ https://ytdl-org.github.io/youtube-dl/
__ https://pypi.org/project/comp
__ https://mpv.io
__ https://ytdl-org.github.io/youtube-dl
pip
^^^
@ -30,7 +30,7 @@ continuing the optimization works, as well as hanging around the project's
issue tracker doing what I can do, mostly because I've grown to like its
contributors and surprisingly hacky codebase (-;
__ https://pip.pypa.io/
__ https://pip.pypa.io
Libraries
---------
@ -61,7 +61,7 @@ Lazip
Lazip__ is a Python library providing a read-only file-like object
lazily mapped to a ZIP file over HTTP via range requests.
__ https://lazip.rtfd.io/
__ https://lazip.rtfd.io
Video Games
-----------
@ -74,7 +74,7 @@ Brutal Maze
.. image:: https://brutalmaze.rtfd.io/_images/screenshot.png
:target: https://brutalmaze.rtfd.io/recplayer.html
__ https://brutalmaze.rtfd.io/
__ https://brutalmaze.rtfd.io
The game features a trigon trapped in an infinite maze. As our hero tries
to escape, the maze's border turns into aggressive squares trying to stop per.
@ -99,12 +99,30 @@ Slacker
Slacker__ is a clone/parody of the popular arcade game Stacker__.
__ https://pypi.org/project/slacker-game/
__ https://pypi.org/project/slacker-game
__ https://en.wikipedia.org/wiki/Stacker_(arcade_game)
Plugins
-------
Vicious
^^^^^^^
Vicious__ is a modular widget library for window managers, but mostly catering
to users of the `awesome window manager`__. It was derived from the old
*wicked* widget library, and has some of the old *wicked* widget types,
a few of them rewritten, and a good number of new ones.
Vicious widget types are a framework for creating your own widgets.
Vicious contains modules that gather data about your system,
and a few *awesome* helper functions that make it easier to register timers,
suspend widgets and so on. Vicious doesn't depend on any third party Lua__
library, but may depend on additional system utilities.
__ https://vicious.readthedocs.io
__ https://awesomewm.org
__ https://www.lua.org
Alful
^^^^^
@ -114,7 +132,7 @@ in fullscreen to hide the toolbars in windowed mode
who wrote the original version and suggested the change
`to achieve the current behavior`__.
__ https://addons.mozilla.org/en-US/firefox/addon/alful/
__ https://addons.mozilla.org/en-US/firefox/addon/alful
__ https://github.com/tazeat/AutoFullscreen/issues/4#issuecomment-509723353
vim-octave
@ -142,10 +160,10 @@ Vietnamese Translation of Flare
I have translated the `Free/Libre Action Roleplaying Engine`__ (yep,
just the engine) to Vietnamese. The translation of the `Empyrean Campaign`__
is work in progress |---| admittedly it does not get enough priority lately.
is work in progress---admittedly it does not get enough priority lately.
__ https://flarerpg.org/
__ https://flarerpg.org/index.php/mods/flare-empyrean/
__ https://flarerpg.org
__ https://flarerpg.org/index.php/mods/flare-empyrean
Themes
------
@ -162,8 +180,8 @@ screenshots of the original theme on GTK+ 3.16.
The theme was released under GPLv2+, although after the redesign
of openDesktop.org, such information is no longer available on the website.
__ https://www.opendesktop.org/p/1078597/
__ https://www.opendesktop.org/p/1016170/
__ https://www.opendesktop.org/p/1078597
__ https://www.opendesktop.org/p/1016170
__ https://blogs.gnome.org/mclasen/2014/06/13/a-new-default-theme-for-gtk/
MathieWD
@ -177,7 +195,7 @@ the active GTK+ theme. It is inspired by elementary mathematical symbols.
The theme was released under GPLv2+, although after the redesign of
openDesktop.org, such information is no longer available on the website.
__ https://www.opendesktop.org/p/1016294/
__ https://www.opendesktop.org/p/1016294
Miscellaneous
^^^^^^^^^^^^^
@ -185,6 +203,3 @@ Miscellaneous
Other themes and configurations are cooperated into my personal dotfiles__.
__ https://git.disroot.org/McSinyx/dotfiles
.. |---| unicode:: U+2014
:trim:

File diff suppressed because one or more lines are too long

View File

@ -99,15 +99,15 @@
<h2>Applications<a class="headerlink" href="#applications" title="Permalink to this headline"></a></h2>
<div class="section" id="comp">
<h3>comp<a class="headerlink" href="#comp" title="Permalink to this headline"></a></h3>
<p><a class="reference external" href="https://pypi.org/project/comp/">comp</a> is a <a class="reference external" href="https://mpv.io/">mpv</a> front-end using curses.</p>
<p><a class="reference external" href="https://pypi.org/project/comp">comp</a> is a <a class="reference external" href="https://mpv.io">mpv</a> front-end using curses.</p>
<img alt="https://git.disroot.org/McSinyx/comp/raw/branch/bachelor/doc/screenshot.png" src="https://git.disroot.org/McSinyx/comp/raw/branch/bachelor/doc/screenshot.png" />
<p>It has basic media player functions and can to extract playlists
from multiple sources such as media sites supported by <a class="reference external" href="https://ytdl-org.github.io/youtube-dl/">youtube-dl</a>,
from multiple sources such as media sites supported by <a class="reference external" href="https://ytdl-org.github.io/youtube-dl">youtube-dl</a>,
local and direct URL to video/audio and its own JSON playlist format.</p>
</div>
<div class="section" id="pip">
<h3>pip<a class="headerlink" href="#pip" title="Permalink to this headline"></a></h3>
<p><a class="reference external" href="https://pip.pypa.io/">pip</a> is a package manager for Python. <a class="reference external" href="gsoc2020">Summer 2020</a>,
<p><a class="reference external" href="https://pip.pypa.io">pip</a> is a package manager for Python. <a class="reference external" href="gsoc2020">Summer 2020</a>,
I worked as an intern trying improve its new resolvers networking performance.
The final result was not satisfying so at the time of writing I am still
continuing the optimization works, as well as hanging around the projects
@ -133,7 +133,7 @@ following <span class="target" id="index-0"></span><a class="pep reference exter
</div>
<div class="section" id="lazip">
<h3>Lazip<a class="headerlink" href="#lazip" title="Permalink to this headline"></a></h3>
<p><a class="reference external" href="https://lazip.rtfd.io/">Lazip</a> is a Python library providing a read-only file-like object
<p><a class="reference external" href="https://lazip.rtfd.io">Lazip</a> is a Python library providing a read-only file-like object
lazily mapped to a ZIP file over HTTP via range requests.</p>
</div>
</div>
@ -141,7 +141,7 @@ lazily mapped to a ZIP file over HTTP via range requests.</p>
<h2>Video Games<a class="headerlink" href="#video-games" title="Permalink to this headline"></a></h2>
<div class="section" id="brutal-maze">
<h3>Brutal Maze<a class="headerlink" href="#brutal-maze" title="Permalink to this headline"></a></h3>
<p><a class="reference external" href="https://brutalmaze.rtfd.io/">Brutal Maze</a> is a thrilling shoot em up game with minimalist art style.</p>
<p><a class="reference external" href="https://brutalmaze.rtfd.io">Brutal Maze</a> is a thrilling shoot em up game with minimalist art style.</p>
<a class="reference external image-reference" href="https://brutalmaze.rtfd.io/recplayer.html"><img alt="https://brutalmaze.rtfd.io/_images/screenshot.png" src="https://brutalmaze.rtfd.io/_images/screenshot.png" /></a>
<p>The game features a trigon trapped in an infinite maze. As our hero tries
to escape, the mazes border turns into aggressive squares trying to stop per.
@ -158,14 +158,26 @@ in P2P networking as well as 3D game development.</p>
</div>
<div class="section" id="slacker">
<h3>Slacker<a class="headerlink" href="#slacker" title="Permalink to this headline"></a></h3>
<p><a class="reference external" href="https://pypi.org/project/slacker-game/">Slacker</a> is a clone/parody of the popular arcade game <a class="reference external" href="https://en.wikipedia.org/wiki/Stacker_(arcade_game)">Stacker</a>.</p>
<p><a class="reference external" href="https://pypi.org/project/slacker-game">Slacker</a> is a clone/parody of the popular arcade game <a class="reference external" href="https://en.wikipedia.org/wiki/Stacker_(arcade_game)">Stacker</a>.</p>
</div>
</div>
<div class="section" id="plugins">
<h2>Plugins<a class="headerlink" href="#plugins" title="Permalink to this headline"></a></h2>
<div class="section" id="vicious">
<h3>Vicious<a class="headerlink" href="#vicious" title="Permalink to this headline"></a></h3>
<p><a class="reference external" href="https://vicious.readthedocs.io">Vicious</a> is a modular widget library for window managers, but mostly catering
to users of the <a class="reference external" href="https://awesomewm.org">awesome window manager</a>. It was derived from the old
<em>wicked</em> widget library, and has some of the old <em>wicked</em> widget types,
a few of them rewritten, and a good number of new ones.</p>
<p>Vicious widget types are a framework for creating your own widgets.
Vicious contains modules that gather data about your system,
and a few <em>awesome</em> helper functions that make it easier to register timers,
suspend widgets and so on. Vicious doesnt depend on any third party <a class="reference external" href="https://www.lua.org">Lua</a>
library, but may depend on additional system utilities.</p>
</div>
<div class="section" id="alful">
<h3>Alful<a class="headerlink" href="#alful" title="Permalink to this headline"></a></h3>
<p><a class="reference external" href="https://addons.mozilla.org/en-US/firefox/addon/alful/">Alful</a> is a six-line extension making Firefox Quantum open all windows
<p><a class="reference external" href="https://addons.mozilla.org/en-US/firefox/addon/alful">Alful</a> is a six-line extension making Firefox Quantum open all windows
in fullscreen to hide the toolbars in windowed mode
(<code class="docutils literal notranslate"><span class="pre">full-screen-api.ignore-widgets</span> <span class="pre">=</span> <span class="pre">true</span></code>). All credits go to tazeat,
who wrote the original version and suggested the change
@ -185,8 +197,8 @@ for <a class="reference external" href="https://github.com/vim/vim/commit/a02a55
</div>
<div class="section" id="vietnamese-translation-of-flare">
<h3>Vietnamese Translation of Flare<a class="headerlink" href="#vietnamese-translation-of-flare" title="Permalink to this headline"></a></h3>
<p>I have translated the <a class="reference external" href="https://flarerpg.org/">Free/Libre Action Roleplaying Engine</a> (yep,
just the engine) to Vietnamese. The translation of the <a class="reference external" href="https://flarerpg.org/index.php/mods/flare-empyrean/">Empyrean Campaign</a>
<p>I have translated the <a class="reference external" href="https://flarerpg.org">Free/Libre Action Roleplaying Engine</a> (yep,
just the engine) to Vietnamese. The translation of the <a class="reference external" href="https://flarerpg.org/index.php/mods/flare-empyrean">Empyrean Campaign</a>
is work in progress—admittedly it does not get enough priority lately.</p>
</div>
</div>
@ -194,7 +206,7 @@ is work in progress—admittedly it does not get enough priority lately.</p>
<h2>Themes<a class="headerlink" href="#themes" title="Permalink to this headline"></a></h2>
<div class="section" id="add-waiter">
<h3>Add-Waiter<a class="headerlink" href="#add-waiter" title="Permalink to this headline"></a></h3>
<p>Add-Waiter is a <a class="reference external" href="https://www.opendesktop.org/p/1078597/">GTK+ 2</a> and <a class="reference external" href="https://www.opendesktop.org/p/1016170/">xfwm4</a> clone of the dark variant
<p>Add-Waiter is a <a class="reference external" href="https://www.opendesktop.org/p/1078597">GTK+ 2</a> and <a class="reference external" href="https://www.opendesktop.org/p/1016170">xfwm4</a> clone of the dark variant
of the default GTK+ 3 theme <a class="reference external" href="https://blogs.gnome.org/mclasen/2014/06/13/a-new-default-theme-for-gtk/">Adwaita</a>. It was created using
screenshots of the original theme on GTK+ 3.16.</p>
<img alt="https://cdn.pling.com/img//hive/content-pre2/170664-2.png" src="https://cdn.pling.com/img//hive/content-pre2/170664-2.png" />
@ -203,7 +215,7 @@ of openDesktop.org, such information is no longer available on the website.</p>
</div>
<div class="section" id="mathiewd">
<h3>MathieWD<a class="headerlink" href="#mathiewd" title="Permalink to this headline"></a></h3>
<p><a class="reference external" href="https://www.opendesktop.org/p/1016294/">MathieWD</a> is a flat and clean xfwm4 theme that uses colors from
<p><a class="reference external" href="https://www.opendesktop.org/p/1016294">MathieWD</a> is a flat and clean xfwm4 theme that uses colors from
the active GTK+ theme. It is inspired by elementary mathematical symbols.</p>
<img alt="https://cdn.pling.com/img//hive/content-pre2/168712-2.png" src="https://cdn.pling.com/img//hive/content-pre2/168712-2.png" />
<p>The theme was released under GPLv2+, although after the redesign of