Skip to content
View appatalks's full-sized avatar

Sponsoring

@georgemandis
@pstadler
@Tyrrrz

Block or report appatalks

Report abuse

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

Report abuse
appatalks/README.md

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




Popular repositories Loading

  1. chatgpt-html chatgpt-html Public

    OpenAI & Google Generative Language Chat

    JavaScript 26 11

  2. ticker.sh ticker.sh Public

    Forked from pstadler/ticker.sh

    Real-time stock tickers from the command-line.

    Shell 8 1

  3. Route53_Backup Route53_Backup Public archive

    7 4

  4. Epassafe Epassafe Public

    Epassafe - A stripped down, no nonsense, unconnected, password manager.

    Java 4 1

  5. ukrainian-whisper-ai ukrainian-whisper-ai Public

    Transcribe Ukrainian with translation to English text to SRT format.

    Shell 3

  6. Bark_text-to-speech Bark_text-to-speech Public

    Playground with Bark

    Python 2 1