Skip to content
View AreOlsen's full-sized avatar
👋
Hello!!!
👋
Hello!!!

Block or report AreOlsen

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
AreOlsen/README.md

🎓 A.Olsen 🎓

📓general info:

console.log("Hello, my name is Are Olsen.");
const areolsen = {
    pronouns : "he/him",
    nationality: "Norwegian",
    age : 21,
    interests : ["Data Science", "Machine Learning", "DevOps", "Math", "Cybersecurity"],
    code : ["Python", "C#", "Java", "R", "Typescript", "HTML", "CSS", "C++", "Golang", "Rust"],
    os : ["Ubuntu", "Windows 11", "MacOs"]
}
console.log(areolsen);

🖥computer specs:
















const laptop = "Macbook air M1 256GB";

const mainComputer = {
    cpu : "AMD Ryzen-5 3600x",
    gpu : "Gigabyte RX-5700xt OC 8GB",
    ram : "Corsair Vegeance DDR4 3600mhz 16GB",
    mb  : "MSI Tomahawk B450",
    psu : "Corsair rmx 750w",
    ssd : "Adata_xpg M2 512GB",
    hdd : "Seagate Barracuda 2TB",
    os : "Windows 10 Pro"
}

const gamingConsoles = {
    vr : "Oculus Quest 2 64GB",
    handheld : "Nintendo Switch"
}

Popular repositories Loading

  1. AreOlsen AreOlsen Public

    This is me!

  2. MandelbrotWebsite MandelbrotWebsite Public

    Mandelbrot plotter using WebGL.

    Svelte

  3. NeuralNetCSharp NeuralNetCSharp Public

    Neural network framework written in C#.

    C#

  4. PyWanderer PyWanderer Public

    Big open world, procedurally generated, game with monsters. One can build bases, protect yourself, explore biomes, store items, and fight of monsters of the night.

    Python

  5. ConwaysGameOfLife ConwaysGameOfLife Public

    A simple implementation of Conways game of life in Python for a university course at uib.

    Python

  6. QRCodeGenerator QRCodeGenerator Public

    QR code generator for text using QRv2 for a university course.

    Python