[go: nahoru, domu]

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

Block or report kendfss

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
kendfss/readme.md
Kenneth
< stats | ~git >
you have reached a view.
here is a controller
self := Noun{
    Name:  "Kenneth E N de Faria Santana Sabalo",
    Quote: "There was a time when man would break back over symphonies and conciertos; now him push buttons, make houses, and technos",
    Year:  1995,
    Schools: {
        "St. John's University [BS, Physics] (2019 - Jamaica, New York)",
        "Thomas A. Edison High School [Diploma, International Baccalaureate] (2013 - Alexandria, Virginia)",
        "Claremont High School [GCSEs/BTEC] (2011 - London, England)",
    },
    Resides:  "Luanda, Angola",
    Hometown: "London, England",
    Publications: {
        "A Study of PbS Nanoparticle Synthesis from Sulfur Powder (AIMS Press) (2017)",
        "Photocurrent Enhancement by Introducing Gold Nanoparticles in Nanostructure-based Heterojunction Solar Cell Device (Materials Research Society) (2017)",
    },
}

*This code was written for readability and should not be passed to a go compiler.

here are some models
type (
    Noun struct {
        Quote        string
        Year         uint11
        Schools      []string
        Resides      string
        Hometown     string
        Publications string
    }
    Verb interface{}
)

*This code was written for readability and should not be passed to a go compiler.

chasing that feeling you get when the fact that B has bugs is the only reason you know that A is working; despite, and arguably because of, the futility of it all

Popular repositories Loading

  1. monomer monomer Public

    VST plugin for stereo management

    Go 1

  2. FilterShoppe FilterShoppe Public

    JavaScript

  3. shellpower shellpower Public

    regular features of my commandline history

    PowerShell

  4. kendfss.github.io kendfss.github.io Public

    CSS

  5. audio_visualizer audio_visualizer Public

    a stochastic audio illustrator in vanilla js

    JavaScript

  6. deputil deputil Public

    cli, and library, for listing a package(or file)'s dependencies

    Python