Skip to content
View tomasproanop's full-sized avatar
🌱
🌱
Block or Report

Block or report tomasproanop

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
tomasproanop/README.md

Hi there, welcome!

Nice to meet you :)

Here are some programming projects I've worked on as part of my learning journey.

You can also find other parts of me here:

These are some FOSS I find very useful:

  • Syncthing - This is a handy file synchronization tool.
  • BorgBackup - This tool creates deduplicated, compressed and encrypted backups.
  • LZ4 - This software is able to deliver extremely fast compression.
  • Anki - This a great tool for learning through spaced repetition
  • TestDisk - A powerful life-saving free data recovery software. It is able to recover lost partitions and/or make non-booting disks bootable again.
  • HandBrake - This is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. One can also do small edits such as change length, add filters, add subtitles, and many others.

And here are programming language statistics of all my public repositories:

Top Languages

This tool was developed by Anurag Hazra.

Pinned

  1. java-programming-1 java-programming-1 Public

    Exercises and projects for Programming 1 course.

    Java

  2. 2048-game 2048-game Public

    This is a first attempt to build this game using JavaScript.

    JavaScript

  3. markdown-previewer markdown-previewer Public

    For this project I used HTML, CSS, JavaScript and React. To convert HTML to Markdown, I used Marked / marked.js, a Markdown parser and compiler.

    JavaScript 1

  4. scatterplot-graph-fcc scatterplot-graph-fcc Public

    Visualize Data with a Scatterplot Graph - 2nd Data Visualization Project from freeCodeCamp

    JavaScript 1

  5. vagrant-ssh vagrant-ssh Public

    Automation with Vagrant and Virtual Box

    Shell

  6. java-chat-app java-chat-app Public

    Java Chat App based on socket TCP/IP

    Java