Franckevich German

GitHubResume

Flask URL Shortener Apr 2019

Python Flask

URL shortener builded with base62 algorithm.

Links: GitHub


Github Gists CLI Apr 2019

Python CLI

CLI tool for manipulate with GitHub Gists.

Just one file. No dependencies, 100% vanilla python.

With this tool you can read, create, update, delete gists. Starr and unstar a gist. Get all gists in one time from specific user. Fork gist and list forked gists.

More info in GitHub repo.

Links: GitHubOfficial API docs


Game_of_life Mar 2019

p5.js Game

Conway’s Game of Life. Build with Javascript and p5.js library.

Links: GitHubOriginal game


2048 Mar 2019

p5.js Game

Build with Javascript and p5.js library.

Links: GitHubOriginal game


Binclock Mar 2019

Python CLI ncurses

CLI Binary clock.

In repo you can find two versions:

  • “Live” version. Refresh every second, build with ncurses. (In the picture)
  • “Executable” version. Print current time once in stdout and exit.

 |  |  | < 8
 | || || < 4
|| || || < 2
|| || || < 1
HH:MM:SS

Links: GitHub


HR - Horizontal rule Mar 2019

Python CLI

HTML5 <hr> tag in terminal. Can be used in scripts to visualy separate one part from another.

You can specified symbol, color, and backgroud.

Links: GitHub


This_site Feb 2019

Hugo

This site.

Builded with static site generator HUGO, with my custom theme Snowman.

Links: GitHub