Skip to content
View FilipRokita's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report FilipRokita

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

About me

Hi there! My name is Filip and I am a passionate programmer with years of experience in the field.

I have always been fascinated by technology and its ability to make a difference in people's lives. That's what led me to pursue a career in software development. Throughout my career, I have worked on a variety of projects, from small-scale web applications to large enterprise systems.

On my GitHub profile, you'll mainly find smaller hobby projects and useful applications that I have developed in my spare time. I enjoy exploring new technologies and experimenting with different programming languages.

If you're interested in collaborating on a larger project or have any questions, please don't hesitate to get in touch with me through my website at www.filiprokita.com. I am always open to new opportunities and love working with other developers to create innovative solutions.

Thank you for taking the time to learn more about me!

Disclaimer

I assume no liability and I am not responsible for any misuse or damage caused by my software. You are using my software at your own risk!

Popular repositories

  1. CRACKSHA256 CRACKSHA256 Public

    This Python program, called CRACKSHA256, is a simple SHA256 hash cracker that takes a SHA256 hash and a wordlist as inputs. It attempts to crack the hash by iterating over each word in the wordlist…

    Python 3 1

  2. COLORGRABBER COLORGRABBER Public

    The "ColorGrabber" program written in C++ allows users to grab the RGB values of any pixel on the screen by pressing a specified key. It uses the Windows API to obtain the color information of the …

    C++ 1

  3. pyPosition pyPosition Public

    pyPosition is a simple Python program that displays the current mouse cursor position on the screen in real-time using the pyautogui library and the Tkinter GUI toolkit. The user can start and stop…

    Python 1

  4. NETWORKSCANNER NETWORKSCANNER Public

    NETWORKSCANNER is a simple Python network scanner that allows users to scan for devices on their network.

    Python 1

  5. TOSHA256 TOSHA256 Public

    This is a Python script that prompts the user to enter a string of text and then calculates its SHA-256 hash using the hashlib library. The resulting hash is then printed to the console.

    Python

  6. QRGENERATOR QRGENERATOR Public

    This program generates a QR code image for the given input using the 'qrcode' library in Python. The program prompts the user to enter the input for which the QR code has to be generated. The gener…

    Python