Skip to content
View appatalks's full-sized avatar

Sponsoring

@georgemandis
@pstadler
@Tyrrrz

Block or report appatalks

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
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 24 12

  2. Route53_Backup Route53_Backup Public

    7 4

  3. ticker.sh ticker.sh Public

    Forked from pstadler/ticker.sh

    Real-time stock tickers from the command-line.

    Shell 6 1

  4. Epassafe Epassafe Public

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

    Java 3 1

  5. Bark_text-to-speech Bark_text-to-speech Public

    Playground with Bark

    Python 2 1

  6. GitHub-Certification-Paths GitHub-Certification-Paths Public

    Tracking resources, materials, links and milestones for Journey to GitHub Certification

    2 3

1,843 contributions in the last year

Contribution Graph
Day of Week May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 1 repository
Opened 2 pull requests in 1 repository
appatalks/chatgpt-html 2 merged
44 contributions in private repositories Apr 2 – Apr 25
Loading