Skip to content
View kiszkot's full-sized avatar

Highlights

  • Pro

Block or report kiszkot

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
kiszkot/README.md

Username @kiszkot Profile picture from artist Alasou on Deviantart. link below.

I wrote something (apart from the usual Hello World) in the following programming languages:

  • C / C++
  • Python
  • Java
  • R
  • Octave / Matlab
  • Rust
  • LabVIEW
  • Ruby
  • C#
  • Lua

At university I had at least one or more course with:

  • R
  • Java
  • Octave / Matlab

Notable University Projects

  • Simple blockchain implementation
    • Group projects. C++

Notable university classes:

  • Descriptive statistics
    • That focused on describing data and its main values like mean, media, skewness, standard deviation and others. All done in MS Excel
  • Statistics for engineers
    • That included hipotesis testing on mean, variance and proportonality. It was mostly self learning but it inclduded function description for the choosed program. For me it was R. Also ANOVA testing for one population.
  • Mathematical statystics
    • Same as above but it was explained where the formulas come from. It also included a proper R course.
  • Introduction to programming
    • Done on Matlab because it is simple for beginners and because it has great mathematical power. We were introduced to some of it's major functions
  • Numerical methods
    • Done in Matlab and Octave. This included algoritms to calculate derivatives, function interpolation, integral calculation and instability analysis.
  • Linear and square programming
    • Also done in Octave and Matlab. The main focus was on the Simplex algorithm a simple one, one with the addition of a fake base and one including whole numbers as results. Problem modelling was at the base of it. It also included the Karush-Kuhn-Tucker theorem for square problems.
  • Programmin I and II
    • Done in Java. Conditionals, loops, OOP, Exceptions, GUI creation, classes and other things you need to make basic command line programs.
  • Programming of computer based measuting systems
    • The programming part was done in LabVIEW. It main focus was on the VISA programming commands and how to use them properly to make measurments.

I also have some basic linux command line knowledge as well as windows command line knowlednge. This includes programs like nmap, curl, ssh, netcat, wireshark, burp suite, owasp zap.

Profile picture link: https://www.deviantart.com/alasou/art/Classy-Princess-455768733

Pinned Loading

  1. kiszkot.github.io kiszkot.github.io Public

    The website for my stuff

    HTML

  2. linearAndQuadraticProgramming linearAndQuadraticProgramming Public

    Linear and quadratic programming done during my university course.

    MATLAB

  3. statisticalMathematics statisticalMathematics Public

    My university course of statistical mathematics.

    R

  4. statisticsForEngineers statisticsForEngineers Public

    Files from my course of statistics for engineers. It includes my scripts for solving a particular task, the tasks description and a pdf with my solution

    R

  5. numericalLinearAlgebra numericalLinearAlgebra Public

    Scripts for numerical linear algebra course. Methods of solving sets of linear equations, iterative methods and fast fourier transform.

    MATLAB