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

Block or report bolek117

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

Popular repositories Loading

  1. Chromium-Cracker Chromium-Cracker Public

    Python script for reminding passwords stored in Chromium-based browsers (Chromium, Google Chrome, Opera 15+) in Windows and Linux

    Python 3 3

  2. P2P-Instant-Messenger-Windows P2P-Instant-Messenger-Windows Public

    Computer Programming project - instant messenger working in semi-P2P mode - conversations works in pure P2P mode, central server is used for connection purpose only. Project utilize WinAPI features.

    C++ 1

  3. Rotary-Encoder-FPGA Rotary-Encoder-FPGA Public

    Microprocesor systems project - hardware module handling rotary encoder requests and sending information about detected rotations/push on interupt lines

    Verilog 1

  4. owasp-top-10-cheatsheet owasp-top-10-cheatsheet Public

    1

  5. Microwave-Controller Microwave-Controller Public

    Microprocesor systems project - microwave controller with timer, PWM based magnetron controller, safety mechanism.

    C

  6. Evolution-Strategy Evolution-Strategy Public

    Artificial Inteligence project - finding function coefficients for best fit to set of discrete points provided in input file. Function is a * (pow(x, 2.0f) - b * cos(c*PI*x)), where a,b,c are unkno…

    C++