Coder Social home page Coder Social logo

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)

Abhimanyu Aryan's Projects

awesome-nlp icon awesome-nlp

:book: A curated list of resources dedicated to Natural Language Processing (NLP)

awesome-public-datasets icon awesome-public-datasets

A topic-centric list of high-quality open datasets in public domains. Propose NEW data ☛☛☛PR☛☛☛

bat icon bat

A cat(1) clone with wings.

battleship_game icon battleship_game

This is the game in which you have to save the ship the ship from sinking in the ocean and "o" represents the ocean and you guess would represent by "X". You will get a total of 4 chances to save the ship. This game is very similar to minesweeper. ENJOY !!!!

bitcoin icon bitcoin

Bitcoin Core integration/staging tree

btsk icon btsk

Behavior Tree Starter Kit

butter-android icon butter-android

All the cool technical bits of what used to be Popcorn Time for Android

calculator icon calculator

Windows Calculator: A simple yet powerful calculator that ships with Windows

cb icon cb

Open-sourced hangouts platform for CodeBuddies (learning-to-code platform). Built on top of Telescope, another open-sourced project.

chat.io icon chat.io

A Real Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis.

chatapp icon chatapp

Real Time Chat Application using Socket.io, Node, Express, Redis

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.