Guides… Prepare your computer for for machine learning (Python) 26 Dec 201911 Nov 2020 Summary of what you are going to install: pythonnumpyscipyscikit-learnkerastensorflowipython Step 1 - Update apt if needed: sudo apt update Step 2 - Install prerequisites: sudo apt install build-essential sudo apt-get…
Guides… 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…
Guides… Install lazarus 12 Aug 20186 Oct 2019 Summary of what you are going to install: Lazarus IDEanchordocking design package for a dockable GUI 1) Install Lazarus IDE At first try to download it from the standard APT…
Guides… 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…
Guides… 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…
Guides… 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…
Guides… Prepare your computer to write Python code 20 Aug 20176 Oct 2019 Summary of what you are going to install: python pycharm Although you may use Windows or MAC OS as an operating system for your development computer, as a beginner it…
Guides… 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…
Guides… Prepare your computer to write C/C++ code 19 Aug 20176 Oct 2019 Summary of what you are going to install: build-essential (including gcc/g++ etc)Open JDKC/C++ IDE (netbeans)valgrind Although you may use Windows or MAC OS as an operating system for your development…