Skip to content
View GDSimpson3's full-sized avatar

Organizations

@hackclub @fevid-acropolis @RausNichts @EntityToCode @Gardenia-Court @Jasmine-Court @Traumbot
Block or Report

Block or report GDSimpson3

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

Добро пожаловать :

public class Main {
    String name;
    String age;
    String country;
    String[] languages;
    String[] ops;
    public static String toString(Main asd){
        String space="    ";
        String languageText ="";
        for (String i : asd.languages) {
            languageText = languageText + i + "\n"+ space;
        }
        String OpsText = "";
        for (String i : asd.ops) {
            OpsText = OpsText + i + "\n"+ space;
        }
        return "Name " + asd.name + "\nAge " + asd.age + "\nLocation " + asd.country
                + "\nLanuages:\n"+ space + languageText + "\nOps:\n"+ space + OpsText;
    }
    public static void main(String[] args) {
        Main myObj = new Main();
        myObj.name = "Gavin";
        myObj.age = "this.year() - ((334.666666667 * 3) + √(3249) + √(1024) + 915)";
        myObj.country = "United Kingdom";
        String[] list = { "Javascript, Next.JS, React.JS, Nest.JS", "Java, Spring, LibGdx", "Python, Django, Numpy, ML", "Groovy","C++, Node-gyp, Pybind11, Cmake","R","C, Cmake, Meson","C#, MAUI, Console app, WEB","Lua, NVCHAD" };
        myObj.languages = list;
        String[] ops = { "Vercel, Webapps","Render, Webapps, Services", "Railway.up, Webapps","Docker, Helm, K8s (GCP)","Jenkins, Brew, Docker","Ubuntu, 20.04, 18.10, Kali, OpenSUSE, RHAT, AntiX, Ubuntu Server 15.04,","DB, MongoDB, Mysql, Mysql Docker","Bash, VB, Shell","GCP, K8s","Azure, AD"};
        myObj.ops = ops;
        System.out.println(toString(myObj));
    }
}

Next Steps: (Umstellung auf künstliche Intelligenz)

flask pandas pytorch scikit_learn

Project Name Link About
Website https://gdsimpson3.vercel.app/ Fun NextJS site
Circuit Drone https://circuit-drone.vercel.app/ Enterprise
TraumBot https://traum-doc.vercel.app/ Discord Bots called Traum.JS (discord.JS)
EntityToCode.JS https://www.npmjs.com/package/entitytocode Node Library for mathmatical tools backed with a c++ engine (node-gyp)
EntityToCode.py https://pypi.org/project/entitytocodepy-official/ Python Library for various tools backed with a c++ engine (pybind11)
Blogger https://medium.com/@gdsimpson3 Medium Doc (singular) On Bootable drives
Vlogger https://www.youtube.com/@gdsimpson Youtube Tutorial (singular) On Vencord theming
MathToCode.vercel https://mathtocodegds.vercel.app/ React.JS site with Mathematical Tools
YourSiete N/A Nest.JS, GraphQL, Next.JS 12/TS and MongoDB Fullstack
SHF https://rausnichts.vercel.app/ Discord Bots called Raus Nichs.JS (discord.JS), Mankey.CS (DSharp) and Omanyte.cc (D++)
Acropolis https://fevid.vercel.app/ NextJS sites made for clients in the summmer of 23 (CLOSED)
IBZ https://ibz.vercel.app/EN React.JS site with productions made in the late winter of 22
IBZ Apps https://ibz-apps.vercel.app/ Swift and NEXTRON apps made in the fall of 22

gdsimpson BSW TN TTK JS JSN

Pinned

  1. Personal-Projects_Personlich-Projekte Personal-Projects_Personlich-Projekte Public

    Meine projekte, my projects

    JavaScript 5 1

  2. Lazygit Lazygit Public

    A very lazy way to do git commits frfr

    Batchfile 3 1

  3. GDSimpson3 GDSimpson3 Public

    Config files for my GitHub profile.

    3

  4. install-ibz-nextron-app install-ibz-nextron-app Public

    use the install.sh file

    JavaScript 1

  5. fevid-acropolis/Outputs fevid-acropolis/Outputs Public

    Our allies in which we have either made/promoted their website

    3

  6. lazy-c lazy-c Public

    Compiler shortcut VIA gcc for c/cpp files

    Shell 1