Installing Java Tools in VSCode
0:48
Install Maven on Mac OS
5:04
3 ай бұрын
Swift:  Building Workflows
12:41
Жыл бұрын
Swift:  View Controller Lifecycle
8:20
Swift:  Tab Controllers
6:33
Жыл бұрын
Segues and Navigation Controllers
11:13
Swift:  enumerations
7:35
Жыл бұрын
Swift:  Constant and Variable Scope
10:52
Swift:  Controls
9:16
Жыл бұрын
Swift:  Classes and Inheritance
22:27
Swift:  Structures
23:46
Жыл бұрын
Swift Functions
15:20
Жыл бұрын
Strings in Swift
18:13
Жыл бұрын
Control Flow in Swift
18:09
Жыл бұрын
Swift:  Operators
9:38
Жыл бұрын
Writing Functions with Kotlin
8:11
Calculate  with Kotlin
17:24
Жыл бұрын
Introduction to Kotlin for Anroid
11:03
Pseudocode For BMI Lab
21:28
Жыл бұрын
Пікірлер
@exet
@exet 12 күн бұрын
Wow TY I have been looking for this!
@saranathrajaram639
@saranathrajaram639 15 күн бұрын
What ide you using int this
@JamesRivera1
@JamesRivera1 21 күн бұрын
Crazy that I had to look for this. Apple would do well to add Text to their file save type.
@MintsMusic
@MintsMusic 24 күн бұрын
Hi from The Odin Project!
@Fernando-qe1ko
@Fernando-qe1ko 24 күн бұрын
you did my day. thanks
@monsteryohan7120
@monsteryohan7120 28 күн бұрын
Thank you I get the point.
@johnd942
@johnd942 Ай бұрын
Just what I was searching for, a simple, direct, no 'fluff' instruction. One suspects you have had teacher training experience. Well done! 👍
@christosioannou9990
@christosioannou9990 Ай бұрын
Fantastic video
@theoziomaegole
@theoziomaegole 2 ай бұрын
Hello 👋👋, from the Odin project
@user-yv3bu7bn2p
@user-yv3bu7bn2p 2 ай бұрын
It is very inspiring to see your dedication towards uploading content, Heidi :) Keep up the good work! 👍🏼
@gromon8230
@gromon8230 2 ай бұрын
So very helpful. Thanks!
@jeromeectana7701
@jeromeectana7701 2 ай бұрын
What happened when you doble the number?is it invalid?
@taiiissssa
@taiiissssa 2 ай бұрын
thank you! awesome video
@Entertainment14336
@Entertainment14336 2 ай бұрын
im new to mac device can you give step to execute from first..
@Entertainment14336
@Entertainment14336 2 ай бұрын
initial step onwards related to compiler and mac also that is terminal
@Entertainment14336
@Entertainment14336 2 ай бұрын
step show please while initial step
@Entertainment14336
@Entertainment14336 2 ай бұрын
can you show from starting onwards please i need this
@user-zu1et4hp3z
@user-zu1et4hp3z 3 ай бұрын
i do need to run c++20 but i dont know how please help me
@harissaeed7012
@harissaeed7012 3 ай бұрын
Greetings from the TOP in 2024
@briankasangili3196
@briankasangili3196 3 ай бұрын
Who is here in 2024😊
@chinnu1820
@chinnu1820 3 ай бұрын
could you please send the source code ?
@johnsiphiwe4775
@johnsiphiwe4775 3 ай бұрын
Thank you, Heidi, your work is appreciated
@chukwujohnokike9313
@chukwujohnokike9313 3 ай бұрын
Please what is the title of the tutorial before this one?
@splash6883
@splash6883 3 ай бұрын
What is a remainder?
@ezequiellarsen
@ezequiellarsen 4 ай бұрын
Thanks for sharing your knowledge Heidi. Greetings from Argentina.
@leenasem6613
@leenasem6613 5 ай бұрын
thank you, it really helped me while writing my program.
@leenasem6613
@leenasem6613 5 ай бұрын
you could use using namespace std; instead of std: : cout/cin
@Soldknight324
@Soldknight324 5 ай бұрын
In addition to being informative this is also very relaxing, thank you
@Raj-fi5ui
@Raj-fi5ui 5 ай бұрын
Thanks for this It really helped a lot ✨
@deveren
@deveren 5 ай бұрын
Hi, Greetings from The Odin Project.
@mansnilsson8429
@mansnilsson8429 6 ай бұрын
this video should come with every mac computer 👍👍
@filippodeluca9464
@filippodeluca9464 6 ай бұрын
where do you get the build debug and run button i dont have them, help please
@serdarcan3363
@serdarcan3363 7 ай бұрын
thank you
@bikusmoto59
@bikusmoto59 7 ай бұрын
var is variable and val is constant.
@Cahangir
@Cahangir 8 ай бұрын
Thanks for this ancient, yet so useful video, have a great day !
@HeidiGentryKolen
@HeidiGentryKolen 8 ай бұрын
:-) You're very welcome. I hope you also have a great day!
@compatrick
@compatrick 8 ай бұрын
package ProblemaTest; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.core.type.TypeReference; import java.io.File; import java.io.IOException; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.SQLException; import java.util.HashSet; import java.util.Set; public class MainApp { private static final String JDBC_URL = "jdbc:mysql://localhost:3306/testing"; private static final String JDBC_USER = "root"; private static final String JDBC_PASSWORD = ""; public static void main(String[] args) { // Creați o colecție de obiecte de tip set Set<Vehicul> vehicule = new HashSet<>(); // Adăugați obiecte din fișierul in.json la colecție incarcaDateDinFisier(vehicule); // Adaugați și alte obiecte în colecție (dacă este necesar) vehicule.add(new Masina(120, "benzina", 2, "AudiBoss")); vehicule.add(new Camion(80, "motorina", 2000)); // Serializarea obiectelor în fișierul out.json serializeazaInFisier(vehicule); // Insert Masina objects into MySQL table insertMasini(vehicule); stergereMasinicuMaiPutinDe3Locuri(3); } private static void stergereMasinicuMaiPutinDe3Locuri(int maxSeats){ try (Connection connection = DriverManager.getConnection(JDBC_URL, JDBC_USER, JDBC_PASSWORD)) { String sql = "DELETE FROM masina WHERE nr_locuri <= ?"; try (PreparedStatement statement = connection.prepareStatement(sql)) { statement.setInt(1, maxSeats); int rowsDeleted = statement.executeUpdate(); System.out.println(rowsDeleted + " rows deleted from masini."); } } catch (SQLException e) { e.printStackTrace(); } } private static void insertMasini(Set<Vehicul> vehicule) { try (Connection connection = DriverManager.getConnection(JDBC_URL, JDBC_USER, JDBC_PASSWORD)) { for (Vehicul vehicul : vehicule) { if (vehicul instanceof Masina) { Masina masina = (Masina) vehicul; String sql = "INSERT INTO masina (viteza_max, combustibil, firma, nr_locuri) VALUES (?, ?, ?, ?)"; try (PreparedStatement statement = connection.prepareStatement(sql)) { statement.setInt(1, masina.getViteza_max()); statement.setString(2, masina.getCombustibil()); statement.setString(3, masina.getFirma()); statement.setInt(4, masina.getNr_locuri()); statement.executeUpdate(); } } } System.out.println("Masina inserted successfully."); } catch (SQLException e) { e.printStackTrace(); } } private static void incarcaDateDinFisier(Set<Vehicul> vehicule) { try { // Citeste obiectele din fisierul in.json ObjectMapper objectMapper = new ObjectMapper(); Set<Vehicul> obiecteCitite = objectMapper.readValue(new File("src/main/resources/in.json"), new TypeReference<Set<Vehicul>>() {}); // Adauga obiectele citite in colectia existenta vehicule.addAll(obiecteCitite); System.out.println("Obiectele au fost incarcate din fisierul in.json"); } catch (IOException e) { e.printStackTrace(); } } private static void serializeazaInFisier(Set<Vehicul> vehicule) { try { // Serializarea obiectelor în fișierul out.json ObjectMapper objectMapper = new ObjectMapper(); objectMapper.writeValue(new File("src/main/resources/out.json"), vehicule); System.out.println("Obiectele au fost serializate în fișierul out.json"); } catch (IOException e) { e.printStackTrace(); } } }
@med0eshar
@med0eshar 8 ай бұрын
Thanks for this❤
@HeidiGentryKolen
@HeidiGentryKolen 8 ай бұрын
You're so welcome!
@paiget3818
@paiget3818 9 ай бұрын
thankssss it helped a lot
@HeidiGentryKolen
@HeidiGentryKolen 8 ай бұрын
You're welcome!
@thasnee56
@thasnee56 9 ай бұрын
great!!! helped alot than you!
@HeidiGentryKolen
@HeidiGentryKolen 9 ай бұрын
Glad it helped!
@amamencenataniel4062
@amamencenataniel4062 10 ай бұрын
thanks
@HeidiGentryKolen
@HeidiGentryKolen 9 ай бұрын
You're welcome!
@saleplace559
@saleplace559 10 ай бұрын
I was really not able to get my html code but thanks to you I can now code easily and freely THANK YOU
@HeidiGentryKolen
@HeidiGentryKolen 9 ай бұрын
That's wonderful! Thanks!
@omarabduljabbar7670
@omarabduljabbar7670 11 ай бұрын
I finally wrote my first hello world after alot of confusion with MinGw thank you !!!!
@HeidiGentryKolen
@HeidiGentryKolen 9 ай бұрын
Awesome! Great!
@Entropyx1
@Entropyx1 11 ай бұрын
Thank you
@HeidiGentryKolen
@HeidiGentryKolen 9 ай бұрын
You're welcome
@zane957
@zane957 Жыл бұрын
What is Obama's last name?
@SandwichMAC
@SandwichMAC Жыл бұрын
using namespace std;
@Jba8179
@Jba8179 Жыл бұрын
Great explanation
@HeidiGentryKolen
@HeidiGentryKolen 9 ай бұрын
Glad it was helpful!
@Christian-mn8dh
@Christian-mn8dh Жыл бұрын
awesome!
@HeidiGentryKolen
@HeidiGentryKolen 9 ай бұрын
Thanks!
@kieffel7013
@kieffel7013 Жыл бұрын
Why didn't you check if they are integers in the first example?
@HeidiGentryKolen
@HeidiGentryKolen 9 ай бұрын
Just covering pseudocode in the vid. That comes later. Cheers!
@UrBigSisKey
@UrBigSisKey Жыл бұрын
Super helpful thank you
@HeidiGentryKolen
@HeidiGentryKolen 9 ай бұрын
Glad it was helpful!
@SummerNazari
@SummerNazari Жыл бұрын
Thank you
@HeidiGentryKolen
@HeidiGentryKolen 9 ай бұрын
You're welcome