Skip to content
View andre487's full-sized avatar
🎠
My horse is amazing
🎠
My horse is amazing

Block or report andre487

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
andre487/README.md

Hi there πŸ‘‹

My name is Andrey, I'm usually working on my own projects here, on GitHub. There are a lot of utilities for solving different tasks that appear in my Internet life; and some projects are made just for fun.

Miscellaneous:

  • andre.life – my homepage with its own simple building system
  • Game of Life – an implementation of Conway's Game of Life on TS + Parcel; you can try it on life.underlime.net
  • asm-primes – a programm on NASM that calculates a sum of primes; was written only for assembler fun

Libraries:

  • go-background-task-scheduler – scheduler for running in-process background tasks on Go; can be persistent using bbolt
  • node-console-progress-bar-tqdm – progress bar for CLI on Node.js (TS) with an interface that very similar to Python's TQDM
  • node-linkify-lite – very lightweight library for replacing URLs in a text with HTML links; doesn't support TS for now, but if someone asks, I'll do it

Utilities:

  • dotfiles – config files for *nix systems: zsh, tmux, vim, git and others, some useful scripts
  • sms487 – an Android app (on Java) and a server (on Python + MongoDB) for sending notifications from a phone to other devices
  • publish-to-orphan-gh-pages - a GitHub action (on JS) that I use for publishing my GitHub pages
  • infrastructure – some Ansible playbooks ans shell scripts for deploying server solutions
  • dumbproxy-log-monitor – I use proxy servers based on dumbproxy and this utility (on Go + SQLite) for monitoring activity in their logs
  • huegrok – since Ngrok isn't available anymore in my location, I created my own solution with Bash and Ansible; simple but good enough for my tasks
  • github-repos-backuper – nobody knows the future of GitHub there, so I have this utility for periodically backing up of my repositories; it clones all of them to a local storage
  • busybox-utils – utils based on Busybox for environments where are no package managers and a lack of useful utils

Pinned Loading

  1. andre.life andre.life Public

    My homepage

    JavaScript

  2. game-of-life game-of-life Public

    The Game of life implementation

    TypeScript

  3. sms487 sms487 Public

    Service for pass notifications (and SMS) from Android to desktop

    Java 3 1

  4. dotfiles dotfiles Public

    *nix configs

    Shell 1

  5. node-console-progress-bar-tqdm node-console-progress-bar-tqdm Public

    Progress bar in console for Node.js in the style of TQDM Python library.

    TypeScript 1

  6. huegrok huegrok Public

    Like ngrok but okhuennyy

    Shell