Categories
Introduction

Lectia 9

Laptop Omen

Laptop Pavilion

Laptop Lenovo

Android

Programul Unity

Categories
Introduction

Programare C++ Lectia 3

public class INEX : MonoBehaviour
{
float pasy = 0.05f;
float pasz = 0.01f;
float pasx = 0.01f;
Vector3 pos1 = new Vector3(8.2657f, 91.61992f, 1);
// Start is called before the first frame update
void Start()
{
transform.localScale = pos1;
}

// Update is called once per frame
void Update()
{
    if (pos1.x > 8.2657f)
    {
        pasx= -0.025f;
    }
    if (pos1.x < 0)
    {
        pasx= 0.025f;
    }
    if (pos1.y > 91.61992)
    {
        pasy= -0.025f;
    }
    if (pos1.y < 0)
    {
        pasy= 0.025f;
    }
    if (pos1.z > 1)
    {
        pasz= -0.025f;
    }
    if (pos1.z < 0)
    {
        pasz= 0.025f;
    }
    pos1.x += pasx;
    pos1.z += pasz;
    pos1.y += pasy;
    transform.localScale = pos1;
}

}

public class gigeluextrem5 : MonoBehaviour
{
float pas = -0.0085f;
float pas1 = -0.0085f;
float pas2 = -0.0085f;
Vector3 pos1 = new Vector3(9, 9, 9);
// Start is called before the first frame update
void Start()
{
transform.localScale = pos1;
}

// Update is called once per frame
void Update()
{
    if (pos1.x > 9)
    {
        pas+= -0.0085f;
    }
    if (pos1.x < 0)
    {
        pas+= 0.0085f;
    }
    pos1.x+= pas;

    if (pos1.y > 9)
    {
        pas1 += -0.0085f;
    }
    if (pos1.y < 0)
    {
        pas1 += 0.0085f;
    }
    pos1.y += pas1;

    if (pos1.z > 9)
    {
        pas2 += -0.0085f;
    }
    if (pos1.z < 0)
    {
        pas2 += 0.0085f;
    }
    pos1.z += pas2;
    transform.localScale = pos1;
}

}

Categories
Introduction

Programare C++ pentru copii

Cursurile incep in ultima saptamana din luna septembrie.

Destinat copiilor din clasele 5-7 .

Locatie: str. Borsec nr 1

Durata modul : 10 saptamani

Tarif: 400 lei

Copiii isi vor alege una din cele doua zile de curs: joi (intre orele 17 si 18.30) sau sambata (intre 11 si 12.30)

Numarul de copii intr-o grupa : intre 2 si 4

Grupa de joi: Gavrisan Ionut, Handra-Calugar Mihnea, Blaga Denis si Luca Alex.

Grupa de sambata: Pop Marius, Bejinaru Alin, Frunza Patrick, Costea Flaviu

Grupa de marti: Filimon Cristian, Gligor Miriana, Zonga Andrei

Grupa de miercuri: Mocan Raul, Trif Andrei, Boanca Adelina, Iuhos Andrei

Categories
Introduction

Echipa SITAS First Lego League 2021

Categories
Introduction

Digital Fashion

Categories
Introduction

Concurs Robotica Lego 2021

Categories
Introduction

Cursuri gratuite de roboti Lego

Incepand cu data de 21 aprilie 2021 organizam cursuri gratuite de robotica Lego.

Inscrieri si informatii suplimentare la danimihut@gmail.com

Categories
Introduction

Automobile si Roboti Lego

Categories
Introduction

Minecraft Project Activity 2

  1. Build the dog house with only 7 wooden blocks.
  2. Build a bigger dog house (luxury) with 20 gold blocks.

Equations

  1. The price of a stone block is 1 euro, the same for the glass block . Build a stone and glass house with 150 euros .
  2. The price of a gold block is 3 euros. Build a golden house with 300 euros, using 60 glass blocks .
  3. The price of a diamond block is 5 euros. Build a diamond and glass house with 300 euros. You have to use the same number of glass and diamond blocks.

Categories
Introduction

Clasament Concurs Online Matematica

  1. Boanca Adelina 32715
  2. Zonga Andrei 27500
  3. Pop Victor 26754
  4. Handra-Calugar Mihnea 25118