Libraries… Prepare your computer for SGG development (C++) 2 Jan 20237 Jan 2023 Summary This is a tutorial based on the technologies required for the related courses of C++ for aueb.gr (x64, windows setup). For this course, we would use the Simple Game…
install… Prepare your computer to write Spring boot code 1 Aug 20213 Aug 2021 Important note: The following instructions are for the Technologies of Internet applications course of DIT (ΤΕΔ) for Spring Boot. The instructions could be used by those who will follow either…
Libraries… Prepare your computer for OPENGL/GLAD programming (C++) 17 Feb 202120 Feb 2021 This is a tutorial based on the technologies required for the related courses of graphics.di.uoa.gr (x64, windows setup): CMAKE OPENGL 3.3GLFWGLADASSIMPSOILfreetypeirrKlangVS Studio community (latest version) Summary of what you are…
Install… Prepare your computer for for machine learning (Python) 26 Dec 201918 Jan 2022 Summary of what you are going to install: pythonnumpypandasscipyscikit-learnkerastensorflowipythonmatplotlibseaborn Step 1 - Update apt if needed: sudo apt update Step 2 - Install prerequisites: sudo apt install build-essential sudo apt-get…
install… Prepare your computer to write Java EE 8 REST code (jersey) 21 Jul 20191 Aug 2020 Important note: The following instructions are for the Technologies of Internet applications course of DIT (ΤΕΔ) for Java EE 8. The instructions could be used by those who will follow…
install… Prepare your computer to write Java EE 8 code 9 Jul 20186 Oct 2019 Important note: The following instructions are for the Technologies of Internet applications course of DIT (ΤΕΔ) for Java EE 8. The instructions could be used by those who will follow…
install… Prepare your computer to write Sunspot code 7 Jul 20186 Oct 2019 Note: These instructions are mainly for students of DIT (UoA). Summary of what you are going to install to your computer: virtualbox virtualbox extensions You will install the following software inside…
install… Prepare your computer to write MIPS code 7 Nov 20176 Oct 2019 Summary of what you are going to install: QtSpim Notepad++ Although you may use Linux or MAC OS as an operating system for your development computer, as a beginner it…
Install… Prepare your computer to write Python code 20 Aug 20171 Aug 2021 Summary of what you are going to install: pythonpycharm Here are the steps: 1) Update the repository (?) sudo apt update 2) Install python (?) In many linux distributions you…
install… Prepare your computer to write Java code 20 Aug 20176 Mar 2020 Summary of what you are going to install: Java JDKJava IDE Although you may use Windows or MAC OS as an operating system for your development computer, as a beginner…
Install… Prepare your computer to write C/C++ code 19 Aug 201730 Dec 2022 Summary of what you are going to install via apt: build-essential (including gcc/g++ etc) Open JDK C/C++ IDE (netbeans) valgrind Install essentials 1) Update the repository (?) sudo apt update…