Skip to content
View AbhimanyuAryan's full-sized avatar
:atom:
transformers
:atom:
transformers

Organizations

@GenieFramework
Block or Report

Block or report AbhimanyuAryan

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
AbhimanyuAryan/README.md

profile for abhi at Stack Overflow, Q&A for professional and enthusiast programmers

Hi there, I'm Abhimanyu Aryan πŸ‘‹ - call me (Aryan/Abhi)

I'm a computer scientist with a passion for Julia programming and a love for a wide range of activities. Here's a bit about me:

πŸ™‹β€β™‚οΈ About Me

using Dates

Base.@kwdef struct AbhimanyuAryan
    jobπŸ‘”::String = "computer scientist"
    bdateπŸ“…::Date = Date(1995, 9, 13)
    website🌐::String = "https://abhimanyuaryan.com"
    current_projectsπŸ› οΈ::Vector{String}
    hobbiesπŸŽ‰::Vector{String} = ["dance", "gym", "football", "table tennis", "lawn tennis", "swimming", "boxing", "computer games", "hacking", "almost anything that gets my adrenaline up"]
end

age(a::AbhimanyuAryan) = Dates.year(now()) - Dates.year(a.bdateπŸ“…)
Base.summary(a::AbhimanyuAryan) = "Some $(age(a)) year old $(a.jobπŸ‘”)"
workson(a::AbhimanyuAryan) = a.current_projectsπŸ› οΈ

me = AbhimanyuAryan(current_projectsπŸ› οΈ = [
    "Genie.jl",
    "Stipple.jl (plotly, ui)",
    "SearchLight.jl"
])

println(summary(me))
println("works on: $(join(me.current_projectsπŸ› οΈ, ', '))")
println("has hobbies: $(join(me.hobbiesπŸŽ‰, ', '))")

As an open-source contributor, I am enthusiastic about building a reliable web ecosystem that facilitates the work of data scientists, researchers, and machine learning practitioners. Passionate about the intersection of EdTech, Large Language Models (LLMs), and cloud technologies, I embarked on my journey in India's leading EdTech sector, advocating for self-driven education over traditional models for scalable learning. Currently, I am deeply exploring the potential of LLMs and AI, driven by a vision to revolutionize how we learn and interact with technology.

struct EuropeMap
    map::Array{String,1}
    home_country::String
end

function show_home(map::EuropeMap)
    for line in map.map
        println(line)
    end
    println("\njulia> where abhimanyu lives")
    println("        Home: ", map.home_country)
end

eu = EuropeMap([
    "        +----+          +----+",
    "        |UK  |          |NOR |",
    "  +-----+----+----+     +----+",
    "  |IRE  |FR  |GER |",
    "  |     +----+    |",
    "  |PT   |SP* |    |     +----+",
    "  +-----+----| IT |-----|POL |",
    "        |    |    |     +----+",
    "        |GRE |    |",
    "        +----+----+"
], "some where in πŸ‡ͺπŸ‡Ί")

show_home(eu)

Pinned

  1. πŸ“Š Weekly development breakdown πŸ“Š Weekly development breakdown
    1
    Julia      6 hrs 59 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘  86.3%
    2
    Markdown   34 mins        β–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   7.2%
    3
    Docker     10 mins        ▍░░░░░░░░░░░░░░░░░░░░   2.3%
    4
    Git Config 9 mins         ▍░░░░░░░░░░░░░░░░░░░░   1.9%
    5
    HTML       5 mins         ▏░░░░░░░░░░░░░░░░░░░░   1.2%
  2. GDGDevFest GDGDevFest Public

    Roff 5

  3. GenieFramework/genie-awesome GenieFramework/genie-awesome Public

    πŸŽ‰ A list of awesome things related to Julia's Genie Framework

    24 1

  4. 04_BattleTank 04_BattleTank Public

    C++

  5. RebelMaharshi RebelMaharshi Public

    First Person Shooter Counter Strike Clone Maharshi Dayanand

    C# 1

  6. ml-imagesynthesis ml-imagesynthesis Public

    Jupyter Notebook