Skip to content
View SemihAkkoc's full-sized avatar
☃️
Studying
☃️
Studying

Highlights

  • Pro

Block or report SemihAkkoc

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SemihAkkoc/README.md
#include <curiosity>
  
struct Semih : public Human, public Student {
  
  const char * name = "Semih Akkoc";
  int lucky_number = 3;
  
  std::array<std::string, 3> uni_department_year { "University of Maryland, College Park", "ECE", "PhD 1th Year" };
  
  const char * interests[5] = { "Random Processes" , "Information Theory", "Game Theory" };
  std::vector<std::string> current_courses { "ENEE621", "ENEE627" };
  
  std::string email = "semihm.akkoc@gmail.com";

}

// inspired by @ulasdilek

Pinned Loading

  1. LiFi LiFi Public

    The implementation of LiFi protocol on the BASYS3 Xilinx Artix-7 board using VHDL.

    VHDL 9 4

  2. file_transfer file_transfer Public

    This is the project I developed during my internship period.

    C++ 3

  3. machine_learning machine_learning Public

    my first steps in machine learning world

    Jupyter Notebook 5

  4. EEE102 EEE102 Public

    2022 Fall Bilkent EEE102

    1

  5. CS115 CS115 Public

    2021 Fall Bilkent CS115

    Python 2

  6. Dot_AI Dot_AI Public

    this is a little environment that simulates natural selection and mutations

    Python 4 1