Code Monkey home page Code Monkey logo

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

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

Gavin Simpson 's Projects

lazy-c icon lazy-c

Compiler shortcut VIA gcc for c/cpp files

lazygit icon lazygit

A very lazy way to do git commits frfr

python-calc icon python-calc

this project has a js frontend and a python backend

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.