The Wayback Machine - https://web.archive.org/web/20201206162126/https://github.com/FaberSanZ
Skip to content
Avatar
🎯
Enfoque
🎯
Enfoque

Highlights

  • Arctic Code Vault Contributor
FaberSanZ/README.md

Hi there 👋

Hello, Im Faber!

Twitter: Linkedin: GitHub

𝗜 𝗮𝗺 𝗮 𝗽𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗲𝗿 𝗶𝗻 .NET

𝗜 🧡 Graphics Programming, AI/ML and Compilers!

using System;

namespace FaberSanZ
{
    public class AboutMe
    {
        public string[] Languages;
        public string[] Hobbies;
        public string[] Data;
    }
    
    internal class Program
    {
        private static void Main(string[] args)
        {
            AboutMe faber = new AboutMe
            {
                Languages = new string[] { "C#", "C++", "TypeScript" },
                Hobbies = new string[] { "Coding", "Gaming" },
                Data = new string[] { "Colombia", "20 years old", "Student" },
            };

            foreach (string language in faber.Languages)
                Console.WriteLine($"Languages I Know: {language}");

            foreach (string hobbie in faber.Hobbies)
                Console.WriteLine($"My Hobbie: {hobbie}");
                
            foreach (string d in faber.Data)
                Console.WriteLine($"{d}");
        }
    }
}

𝗪𝗵𝗮𝘁 𝗜 𝗨𝘀𝗲

C#


C++


Python


Vulkan


Visual Studio


Visual Studio Code


Azure


Git


𝗖𝘂𝗿𝗿𝗲𝗻𝘁𝗹𝘆 𝘄𝗼𝗿𝗸𝗶𝗻𝗴 𝗼𝗻

𝗠𝘆 𝗦𝘁𝗮𝘁𝘀

github stats

Top Langs

Pinned

  1. Engine in Vulkan

    C# 32 4

  2. The .NET Compiler >>> L#

    C# 9

  3. Blazor Samples

    C# 5 1

  4. A Roslyn inspired for the book "Crafting Interpreters"

    C# 4

  5. Algorithms

    C# 2

  6. Ray Tracing In AWeekend

    C# 1

511 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

December 2020

Created 2 commits in 1 repository
Created 2 repositories
Opened 1 issue in 1 repository
amerkoleci/Vortice.Vulkan
1 open
You can’t perform that action at this time.