Skip to content
View szarejkodariusz's full-sized avatar

Block or report szarejkodariusz

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

Pinned Loading

  1. USB-Accelerometer-STFFT USB-Accelerometer-STFFT Public

    It is a real time spectrum analyser. It uses short time Fourier Transform to plot mechanical vibrations spectrum.

    Python 1

  2. This Python script adds frame to any... This Python script adds frame to any image
    1
    #!/usr/bin/env python
    2
    from PIL import Image
    3
    import math
    4
    
                  
    5
    # Read image
  3. cantilevered_beam.m cantilevered_beam.m
    1
    # The cantilevered beam with the free end supported on a roller
    2
    # Beam parameters
    3
    E = 1;
    4
    J = 1;
    5
    q = 1;
  4. 3DRandomWalksInPython 3DRandomWalksInPython Public

    Code to plot 3D random walks

    Python

  5. Anagrams-in-Python-REGEX Anagrams-in-Python-REGEX Public

    Python

  6. Octave_PID_Control Octave_PID_Control Public

    Control example in the Octave. Control package.

    MATLAB 1