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","PHP" };
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));
}
}
🏆 Prize 🏆 | Name | Link | About |
---|---|---|---|
🏆 Winner - Most Creative hack | PPZ | https://devpost.com/software/ppz | Shopping e-commerce application in typescript with Redux and Java Springboot that communicate VIA Graphql stored with MONGODB |
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 |