Giter Club home page Giter Club logo

babyescape's Introduction

AppaTalks Profile

About Me

  • πŸ”­ I’m currently working on ChatGPT-HTML. An OpenAI/PaLM API wrapper I named Eva.
  • 🌱 I enjoy learning all things GitHub!
  • πŸ’¬ Ask me about my love for all things Star Trek πŸ––
  • πŸ’™ Pronouns: He/Him
  • ⚑ Science, Fact and the Pursuit of Knowledge
  • πŸ“« Want to reach out to me? Create a New Issue in my AppaTalk's Repo and 🐧

Quote of the Day

"Victorious warriors win first and then go to war, while defeated warriors go to war first and then seek to win." - Sun Tzu

Feel free to explore my repositories and projects. I love the Open Source Community! Don't hesitate to reach out if you have any questions.

Happy coding! πŸš€



#!/bin/bash

github_traveler() {
    name="AppaTalks"
    interests=("GitHub" "Star Trek" "Science" "Space")
    skills=("git" "github" "docker" "vim" "bash" "ansible" "aws" "gcp" "cloudflare" "ai" "linux" \
            "mysql" "nginx" "redis" "androidstudio")

    greet() {
        echo "Heya! I'm $name, and want to Welcome you to my profile!"
        echo "Interests: ${interests[@]}"
        echo "Science, Fact, and the Pursuit of Knowledge"
    }

    embark_quest() {
        local topic="$1"
        echo "I'm currently working on: '$topic'!"
    }

    showcase_skills() {
        echo "I dabble in these things from time to time:"
        for ((idx=0; idx<${#skills[@]}; idx++)); do
            echo "$((idx+1)). ${skills[idx]}"
        done
        echo "Happy Coding!"
    }

    greet
    embark_quest "ChatGPT-HTML. An OpenAI/PaLM API wrapper I named Eva."
    showcase_skills
}

github_traveler

Two Black Holes in dance
Image credit: NASA’s Goddard Space Flight Center/Jeremy Schnittman and Brian P. Powell


I'm proud to have earned these



babyescape's People

Watchers

 avatar  avatar

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.