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

Block or report fu3fi

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
fu3fi/README.md
package GoodEmployees

import (
  p "people"
)

type Programming interface {
  Go()
  Python()
  SQL()
  JS()
  PHP()
}

type Language interface {
  Russian()
  English()
}

type CyberSecurity interface {
  Web()
  ActiveDirectory()
  MalwareDevelopment()
  Network()
}

type Skills interface {
  Programming
  Language
  CyberSecurity

  Coffee()
  Study()
} 

func main() {
  var fu3fi Skills = p.NewEmployee()
}

Popular repositories

  1. LOTR LOTR Public

    Forked from morethanbooks/projects

    Repository for different small projects

    Jupyter Notebook

  2. fu3fi fu3fi Public

  3. LittleProxy LittleProxy Public

    It's simple proxy server for offensive engagement

    Go

  4. fu3fi.github.io fu3fi.github.io Public

    My blog

    Ruby

  5. LittleChat LittleChat Public

    Python

  6. RedisQuickExample RedisQuickExample Public

    Jupyter Notebook