Skip to content
View ronejfourn's full-sized avatar
💭
rewriting history
💭
rewriting history

Organizations

@ITClubPulchowk

Block or report ronejfourn

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. First-Sem-C-Project/Minimalogic First-Sem-C-Project/Minimalogic Public

    C project for first sem

    C 12

  2. 1/k Code Rate Convolutional Code 1/k Code Rate Convolutional Code
    1
    """
    2
    1/k Code Rate Convolutional Code Encoding and Decoding
    3
    4
    Finite State Machine is used for encoding
    5
    Viterbi Decoder is used for decoding
  3. graphics-project graphics-project Public archive

    C++

  4. graphics.h 3D Transformations Demo graphics.h 3D Transformations Demo
    1
    #include <dos.h>
    2
    #include <math.h>
    3
    #include <conio.h>
    4
    #include <stdio.h>
    5
    #include <graphics.h>
  5. dsa-project dsa-project Public archive

    C++

  6. Simple Verilog Testbench Boilerplate... Simple Verilog Testbench Boilerplate Generator
    1
    #!/bin/python3
    2
    import sys, re
    3
    
    
    4
    def fatal(r):
    5
        print("tbgen: fatal:", r)