Skip to content
View rostin79s's full-sized avatar

Block or report rostin79s

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. Twitter Twitter Public

    implementing twitter using gRPC for client server communication and using txt files for handling database. implemented in cpp

    C++ 1

  2. Assembler Assembler Public

    implementing an assembler in both python and assembly language( NASM ) for a some of its instructions.

    Assembly

  3. DisAssembler DisAssembler Public

    implementing a disassembler which translates machine code to the respective instruction in the assembler NASM. implemented in both python and NASM for a small set of instructions.

    Assembly

  4. ImageProcessor ImageProcessor Public

    implementing a program in assembly NASM that takes a .bpm image which is a bitmap and tries to lighten or darken each pixel n degrees using parallel instructions in NASM

    Assembly

  5. JSON_beautifier JSON_beautifier Public

    in python, given a JSON object in string, return the indented version of it and print it.

    Python

  6. Client-server-compiler Client-server-compiler Public

    write a compiler for a new custom language and parse it in JSON and send it to server and get the result back

    Python