Skip to content
View piterx's full-sized avatar

Block or report piterx

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

Hi my name is Piotr Golacki

  • I'm interested in scientific and engineering software development and embedded systems.
  • I develop in C, C++ and C#/.Net (mainly WPF)
  • I have used MATLAB extensively in my data analysis and signal processing projects in my professional work
  • I use Python using NumPy, SciPy and Matplotlib and PANDAS for personal projects
  • I'm polishing my modern C++ skills
  • I'm looking for new opportunities in the area of software engineering
  • It is best to reach me through my linkedin https://www.linkedin.com/in/piotr-go%C5%82acki-35239455/

Popular repositories Loading

  1. FFT_public FFT_public Public

    An example of FFT implementation using DIT Radix-2 algorithm

    C# 1

  2. piterx piterx Public

    Config files for my GitHub profile.

  3. ConsoleCalculator ConsoleCalculator Public

    Console Calculator is a simple command line calculator. The programme demonstrates the use of the shunting yard algorithm and explores use of regular expressions to validate the input. It is a lear…

    C#

  4. circular_buffer circular_buffer Public

    Simple Circular buffer templated data structure. Learning project

    C++